@charset 'UTF-8';
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline;
  width: 10%;
  cursor: pointer;
  border-radius: 5px;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.enrollment ul.program-benefit {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.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;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f1f1f1;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('design/fonts/glyphicons-halflings-regular.eot');
  src: url('design/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('design/fonts/glyphicons-halflings-regular.woff') format('woff'), url('design/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('design/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-extend {
  overflow: auto;
  max-height: 500px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-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 {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  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: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline;
  width: 10%;
  cursor: pointer;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  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;
}
.highlight-note {
  background-color: #eee !important;
  border: 1px solid #ccc !important;
  margin: 7px;
  padding: 10px;
  border-radius: 20px;
}
.highlight-note p {
  padding: 0.6em 18px;
  border: 2px solid #ffee66 !important;
  border-radius: 25px;
  background-color: #ffffdd !important;
  text-align: justify;
  margin: 4px;
}
.highlight-note h6 {
  font-weight: 800;
}
.highlight-note li {
  display: inline-block;
}
.highlight-note li + li:before {
  padding: 0 5px;
}
.highlight-note label {
  padding-top: 5px;
}
.token-input {
  width: 40%;
}
.url-input {
  width: 50%;
}
.url-validation-button {
  height: 34px !important;
}
#app-body.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.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;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
h1.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 30px;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
#easyPayForm {
  border: none;
  overflow: hidden;
}
@media screen and (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);
    min-width: 450px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media only screen and (max-width: 720px) {
  .easy-pay-container {
    width: auto;
    height: 548px;
    overflow: scroll;
  }
  #easyPayForm {
    overflow: scroll;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup .popup-modal {
  width: 260px;
  background-color: white;
  border-color: #00C5D1;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  position: absolute;
  left: -235px;
  top: 30px;
  z-index: 100;
}
.popup .popup-modal input {
  width: 100%;
}
.popup .popup-component {
  margin-bottom: 10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline;
  width: 10%;
  cursor: pointer;
  border-radius: 5px;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'yolo-icon-font';
  src: url('/vo/content/app/design/fonts/yolo-icon-font.eot?-ig2js8');
  src: url('/vo/content/app/design/fonts/yolo-icon-font.eot?#iefix-ig2js8') format('embedded-opentype'), url('/vo/content/app/design/fonts/yolo-icon-font.woff?-ig2js8') format('woff'), url('/vo/content/app/design/fonts/yolo-icon-font.ttf?-ig2js8') format('truetype'), url('/vo/content/app/design/fonts/yolo-icon-font.svg?-ig2js8#yolo-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Knockout-HTF26-JuniorFlyweight";
  src: url("/vo/content/app/design/fonts/KnockoutHTF26JuniorFlyweightRegular.eot");
  /* IE9 Compat Modes */
  src: url("/vo/content/app/design/fonts/KnockoutHTF26JuniorFlyweightRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/vo/content/app/design/fonts/KnockoutHTF26JuniorFlyweightRegular.otf") format("opentype"), /* Open Type Font */ url("/vo/content/app/design/fonts/KnockoutHTF26JuniorFlyweightRegular.svg") format("svg"), /* Legacy iOS */ url("/vo/content/app/design/fonts/KnockoutHTF26JuniorFlyweightRegular.ttf") format("truetype"), /* Safari, Android, iOS */ url("/vo/content/app/design/fonts/KnockoutHTF26JuniorFlyweightRegular.woff") format("woff"), /* Modern Browsers */ url("/vo/content/app/design/fonts/KnockoutHTF26JuniorFlyweightRegular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* ---------- Icon Font ---------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'yolo-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-drag-dots:before {
  content: "\e901";
}
.icon-bookmark:before {
  content: "\e900";
}
.icon-trashcan:before {
  content: "\e603";
}
.icon-shipping:before {
  content: "\e61a";
}
.icon-uniE62A:before {
  content: "\e62a";
}
.icon-cycle-icon:before {
  content: "\e624";
}
.icon-er-icon:before {
  content: "\e622";
}
.icon-split-icon:before {
  content: "\e626";
}
.icon-cycle-icon:before {
  content: "\e624";
}
.icon-er-icon:before {
  content: "\e622";
}
.icon-snowflake-icon:before {
  content: "\e61d";
}
.icon-er-icon2:before {
  content: "\e61c";
}
.icon-tw-icon:before {
  content: "\e60f";
}
.icon-ln-icon:before {
  content: "\e610";
}
.icon-gp-icon:before {
  content: "\e611";
}
.icon-fb-icon:before {
  content: "\e612";
}
.icon-added-er-icon:before {
  content: "\e614";
}
.icon-add-er-icon:before {
  content: "\e615";
}
.icon-x-altx-alt:before {
  content: "\e62c";
}
.icon-mail:before {
  content: "\e62d";
}
.icon-clock:before {
  content: "\e616";
}
.icon-selectionadd:before {
  content: "\e600";
}
.icon-cart:before {
  content: "\e601";
}
.icon-phone:before {
  content: "\e620";
}
.icon-mobile:before {
  content: "\e621";
}
.icon-bubbles:before {
  content: "\e629";
}
.icon-spinner:before {
  content: "\e623";
}
.icon-fire:before {
  content: "\e619";
}
.icon-checkmark-circle:before {
  content: "\e605";
}
.icon-radio-unchecked:before {
  content: "\e60e";
}
.icon-arrow-down2:before {
  content: "\e60d";
}
.icon-shipping:before {
  content: "\e61a";
}
.icon-search:before {
  content: "\e62b";
}
.icon-star:before {
  content: "\e627";
}
.icon-star-empty:before {
  content: "\e628";
}
.icon-pencil:before {
  content: "\e607";
}
.icon-check:before {
  content: "\e613";
}
.icon-chevron-right:before {
  content: "\e800";
}
.icon-plus-sign:before {
  content: "\e602";
}
.icon-minus-sign:before {
  content: "\e618";
}
.icon-exclamation-sign:before {
  content: "\e617";
}
.icon-warning-sign:before {
  content: "\e604";
}
.icon-check-empty:before {
  content: "\e625";
}
.icon-circle-arrow-up:before {
  content: "\e62e";
}
.icon-file-alt:before {
  content: "\e61e";
}
.icon-angle-right:before {
  content: "\e801";
}
.icon-file-text:before {
  content: "\e61f";
}
.icon-box:before {
  content: "\e61b";
}
.icon-help:before {
  content: "\e609";
}
.icon-list:before {
  content: "\e606";
}
.icon-arrow-left:before {
  content: "\e608";
}
.icon-arrow-down:before {
  content: "\e60a";
}
.icon-arrow-up:before {
  content: "\e60b";
}
.icon-arrow-right:before {
  content: "\e60c";
}
/*
Version: 3.4.2 Timestamp: Mon Aug 12 15:04:12 PDT 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -o-linear-gradient(bottom, #eee 0%, #fff 50%);
  background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -o-linear-gradient(bottom, #eee 0%, #fff 90%);
  background-image: -ms-linear-gradient(top, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/vo/content/app/design/images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/vo/content/app/design/images/select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('/vo/content/app/design/images/select2.png') no-repeat 100% -22px;
  background: url('/vo/content/app/design/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('/vo/content/app/design/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/vo/content/app/design/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/vo/content/app/design/images/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
  background: url('/vo/content/app/design/images/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url('/vo/content/app/design/images/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('/vo/content/app/design/images/select2-spinner.gif') no-repeat 100%;
  background: url('/vo/content/app/design/images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('/vo/content/app/design/images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/vo/content/app/design/images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/vo/content/app/design/images/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
  background: url('/vo/content/app/design/images/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url('/vo/content/app/design/images/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #eee 50%);
  background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('/vo/content/app/design/images/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -ms-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('/vo/content/app/design/images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/vo/content/app/design/images/select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('/vo/content/app/design/images/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/**
 * Select2 Bootstrap CSS
 * Compatible with Select2 3.3.2, 3.4.1, 3.4.2 and Twitter Bootstrap 3.0.0
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}
/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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);
}
.select2-search input {
  border-color: #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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);
}
.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857143;
}
/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}
/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33;
  border-radius: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}
/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}
/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: 1px solid #ccc;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}
/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-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;
}
.select2-drop-active {
  border-color: #66afe9;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #fff;
  background-color: #428bca;
}
/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: #fff;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}
/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}
/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}
/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}
/* CMS Styles */
.cmscontent p {
  margin-top: 0px;
}
.section {
  margin-bottom: 15px;
}
.section:last-child {
  margin-bottom: 0px;
}
.cms-section-edit .section {
  margin-bottom: 0px;
}
.cmscontent h1 {
  font-size: 60px;
  line-height: 1.1em;
  color: #839D57;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.cmscontent h2 {
  font-size: 50px;
  line-height: 1.1em;
  color: #839D57;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.cmscontent h3 {
  font-size: 40px;
  line-height: 1.1em;
  color: #95B263;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.cmscontent h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #B0C778;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.cmscontent h5 {
  font-size: 22px;
  line-height: 1.2em;
  color: #797979;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.cmscontent h6 {
  font-size: 18px;
  line-height: 1.2em;
  color: #797979;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.bodycopy,
.bodycopy a,
.copy,
.copy a,
.listitem,
.listitem a,
.listnumber,
.caption,
.linkdesc,
.linkitem,
.linkitem a {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  color: #919191;
  text-decoration: none;
}
.bodycopy,
.bodycopy a {
  font-size: 18px;
  line-height: 20px;
  color: #919191;
}
.bodycopy a,
.copy a,
.listitem a {
  color: #00c6d2;
}
.caption {
  font-size: 18px;
}
.listitem {
  margin-bottom: 3px;
}
.listnumber {
  font-weight: bold;
  padding-right: 2px;
}
.listbullet {
  padding-left: 18px;
  background: url(/global/cms/bullet.gif) no-repeat;
  background-position: 6px 9px;
}
.linkitem {
  margin-bottom: 0px;
}
.linkitemh {
  padding-right: 15px;
}
.linkdesc {
  padding: 0px 0px 15px 18px;
}
.linkitem a {
  background: url(/global/cms/link/off/link1.png) no-repeat;
  background-position: 7px 9px;
  color: #00A6E0;
  padding: 3px 0px 3px 18px;
  display: block;
}
.linkitem a:hover {
  color: #0054a3;
  background-image: url(/global/cms/link/over/link1.png);
  border: 0;
}
.linkitemedit a {
  background-position: 7px 12px;
}
.hrule {
  background: url(/global/cms/hrule.gif) repeat-x;
  height: 1px;
}
/* YL Styles */
.nowrap {
  white-space: nowrap;
}
.title-area {
  min-height: 100px;
}
.title-area .intro h2.med {
  font-size: 60px;
  line-height: 1.1em;
  margin: 0;
}
.title-area .intro h2.small {
  font-size: 50px;
  line-height: 1.1em;
  margin: 0;
}
.transbox div.text {
  color: white;
  font-size: 23px;
  line-height: 25px;
  margin: 20px;
  font-family: "mrseaves-regular";
}
.intro-block {
  background: bottom right no-repeat #ccc;
  background-size: cover;
  height: 435px;
}
.photoblock-content {
  width: 80%;
  margin: 30px auto;
}
.photoblock-right {
  position: relative;
}
.photoblock-right .photo {
  background: url(design/) #ccc bottom center no-repeat;
  background-size: cover;
  border-left: 4px solid #23cad5;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  position: absolute;
}
.photoblock-left {
  background-color: #f6f6f6;
  position: relative;
}
.photoblock-left .photo {
  background: url(design/) #ccc bottom center no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  border-right: 4px solid #23cad5;
}
.product div.text {
  font-size: 18px;
  margin: 10px 0;
}
.product-catimg {
  background-color: #ccc;
}
.contentbox {
  padding: 30px 6%;
}
.category-block h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
.category-block .catpad {
  padding-right: 8%;
}
.product-grid-image {
  position: absolute;
  top: 70px;
  width: 100%;
  height: 210px;
}
.product-thumb-bg {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.featured-product .details div.text {
  padding: 4px 0 10px 0;
}
.link-button {
  margin: 15px 0;
}
.contentbox .flickr-gallery-wrapper {
  margin-bottom: 20px;
}
.product-detail-photo {
  width: 100%;
}
.product-detail-photo img {
  display: block;
  margin: 20px auto;
}
.vimeo-embed {
  display: block;
}
.youtube-embed {
  display: block;
}
.embed-container {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news-article-date {
  font-weight: bold;
  color: #666;
  margin-bottom: 30px;
}
#HeaderImageDiv {
  background-color: #999;
}
#contentarea {
  min-height: 500px;
  background-color: #fff;
}
.product-text,
.event-info {
  font-family: "mrseaves-regular" !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 21px !important;
  color: #919191 !important;
}
.product-text i,
.product-text em,
.event-info em,
.event-info i {
  font-family: 'mrseaves-regular' !important;
}
.product-description {
  font-size: 21px !important;
  line-height: 25px !important;
}
.product-text p,
.product-text iframe {
  margin: 15px 0 !important;
}
.product-text li {
  margin: 10px 0 !important;
  font-size: 18px !important;
  line-height: 21px !important;
}
.event-index-item h6 {
  margin-bottom: 5px;
}
.event-index-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.event-info {
  margin: 15px 0;
}
.event-info-location,
.event-info-date {
  color: #666;
  font-size: 20px;
  margin-bottom: 5px;
}
.event-info-host {
  font-size: 18px;
  margin: 10px 0;
}
.event-info-cost {
  font-size: 20px;
  line-height: 25px;
  color: #393;
  margin: 15px 0;
}
.event-legal {
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0;
}
.product-description iframe {
  max-width: 100%;
}
.featured-product-img a {
  border-bottom: 0px;
}
.home-intro .video-container img {
  display: block;
}
.timeline-container .img {
  background-color: #ccc;
}
.product-slideshow .slide-content div.text {
  margin-bottom: 15px;
}
.two-column-table {
  margin-bottom: 20px;
}
.two-column-table td {
  padding: 5px 10px;
}
.two-column-table tr.data:nth-child(even) {
  background-color: #f1f1f1;
}
.two-column-table td {
  border: 2px solid #fff;
  font-family: "mrseaves-regular" !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 21px !important;
  color: #999 !important;
}
.two-column-table tr.data td:first-child {
  font-family: "mrseaves-bold" !important;
  border: 2px solid #fff;
  color: #666 !important;
}
.two-column-table tr.colhd td {
  background: #999;
  font-size: 18px !important;
  font-family: "mrseaves-bold" !important;
  color: #fff !important;
}
.two-column-table tr.spacer td {
  height: 15px;
  padding: 0px;
}
.two-column-table tr.header td {
  background: #b8ca85;
  font-size: 20px !important;
  font-family: "mrseaves-bold" !important;
  color: #fff !important;
}
@media (max-width: 979px) {
  .title-area {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  #contentarea {
    background-color: #fff;
    background-image: none;
  }
}
.form-control::-webkit-input-placeholder {
  color: #000000;
}
.form-control::-moz-placeholder {
  color: #000000;
}
.form-control:-ms-input-placeholder {
  color: #000000;
}
.form-controlinput:-moz-placeholder {
  color: #000000;
}
.print-show {
  display: none !important;
}
.skip-main {
  height: 1px;
  width: 1px;
  float: left;
  border: none;
}
.skip-main span {
  display: none;
}
.skip-main:focus {
  width: auto;
  height: auto;
  position: absolute;
  border: 1px solid #000000;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.skip-main:focus span {
  display: block;
}
.skip-main:focus span .btn {
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
}
.tab-tooltip + .tooltip {
  width: 100%;
  left: 0px !important;
}
.tab-tooltip + .tooltip .tooltip-arrow {
  left: auto !important;
  right: 15px !important;
}
.bottom-spacing {
  margin-bottom: 20px;
}
.icon-help {
  background: none !important;
  color: #00aab3 !important;
  font-size: 16px;
}
.icon-help.help-grey {
  color: #f1f1f1 !important;
}
.icon-cart {
  background: none !important;
}
.icon-bookmark {
  color: #6e4a9e;
  background: none !important;
}
.page-alert {
  background: #ff9500;
  padding: 20px;
  position: relative;
  overflow: auto;
}
.page-alert h6 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 22px;
  font-size: 22px;
}
.page-alert p {
  color: #ffffff;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
}
.page-alert .cancel-alert {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}
.banner-alert {
  background: lightgoldenrodyellow;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  overflow: auto;
  text-align: center;
}
.banner-alert h6 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  color: #BF0000;
  margin: 0;
  line-height: 20px;
  font-size: 20px;
}
.banner-alert p {
  color: #BF0000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
}
.banner-alert span {
  text-align: right;
  color: #03cbe5;
  display: inline !important;
  text-decoration: underline;
}
.tooltip-inner {
  background: #00aab3 !important;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
  border-top-color: #00aab3 !important;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #00aab3 !important;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #00aab3 !important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #00aab3 !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #00aab3 !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #00aab3 !important;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #00aab3 !important;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #00aab3 !important;
}
input::-webkit-input-placeholder {
  color: #746E6E !important;
}
input::-moz-placeholder {
  color: #746E6E !important;
}
input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #746E6E !important;
}
input:-ms-input-placeholder {
  color: #746E6E !important;
}
input[type="checkbox"] {
  margin: 1px 5px 0 0;
  width: 16px;
  height: 16px;
}
.warning {
  color: #ff8f34 !important;
}
.warning:hover {
  color: #ff8f34;
}
::-moz-selection {
  background: #046A38 !important;
  color: #fff !important;
}
::selection {
  background: #046A38 !important;
  color: #fff !important;
}
label {
  color: #000000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
label .icon-help {
  background: none !important;
}
.terms-box {
  height: 200px;
  overflow-y: auto;
  border: 1px solid #f1f1f1;
  padding: 10px;
}
.modal-backdrop {
  z-index: 99999999 !important;
}
.modal {
  z-index: 999999999 !important;
}
.modal ul {
  margin: 0 30px;
}
.modal ul li {
  list-style: disc;
  margin-bottom: 10px;
  color: #000000;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.modal ul.products li {
  list-style: none;
}
.modal .product-list {
  position: relative;
  margin-top: 20px;
}
.modal .product-list h5 {
  font-size: 20px;
}
.modal .product-list .add-all-products {
  position: absolute;
  right: 0;
  top: 5px;
}
.modal .product-list ul {
  margin: 0;
  border-top: 1px solid #f1f1f1;
}
.modal .product-list ul li {
  list-style: none;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}
.modal .product-list ul li .pv-ammount,
.modal .product-list ul li .pricing,
.modal .product-list ul li .add {
  padding-top: 8px;
}
.modal .product-list ul li .product {
  font-size: 18px;
  margin-bottom: 5px;
}
.modal .product-list ul li .product:hover {
  border: none;
}
.modal .product-list ul li input {
  width: 100%;
}
.modal .product-list ul li.added {
  background: #f3f6ea;
  color: #046A38;
}
.modal .product-list ul li.added .spacing a {
  color: #046A38;
}
.alert-message {
  color: #F15A24;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.alert-message p {
  color: #F15A24;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.alert-message span {
  float: left;
  margin-right: 5px;
  color: #F15A24;
}
a:focus {
  border: none !important;
  text-decoration: none;
}
/* Disables Input controls for number inputs */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* ---------- LOADING OVERLAY ---------- */
.loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url('/vo/content/app/design/images/blank.png') repeat;
  z-index: 9999999999;
}
@keyframes anim-rotate {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes anim-rotate {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.loading-overlay .spinner-container {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background: #fff;
  z-index: 5000;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.loading-overlay .spinner {
  display: block;
  height: 40px;
  width: 40px;
  margin: 10px;
  background: url('/vo/content/app/design/images/spinner.svg');
  background-size: contain;
}
.loading-overlay .ie-spinner {
  display: none;
  text-align: center;
  margin: 10px;
}
.loading-overlay .ie-spinner-small {
  display: none;
  text-align: center;
  margin: 10px;
}
.loading-overlay .spinner-steps {
  animation: anim-rotate 0.75s infinite steps(8);
  -webkit-animation: anim-rotate 0.75s infinite steps(8);
}
.loading-spinner {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url('/vo/content/app/design/images/white50.png') repeat;
  z-index: 5000;
}
.loading-spinner .spinner-container {
  display: inline-block;
  background: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 1px solid #d0d0d0;
}
.loading-spinner .spinner {
  display: block;
  height: 40px;
  width: 40px;
  margin: 10px;
  background: url('/vo/content/app/design/images/spinner.svg');
  background-size: contain;
}
.loading-spinner .ie-spinner-small {
  display: none;
  text-align: center;
  margin: 10px;
}
.loading-spinner .simple-spinner {
  display: block !important;
}
.loading-spinner .spinner-steps {
  animation: anim-rotate 0.75s infinite steps(8);
  -webkit-animation: anim-rotate 0.75s infinite steps(8);
}
.no-csstransforms .ie-spinner {
  display: block;
}
.no-csstransforms .ie-spinner-small {
  display: block;
}
.no-csstransforms .spinner {
  display: none;
}
/* ---------- BUTTONS --------- */
.button-cta {
  display: inline-block;
  height: auto;
  line-height: inherit;
  color: #fff;
  padding: 8px 18px;
  background: #00C5D1;
  font-size: 14px;
  border: none;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 700 !important;
  text-align: center;
  transition: All 500ms ease-out;
  -webkit-transition: All 500ms ease-out;
  -moz-transition: All 500ms ease-out;
  -o-transition: All 500ms ease-out;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
}
.button-cta:hover {
  border: none;
  text-decoration: none;
  background-color: #b0c778;
  color: #fff;
  -webkit-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
}
.button-cta.disabled {
  color: #AEAEAE;
  background: #f1f1f1;
}
.button-cta.disabled:hover {
  background: #f1f1f1;
  color: #AEAEAE;
}
.button-secondary {
  display: inline-block;
  height: auto;
  line-height: inherit;
  color: #fff;
  padding: 8px 18px;
  background: #046A38;
  font-size: 14px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 700 !important;
  margin-right: 20px;
  border: none;
  transition: All 500ms ease-out;
  -webkit-transition: All 500ms ease-out;
  -moz-transition: All 500ms ease-out;
  -o-transition: All 500ms ease-out;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
}
.button-secondary:hover {
  border: none;
  text-decoration: none;
  background-color: #b0c778;
  color: #fff;
  -webkit-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
}
.button-secondary.disabled {
  color: #746E6E;
  background: #f1f1f1;
}
.button-secondary.disabled:hover {
  background: #F6F6F6;
}
.button-grey {
  display: inline-block;
  height: auto;
  line-height: inherit;
  color: #fff;
  padding: 8px 18px;
  background: #746E6E;
  font-size: 14px;
  border: none;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 700 !important;
  text-align: center;
  transition: All 500ms ease-out;
  -webkit-transition: All 500ms ease-out;
  -moz-transition: All 500ms ease-out;
  -o-transition: All 500ms ease-out;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
}
.button-grey:hover {
  border: none;
  text-decoration: none;
  background-color: #b0c778;
  color: #fff;
  -webkit-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
}
.button-grey.disabled {
  color: #AEAEAE;
  background: #f1f1f1;
}
.button-grey.disabled:hover {
  background: #f1f1f1;
  color: #AEAEAE;
}
.button-alert {
  display: inline-block;
  height: auto;
  line-height: inherit;
  color: #fff;
  padding: 8px 18px;
  background: #ff9500;
  font-size: 14px;
  text-decoration: none !important;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 700 !important;
  margin-right: 20px;
  border: none;
  transition: All 500ms ease-out;
  -webkit-transition: All 500ms ease-out;
  -moz-transition: All 500ms ease-out;
  -o-transition: All 500ms ease-out;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
}
.button-alert:hover {
  border: none;
  text-decoration: none;
  background-color: #ff9500;
  color: #fff;
  -webkit-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
}
.button-alert.disabled {
  color: #746E6E;
  background: #f1f1f1;
}
.button-alert.disabled:hover {
  background: #F6F6F6;
}
.button-txt {
  line-height: 35px;
  height: 35px;
  display: inline-block;
}
/* ---------- COMMON ---------- */
body {
  color: #000000;
  line-height: 20px;
  background-color: #eee;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  color: #00aab3;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #00aab3;
  border-bottom: 1px dotted #00aab3;
}
a.small-grey {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
a .icon-trashcan {
  color: #746E6E;
  float: right;
}
p {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  color: #000000;
}
em,
i,
em a,
i a,
.timeline-caption {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
footer .contact td,
footer .contact a,
.date-row .date {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 700;
}
.nav li a,
.breadcrumbs,
.upper,
.title-area strong,
.title-area b,
.home-intro strong,
.home-intro b,
h5,
h6,
.btn-menu,
.title,
.home-intro h2,
.button-cta {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h6,
footer .contact .upper,
.dropdown-menu > li > a,
.product-thumb .title,
ul.secondary-nav .submenu a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
#copyright {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
h2 {
  line-height: 70px;
  font-size: 70px;
  font-weight: normal;
  color: #839D57;
}
h3 {
  line-height: 60px;
  font-size: 60px;
  font-weight: normal;
  color: #046A38;
}
h4 {
  font-size: 40px;
  line-height: 40px;
  color: #046A38;
  font-weight: normal;
}
h5 {
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  color: #046A38;
}
h6 {
  font-size: 18px;
  line-height: 26px;
  color: #797979;
}
.clear {
  clear: both;
}
.upper {
  text-transform: uppercase;
  font-weight: bold;
}
.relative {
  position: relative;
}
.row-full {
  clear: both;
  width: 100%;
  float: none;
  margin: 25px 0;
}
.padded {
  padding: 40px 70px;
}
.topmargin {
  margin-top: 25px;
}
.bottommargin {
  margin-bottom: 25px;
}
#localization-nav .arrow,
.button-go,
.sort-bar .name,
.button.new,
.button.popular,
.button.alpha,
.cycle-pager span {
  display: block;
  text-indent: -999em;
  background-image: url(design/@{imagesPath}sprites.png);
  background-repeat: no-repeat;
  outline: none;
}
#localization-nav li a,
#localization-nav #current a {
  display: block;
  text-indent: -999em;
  background-image: url(design/@{imagesPath}flag-sprites.png);
  background-repeat: no-repeat;
  background-position: 0 100px;
  /* Blank */
  outline: none;
}
hr {
  height: 5px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
hr.inverted {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="phone"],
.uneditable-input {
  display: inline-block;
  height: 34px;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #AEAEAE;
  font-family: Arial, Helvetica, sans-serif;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="phone"]:focus,
.uneditable-input:focus {
  font-size: 16px;
  outline: none;
}
.input-with-character-counter {
  margin-bottom: 0px !important;
}
.character-counter {
  float: right;
  font-size: 75%;
  color: gray;
}
.character-counter .error {
  color: red;
}
.ui-select-container input {
  margin-bottom: 0;
}
.ui-select-bootstrap .ui-select-choices-row > a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  padding: 3px 10px !important;
}
.ui-select-container.ui-select-bootstrap.dropdown {
  margin-bottom: 10px !important;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #00aab3 !important;
}
.ui-select-bootstrap .ui-select-choices-row > a {
  white-space: initial !important;
}
.ui-select-match-text {
  width: 95%;
  overflow: hidden;
}
.form-control {
  display: block !important;
}
.left-nogut {
  margin-left: 0;
  padding-left: 0;
}
.right-nogut {
  margin-right: 0;
  padding-right: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.link-button {
  height: 100%;
  position: relative;
  text-align: right;
  margin: 20px 0 0 0;
  display: inline-block;
}
.link-button a {
  position: relative;
  right: 0;
  bottom: 0;
}
textarea.agreement {
  height: 500px;
}
ul.documents {
  overflow: auto;
  list-style: none;
}
ul.documents li {
  line-height: inherit;
  margin: 0 0 5px;
}
ul.documents i {
  color: #000000;
  margin: 0 5px 0 0;
}
ul.documents a:hover {
  border-bottom: none;
  color: #00c2cc;
}
/* ---------- MEDIA QUERIES ---------- */
/* tablet and smaller */
@media (max-width: 979px) {
  h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .member-nav {
    right: 10px;
  }
  .member-nav {
    z-index: 1;
    top: -36px;
    right: 70px;
    width: 316px;
  }
  .btn-menu {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 50px;
    float: right;
    margin-right: 10px;
    border: none;
    color: #fff;
    background: transparent;
  }
  .navbar {
    top: -40px;
    right: 0;
    left: 0;
    background-color: #000;
  }
  /* Menu dropdowns on hover vs click */
  html.touch ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
  li.dropdown:hover {
    border: none;
  }
  .dropdown-menu li a {
    height: auto;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #fff;
  }
  #localization-nav {
    top: -35px;
    background-color: #000;
  }
  #localization-nav .arrow {
    display: none;
  }
  header .container {
    width: 100%;
    padding: 0;
  }
  #content {
    margin-top: 0;
  }
  #content:before,
  #content:after {
    content: " ";
    display: table;
  }
  #content:after {
    clear: both;
  }
  #content:before,
  #content:after {
    content: " ";
    display: table;
  }
  #content:after {
    clear: both;
  }
  .feature-img {
    z-index: 99;
  }
  .dropdown.last .dropdown-menu {
    left: auto;
    text-align: left;
  }
  .right-column,
  .product-detail,
  .company {
    margin-left: 23% !important;
  }
  ul.secondary-nav li a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .rounded {
    width: 230px;
    height: 230px;
  }
  .feature-img .inner {
    width: 230px;
    height: 230px;
  }
  footer .contact {
    padding: 30px 20px 40px 20px;
  }
  .featured-product {
    float: none;
    margin: 10px auto;
    clear: both;
  }
}
@media (min-width: 768px) {
  .blue-background {
    background: #e2f8f9;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  #logo {
    top: 10px;
    left: 10px;
  }
  .container {
    padding: 0 20px;
  }
  footer .contact {
    margin: 20px 0;
    background: transparent;
    padding: 0;
  }
  footer .social a {
    margin-right: 5px;
  }
  .offset0,
  .offset1,
  .offset2,
  .offset3,
  .offset4,
  .offset5,
  .offset6,
  .offset7,
  .offset8,
  .offset9,
  .offset10 {
    margin: 0 !important;
  }
  .feature-img {
    display: none;
  }
  .product-catimg,
  .timeline .img,
  .picture-row .img {
    position: relative !important;
    margin-left: 0 !important;
    min-height: 300px !important;
    clear: both !important;
    width: 100% !important;
    border: none !important;
  }
  .product {
    clear: both;
  }
  .product .content,
  .picture-row .content {
    padding: 20px;
  }
  .featured-product {
    float: none;
    margin: 10px auto;
    clear: both;
  }
  .right-column,
  .product-detail,
  .company {
    margin-left: 0 !important;
  }
  .intro h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .product-thumb {
    width: 50%;
  }
  .sort-bar .search-field {
    width: 140px;
  }
  .top {
    height: 200px;
  }
  .timeline .content {
    float: none;
    width: 100%;
    clear: both;
  }
  .timeline-container {
    background: transparent;
  }
  .timeline .date-row.active {
    background-image: none !important;
  }
  .date-row .info {
    width: 60%;
  }
  .timeline.left .date-row .date {
    margin-left: 70%;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 767px) {
  .cc {
    margin: 0 0 10px !important;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #logo {
    top: 4px;
    left: 10px;
    background-size: contain;
    width: 130px;
    height: 40px;
  }
  .member-nav {
    display: none;
  }
  .product-thumb {
    width: 100%;
    float: none;
  }
}
/* ---------- ie 8 specific ---------- */
.lt-ie9 .feature-img .inner {
  border: 4px solid #fff;
}
.lt-ie9 #wrapper {
  max-width: 1120px;
}
.lt-ie9 .search-field {
  border: 1px solid #eee !important;
  color: #eee !important;
  background-color: transparent !important;
  padding-top: 8px !important;
  height: 22px !important;
  width: 44px;
}
.lt-ie9 .search-field.long {
  width: 140px;
}
.lt-ie9 .dropdown.last .dropdown-menu {
  left: -96px;
}
/* Select2 Styling =========== */
.select2-container {
  width: 100%;
  margin: 0 0 10px 0;
}
.select2-container .select2-choice {
  border-color: #AEAEAE;
  border-radius: 5px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
}
.select2-container .select2-choice .select2-arrow {
  width: 30px;
}
.select2-container .select2-choice .select2-arrow b {
  background: none !important;
}
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'yolo-icon-font';
  content: "\e60a";
  height: 100%;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 32px;
  color: #746E6E;
}
.select2-container .select2-choice:focus {
  border: #746E6E 1px solid !important;
}
.select2-dropdown-open .select2-choice {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.select2-drop-active {
  margin-top: 1px;
  border: 1px solid #746E6E;
  border-radius: 5px;
}
.select2-results {
  max-height: 200px;
}
.select2-result {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  height: auto;
  line-height: 18px;
}
.select2-result.select2-highlighted {
  background: none;
  color: #00aab3;
}
label.radio {
  min-height: 0;
  min-width: 0;
  padding: 0 !important;
  display: inline-block;
  margin: 0 20px 10px 0 !important;
  font-size: 18px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
label.radio input {
  display: none;
}
label.radio span.radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #746E6E;
  float: left;
  margin: 0 5px 0 0;
  display: inline-block;
  min-height: 0;
  min-width: 0;
  padding: 0 !important;
}
label.radio.active span.radio {
  background: url('/vo/content/app/design/images//formSprite.png') 0 0;
}
label.switch {
  min-height: 0;
  min-width: 0;
  padding: 0 !important;
  display: inline-block;
  margin: 0 30px 10px 0 !important;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
}
label.switch input {
  display: none;
}
label.switch span.switch {
  width: 58px;
  height: 26px;
  float: left;
  margin: 0 10px 0 0;
  display: inline-block;
  min-height: 0;
  min-width: 0;
  padding: 0 !important;
  background: url('/vo/content/app/design/images//formSprite.png') -16px -28px;
  cursor: pointer;
}
label.switch.active span.switch {
  background: url('/vo/content/app/design/images//formSprite.png') -16px -2px;
}
.tooltip.top {
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
}
.modal-content {
  border-radius: 0;
  padding: 20px;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 0;
}
.modal-header {
  border: none;
  margin: 0 0 10px 0;
  padding-right: 40px;
  position: relative;
}
.modal-header h4 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 30px;
}
.modal-header .close {
  font-size: 46px;
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
  opacity: 1;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.modal-body p {
  margin: 20px 0 20px 0;
}
.modal-body p a {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 16px;
}
.modal-body .check-image {
  width: 100%;
}
.modal-body .direct-deposit {
  margin-top: 20px;
}
.modal-body ul {
  list-style: none;
  padding-left: 0;
}
.modal-body ul.list-ul {
  list-style: disc;
  margin-left: 20px;
}
.modal-body ul.list-ol {
  list-style: roman;
  margin-left: 20px;
}
.modal-body .select-priority {
  margin-bottom: 20px;
  width: 75%;
}
.modal-body a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.modal-body .product-wrapper {
  padding: 20px 5px;
  margin: 0 0 20px 0;
  border: 1px solid #f1f1f1;
}
.modal-footer {
  border: none;
}
.modal-footer a {
  color: #746E6E;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin: 0 10px 0 0;
}
@media (min-width: 992px) {
  .vo-modal-lg .modal-dialog {
    width: 900px;
  }
}
/*  *************  Panel Styles  *************  */
.panel-heading.blue {
  background-color: #00aab3;
  color: #fff;
}
.panel-heading.blue h4,
.panel-heading.blue h4 a,
.panel-heading.blue span {
  color: #fff;
}
.panel-heading.gray-dark {
  background-color: #000000;
  color: #fff;
}
.panel-heading.gray-dark h4,
.panel-heading.gray-dark h4 a,
.panel-heading.gray-dark span {
  color: #fff;
}
/*  *************  Custom Layout  *************  */
.buffer-top {
  padding-top: 50px;
}
.block-content {
  margin-bottom: 20px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.payUPSEErrorColor {
  color: #db2a3e;
}
.placeToPayErrorColor {
  color: #db2a3e;
}
.placeToPayBold {
  font-weight: bold;
}
.show-mobile {
  display: none;
}
.show-tablet {
  display: none;
}
.layout-half {
  width: 50%;
}
.layout-half-left {
  width: 48%;
  float: left;
}
.layout-half-right {
  width: 48%;
  float: right;
}
.layout-left-3 {
  width: 22.22222222222222%;
  /*200px/900px*/
  float: left;
}
.layout-left-4 {
  width: 33.0672748004561%;
  /*290px/877px*/
  float: left;
}
.layout-left-8 {
  width: 64.99429874572405%;
  /*570px/877px*/
  float: left;
}
.layout-right-4 {
  width: 33.0672748004561%;
  /*290px/877px*/
  float: right;
}
.layout-right-8 {
  width: 64.99429874572405%;
  /*570px/877px*/
  float: right;
}
.layout-right-9 {
  width: 73.88888888888889%;
  /*665px/900px*/
  float: right;
}
/*  *************  Responsive Tables  *************  */
.responsive-table {
  width: 100%;
  margin-bottom: 20px;
}
.responsive-table.header-only {
  margin-bottom: 0;
}
.responsive-table .table-head {
  font-size: 0;
  border-bottom: 1px solid #746E6E;
}
.responsive-table .table-head.border-none {
  border: none;
}
.responsive-table .table-head div {
  font-size: 14px;
  display: inline-block;
  color: #000000;
  padding-left: 7px;
  vertical-align: bottom;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.responsive-table .table-head .rt-group {
  display: inline;
  padding-left: 0;
  font-size: 0;
}
.responsive-table .table-detail {
  padding-top: 2%;
}
.responsive-table .table-foot {
  font-weight: bold;
}
.responsive-table ul {
  margin-bottom: 20px;
}
.responsive-table ul li {
  position: relative;
  font-size: 0;
  padding: 15px 0;
}
.responsive-table ul li.table-error {
  padding: 15px;
  text-align: center;
  color: #fa000c;
  font-size: 14px;
  background: #FEEED6;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.responsive-table ul .selected {
  background-color: #f1f1f1;
}
.responsive-table ul .cell {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  padding-left: 7px;
  color: #000000;
}
.responsive-table ul .cell .hidden-title {
  display: none;
}
.responsive-table ul.rt-row-bordered li {
  border-bottom: 1px solid #f1f1f1;
}
.responsive-table ul.rt-row-bordered li:last-child {
  border-bottom: none;
}
.responsive-table ul.all-rows-bordered li {
  border-bottom: 1px solid #f1f1f1;
}
table tr.row-alternating:nth-child(even),
ul li.row-alternating:nth-child(even) {
  background-color: #f1f1f1;
}
/*  *************  Currency  *************  */
.currency-type {
  margin-left: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-style: inherit;
  line-height: 10px;
}
.input-group-addon {
  border-color: #746E6E;
}
/*  *************  Badges  *************  */
.tag {
  display: inline-block;
  padding: 5px 8px;
  background: #000000;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}
.tag.tag-promo {
  background: #6e4a9e;
}
.tag.tag-promo .icon-star {
  background: none;
}
.tag.tag-promo:after {
  content: "";
  margin-left: 0;
}
/*  *************  Form Errors  *************  */
.input-error {
  display: none;
}
.agreement-error {
  padding-left: 25px;
}
.agreement-error .error-message {
  font-size: 14px;
  padding: 0px;
  background: none;
}
.password .error {
  padding: 0 15px;
}
.forgot-password,
.forgot-password.error {
  font-size: 20px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.red {
  color: #BF0000;
}
.validation-tax-id-process,
.validation-tax-id-fail {
  display: block;
}
.validation-tax-id-process {
  color: #6e4a9e;
}
.error {
  position: relative;
  color: #BF0000 !important;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 400 !important;
}
.error .inline-validation-errors {
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
}
.error .show-on-error {
  display: inline-block;
}
.error label {
  color: #BF0000;
}
.error input[type=text],
.error input[type=password] {
  border-color: #BF0000;
  color: #BF0000;
  display: block;
  padding-right: 30px;
}
.error .input-error {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 6px;
  color: #BF0000;
  font-size: 20px;
}
.error h5,
.error p {
  color: #BF0000 !important;
}
.error .terms-box {
  border-color: #BF0000;
}
.error .terms-box p {
  color: #000000 !important;
}
.error .select2-container .select2-choice,
.error .radio,
.error .input-group-addon {
  border-color: #BF0000 !important;
}
.error-message {
  color: #BF0000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 0px !important;
  background-color: none !important;
}
.show-on-error {
  display: none;
}
.product-warning-message {
  color: #ff8f34;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 400 !important;
}
.general-user-message {
  background: #746E6E;
  padding: 20px;
  margin-bottom: 20px;
}
.general-user-message h4 {
  font-size: 24px;
  margin-top: 0;
}
.general-user-message p,
.general-user-message h4 {
  color: #fff !important;
  line-height: 1.3;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 400 !important;
}
.general-user-message a {
  color: #fff;
  text-decoration: underline;
}
.general-user-message p {
  font-size: 14px !important;
}
.general-user-message p:last-child {
  margin-bottom: 0;
}
.general-user-message.error {
  background: #BF0000;
}
.general-user-message button.close {
  color: #ffffff;
  opacity: 1;
  font-size: 28px;
}
.general-user-message button.close:hover {
  opacity: .7;
}
.validation-message {
  border: 2px solid #BF0000;
  padding: 10px;
  margin: 10px 0;
}
.validation-message p {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
/* Generals */
.button-group {
  margin: 20px 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.word-wrap {
  word-wrap: break-word;
}
.edit-button {
  font-size: 14px;
}
.remote-element-hidden {
  display: none;
}
.remote-element-hidden.open {
  display: block;
  margin-bottom: 10px;
}
.content-block {
  margin-bottom: 20px;
}
.content-block-small {
  margin-bottom: 10px;
}
.content-block-large {
  margin-bottom: 30px;
}
.icon-trashcan {
  color: #746E6E;
}
a.delete-icon:hover {
  border-bottom: none;
}
/* Bordered List */
.bordered-list {
  font-size: 0;
  padding: 0;
  /*  Controls for bordered-list */
}
.bordered-list > li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 23px;
  margin-bottom: 25px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.bordered-list .list-content {
  border: 1px solid #746E6E;
  padding: 15px 15px 10px;
  padding-right: 75px;
  position: relative;
  border-radius: 5px;
}
.bordered-list h4 {
  color: #000000;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0 0 5px;
}
.bordered-list p {
  font-size: 17px;
  color: #000000;
  margin-bottom: 5px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.bordered-list .list-controls,
.bordered-list .list-status {
  position: absolute;
  right: 10px;
  text-align: right;
}
.bordered-list .list-controls i,
.bordered-list .list-status i {
  font-size: 17px;
}
.bordered-list .list-controls a:hover,
.bordered-list .list-status a:hover {
  border-bottom: none;
}
.bordered-list .list-controls a span,
.bordered-list .list-status a span {
  margin-left: 4px;
}
.bordered-list .list-controls .icon-pencil:hover,
.bordered-list .list-status .icon-pencil:hover {
  color: #00c2cc;
}
.bordered-list .list-controls {
  top: 15px;
}
.bordered-list .list-controls a:last-child {
  margin-left: 20px;
}
.bordered-list .list-status {
  position: absolute;
  bottom: 15px;
}
.bordered-list .list-status i {
  color: #046A38;
  margin-left: 10px;
}
.bordered-list .list-status i:first-child {
  margin-left: 0;
}
/* Agreement */
.agreement-container {
  margin: 0 0 40px 0;
  padding: 20px 10px;
}
.agreement-container .agreement {
  padding: 10px;
  border: 1px solid #746E6E;
  border-radius: 5px;
  height: 300px;
  display: block;
  margin-bottom: 20px;
}
.agreement-container .agreement .agreement-content {
  height: 100%;
  overflow: auto;
  margin-top: 0;
}
/* Step Breadcrumb */
.fancy-step-breadcrumb,
.pagewrapper.pws .fancy-step-breadcrumb {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  min-height: 50px;
  padding-top: 25px;
}
.fancy-step-breadcrumb > li {
  float: left;
  text-align: center;
  position: relative;
}
.fancy-step-breadcrumb > li:first-child:before,
.fancy-step-breadcrumb > li:last-child:after {
  display: none;
}
.fancy-step-breadcrumb > li:before,
.fancy-step-breadcrumb > li:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 50%;
  top: 50%;
  margin-top: -5px;
  background: #d0d0d0;
  z-index: 0;
  display: block;
}
.fancy-step-breadcrumb > li:before {
  left: 0;
}
.fancy-step-breadcrumb > li:after {
  right: 0;
}
.fancy-step-breadcrumb > li.active span {
  background: #ff8f34;
  border: 4px solid #ff8f34;
  pointer-events: auto;
}
.fancy-step-breadcrumb > li.active span .glyphicon {
  font-size: 12px;
  line-height: 0;
}
.fancy-step-breadcrumb > li.active:after {
  background: #ff8f34;
}
.fancy-step-breadcrumb > li.active + li:before {
  background: #ff8f34;
}
.fancy-step-breadcrumb > li.active label {
  color: #ff8f34;
  font-size: 13px;
}
.fancy-step-breadcrumb > li.nolink a {
  cursor: inherit;
  pointer-events: none;
}
.fancy-step-breadcrumb > li.current span {
  background: #ff8f34;
  border: 4px solid #ff8f34;
}
.fancy-step-breadcrumb > li.current label {
  color: #ff8f34;
  font-size: 13px;
}
.fancy-step-breadcrumb.steps-6 li {
  width: 16.666666666667%;
}
.fancy-step-breadcrumb.steps-5 li {
  width: 20%;
}
.fancy-step-breadcrumb.steps-4 li {
  width: 25%;
}
.fancy-step-breadcrumb.steps-3 li {
  width: 33.3333333333%;
}
.fancy-step-breadcrumb.steps-2 li {
  width: 50%;
}
.fancy-step-breadcrumb label {
  color: #d0d0d0;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  font-size: 13px;
}
.fancy-step-breadcrumb span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 4px solid #d0d0d0;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: 900;
  position: relative;
  z-index: 1;
  cursor: default;
  pointer-events: none;
}
.agree-to p {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 16px;
}
/* Error Page */
.error-content {
  margin-bottom: 20px;
  color: #000000;
}
.error-content h3 {
  font-size: 36px;
  margin: 0 0 5px 0;
  line-height: 28px;
}
.error-content h3.orange {
  color: #ff9500;
}
.error-content a {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
}
.error-content.error-home h4 {
  color: #000000;
  font-weight: 900;
  font-size: 18px;
  margin: 0 0 .7em;
  line-height: 1.3em;
}
.modal .help-block {
  margin-top: 0;
  color: #000000;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
/* ---------- SIGN IN--------- */
.maintenance-container {
  overflow: auto;
  position: relative;
}
.maintenance-container h4 {
  color: #046A38;
  font-size: 32px;
  margin: 0;
  line-height: auto;
}
.maintenance-container .message {
  width: 78.125%;
  /* 1000 / 1280 */
  float: left;
  padding: 0 20px;
  margin: 20px 0 20px 21.875%;
  min-height: 100%;
}
.maintenance-container .contact-info {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.maintenance-main-img {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5) inset;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  border-right: 3px solid #00aab3;
  width: 21.875%;
  /* 280 / 1280 */
}
.special-alert {
  position: relative;
  margin: 20px 0;
  padding-left: 40px !important;
}
.special-alert p,
.special-alert i {
  color: #ff8f34 !important;
  margin-bottom: 0;
}
.special-alert i {
  position: absolute;
  left: 20px;
}
.oos-warning {
  color: #ff9500;
}
.oos-warning:hover {
  border: none;
}
.modal-body .out-of-stock {
  background: #FEEED6;
  margin-right: 20px;
}
.modal-body .out-of-stock h4 {
  background: #ff9500;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  line-height: 35px;
  margin-bottom: 0;
}
.modal-body .out-of-stock p {
  padding: 10px;
  color: #ff9500;
  margin: auto;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.upline-contact {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.upline-social {
  font-size: 26px;
}
.upline-social-text {
  vertical-align: top;
}
.select2-search input {
  margin-top: 5px;
}
/*  *************  Product Modal  *************  */
.product-details-content {
  color: #000000;
}
.product-details-content img {
  border: 1px solid #f1f1f1;
  height: auto;
  max-width: 100%;
  display: block;
  width: auto\9;
  /* This is intential... thanks to IE8 */
}
.product-details-content label {
  display: block;
}
.product-details-content .price-info label {
  font-size: 16px;
  margin-bottom: 10px;
}
.product-details-content .add-product {
  margin-top: 20px;
}
.product-details-content .add-product input {
  width: 100px;
  margin-right: 10px;
}
.product-details-content .product-added {
  color: #046A38;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.product-details-content .product-added span {
  display: block;
  margin-bottom: 10px;
}
.product-details-content .nav {
  margin: 20px 0;
}
/*  ************** Product Grid View *************  */
.product-grid .product {
  background-color: rgba(239, 239, 239, 0.7) 0%;
  background-image: linear-gradient(to bottom, rgba(239, 239, 239, 0.7) 0%, rgba(255, 255, 255, 0) 15%);
  cursor: pointer;
  display: block;
  font-size: 1rem;
}
.product-grid .product:hover {
  box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.1);
}
.product-grid .product > .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
}
.product-grid .product > .meta {
  display: block;
  width: 100%;
}
.product-grid .product > .meta label {
  color: #6e4a9e;
  cursor: pointer;
  display: block;
  font-size: 1em;
  padding: 20px 10px 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 989px) {
  .product-grid .product {
    width: 100% !important;
  }
  .product-grid .product > .image {
    height: 220px;
    margin: 40px 20% 0;
    width: 60%;
  }
  .product-grid .product:first-of-type > .image {
    margin-top: 0;
  }
}
@media only screen and (min-width: 990px) {
  .product-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .product-grid .product {
    height: 350px;
    width: 25% !important;
  }
  .product-grid .product > .image {
    height: 220px;
    margin: 40px 10% 0;
    width: 80%;
  }
}
/*  *************  Product Page  *************  */
.product-details-page-content {
  color: #000000;
  padding: 10px;
  margin: 0 5px;
}
.product-details-page-content img {
  border: 1px solid #f1f1f1;
  height: auto;
  max-width: 100%;
  display: block;
  width: auto\9;
  /* This is intential... thanks to IE8 */
}
.product-details-page-content label {
  display: block;
}
.product-details-page-content .price-info label {
  font-size: 16px;
  margin-bottom: 10px;
}
.product-details-page-content .product-info {
  padding-right: 15px;
  padding-left: 15px;
}
.product-details-page-content .add-product {
  margin-top: 20px;
}
.product-details-page-content .add-product input {
  width: 100px;
  margin-right: 10px;
}
.product-details-page-content .product-added {
  color: #046A38;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.product-details-page-content .product-added span {
  display: block;
  margin-bottom: 10px;
}
.product-details-page-content .nav {
  margin: 20px 0;
}
/*  *************  Tabs  *************  */
ul.nav-tabs {
  border-bottom: 1px solid #d0d0d0 !important;
}
ul.nav-tabs li {
  margin: 0 5px 0 0;
}
ul.nav-tabs li a {
  border: 1px solid #d0d0d0;
  border-bottom: 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #f2f2f2;
  font-size: 14px;
  padding: 4px 12px;
  margin-bottom: -1px;
  border-radius: 2px 2px 0 0;
}
ul.nav-tabs li a:hover {
  border: 1px solid #746E6E;
  background-color: #e8e8e8;
  border-bottom: 0;
}
ul.nav-tabs li.active a {
  background-color: #fff !important;
  color: #cf8c24;
  margin-bottom: -1px;
  border: 1px solid #d0d0d0;
  border-bottom-color: transparent;
}
ul.nav-tabs li.active a:hover {
  color: #cf8c24;
  cursor: default;
  border: 1px solid #d0d0d0;
  border-bottom-color: transparent;
}
ul.nav-tabs li.active a:focus {
  border: 1px solid #d0d0d0 !important;
  color: #cf8c24 !important;
  margin-bottom: -1px;
  border-bottom-color: transparent !important;
}
.nav-tabs.nav-justified > li {
  width: auto !important;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}
/*  *************  Preferences  *************  */
.preferences p {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.preferences .select2-container {
  width: 200px;
}
.preferences .spacing {
  margin: 0 0 0 66px;
}
.preferences input[type="checkbox"] {
  width: 16px;
  height: 16px;
  float: left;
  margin: 1px 5px 0 0;
}
.preferences ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
}
.preferences ul li {
  padding: 0;
  margin: 5px 0;
}
.pagefooter-copy {
  color: #ffffff;
}
.select2-hidden-accessible {
  display: none !important;
  visibility: hidden !important;
}
.pre-order img {
  width: 400px;
}
.pre-order h5 {
  color: #000000;
  font-weight: 900;
  font-size: 18px;
  margin: 0 0 .7em;
  line-height: 1.3em;
}
.pre-order ul {
  color: #000000;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.pre-order span {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.pre-order span b,
.pre-order span span {
  font-weight: 900;
}
.pre-order .small {
  margin-top: 40px;
}
.feedback-tab {
  position: fixed;
  width: 36px;
  height: 100px;
  overflow: hidden;
  top: 50%;
  right: 0px;
  margin-top: -50px;
  z-index: 1000;
}
.feedback-tab a {
  background: url(https://cdn.feedbackify.com/img/classic/tab.png) #FE7A20;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 36px;
  height: 100px;
  margin-left: 5px;
  cursor: pointer;
}
.feedback-tab a:hover {
  margin-left: 2px;
}
.payment-resolution {
  color: #000000;
}
.payment-resolution .payment-group {
  margin-bottom: 20px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.payment-resolution .payment-group h6 {
  color: #000000;
  font-weight: bold;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #746E6E;
}
.payment-resolution .payment-group .failed-card {
  color: #BF0000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.payment-resolution .payment-group .not-processed {
  color: #ff9500;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.payment-resolution .button-group a {
  margin-right: 20px;
  color: #746E6E;
}
.promo-item .prod-img {
  position: relative;
  display: block;
  width: 100px;
}
.promo-item .prod-img .promo-corner {
  position: absolute;
  width: 50%;
  border: none !important;
  top: 0;
  left: 0;
}
.promo-item .tag-promo {
  margin-bottom: 10px;
  display: block;
  font-weight: 900;
}
.promo-item .promo-price {
  color: #6e4a9e;
  font-weight: 900;
}
.promo-item .promo-price i {
  font-size: 14px;
  position: inherit;
  color: #000000;
}
.tax-text {
  margin: 10px 0 20px 0;
}
.order-details label {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.uploadFiles .upload-section .drag-area {
  border: 1px dashed #746E6E;
  text-align: center;
  padding: 20px;
  background: #F6F6F6;
}
.uploadFiles .upload-section .drag-area h5 {
  font-weight: 300;
  font-size: 24px;
}
.uploadFiles .upload-section .drag-area .button-secondary {
  margin: 0;
}
.uploadFiles .upload-section .upload-items {
  padding: 0;
  margin-top: 20px;
}
.uploadFiles .upload-section .upload-items li {
  list-style: none;
  border: 1px solid #746E6E;
  padding: 10px;
  background: #F6F6F6;
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
}
.uploadFiles .upload-section .upload-items li h5 {
  margin: 0;
  font-weight: 300;
}
.uploadFiles .upload-section .upload-items li .icon-trashcan {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.product-image-preview {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.product-image-preview .magnify {
  position: absolute;
  right: 15px;
  bottom: 22px;
  border: none;
}
.product-image-preview span {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.tooltip-hide-onload {
  visibility: hidden;
}
.er-widget {
  margin: 0 20px 20px 20px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.er-widget h5 {
  color: #01949E;
  margin: 0;
  font-size: 16px;
}
.er-widget h4 {
  color: #01949E;
  margin: 0 10px 0 0;
  font-weight: 900;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}
.er-widget a {
  display: inline-block;
  font-size: 14px;
}
.er-widget a:hover {
  border-bottom: none;
}
.er-widget a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0a9";
  color: #6e4a9e;
  margin-left: 10px;
  font-weight: 900;
}
p.display-address > span {
  display: block;
  word-break: break-word;
}
.standard-list {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  color: #000000;
}
.migration-welcome-centered {
  width: 675px;
  margin: auto;
}
.contest-page img {
  max-width: 100%;
  height: auto;
}
.contest-page .nav {
  margin-top: 20px;
}
.contest-page h5 {
  color: #000000;
  font-weight: 900;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.contest-page small {
  color: #000000;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-style: italic;
}
.contest-page .table {
  color: #000000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.contest-page .table th {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.contest-page .table .totals {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  background: #d0d0d0;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #746E6E;
  opacity: .6;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  z-index: 100;
}
#return-to-top i {
  color: #ffffff;
  font-size: 28px;
  position: absolute;
  left: 19px;
  top: 9px;
  transform: rotate(-90deg);
}
#return-to-top i.icon-angle-right {
  display: block;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
vo-address-fields .lastcolumn {
  clear: both;
}
.admin-body {
  margin-left: 15px;
}
.intl-phone-number::-webkit-input-placeholder {
  color: #d0d0d0 !important;
}
.intl-phone-number::-moz-placeholder {
  color: #d0d0d0 !important;
}
.intl-phone-number:-moz-placeholder {
  /* Older versions of Firefox */
  color: #d0d0d0 !important;
}
.intl-phone-number:-ms-input-placeholder {
  color: #d0d0d0 !important;
}
/*  *************  ShadeFinder  *************  */
.sf-button {
  display: block;
  float: left;
  margin-top: 37px;
  background-color: #3A3A3A;
  color: white;
}
.shade-finder-modal {
  left: -11px;
  top: -11px;
}
.sf-container {
  display: flex;
  justify-content: space-around;
}
.sf-option-item {
  width: auto;
  height: auto;
  margin: auto !important;
  border: 2px;
}
.sf-option-item.disabled {
  pointer-events: none;
}
.sf-option-item span {
  font-size: 0.8em;
  font-weight: 700;
}
.sf-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.sf-circle:hover {
  outline: 2px solid #f23b77;
  outline-offset: 1px;
}
.sf-circle.disabled {
  opacity: 0.65;
  background: #bbb;
}
.sf-circle-selected {
  outline: 2px solid #287799;
  outline-offset: 1px;
}
.sf-matched-text {
  margin: 10px 10px;
  width: auto;
  text-align: center;
}
.sf-matched-text p {
  font-size: 0.8em;
}
.modal-sm {
  max-width: 450px;
}
/*  *************  ****  *************  */
/* PWS Enrollment styles */
.pagewrapper.pws {
  max-width: 1440px;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  padding-top: 30px;
  /* Subtotal, Total labels */
  /* Review page ER rows*/
}
.pagewrapper.pws .pageheader.mobile-hide {
  max-height: 70px;
}
.pagewrapper.pws p {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  max-width: 700px;
}
.pagewrapper.pws label {
  font-size: 13px;
  font-weight: 500;
}
.pagewrapper.pws .contentbox label > span:not(.inline-validation-errors) {
  font-weight: 500;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}
.pagewrapper.pws .error label,
.pagewrapper.pws .error span,
.pagewrapper.pws .error input,
.pagewrapper.pws .error h5,
.pagewrapper.pws .inline-validation-errors {
  font-weight: 500;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  color: #9E005D;
}
.pagewrapper.pws .error b,
.pagewrapper.pws .error li {
  color: #ffffff;
}
.pagewrapper.pws .validation-message {
  background-color: #9E005D;
  color: #fff;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.pagewrapper.pws .validation-message p,
.pagewrapper.pws .validation-message b {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 500;
  clear: both;
}
.pagewrapper.pws vo-shipping-and-billing div[vo-form-errors] {
  padding-top: 10px;
}
.pagewrapper.pws .icon-warning-sign {
  color: #fff;
}
.pagewrapper.pws .error input {
  border-color: #9E005D;
}
.pagewrapper.pws .button-group {
  margin: 10px 0;
}
.pagewrapper.pws div[vo-signup-breadcrumb-steps] {
  line-height: 23px;
}
.pagewrapper.pws div[vo-signup-breadcrumb-steps] > span {
  margin-right: 10px;
}
.pagewrapper.pws .fancy-step-breadcrumb {
  float: left;
  line-height: 23px;
  margin: 0;
  padding-top: 20px;
}
.pagewrapper.pws .fancy-step-breadcrumb li {
  width: 24px;
}
.pagewrapper.pws .fancy-step-breadcrumb li.active span {
  background-color: #6e4a9e;
  border: none;
  top: -10px;
  width: 4px;
  height: 4px;
}
.pagewrapper.pws .fancy-step-breadcrumb li:before,
.pagewrapper.pws .fancy-step-breadcrumb li:after {
  display: none;
}
.pagewrapper.pws .fancy-step-breadcrumb li.current label {
  border: solid 1px #6e4a9e;
  border-radius: 50%;
  background-color: #6e4a9e;
  color: #ffffff;
}
.pagewrapper.pws .fancy-step-breadcrumb span {
  background: none;
  border: none;
}
.pagewrapper.pws .fancy-step-breadcrumb label {
  color: #6e4a9e;
}
.pagewrapper.pws .enrollment .terms {
  margin-right: 60px;
  margin-top: 10px;
}
.pagewrapper.pws .membership-summary {
  background-color: #e2dbec;
  padding: 20px;
}
.pagewrapper.pws .summary-body {
  background: none;
}
.pagewrapper.pws .button-cta > span {
  color: #ffffff;
}
.pagewrapper.pws .pagebanner {
  max-width: 979px;
  margin: 0 auto;
  background-color: #fff;
}
.pagewrapper.pws .enrollment {
  clear: both;
}
.pagewrapper.pws .enrollment a:not(.button-secondary) {
  font-size: 13px;
  color: #6e4a9e;
}
.pagewrapper.pws .header-content {
  background: none;
  background-color: #000;
  height: 70px;
}
.pagewrapper.pws .pageheader {
  height: 70px;
}
.pagewrapper.pws .contentbox {
  max-width: 979px;
  margin: 0 auto;
  padding: 0 30px;
}
.pagewrapper.pws .contentbox h3,
.pagewrapper.pws .contentbox p > strong > span {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin: 10px 0;
}
.pagewrapper.pws .contentbox h3.title,
.pagewrapper.pws h1 {
  font-family: Knockout-HTF26-JuniorFlyweight;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: left;
  color: #333333;
  clear: both;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: -10px;
}
.pagewrapper.pws .button-cta.wide {
  width: 350px;
}
.pagewrapper.pws .required-label {
  font-size: 13px;
  font-weight: 300;
}
.pagewrapper.pws .your-information,
.pagewrapper.pws .required {
  font-weight: 500;
}
.pagewrapper.pws i.icon-plus-sign {
  color: #6e4a9e;
}
.pagewrapper.pws div.row.co-app {
  margin-bottom: 30px;
}
.pagewrapper.pws div.row.co-app span {
  color: #6e4a9e;
  font-weight: 500;
}
.pagewrapper.pws .user-agreement span {
  font-size: 13px;
}
.pagewrapper.pws .pageheader .logo {
  background-image: url('/vo/content/app/design/images/logo_pws.png');
}
.pagewrapper.pws input[type=checkbox]:checked:before {
  display: inline-block;
  content: '';
  background-image: url('/vo/content/app/design/images/pws-checkbox.png');
  width: 16px;
  height: 16px;
}
.pagewrapper.pws a:hover {
  border: none;
}
.pagewrapper.pws .button-cta,
.pagewrapper.pws .button-secondary {
  background-color: #6e4a9e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500 !important;
  padding: 12px 60px;
}
.pagewrapper.pws .button-cta {
  margin-left: 0;
}
.pagewrapper.pws .sign-in-information {
  clear: both;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}
.pagewrapper.pws form {
  margin-top: 30px;
}
.pagewrapper.pws .summary-section {
  margin-bottom: 20px;
}
.pagewrapper.pws .pv-total {
  font-size: 13px;
  font-weight: 500;
}
.pagewrapper.pws h5 {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  background: none;
  padding: 0;
}
.pagewrapper.pws .membership-summary .summary-body {
  border: none;
  padding: 0;
  margin-top: 10px;
}
.pagewrapper.pws .sub-order,
.pagewrapper.pws .order-total,
.pagewrapper.pws .payments-applied {
  background: none;
}
.pagewrapper.pws .button-secondary {
  margin-right: 0;
}
.pagewrapper.pws form span.radio {
  line-height: normal;
}
.pagewrapper.pws button,
.pagewrapper.pws .button-secondary {
  padding: 10px 55px;
  margin: 10px 0;
  background-color: #6e4a9e;
}
.pagewrapper.pws .payments-applied > form button.button-link.apply {
  background-color: #6e4a9e;
  color: #0065a0;
  font-size: 13px;
  font-weight: 500;
}
.pagewrapper.pws p {
  font-size: 19px;
  font-weight: normal;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  margin-bottom: 13px;
}
.pagewrapper.pws .summary-body p,
.pagewrapper.pws .summary-body p.large,
.pagewrapper.pws .summary-body p.large span {
  font-size: 13px;
  font-weight: 300;
  margin-top: 0;
}
.pagewrapper.pws .italic {
  font-style: italic;
}
.pagewrapper.pws .edit-button {
  font-size: 13px;
  font-weight: bold;
  color: #0065a0;
}
.pagewrapper.pws .edit {
  padding-top: 10px;
}
.pagewrapper.pws .icon-pencil:before {
  content: '';
}
.pagewrapper.pws .icon-help {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  background-color: #e1daea !important;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 10px;
}
.pagewrapper.pws .icon-help:before {
  background: none;
  content: '\003F';
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #6e4a9e;
  padding-top: 1px;
}
.pagewrapper.pws .tooltip-inner {
  background-color: #ffffff !important;
  border: solid 1px #ccc;
  color: #000000;
  box-shadow: 0 4px 8px #cccccc;
  padding: 5px;
  text-align: left;
}
.pagewrapper.pws .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.pagewrapper.pws .col-sm-7 > i.icon-help {
  background-color: black;
}
.pagewrapper.pws div.tooltip > div.tooltip-arrow {
  border-top-color: #fff !important;
}
.pagewrapper.pws .icon-minus-sign {
  display: none;
}
.pagewrapper.pws .logo {
  width: 121.4px;
  height: 37.7px;
  top: 10px;
  left: 60px;
}
.pagewrapper.pws label.radio.active > span.radio {
  background: url('/vo/content/app/design/images/radio.png');
}
.pagewrapper.pws .button-link.apply span {
  color: #fff;
  font-size: 13px;
}
.pagewrapper.pws .sub-order ul li b span {
  font-size: 15px;
  font-weight: 300;
}
.pagewrapper.pws .order-total .currency-symbol,
.pagewrapper.pws .order-total .currency-amount {
  font-size: 21px;
  font-weight: 300;
}
.pagewrapper.pws .order-total .col-xs-6,
.pagewrapper.pws .sub-order col-xs-6 {
  font-size: 15px;
  font-weight: 500;
}
.pagewrapper.pws .payments-applied h5 {
  font-size: 13px;
  font-weight: 500;
}
.pagewrapper.pws .kit-info {
  padding: 10px;
}
.pagewrapper.pws .kit-info p:nth-child(3) {
  float: left;
  font-size: 15px;
  font-weight: 300;
}
.pagewrapper.pws .kit-order {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}
.pagewrapper.pws .kit-order img {
  border: none;
  margin-right: 30px;
}
.pagewrapper.pws div.essential-rewards {
  background-color: #e2dbec;
}
.pagewrapper.pws .promo-corner {
  display: none;
}
.pagewrapper.pws .promo-item.promo {
  background-color: #eef6ec;
}
.pagewrapper.pws .promo-item.promo .prod-img img {
  border: solid 2px #5eaa42;
}
.pagewrapper.pws span.tag-promo {
  background: none;
  color: #5eaa42;
  font-size: 15px;
  padding-left: 0;
}
.pagewrapper.pws span.promo-price {
  color: #333;
}
.pagewrapper.pws .kit-info p:nth-child(2) {
  float: left;
  width: 240px;
  margin-right: 15px;
}
.pagewrapper.pws .kit-info > p > strong {
  font-size: 17px;
  font-weight: 600;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
}
.pagewrapper.pws .er-row {
  background-color: #ebe4f4;
}
.pagewrapper.pws .icon-check {
  display: none;
}
.pagewrapper.pws .default {
  font-weight: 300;
  font-size: 13px;
}
.pagewrapper.pws .nav-main-outer {
  display: none;
}
.pagewrapper.pws .header-toolbar-items {
  display: none;
}
.pagewrapper.pws .hidden-xs.hidden-sm {
  display: block !important;
}
.pagewrapper.pws .membership-summary .summary-item {
  margin-bottom: 0;
}
.pagewrapper.pws .enrollment h3.ribbon {
  font-size: 28px;
  margin-top: 20px;
  text-align: center;
}
.pagewrapper.pws .prod-image {
  float: left;
}
.pagewrapper.pws .confirm-autoship {
  background: none;
}
.pagewrapper.pws #jpAddressLookup {
  margin-bottom: 12px;
}
.pws-sponsor-profile-image {
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
.pws-sponsor-profile-image-container {
  height: 120px;
  float: left;
}
#enrollment-complete-modal {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 25px;
}
#enrollment-complete-modal h4 {
  color: #333333;
  max-width: 345px;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
  padding: 0 40px;
}
#enrollment-complete-modal p {
  color: #333333;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  max-width: 331px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.33;
  padding: 0 16px;
}
#enrollment-complete-modal a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}
#enrollment-complete-modal div {
  font-size: 21px;
  font-weight: 300;
  line-height: normal;
}
#enrollment-complete-modal i {
  font-weight: normal;
  color: #333333;
}
#enrollment-complete-modal .modal-header {
  padding: 0;
}
#enrollment-complete-modal .modal-header .close {
  padding: 2px 10px 0 0;
  color: #0065a0;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
#enrollment-complete-modal .modal-body {
  padding-top: 5px;
}
#enrollment-complete-modal .modal-footer {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
  background-color: #0065a0;
}
#enrollment-complete-modal .dismiss {
  font-size: 13px;
  font-weight: bold;
}
.enrollment-complete-modal-body {
  width: 280px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.pws-modal .modal-dialog {
  max-width: 490px;
  margin-top: 140px;
}
.pws-modal .modal-content {
  padding: 0;
}
div.enrollment-shipping-method p.display-address {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.billing-shipping-form input,
.billing-shipping-form input:focus {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .pws-modal .modal-dialog {
    margin: 0 auto;
    margin-top: 140px;
  }
}
@media only screen and (max-width: 622px) {
  .pagewrapper.pws .button-cta,
  .pagewrapper.pws .button-secondary {
    width: 100%;
    display: block;
    text-align: center;
  }
  .pagewrapper.pws .terms {
    text-align: center;
    width: 100%;
  }
  .pagewrapper.pws .kit-info p:nth-child(3) {
    width: 215px;
  }
}
@media only screen and (max-width: 480px) {
  .pagewrapper.pws .fancy-step-breadcrumb label {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .pagewrapper.pws .fancy-step-breadcrumb {
    margin-left: -10px;
  }
  .pagewrapper.pws .fancy-step-breadcrumb {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .pagewrapper.pws .kit-order img {
    float: left;
    width: 75px;
  }
  .pagewrapper.pws .kit-info {
    padding: 0;
  }
  .pagewrapper.pws .kit-info p:nth-child(2) {
    margin-right: none;
    float: none;
  }
  .pagewrapper.pws .kit-info p:nth-child(3) {
    float: none;
  }
  .pagewrapper.pws .header-toolbar {
    display: none;
  }
  .pagewrapper.pws .header-toolbar,
  .pagewrapper.pws .mobile-logo {
    display: block;
  }
  .pagewrapper.pws .mobile-logo {
    margin-left: 30px;
  }
  .pagewrapper.pws .header-content {
    height: 46px;
  }
  .pagewrapper.pws .header-toolbar {
    border-bottom: none;
  }
  .pagewrapper.pws .header-toolbar-items {
    display: none;
  }
  .pagewrapper.pws .pagebanner {
    margin-top: -30px;
  }
  .pagewrapper.pws .header-content.mobile-hide {
    height: 0;
  }
}
@media only screen and (max-width: 295px) {
  .pws-modal-sponsor-rank {
    display: block;
  }
}
.hide-breadcrumb {
  display: none;
}
#myYLiFrame {
  display: none;
}
#myYLAnalytics {
  display: none;
}
.svg-black {
  fill: #000000;
}
.svg-black svg path {
  stroke: #000000;
  stroke-width: 20px;
}
.svg-purple {
  fill: #6e4a9e;
}
.svg-purple svg path {
  stroke: #6e4a9e;
  stroke-width: 30px;
}
/* ---------- ALERTS --------- */
.alerts {
  background: #BF0000 !important;
  display: block;
  color: #fff!important;
  padding: 20px;
  margin-bottom: 20px;
}
.alerts h4 {
  color: #fff !important;
  font-size: 30px;
  line-height: normal;
  margin: 0;
}
.alerts h3,
.alerts label {
  color: #fff !important;
}
.alerts p {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
}
.alerts a {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  color: #fff !important;
  text-decoration: underline;
}
.alerts .pdfDgList {
  color: #6e4a9e !important;
}
.item-message {
  font-size: 12px;
  position: inherit;
  bottom: 0;
  left: 30px;
}
.promo-alerts {
  background: #046A38;
  display: block;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.promo-alerts h4 {
  color: #fff;
  font-size: 30px;
  line-height: normal;
  margin: 0;
}
.promo-alerts p {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff !important;
}
.promo-alerts a {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}
/* ---------- CART--------- */
.shopping-cart .otg-header {
  background: #839D57;
  margin: 20px 0;
  padding: 10px 20px;
  color: #fff;
  line-height: normal;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 24px;
  height: auto;
}
.shopping-cart .otg-header .icon-help {
  font-size: 16px;
  background: none !important;
}
.shopping-cart .nfr-header {
  background: #000000;
  margin: 20px 0;
  padding: 10px 20px;
  color: #fff;
  line-height: normal;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 24px;
  height: auto;
}
.shopping-cart .nfr-header .icon-help {
  font-size: 16px;
  background: none !important;
}
/* ---------- PAYMENT--------- */
.accordion-content h3 {
  color: #046A38;
  font-size: 28px;
  margin: 0 0 20px 0;
  line-height: 28px;
}
.accordion-content .accordion .panel.completed .panel-heading {
  background: #046A38;
}
.accordion-content .accordion .panel.completed .panel-heading a,
.accordion-content .accordion .panel.completed .panel-heading h4 {
  color: #fff;
}
.accordion-content .accordion .panel.panel.error {
  border-color: #BF0000;
}
.accordion-content .accordion .panel.panel.error .panel-heading {
  background: #fff2f2;
}
.accordion-content .accordion .panel.panel.error .panel-heading h4 a {
  color: #BF0000;
}
.accordion-content .accordion .panel.panel.error .panel-body h4 span {
  color: #BF0000;
}
.accordion-content .accordion .panel-heading.nfr {
  background: #F7F9F1;
}
.accordion-content .accordion .panel-heading.nfr .panel-title {
  color: #046A38;
}
.accordion-content .accordion .panel-heading .panel-title {
  font-size: 20px;
  line-height: normal;
  padding-right: 0px !important;
}
.accordion-content .accordion .panel-heading .panel-title a {
  color: #00aab3;
}
.accordion-content .accordion .panel-heading .panel-title a:hover,
.accordion-content .accordion .panel-heading .panel-title a:focus {
  border-bottom: none;
}
.accordion-content .accordion .panel-heading .icon-arrow-down,
.accordion-content .accordion .panel-heading .icon-arrow-right {
  font-size: 28px;
}
.accordion-content .accordion .panel-body {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.accordion-content .accordion .panel-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion-content .accordion .panel-body ul li {
  margin-bottom: 10px;
}
.accordion-content .accordion .panel-body .edit-icon,
.accordion-content .accordion .panel-body .delete-icon {
  font-size: 20px;
  margin: 0 0 0 10px;
  display: inline-block;
}
.accordion-content .accordion .panel-body .edit-icon:hover {
  color: #00c2cc;
  border-bottom: none;
}
.accordion-content .accordion .panel-body h4 {
  font-size: 20px;
  margin: 0 0 8px 0;
  line-height: inherit;
  color: #000000;
}
.accordion-content .accordion .panel-body h4 span {
  position: relative;
  color: #6e4a9e;
  font-weight: 600;
}
.accordion-content .accordion .panel-body h5 {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin: 0;
}
.accordion-content .accordion .panel-body p {
  font-size: 15px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.accordion-content .accordion .panel-body p span {
  color: #6e4a9e;
  font-weight: 900;
}
.accordion-content .accordion .panel-body .products-list {
  border: 1px solid #746E6E;
  border-radius: 5px;
  overflow: auto;
  max-height: 125px;
  margin: 0 0 20px 0;
}
.accordion-content .accordion .panel-body .products-list ul {
  list-style: none;
  padding: 6px 10px;
}
.accordion-content .accordion .panel-body .products-list li {
  position: relative;
  padding-left: 20px;
}
.accordion-content .accordion .panel-body .products-list li label {
  font-weight: 600;
}
.accordion-content .accordion .panel-body .products-list li input {
  position: absolute;
  left: 0;
  top: -2px;
}
.accordion-content .accordion .panel-body .products-list li b {
  display: inline-block;
}
.payment li:before,
.payment li:after {
  content: " ";
  display: table;
}
.payment li:after {
  clear: both;
}
.payment li:before,
.payment li:after {
  content: " ";
  display: table;
}
.payment li:after {
  clear: both;
}
.accordion-content .accordion .panel-body .payment {
  margin-bottom: 10px;
}
.field-with-control {
  position: relative;
  padding-right: 40px;
  display: block;
}
.field-with-control .field-control {
  position: absolute;
  right: 10px;
  top: 7px;
}
.has-unsuccessful-wire-transfer {
  background-color: #ff8f34 !important;
  border: solid 1px #BF0000;
  color: #BF0000 !important;
}
.payment-summary {
  margin-top: 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.payment-summary:before,
.payment-summary:after {
  content: " ";
  display: table;
}
.payment-summary:after {
  clear: both;
}
.payment-summary:before,
.payment-summary:after {
  content: " ";
  display: table;
}
.payment-summary:after {
  clear: both;
}
.payment-summary.no-top-margin {
  margin-top: 0;
}
.payment-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.payment-summary li:before,
.payment-summary li:after {
  content: " ";
  display: table;
}
.payment-summary li:after {
  clear: both;
}
.payment-summary li:before,
.payment-summary li:after {
  content: " ";
  display: table;
}
.payment-summary li:after {
  clear: both;
}
.payment-summary .secondary-summary {
  padding: 10px 0 0 0px;
  margin: 20px 0 0 0;
  border-top: 1px solid #746E6E;
}
.payment-summary .secondary-summary:before,
.payment-summary .secondary-summary:after {
  content: " ";
  display: table;
}
.payment-summary .secondary-summary:after {
  clear: both;
}
.payment-summary .secondary-summary:before,
.payment-summary .secondary-summary:after {
  content: " ";
  display: table;
}
.payment-summary .secondary-summary:after {
  clear: both;
}
.payment-summary .secondary-summary li {
  font-size: 15px;
}
.payment-summary .order-total {
  background: #f1f1f1;
  color: #000000;
  padding: 20px 15px;
  font-size: 22px;
}
.payment-summary .order-total .pv-total {
  font-size: 16px;
  margin-top: 12px;
}
.payment-summary .order-total .pv-total i {
  font-size: 14px;
}
.payment-summary .sub-order {
  background: #f1f1f1;
  padding: 15px;
  font-size: 15px;
  border-bottom: 1px solid #746E6E;
}
.payment-summary .sub-order ul li {
  margin-bottom: 10px;
  color: #000000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.payment-summary .payments-applied,
.payment-summary .general-grey-section {
  background: #f1f1f1;
  padding: 20px 15px;
  font-size: 15px;
  color: #000000;
  margin: 10px 0;
  overflow: auto;
}
.payment-summary .payments-applied h5,
.payment-summary .general-grey-section h5 {
  margin-top: 0;
}
.payment-summary .payments-applied input,
.payment-summary .general-grey-section input {
  margin: 0 15px 0 0;
}
.payment-summary .payments-applied ul li,
.payment-summary .general-grey-section ul li {
  margin-bottom: 10px;
  color: #000000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.payment-summary .payments-applied ul li:before,
.payment-summary .general-grey-section ul li:before,
.payment-summary .payments-applied ul li:after,
.payment-summary .general-grey-section ul li:after {
  content: " ";
  display: table;
}
.payment-summary .payments-applied ul li:after,
.payment-summary .general-grey-section ul li:after {
  clear: both;
}
.payment-summary .payments-applied ul li:before,
.payment-summary .general-grey-section ul li:before,
.payment-summary .payments-applied ul li:after,
.payment-summary .general-grey-section ul li:after {
  content: " ";
  display: table;
}
.payment-summary .payments-applied ul li:after,
.payment-summary .general-grey-section ul li:after {
  clear: both;
}
.payment-summary .payments-applied ul li:last-child,
.payment-summary .general-grey-section ul li:last-child {
  margin-bottom: 0;
}
.payment-summary .payments-applied h5,
.payment-summary .general-grey-section h5 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: inherit;
  margin-bottom: 0 0 20px 0;
  border-bottom: 1px solid #746E6E;
}
.payment-summary .payments-applied .apply,
.payment-summary .general-grey-section .apply {
  display: inline-block;
  margin-top: 10px;
}
.payment-summary .payments-applied .button-link,
.payment-summary .general-grey-section .button-link {
  color: #6e4a9e;
  border: none;
  background: none;
  display: inline;
}
.payment-summary .payments-applied .va-expiry,
.payment-summary .general-grey-section .va-expiry {
  color: darkred;
}
.payment-summary .payments-applied .va-renew,
.payment-summary .general-grey-section .va-renew {
  color: black;
  font-size: 14px;
  border-bottom: 1px solid #808080;
}
.payment-summary .pv-subtotal {
  background: #f1f1f1;
  padding: 0;
  font-size: 18px;
  margin: 10px 0 20px 0;
  overflow: auto;
}
.payment-summary .dgy-foundation i.icon-help {
  background: none;
}
.payment-summary .dgy-foundation h3 {
  background: #0072bb;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 0 20px 20px;
  line-height: 18px;
  margin-bottom: 0;
}
.payment-summary .dgy-foundation h3 .icon-help {
  cursor: pointer;
}
.payment-summary .dgy-foundation .donate-content {
  background: #f1f1f1;
  padding: 20px;
  overflow: auto;
}
.payment-summary .dgy-foundation .donate-content .custom-ammount {
  margin-top: 20px;
}
.payment-summary .dgy-foundation .donate-content img {
  padding-bottom: 10px;
}
.payment-summary .dgy-foundation .donate-content .boiler {
  font-size: 11px;
  margin: 10px 0 0 0;
}
.seperator {
  border-bottom: 1px dotted #746E6E;
  margin: 40px 20px;
  display: block;
  clear: both;
  padding-top: 30px;
}
/* Cart Responsive Table */
.responsive-table.cart-table {
  padding: 20px 0;
}
.responsive-table.cart-table .retail-price.cell,
.responsive-table.cart-table .quantity.cell,
.responsive-table.cart-table .pv-subtotal.cell,
.responsive-table.cart-table .subtotal.cell {
  font-size: 18px;
}
.responsive-table.cart-table .retail-price,
.responsive-table.cart-table .pv-subtotal,
.responsive-table.cart-table .subtotal {
  margin-top: 8px;
}
.responsive-table.cart-table .prod-img {
  width: 15%;
  text-align: center;
}
.responsive-table.cart-table .prod-img img {
  max-width: 50%;
  border: 1px solid #f1f1f1;
}
.responsive-table.cart-table .prod-img .add-to-er {
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 45px;
}
.responsive-table.cart-table .prod-img .add-to-er.added {
  color: #046A38;
}
.responsive-table.cart-table .prod-img .add-to-er.added:hover {
  color: #058345;
}
.responsive-table.cart-table .prod-img .add-to-er:hover {
  color: #00c2cc;
  border-bottom: none;
}
.responsive-table.cart-table.er-cart-table .prod-img {
  padding-left: 7px;
}
.responsive-table.cart-table .prod-info {
  width: 30%;
}
.responsive-table.cart-table .prod-info .pv-points {
  font-weight: 900;
}
.responsive-table.cart-table .prod-info .alert-message {
  color: #ff8f34;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
}
.responsive-table.cart-table .prod-info .alert-message span {
  float: left;
  margin-right: 5px;
}
.responsive-table.cart-table .prod-info .prod-desc {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.responsive-table.cart-table .retail-price {
  width: 15%;
}
.responsive-table.cart-table .quantity {
  width: 15%;
}
.responsive-table.cart-table .quantity .trashcan {
  font-size: 20px;
  color: #746E6E;
}
.responsive-table.cart-table .quantity .trashcan:hover {
  color: #046A38;
  border-bottom: none;
}
.responsive-table.cart-table .pv-subtotal {
  width: 11%;
}
.responsive-table.cart-table .subtotal {
  width: 10%;
}
.responsive-table.cart-table .wrap {
  word-wrap: break-word;
}
.payment-control a {
  margin: 5px 15px 0;
  display: inline-block;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
/* ---------- Checkout --------- */
.checkout-steps {
  list-style: none;
  float: right;
}
.checkout-steps li {
  float: left;
  background: #746E6E;
  color: #ffffff;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0 25px 0 25px;
  height: 30px;
  line-height: 34px;
  border-radius: 15px;
  margin: 0 0 10px 20px;
  font-size: 14px;
}
.checkout-steps li .icon-checkmark-circle {
  display: none;
  float: left;
  position: relative;
  top: 8px;
  margin: 0 5px 0 0;
}
.checkout-steps li.current {
  background: #6e4a9e;
}
.checkout-steps li.complete {
  background: #e1daea;
}
.checkout-steps li.complete .icon-checkmark-circle {
  display: block;
}
/* ---------- Checkout - Shipping --------- */
.responsive-table.shipping-table li {
  position: relative;
  margin-bottom: 8px;
  padding: 24px 24px 22px;
  background: #f1f1f1;
  border-radius: 5px;
}
.responsive-table.shipping-table li .cell {
  font-size: 18px;
  line-height: normal;
}
.responsive-table.shipping-table li.selected {
  background-color: #d8d8d8;
}
.responsive-table.shipping-table li.highlight {
  background: #FEEED6;
}
.responsive-table.shipping-table li.highlight .icon-warning-sign {
  color: #ff9500;
}
.responsive-table.shipping-table li.highlight.selected {
  background-color: #fdd9a4;
}
.responsive-table.shipping-table li.isitemrestricted {
  background: #F00000;
}
.responsive-table.shipping-table li.isitemrestricted .cell {
  color: #ffffff;
  font-weight: 500;
}
.responsive-table.shipping-table .chocolate-shipping .chocolate-delivery-warning {
  width: 64%;
  font-weight: 600px;
  color: #fff;
  word-wrap: break-word;
}
.responsive-table.shipping-table .chocolate-shipping .select-chocolate-delivery {
  width: 36%;
}
.responsive-table.shipping-table .product {
  width: 60%;
  word-wrap: break-word;
}
.responsive-table.shipping-table .product .move {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  font-size: 20px;
  color: #746E6E;
  cursor: move;
  vertical-align: middle;
}
.responsive-table.shipping-table .quantity {
  width: 15%;
  float: none;
}
.responsive-table.shipping-table .quantity .field-with-control {
  width: 100px;
}
.responsive-table.shipping-table .quantity input {
  margin-bottom: 0;
}
.responsive-table.shipping-table .quantity a:hover {
  border: none;
  color: #7a53ae;
}
.responsive-table.shipping-table .weight {
  width: 14%;
  float: none;
}
.responsive-table.shipping-table .weight .cell {
  font-size: 14px;
}
.responsive-table.shipping-table .cart-controls {
  width: 9%;
  position: relative;
  text-align: center;
}
.responsive-table.shipping-table .cart-controls .cell {
  font-size: 14px;
}
.responsive-table.shipping-table .cart-controls .edit-delivery a {
  font-size: 14px;
}
.responsive-table.shipping-table .cart-controls .edit-delivery a:hover {
  border: none;
  color: #7a53ae;
}
.responsive-table.shipping-table .cart-controls .edit-delivery a i {
  vertical-align: middle;
}
.responsive-table.shipping-table .cart-controls .delete-item > i {
  font-size: 14px;
  color: #746E6E !important;
}
.responsive-table.shipping-table .cart-controls .delete-item > i:hover {
  color: #BE1217 !important;
}
.responsive-table.shipping-table .cart-controls .select-item {
  margin-left: 10px;
  position: absolute;
  top: 1px;
}
.responsive-table.shipping-table .chocolate-shipping {
  background: #ff9500;
  padding: 15px;
}
.responsive-table.shipping-table .chocolate-shipping .text {
  width: 70%;
  padding-left: 20px;
  word-wrap: break-word;
  font-size: 14px;
  color: #ffffff;
}
.responsive-table.shipping-table .chocolate-shipping .select-field {
  width: 30%;
  padding-right: 20px;
  padding-left: 20px;
  word-wrap: break-word;
}
.responsive-table.shipping-table .restricted-items {
  background: #F00000;
  padding: 15px;
}
.responsive-table.shipping-table .restricted-items .text {
  padding-left: 20px;
  word-wrap: break-word;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.responsive-table.shipping-table .ship-warning {
  background: #ffffff;
  padding: 15px;
}
.responsive-table.shipping-table .ship-warning .text {
  padding-left: 20px;
  word-wrap: break-word;
  font-size: 14px;
  color: #F00000;
  font-weight: 500;
}
.responsive-table.shipping-table .ship-warning .text p {
  color: #F00000;
}
@media only screen and (max-width: 768px) {
  .responsive-table.shipping-table {
    /* reset inherited styles from er.less */
  }
  .responsive-table.shipping-table li .hidden-title {
    display: inline-block;
    font-weight: normal;
  }
  .responsive-table.shipping-table li .quantity,
  .responsive-table.shipping-table li .cart-controls,
  .responsive-table.shipping-table li .weight {
    padding-top: 7px;
  }
  .responsive-table.shipping-table .product {
    display: block;
    width: 100%;
  }
  .responsive-table.shipping-table .weight {
    position: relative;
    display: block;
    width: 100%;
  }
  .responsive-table.shipping-table .weight .cell {
    font-size: 14px;
  }
  .responsive-table.shipping-table .is-checkout-item-restricted {
    color: #ec3d37;
  }
  .responsive-table.shipping-table .quantity-and-controls {
    position: relative;
    display: block;
    width: 100%;
  }
  .responsive-table.shipping-table .quantity-and-controls .cell {
    font-size: 14px;
  }
  .responsive-table.shipping-table .quantity,
  .responsive-table.shipping-table .cart-controls {
    display: inline-block;
    width: 50%;
  }
  .responsive-table.shipping-table .cart-controls {
    padding-right: 28px;
    text-align: right;
  }
  .responsive-table.shipping-table .cart-controls .select-item {
    top: 5px;
  }
  .responsive-table.shipping-table .pricing-and-controls,
  .responsive-table.shipping-table .per-unit,
  .responsive-table.shipping-table .subtotals,
  .responsive-table.shipping-table .pv,
  .responsive-table.shipping-table .price,
  .responsive-table.shipping-table .pv-subtotal,
  .responsive-table.shipping-table .subtotal {
    display: unset;
    width: unset;
  }
}
.responsive-table.shipping-table div.delete-cart-controls {
  /* inherited from er.less, missing some spacing */
}
.responsive-table.shipping-table div.delete-cart-controls a.delete-all span:before,
.responsive-table.shipping-table div.delete-cart-controls a.delete-selected span:before {
  content: '\00a0';
}
.general-weight {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  text-align: right;
  color: #000000;
  font-size: 13px;
}
.delivery {
  width: 100%;
  margin: 0 0 40px 0;
  overflow: visible;
}
.delivery:before,
.delivery:after {
  content: " ";
  display: table;
}
.delivery:after {
  clear: both;
}
.delivery:before,
.delivery:after {
  content: " ";
  display: table;
}
.delivery:after {
  clear: both;
}
.delivery h3 {
  font-size: 24px;
  color: #6e4a9e;
  margin: 0 0 7px 0;
  line-height: 24px;
}
.delivery h3 .delete-icon {
  font-size: 18px;
}
.delivery h3 .tip {
  font-size: 14px;
  color: #6e4a9e;
  vertical-align: middle;
  margin: 0 0 0 5px;
  cursor: pointer;
  background: none;
}
.delivery h4 {
  color: #000000;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 0 0;
}
.delivery ul {
  list-style: none;
  padding: 0;
  overflow: visible;
}
.delivery .delivery-header {
  border-bottom: 1px solid #746E6E;
  margin: 0 0 20px 0;
  color: #000000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.delivery .delivery-header:before,
.delivery .delivery-header:after {
  content: " ";
  display: table;
}
.delivery .delivery-header:after {
  clear: both;
}
.delivery .delivery-header:before,
.delivery .delivery-header:after {
  content: " ";
  display: table;
}
.delivery .delivery-header:after {
  clear: both;
}
.delivery .delivery-header .row {
  margin-bottom: 5px;
}
.delivery .delivery-header h3 {
  margin-bottom: 0;
}
.delivery .delivery-header .product,
.delivery .delivery-header .quantity,
.delivery .delivery-header .cart-controls,
.delivery .delivery-header weight {
  display: inline-block;
}
.delivery .delivery-header .product {
  width: 60%;
  padding-left: 32px;
}
.delivery .delivery-header .quantity {
  width: 12%;
  float: none;
}
.delivery .delivery-header .weight {
  width: 16%;
  padding-right: 42px;
}
.delivery .delivery-header .cart-controls {
  width: 9%;
  text-align: center;
}
.delivery .delivery-left a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.delivery .delivery-left label {
  font-size: 14px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 0 0 8px 0;
}
.delivery .delivery-left .ship-addy {
  width: 100%;
  border-radius: 5px;
  min-height: 33px;
  margin: 0 0 20px 0;
  position: relative;
}
.delivery .delivery-left .ship-addy p {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  margin: 0 0 0 0;
  width: 100%;
}
.delivery .delivery-left .ship-addy p.nickname {
  color: #6e4a9e;
}
.delivery .delivery-left .ship-addy .change-address {
  color: #6e4a9e;
  margin: 0 0 5px 5px;
}
.delivery .delivery-left .ship-addy .change-shipping {
  color: #6e4a9e;
  margin: 2px 2px 5px 5px;
}
.delivery .delivery-left .ship-method {
  width: 100%;
  margin: 0 0 15px 0;
}
.delivery .empty {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  border: 1px dashed #746E6E !important;
  border-radius: 5px !important;
  background: #f1f1f1 !important;
  text-align: center !important;
  width: 100% !important;
  height: 100% !important;
  color: #746E6E !important;
  line-height: 33px !important;
  margin-bottom: 20px !important;
  padding: 0px !important;
}
.delivery .empty span {
  margin: 10px 0 0 0;
  display: block;
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.otg-header {
  background: #839D57;
  margin: 20px 0;
  padding: 10px 20px;
  color: #fff;
  line-height: normal;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 24px;
  height: auto;
}
.nfr-header {
  background: #000000;
  margin: 20px 0;
  padding: 10px 20px;
  color: #fff;
  line-height: normal;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 24px;
  height: auto;
}
.deliveryModal .product-total {
  font-size: 16px;
  color: #000000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  text-align: left;
}
.deliveryModal ul.deliveries {
  list-style: none;
  padding-left: 0;
  margin: 0px;
}
.deliveryModal ul.deliveries h5 {
  color: #000000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 18px;
  float: left;
  width: 60%;
  margin: 5px 0 0 0;
  padding-right: 20px;
}
.deliveryModal ul.deliveries li {
  background: #f1f1f1;
  border-radius: 5px;
  margin: 0 0 10px 0;
  padding: 20px;
  list-style: none;
}
.deliveryModal ul.deliveries li:before,
.deliveryModal ul.deliveries li:after {
  content: " ";
  display: table;
}
.deliveryModal ul.deliveries li:after {
  clear: both;
}
.deliveryModal ul.deliveries li:before,
.deliveryModal ul.deliveries li:after {
  content: " ";
  display: table;
}
.deliveryModal ul.deliveries li:after {
  clear: both;
}
.deliveryModal ul.deliveries li > div {
  float: right;
  width: 40%;
}
.deliveryModal ul.deliveries li label {
  font-size: 14px;
  margin: 0 10px 0 0;
}
.deliveryModal ul.deliveries li input {
  width: 80px;
  text-align: center;
  color: #746E6E;
  margin-bottom: 0;
}
.oosModal .products {
  list-style: none;
  padding-left: 0;
}
.oosModal .products li {
  background: #f1f1f1;
  border-radius: 5px;
  margin: 0 0 10px 0;
  padding: 20px;
}
.oosModal .products li:before,
.oosModal .products li:after {
  content: " ";
  display: table;
}
.oosModal .products li:after {
  clear: both;
}
.oosModal .products li:before,
.oosModal .products li:after {
  content: " ";
  display: table;
}
.oosModal .products li:after {
  clear: both;
}
.oosModal .products li h5 {
  color: #000000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 18px;
  float: left;
  width: 60%;
  margin: 0;
  padding-right: 20px;
  line-height: inherit;
}
.oosModal .products li a {
  float: right;
  font-size: 18px;
}
.oosModal .products li a:hover {
  border-bottom: none;
  opacity: 0.8;
}
.oosModal .products li label {
  margin: 0 10px 0 0;
  font-size: 16px;
}
.address-list ul.addresses {
  margin: 0;
}
.address-list ul.addresses li {
  border: 1px solid #746E6E;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  margin: 0 0 10px 0;
  list-style: none;
}
.address-list ul.addresses li.selected {
  background: #e6fafb;
}
.address-list ul.addresses li .icon-pencil {
  position: absolute;
  right: 35px;
  top: 10px;
  font-size: 18px;
  color: #6e4a9e;
}
.address-list ul.addresses li .icon-trashcan {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
}
.address-list ul.addresses li p {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  margin: 0 0 0 0;
  width: 100%;
}
.address-list ul.addresses li p.nickname {
  color: #6e4a9e;
}
.address-list ul.addresses li .list-status {
  position: absolute;
  right: 15px;
  text-align: right;
  bottom: 10px;
}
.address-list ul.addresses li .list-status i {
  color: #6e4a9e;
  margin-left: 10px;
}
.address-list ul.addresses li .list-status i:first-child {
  margin-left: 0;
}
.address-list-body ul {
  list-style: none;
  padding-left: 0;
}
.address-list-body ul.list-ul {
  list-style: disc;
  margin-left: 20px;
}
/* ---------- End Checkout - Shipping --------- */
/* ---------- Checkout - Review --------- */
.review-container {
  width: 100%;
}
.review-container:before,
.review-container:after {
  content: " ";
  display: table;
}
.review-container:after {
  clear: both;
}
.review-container:before,
.review-container:after {
  content: " ";
  display: table;
}
.review-container:after {
  clear: both;
}
.review-container .delivery-header .product {
  padding: 0 15px 0 15px;
}
.review-container .delivery .ship-addy {
  margin-top: 0;
  padding-top: 0;
  cursor: initial;
}
.review-container .delivery .ship-method-static {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.review-container .delivery .item.subtotal {
  background: none;
}
.review-container .delivery .item.subtotal .product > a,
.review-container .delivery .item.subtotal .product .icon-pencil.link {
  font-size: 14px;
  color: #6e4a9e;
  margin: 0 5px 0 0;
}
.review-container .delivery .item.subtotal .qty {
  padding-top: 15px;
}
.review-container .delivery .item.subtotal .pvSub {
  font-weight: 900;
  color: #6e4a9e;
  padding-top: 15px;
}
.review-container .delivery .item.subtotal .subtotal {
  font-weight: 900;
  padding-top: 15px;
}
.review-container .delivery .item .product {
  padding: 0 15px 0 15px;
  width: 33%;
  float: left;
}
.review-container .delivery .item .qty {
  padding: 0 15px 0 15px;
  width: 22%;
  float: left;
}
.review-container .delivery .item .pvSub {
  padding: 0 15px 0 15px;
  width: 22%;
  float: left;
}
.review-container .delivery .item .subtotal {
  padding: 0 15px 0 15px;
  width: 22%;
  float: left;
}
/* ---------- End Checkout - Shipping --------- */
/* ---------- Summary Pages --------- */
.product-catimg {
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5) inset !important;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.pseTransactionSubtitle {
  font-weight: bold;
}
.pseTransactionBlock {
  margin: 5px 5px 5px 5px;
}
.pseTransactionStatusError {
  color: red;
}
.summary .content-row {
  background: #F6F6F6;
  position: relative;
}
.summary .content-row:before,
.summary .content-row:after {
  content: " ";
  display: table;
}
.summary .content-row:after {
  clear: both;
}
.summary .content-row:before,
.summary .content-row:after {
  content: " ";
  display: table;
}
.summary .content-row:after {
  clear: both;
}
.summary .content-row.even {
  background: none;
}
.summary .section-image {
  border-right: 3px solid #00aab3;
  position: relative;
}
.summary .section-image.right {
  border-right: none;
  float: right;
  border-left: 3px solid #00aab3;
}
.summary .content {
  padding: 40px 50px 40px 50px;
}
.summary .content h4 {
  font-size: 21px;
  color: #000000;
  font-weight: 900;
  margin: 0 0 0 0;
  line-height: 1.3em;
}
.summary .content h5 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.summary .content h5 a {
  font-weight: bold;
}
.summary .content .order-num {
  color: #ff8f34;
}
.summary .content .order-num-payment {
  color: #6e4a9e;
}
.summary .content p {
  font-size: 16px;
  color: #000000;
}
.summary .summary-table {
  padding: 40px 20px 40px 20px;
  background: #ffffff;
}
.summary .summary-table h2 {
  font-size: 36px;
  line-height: 36px;
}
.summary .summary-table .content {
  background: #f1f1f1;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  color: #000000;
  padding: 20px;
}
.summary .summary-table p > b {
  padding: 0 10px 0 0;
}
.social-links {
  margin-bottom: 0;
}
.social-links a {
  font-size: 50px;
  width: 41px;
  display: inline-block;
}
.social-links a:hover,
.social-links a:active {
  border: none;
}
.social-links .icon-fb-icon {
  color: #36609f;
}
.social-links .icon-tw-icon {
  color: #2aa9e0;
}
.social-links .icon-ln-icon {
  color: #066c9a;
}
.social-links .icon-gp-icon {
  color: #db5442;
}
.responsive-table.summary-table .table-head {
  padding: 0 15px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.responsive-table.summary-table li {
  padding: 20px 6px;
  background: #f1f1f1;
  border-radius: 5px;
  line-height: normal;
  margin-bottom: 5px;
}
.responsive-table.summary-table li .cell {
  font-size: 18px;
}
.responsive-table.summary-table li.table-foot {
  background: none;
}
.responsive-table.summary-table .product {
  width: 40%;
}
.responsive-table.summary-table .quantity {
  width: 10%;
}
.responsive-table.summary-table .pv-subtotal,
.responsive-table.summary-table .subtotal {
  width: 15%;
}
.responsive-table.summary-table .weight {
  width: 17%;
}
.responsive-table.summary-table li .delivery-weight {
  width: 100%;
  padding-right: 20px;
  font-weight: 600;
  font-size: 14px;
}
.responsive-table.summary-table .edit-order {
  float: left;
  font-size: 14px;
}
/* ---------- Summary Pages --------- */
/* ---------- Promo Modal --------- */
.promo-modal .promo-pv {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.promo-modal .promo-pv span {
  color: #046A38;
}
.promo-modal .promo-container {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  margin: 20px 0;
  padding: 20px 0;
  background: #fff;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  overflow: auto;
}
.promo-modal .promo-container .product-image-preview img {
  height: auto;
  max-width: 100%;
  display: block;
  border: 1px solid #f1f1f1;
}
.promo-modal .promo-container .promo-content h5 {
  line-height: inherit;
  margin: 0;
}
.promo-modal .promo-container .promo-content p {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  margin-top: 10px;
}
/* ---------- Guest Checkout --------- */
.guest-checkout-options .introduce-header {
  margin-top: 30px;
}
.guest-checkout-options .retail-customer h4 {
  font-size: 36px;
  width: 100%;
  height: auto;
}
.guest-checkout-options .retail-customer h6 {
  font-weight: bolder;
}
.guest-checkout-options .retail-customer select {
  margin-bottom: 10px;
}
.guest-enroll-benefits .check-type-container {
  padding-top: 20px 0px;
}
.guest-enroll-benefits .check-type {
  display: inline-block;
}
.guest-enroll-benefits .overflow {
  overflow: visible;
  border: none;
}
.guest-enroll-benefits .check-type .check-header h4 {
  padding-left: 10px;
  padding-right: 50px;
  width: 100%;
  height: auto;
}
.guest-enroll-benefits .guest-savings {
  margin: 10px;
  font-size: 15px;
  font-family: montserrat, avenir, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.guest-enroll-benefits .guest-savings .guest-member-current {
  margin-bottom: 5px;
}
.guest-enroll-benefits .guest-savings .guest-member-savings {
  color: #e1daea;
  margin-bottom: 10px;
}
.guest-enroll-benefits .guest-savings .guest-savings-total {
  border-top: 1px solid black;
  font-weight: 1000;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.guest-enroll-benefits .guest-buttons .text-center {
  margin-bottom: 10px;
}
.guest-checkout .guest-header {
  background: #6e4a9e;
  margin: 20px 0;
  padding: 10px 20px;
  color: #fff;
  line-height: normal;
  font-family: montserrat, avenir, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 24px;
  height: auto;
  margin: 0px;
}
.guest-checkout .cart-header-mobile {
  margin: 0px;
  color: #6e4a9e;
  background: #f1f1f1;
  padding: 20px;
  line-height: normal;
  font-family: montserrat, avenir, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 24px;
  height: auto;
}
.guest-checkout .mobile-menu {
  width: 100%;
  background: #6e4a9e;
  padding: 10px 20px;
  color: #fff;
  line-height: normal;
  font-family: montserrat, avenir, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 20px;
  height: auto;
  margin: 0px;
}
.guest-checkout .guest-panel {
  margin-bottom: 20px;
  border-radius: 0px;
}
.guest-checkout .guest-panel .panel-heading {
  background: #6e4a9e;
  margin: 20px 0;
  padding: 10px 20px;
  color: #fff;
  line-height: normal;
  font-family: montserrat, avenir, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 24px;
  height: auto;
  margin: 0px;
  border-radius: 0px;
}
.guest-checkout .guest-panel .panel-heading .panel-title a {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}
.guest-checkout .guest-panel .panel-heading .panel-title a .edit-btn {
  font-size: 18px;
  float: right;
}
.guest-checkout .guest-panel.show-content {
  background: #f1f1f1;
}
.guest-checkout .continue-btn {
  margin-top: 20px;
}
.guest-checkout .padding {
  padding: 10px;
}
.guest-checkout .side-padding {
  padding: 0px 20px;
}
.guest-checkout .vertical-padding {
  padding: 20px 0px;
}
.guest-checkout .padding-left {
  padding-left: 5px;
}
.guest-checkout .no-padding-left {
  padding-left: 0px;
}
.guest-checkout .no-padding-right {
  padding-right: 0px;
}
.guest-checkout .border {
  border: 1px solid #746E6E;
}
.guest-checkout .border-bottom {
  border-bottom: 1px solid #746E6E;
}
.guest-checkout .solid-border-top {
  border-top: 1px solid black;
}
.guest-checkout .spacing-bottom {
  margin-bottom: 20px;
}
.guest-checkout .mobile-content {
  background: #f1f1f1;
}
.guest-checkout img {
  border: 1px solid grey;
}
.guest-checkout .small-img {
  width: 50px;
}
.guest-checkout .mobile-img {
  width: 100%;
}
.guest-checkout .icon-plus-sign {
  padding-right: 5px;
  color: #00aab3;
}
.guest-checkout .guest-cart {
  padding: 15px;
  margin-bottom: 20px;
  background: #f1f1f1;
}
.guest-checkout .check-type {
  width: 100%;
}
.guest-checkout .check-header {
  padding-left: 15px;
}
.guest-checkout .check-about {
  min-height: 0px;
}
.guest-checkout .accordion-content .accordion .panel-body .user-agreement ul {
  list-style-type: disc;
  margin-bottom: 10px;
  padding-left: 40px;
}
.membership-details-row .shop-products {
  font-weight: 800;
  font-size: 18px;
}
.full-width {
  width: 100%;
}
.paypal-button {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .header-slim .pageheader.mobile-hide {
    height: 120px !important;
  }
}
.become-member .button {
  margin-top: 20px;
}
.become-member .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.become-member .embed-responsive .embed-responsive-item,
.become-member .embed-responsive embed,
.become-member .embed-responsive iframe,
.become-member .embed-responsive object,
.become-member .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.become-member .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.become-member .become-member-content {
  margin-bottom: 20px;
}
.become-member .become-member-content li {
  margin-bottom: 10px;
}
.guest-checkout-confirmation .thank-you {
  margin-bottom: 40px;
}
.guest-checkout-confirmation .order-summary .table-head .prod-info {
  line-height: 46px;
}
.guest-checkout-confirmation .order-summary .prod-info {
  width: 50%;
}
.guest-checkout-confirmation .order-summary .quantity {
  line-height: 46px;
  width: 12%;
}
.guest-checkout-confirmation .order-summary .subtotal {
  width: 18%;
  margin-top: 0px;
  line-height: 46px;
}
.guest-checkout-confirmation .order-summary .responsive-table ul.rt-row-bordered li {
  border: none;
}
.guest-checkout-confirmation .order-summary .responsive-table ul.rt-row-bordered li.order-subtotal {
  border-top: 1px solid #808080;
}
.guest-checkout-confirmation .order-summary .responsive-table ul.rt-row-bordered li.order-subtotal .prod-info {
  font-size: 18px;
  line-height: 46px;
}
.guest-checkout-confirmation .order-summary .payment-summary {
  margin-top: 30px;
}
.guest-checkout-confirmation .order-summary .payment-summary .order-total {
  font-size: 16px;
}
.guest-checkout-confirmation .order-summary .guest-checkout-items {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #808080;
}
ul.nav-tabs.er-tabs {
  margin: 0px;
}
.summery-item-margin-bottom {
  margin-bottom: 0 !important;
}
.vo-processing-date-height {
  height: 100%;
}
.new-er .membership-summary .summary-body {
  background: #F6F6F6;
}
.new-er .membership-summary .summary-body h5 {
  background: none;
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 900;
}
.new-er .membership-summary .summary-body h5.processed {
  color: #000000;
}
.new-er .membership-summary .summary-body h5.processed .not-bold {
  font-weight: 300;
}
.new-er .membership-summary .summary-body h5.processed span {
  display: block;
}
.new-er .membership-summary .summary-body h5.processed span.inline {
  display: inline-block;
}
.new-er .membership-summary .summary-body .copy {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.new-er .membership-summary .summary-body.warning {
  background: #FEEED6;
  border-color: #ff9500;
}
.new-er .membership-summary .summary-body.error {
  background: #f4d0d2;
  border-color: #BF0000;
}
.new-er .membership-summary .summary-body .button-cta {
  margin: 0 0 10px 0;
}
.new-er .membership-summary .alerts {
  margin-bottom: 20px;
}
.new-er .points-summary {
  margin-bottom: 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.new-er .points-summary h5 {
  color: #000000;
  font-weight: 900;
  font-size: 18px;
  background: #f1f1f1;
  padding: 15px;
  margin: 0;
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
.new-er .points-summary .number {
  color: #ffffff;
  text-align: center;
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
.new-er .points-summary .balance.number {
  background: #046A38;
  border-right: 10px solid #ffffff;
}
.new-er .points-summary .earn-rate.number,
.new-er .points-summary .consecutive.number {
  background: #01949E;
  border-right: 10px solid #ffffff;
}
.new-er .points-summary .expiring.number {
  background: #ff9500;
  border-right: 10px solid #ffffff;
}
.new-er .points-summary .points-received.number {
  background: #FFBF00;
  border-right: 10px solid #ffffff;
}
.new-er .points-summary .blank {
  background: #ffffff;
}
.new-er .points-summary .blank.number {
  background: #ffffff;
  border-right: 10px solid #ffffff;
}
.new-er .rpt {
  margin-bottom: 30px;
}
.new-er .order-header {
  background: #746E6E;
  margin: 20px 0;
  padding: 10px 20px;
  color: #fff;
  line-height: normal;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 24px;
  height: auto;
}
.new-er .button-txt {
  margin-right: 20px;
  color: #746E6E;
  font-weight: 600;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.placeToPayErrorColor {
  color: #db2a3e;
}
.placeToPayError {
  padding: 6px 8px 6px 40px;
  color: #db2a3e;
  border: 1px solid #db2a3e;
  font-size: 12px !important;
  line-height: 1.3;
  position: relative;
  font-family: 'Montserrat' !important;
}
.placeToPayError:before {
  content: '\f06a';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  font-weight: 800;
  left: 8px;
  font-size: 24px;
}
.er-content {
  margin-bottom: 20px;
  color: #000000;
}
.er-content h3 {
  font-size: 28px;
  margin: 0 0 5px 0;
  line-height: 28px;
}
.er-content.er-home h4 {
  color: #000000;
  font-weight: 900;
  font-size: 18px;
  margin: 0 0 0.7em;
  line-height: 1.3em;
}
.er-content.er-home ul {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  padding: 0 40px;
}
.er-content.er-home ul li {
  margin-bottom: 10px;
}
.er-content.er-home h5 {
  color: #787878;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0 0 5px;
}
.er-content.er-home .sub-summary {
  margin-bottom: 20px;
}
.er-content .order-summary {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.er-content .order-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.er-content .order-summary ul li {
  width: auto;
  float: none;
  margin-bottom: 20px;
}
.catalog-select {
  margin-bottom: 20px;
}
.catalog-select .country-select {
  width: 50%;
}
.starter-kits {
  margin-top: 30px;
}
.starter-kits .check-type-container {
  margin-top: 20px;
}
.starter-kits .check-type {
  width: 47.21549636803874%;
  /*390px/826px*/
  margin: 0 1.2295081967213115% 30px;
  /*15px/1220px*/
}
.starter-kits .kit-image {
  max-width: 100%;
  margin: 0 auto 20px;
  display: block;
}
.starter-kits .kit-price,
.starter-kits .kit-value {
  font-size: 17px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  display: inline-block;
}
.starter-kits .kit-value {
  color: #046A38;
  float: right;
}
.starter-kits p {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}
.proc-date {
  margin-bottom: 10px;
}
.proc-date h4 {
  font-size: 28px;
  margin: 0 0 5px 0;
  line-height: 28px;
}
.proc-date .input-group {
  width: 220px;
}
.processing-date {
  margin-top: 20px;
  margin-bottom: 20px;
}
.process-now {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
}
.process-now p {
  margin-bottom: 5px;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.processing-date-display {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.processing-date-display .cal-date {
  float: left;
  width: 100px;
  border: 1px solid #746E6E;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.processing-date-display .cal-date .monthly-title {
  background: #01949E;
  color: #fff;
  font-weight: bold;
  padding: 2px 3px;
}
.processing-date-display .cal-date .processing-day-large {
  font-weight: bold;
  font-size: 70px;
  line-height: normal;
  color: #000000;
  padding: 10px 5px 0;
}
.processing-date-display .processing-date-info {
  padding-left: 120px;
}
.processing-date-display .processing-date-info p {
  color: #000000;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
#setProcessingDayModal {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
#setProcessingDayModal p {
  color: #000000;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
#setProcessingDayModal ul {
  color: #000000;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
#setProcessingDayModal .process-date {
  font-size: 18px;
  display: block;
  color: #000000;
}
#setProcessingDayModal .pdc-key .key-item {
  color: #000000;
  margin-right: 20px;
  font-size: 14px;
  display: inline-block;
}
#setProcessingDayModal .pdc-key .key-item span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #d0d0d0;
  margin-right: 5px;
  vertical-align: middle;
}
#setProcessingDayModal .pdc-key .current span {
  background: #046A38;
}
#setProcessingDayModal .pdc-key .processed span {
  background: #ff8f34;
}
#setProcessingDayModal .pdc-key .selected span {
  background: #00aab3;
}
#setProcessingDayModal .processing-day-calendars {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
}
#setProcessingDayModal .processing-day-calendars .text-info {
  color: white;
}
#setProcessingDayModal .processing-day-calendars .text-info:hover {
  color: #b3b3b3;
}
#setProcessingDayModal .processing-day-calendars .cal-nav {
  margin: 15px 0;
}
#setProcessingDayModal .processing-day-calendars .cal-nav a {
  color: #746E6E;
}
#setProcessingDayModal .processing-day-calendars .cal-nav a:hover {
  border: none;
}
#setProcessingDayModal .processing-day-calendars .month-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
#setProcessingDayModal .processing-day-calendars table {
  width: 100%;
}
#setProcessingDayModal .processing-day-calendars thead th {
  background: #000000;
  color: #fff;
  padding: 4px 0;
}
#setProcessingDayModal .processing-day-calendars thead tr:first-child {
  display: none;
}
#setProcessingDayModal .processing-day-calendars tbody .btn-info {
  /* Selected Day */
  background: #00aab3;
  color: #fff !important;
  border: 3px solid #fff;
  opacity: 1;
}
#setProcessingDayModal .processing-day-calendars tbody .btn-info button span {
  color: #fff !important;
}
#setProcessingDayModal .processing-day-calendars tbody button {
  background: 0 0;
  border-radius: 0;
  border: 1px;
  box-shadow: none;
}
#setProcessingDayModal .processing-day-calendars tbody button.btn-info {
  /* Selected Day */
  background: #00aab3;
  color: #fff !important;
  border: 3px solid #fff;
  opacity: 1;
  padding: 0px;
}
#setProcessingDayModal .processing-day-calendars tbody button.btn-info button span {
  color: #fff !important;
}
#setProcessingDayModal .processing-day-calendars tbody td.disabled {
  background: #d0d0d0;
  color: #666666 !important;
  border: 1px solid #fff;
  opacity: 1;
  padding: 0px;
}
#setProcessingDayModal .processing-day-calendars tbody td.today {
  /* Current Day */
  background: #d0d0d0;
  opacity: 1;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 0px;
}
#setProcessingDayModal .processing-day-calendars tbody td.current-date {
  /* Current Day */
  background: #046A38;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 0px;
}
#setProcessingDayModal .processing-day-calendars tbody td.current-date button span {
  color: #fff !important;
}
#setProcessingDayModal .processing-day-calendars tbody td.processed-date {
  /* Processed Day */
  background: #ff8f34;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 0px;
}
#setProcessingDayModal .processing-day-calendars tbody td.processed-date button span {
  color: #fff !important;
}
#setProcessingDayModal .processing-day-calendars tbody td .text-muted {
  color: #666666 !important;
}
/* ---------- CONTENT AREA--------- */
.contentbox {
  padding: 30px;
  position: relative;
}
.contentbox:before,
.contentbox:after {
  content: " ";
  display: table;
}
.contentbox:after {
  clear: both;
}
.contentbox:before,
.contentbox:after {
  content: " ";
  display: table;
}
.contentbox:after {
  clear: both;
}
.contentbox .info-box {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.dashboard {
  margin: 10px 0;
}
.dashboard:before,
.dashboard:after {
  content: " ";
  display: table;
}
.dashboard:after {
  clear: both;
}
.dashboard:before,
.dashboard:after {
  content: " ";
  display: table;
}
.dashboard:after {
  clear: both;
}
.dashboard .my-points {
  overflow: auto;
  position: relative;
  padding: 5px;
}
.dashboard .my-points h4 {
  background: #00aab3;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  padding: 15px 20px;
  line-height: inherit;
  margin: 0;
  position: relative;
}
.dashboard .my-points h4:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #00aab3;
  position: absolute;
  left: 40px;
  bottom: -10px;
}
.dashboard .my-points .number {
  background: #e6fafb;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  padding: 15px;
}
.dashboard .my-points .number h5 {
  color: #00aab3;
  font-size: 65px;
  line-height: 100px;
  margin: 0;
  padding: 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
.dashboard .my-points .number span {
  font-size: 50px;
  line-height: 90px;
}
.dashboard .points-expiring {
  overflow: auto;
  position: relative;
  padding: 5px;
}
.dashboard .points-expiring h4 {
  background: #fdc673;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  padding: 15px 20px;
  line-height: inherit;
  margin: 0;
  position: relative;
}
.dashboard .points-expiring h4:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #fdc673;
  position: absolute;
  left: 40px;
  bottom: -10px;
}
.dashboard .points-expiring .number {
  background: #fff9f1;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  padding: 15px;
}
.dashboard .points-expiring .number h5 {
  color: #fdc673;
  font-size: 65px;
  line-height: 100px;
  margin: 0;
  padding: 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
.dashboard .points-expiring .number span {
  font-size: 50px;
  line-height: 90px;
}
.dashboard .current-rate {
  position: relative;
  padding: 5px;
  overflow: auto;
}
.dashboard .current-rate:before,
.dashboard .current-rate:after {
  content: " ";
  display: table;
}
.dashboard .current-rate:after {
  clear: both;
}
.dashboard .current-rate:before,
.dashboard .current-rate:after {
  content: " ";
  display: table;
}
.dashboard .current-rate:after {
  clear: both;
}
.dashboard .current-rate .title {
  float: left;
  width: 65%;
  background: #01949e;
  height: 80px;
  position: relative;
  padding: 0 20px;
  display: table;
}
.dashboard .current-rate .title:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #01949e;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -15px;
  z-index: 10;
}
.dashboard .current-rate .title h4 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}
.dashboard .current-rate .number {
  background: #cdebeb;
  height: 80px;
  width: 35%;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  padding: 0 10px;
  text-align: center;
  float: right;
  display: table;
}
.dashboard .current-rate .number h5 {
  display: table-cell;
  vertical-align: middle;
  color: #01949e;
  font-size: 50px;
  margin: 0;
  padding: 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
.dashboard .current-rate .number h5 span {
  vertical-align: text-top;
  font-size: 25px;
}
.dashboard .rate-status {
  padding: 5px;
}
.dashboard .rate-status .content {
  background: #80c9cf;
  padding: 15px 20px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  width: 900px;
  text-align: center;
}
.dashboard .rate-status .content p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.dashboard .rate-status .content p b {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
.monthly-order {
  padding: 5px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
}
.monthly-order .button-secondary {
  margin-left: 10px;
}
.monthly-order h3 {
  color: #046A38;
  font-size: 28px;
  margin: 20px 0 5px 0;
  line-height: 28px;
}
.monthly-order p {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 16px;
}
.monthly-order .process-date {
  font-size: 18px;
  display: block;
  color: #000000;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 20px;
}
.monthly-order .process-today {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}
.monthly-order .process-today i {
  font-size: 15px;
}
.monthly-order .processed {
  color: #ff8f34;
}
.monthly-order .disabled:hover {
  border: none;
}
.monthly-order .order-details,
.monthly-order .delivery-details,
.monthly-order .payment-details {
  border: 1px solid #746E6E;
}
.monthly-order .order-details h4,
.monthly-order .delivery-details h4,
.monthly-order .payment-details h4 {
  color: #fff;
  font-size: 14px;
  background: #000000;
  margin: 0;
  padding: 8px 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}
.monthly-order .delivery-details h4 {
  padding-right: 80px;
}
.monthly-order .order-details {
  margin-bottom: 12px;
}
.monthly-order .order-details .number {
  padding: 8px 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.monthly-order .order-details .number i {
  font-size: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-style: inherit;
}
.monthly-order .order-section {
  margin-bottom: 10px;
}
.monthly-order .order-section .item {
  width: 100%;
}
.monthly-order .delivery-details .content {
  padding: 10px;
  background: #fff;
}
.monthly-order .delivery-details .content p {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.monthly-order .delivery-details .carousel-control.right,
.monthly-order .delivery-details .carousel-control.left {
  background: none;
}
.monthly-order .delivery-details .slide-controls {
  width: 70px;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
}
.monthly-order .delivery-details .slide-controls .carousel-control {
  position: inherit;
  top: 0;
  right: 0;
  bottom: inherit;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.monthly-order .payment-details .content {
  padding: 10px;
  background: #fff;
}
.monthly-order .payment-details .content p {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.monthly-order .otg-order {
  display: block;
  clear: both;
  overflow: auto;
}
.monthly-order .otg-order h4 {
  background: #839D57;
}
.monthly-order .otg-order a {
  margin-bottom: 5px;
}
.monthly-order .otg-order div.pvcheckbox {
  vertical-align: bottom;
  margin-bottom: 15px;
}
.monthly-order .otg-order div.pvcheckbox b {
  margin-right: 5px;
  margin-left: 2px;
  font-size: 16px;
}
.monthly-order .order-error {
  display: block;
  clear: both;
  overflow: auto;
}
.monthly-order .order-error h4 {
  background: #BF0000;
}
.monthly-order .nfr-order {
  display: block;
  clear: both;
  overflow: auto;
}
/* ---------- QUICK ORDER--------- */
.search-bar {
  border-radius: 3px;
  margin: 0 0 20px 0;
  background: #046A38;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.search-bar.mobile {
  display: none;
}
.search-bar.mobile .categories-nav {
  padding: 0;
}
.search-bar.mobile .search-area {
  width: 89%;
  float: left;
  padding-bottom: 20px;
}
.search-bar.mobile .expand-search {
  float: right;
  color: #ffffff;
  padding: 20px 20px 20px 0px;
  margin-top: 5px;
}
.search-bar.mobile .expand-search .icon-angle-right {
  display: block;
  float: none;
  font-size: 26px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.search-bar.mobile .expand-search.menuOpen .icon-angle-right {
  -ms-transform: rotate(-90deg) translate(0, -2px);
  -webkit-transform: rotate(-90deg) translate(0, -2px);
  transform: rotate(-90deg) translate(0, -2px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.search-bar.mobile .search-extras {
  max-height: 0px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  transition: max-height 0.3s;
  display: none;
}
.search-bar.mobile .search-extras .view-all {
  color: #ffffff;
  float: left;
}
.search-bar.mobile .search-extras .cart-link {
  margin: 0;
  padding: 0;
  float: right;
}
.search-bar.mobile .search-extras .dropdown {
  margin-top: 10px;
}
.search-bar.mobile .search-extras .dropdown .dropdown-menu {
  right: 0;
  top: 34px;
  left: 0;
  padding: 15px 5px;
  overflow-y: auto;
  max-height: 250px;
}
.search-bar.mobile .search-extras.menuOpen {
  max-height: 1000px;
  padding: 0px 20px 20px 20px;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  transition: max-height 0.3s;
  display: block;
  overflow: initial;
}
.search-bar .contents {
  max-width: 1280px;
  margin: 0 auto;
}
.search-bar form {
  position: relative;
  padding: 20px;
}
.search-bar form input {
  width: 100%;
  margin: 0;
  height: 33px;
}
.search-bar form .search-btn {
  padding: 8px 10px;
  position: absolute;
  display: block;
  color: #746E6E;
  top: 21px;
  right: 20px;
}
.search-bar form .search-btn:hover {
  border-bottom: none;
}
.search-bar .categories-nav {
  padding: 20px;
}
.search-bar .categories-nav .cart-link {
  margin-top: 8px;
  color: #ffffff;
}
.search-bar .categories-nav .cart-link:hover {
  border-bottom: 0;
  opacity: 0.7;
}
.search-bar .categories-nav .button-cta {
  height: 33px;
  margin-left: 20px;
  position: relative;
  padding-right: 30px;
  min-width: 160px;
  background: #839D57;
  border: 1px solid #ffffff;
  line-height: 10px;
}
.search-bar .categories-nav .button-cta .icon-arrow-down {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 8px;
}
.search-bar .categories-nav .dropdown .dropdown-menu {
  right: 0;
  top: 30px;
  left: auto;
  padding: 15px 5px;
}
.search-bar .categories-nav .dropdown .category-section h6 {
  font-weight: 900;
  color: #000000;
  margin: 0;
  font-size: 16px;
  line-height: normal;
}
.search-bar .categories-nav .dropdown .category-section ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.search-bar .categories-nav .dropdown .category-section .selected {
  color: #046A38;
}
.landing-categories {
  margin-bottom: 20px;
}
.landing-categories h5 {
  border-bottom: 1px solid #746E6E;
}
.landing-categories ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.landing-categories ul li {
  line-height: 24px;
  display: inline-block;
  width: 100%;
}
.collections ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.collections ul li {
  display: inline-block;
  text-align: center;
  margin: 0 20px 10px 0;
}
.collections ul li img {
  margin-bottom: 5px;
}
.scroller_anchor {
  height: 0px;
  margin: 0;
  padding: 0;
}
.quick-order .panel {
  margin-bottom: 20px;
}
.quick-order .panel-body {
  padding: 10px;
}
.quick-order.accordion-content .accordion .panel-heading {
  padding: 10px 15px;
}
.quick-order.accordion-content .accordion .panel-title {
  padding-right: 0 !important;
}
.quick-order.accordion-content .accordion .panel-body h5 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #046A38;
  font-size: 17px;
  margin: 10px 0 0;
}
.quick-order .clear-search {
  color: #000000;
}
.quick-order .clear-search a {
  font-size: 14px;
}
.back-to-categories-link::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f0a8';
  color: #6e4a9e;
  margin-right: 10px;
  font-weight: 900;
}
.responsive-table.quick-order-table {
  margin: 20px 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.responsive-table.quick-order-table ul .cell {
  font-size: 14px;
}
.responsive-table.quick-order-table li {
  padding: 4px 0;
}
.responsive-table.quick-order-table li.added {
  background: #f3f6ea;
  color: #046A38;
}
.responsive-table.quick-order-table li.added .icon-checkmark-circle {
  font-size: 14px;
}
.responsive-table.quick-order-table li.added .product {
  color: #046A38;
}
.responsive-table.quick-order-table li input {
  height: 24px;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 10px;
}
.responsive-table.quick-order-table .product {
  width: 40%;
}
.responsive-table.quick-order-table .quantity {
  width: 15%;
  padding-right: 20px;
  position: relative;
}
.responsive-table.quick-order-table .quantity .product-warning-icon {
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 4px;
  color: #ff8f34;
}
.responsive-table.quick-order-table .quantity .product-warning-icon:hover {
  border-bottom: none;
}
.responsive-table.quick-order-table .quantity input {
  width: 100%;
  margin-bottom: 0;
}
.responsive-table.quick-order-table .pv {
  width: 15%;
}
.responsive-table.quick-order-table .pv .icon-bookmark {
  color: #6e4a9e;
  background: none !important;
}
.responsive-table.quick-order-table .price {
  width: 15%;
}
.responsive-table.quick-order-table .add-product {
  width: 15%;
}
.responsive-table.quick-order-table .add-product a {
  font-weight: 900;
}
.responsive-table.quick-order-table .prod-checked {
  color: #046A38;
  text-align: center;
  width: 15%;
  padding-right: 20px;
}
.responsive-table.quick-order-table .prod-added {
  color: #046A38;
  width: 30%;
}
.responsive-table.quick-order-table .view-selection {
  width: 15%;
}
.responsive-table.quick-order-table .product,
.responsive-table.quick-order-table .pv,
.responsive-table.quick-order-table .price,
.responsive-table.quick-order-table .add-product,
.responsive-table.quick-order-table .prod-checked,
.responsive-table.quick-order-table .prod-added,
.responsive-table.quick-order-table .view-selection {
  padding-top: 4px;
}
.responsive-table.quick-order-table .search-result-header {
  border-bottom: 1px solid #746E6E;
  overflow: auto;
  margin-bottom: 5px;
}
.responsive-table.quick-order-table .search-result-header h5 {
  padding-top: 10px;
  float: left;
  line-height: auto;
}
.responsive-table.quick-order-table .search-result-header h5 span {
  font-size: 18px;
}
.responsive-table.quick-order-table .search-result-header h5 a {
  font-size: 16px;
  float: right;
}
.responsive-table.quick-order-table .search-result-header .sort-box {
  float: right;
  padding-top: 33px;
  padding-bottom: 13px;
  line-height: 12px !important;
}
.responsive-table.quick-order-table .search-result-header .sort-box .arrow-box {
  float: right;
  margin-right: 20px;
  padding-left: 5px;
}
.responsive-table.quick-order-table .search-result-header .sort-box .arrow-box .arrows {
  font-size: 22px;
  color: #746E6E;
  border: 1px solid #746E6E;
  border-radius: 3px;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
}
.responsive-table.quick-order-table .search-result-header .sort-box .arrow-box .arrows:hover {
  opacity: 0.7;
}
.responsive-table.quick-order-table .search-result-header .sort-box .arrow-box .arrows:focus {
  border: 1px solid #746E6E !important;
}
.responsive-table.quick-order-table .search-result-header .sort-box .arrow-box .arrows.selected {
  color: #00aab3;
  border-color: #00aab3 !important;
}
.responsive-table.quick-order-table .search-result-header .sort-box .sort-dropdown {
  float: left;
  width: 160px;
}
.pagination-box {
  padding-bottom: 13px;
  padding-left: 10px;
  line-height: 10px !important;
}
.pagination-box .pagination-label-center {
  text-align: center;
}
.pagination-box .pagination-text {
  width: 50px;
  height: 24px;
  margin-bottom: 5px;
}
.pagination-box .no-of-rows-dropdown {
  padding-left: 10px;
  width: 90px;
}
.quick-order-cart h3 {
  background: #000000;
  color: #fff;
  margin: 0 0 20px;
  padding: 10px 20px;
  font-size: 26px;
  line-height: 26px;
}
.quick-order-cart h3 span {
  font-size: 22px;
}
.quick-order-cart.nfr h3 {
  color: #000000;
  background: none;
  padding: 0;
  font-size: 22px;
}
.responsive-table.qo-cart-table {
  position: relative;
}
.responsive-table.qo-cart-table .table-head {
  padding-right: 39px;
  padding-bottom: 2px;
}
.responsive-table.qo-cart-table .table-foot {
  background: #f1f1f1;
}
.responsive-table.qo-cart-table .product-search {
  width: 33%;
  position: relative;
}
.responsive-table.qo-cart-table .product-search input {
  margin-bottom: 0;
  height: 24px;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 10px;
}
.responsive-table.qo-cart-table .product-search .search-help {
  position: absolute;
  top: 5px;
  right: 5px;
}
.responsive-table.qo-cart-table .product-search ul.search-dropdown {
  margin-top: 2px;
  border: 1px solid #746E6E;
  line-height: 25px;
  background-color: #ffffff;
  cursor: pointer;
  width: 98%;
  position: absolute;
  top: 25px;
  left: 7px;
  border-radius: 5px;
  padding: 0;
  z-index: 10;
  box-sizing: border-box;
}
.responsive-table.qo-cart-table .product-search ul.search-dropdown li {
  color: #000000;
  font-size: 14px;
  list-style: none;
  padding-left: 10px;
}
.responsive-table.qo-cart-table .product-search ul.search-dropdown li:hover {
  background: #e6fafb;
}
.responsive-table.qo-cart-table .add-btn {
  width: 15%;
  padding-top: 4px;
}
.responsive-table.qo-cart-table .product {
  width: 25%;
}
.responsive-table.qo-cart-table .product input {
  margin-bottom: 0;
  height: 24px;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 10px;
}
.responsive-table.qo-cart-table .quantity {
  width: 11%;
  position: relative;
  float: none;
}
.responsive-table.qo-cart-table .quantity .product-warning-icon {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  color: #ff8f34;
}
.responsive-table.qo-cart-table .quantity .product-warning-icon:hover {
  border-bottom: none;
}
.responsive-table.qo-cart-table .quantity input {
  margin-bottom: 0;
  height: 24px;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 10px;
}
.responsive-table.qo-cart-table .weight {
  width: 9%;
}
.responsive-table.qo-cart-table .pv {
  width: 11%;
}
.responsive-table.qo-cart-table .price {
  width: 13%;
}
.responsive-table.qo-cart-table .pv-subtotal {
  width: 11%;
}
.responsive-table.qo-cart-table .subtotal {
  width: 15%;
}
.responsive-table.qo-cart-table .cart-controls {
  width: 4%;
}
.responsive-table.qo-cart-table li {
  padding: 6px 40px 6px 0;
}
.responsive-table.qo-cart-table li .product,
.responsive-table.qo-cart-table li .pv,
.responsive-table.qo-cart-table li .price,
.responsive-table.qo-cart-table li .weight,
.responsive-table.qo-cart-table li .pv-subtotal,
.responsive-table.qo-cart-table li .subtotal,
.responsive-table.qo-cart-table li .cart-controls {
  padding-top: 4px;
}
.responsive-table.qo-cart-table .cart-controls {
  position: relative;
  text-align: right;
}
.responsive-table.qo-cart-table .cart-controls .delete-item > i {
  font-size: 14px;
  color: #746E6E !important;
}
.responsive-table.qo-cart-table .cart-controls .delete-item > i:hover {
  color: #BE1217 !important;
}
.responsive-table.qo-cart-table .cart-controls .select-item {
  position: absolute;
  margin-left: 10px;
}
.responsive-table.qo-cart-table .subtotal-title {
  width: 61%;
  text-align: right;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .responsive-table.qo-cart-table .table-head {
    display: none;
  }
  .responsive-table.qo-cart-table li .hidden-title {
    display: block;
    font-weight: bold;
  }
  .responsive-table.qo-cart-table .product {
    width: 100%;
    display: block;
    font-weight: 600px;
    margin-bottom: 5px;
  }
  .responsive-table.qo-cart-table .quantity {
    width: 100%;
  }
  .responsive-table.qo-cart-table .quantity input {
    width: auto;
    max-width: 50%;
  }
  .responsive-table.qo-cart-table .quantity .product-warning-icon {
    top: 30px;
  }
  .responsive-table.qo-cart-table .pricing-and-controls {
    display: block;
    position: relative;
    width: 100%;
  }
  .responsive-table.qo-cart-table .per-unit,
  .responsive-table.qo-cart-table .subtotals {
    display: inline-block;
    width: 50%;
  }
  .responsive-table.qo-cart-table .pv,
  .responsive-table.qo-cart-table .price,
  .responsive-table.qo-cart-table .pv-subtotal,
  .responsive-table.qo-cart-table .subtotal,
  .responsive-table.qo-cart-table .weight {
    width: 100%;
  }
  .responsive-table.qo-cart-table .cart-controls {
    position: absolute;
    width: 36px;
    top: -26px;
    right: 1em;
  }
  .responsive-table.qo-cart-table .table-foot .subtotal-title,
  .responsive-table.qo-cart-table .table-foot .pv-subtotal,
  .responsive-table.qo-cart-table .table-foot .subtotal {
    width: 33.3333333%;
  }
}
.responsive-table.qo-cart-table .wrap {
  word-wrap: break-word;
}
div.delete-cart-controls {
  width: 100%;
  text-align: right;
  font-size: 14px;
}
div.delete-cart-controls a.delete-all {
  margin-right: 10px;
}
div.delete-cart-controls a.delete-all:not(.disabled),
div.delete-cart-controls a.delete-selected:not(.disabled) {
  color: #746E6E !important;
}
div.delete-cart-controls a.delete-all:hover:not(.disabled),
div.delete-cart-controls a.delete-selected:hover:not(.disabled) {
  color: #BE1217 !important;
}
div.delete-cart-controls a.delete-all.disabled,
div.delete-cart-controls a.delete-selected.disabled {
  color: #a6a2a2 !important;
  cursor: not-allowed;
}
/*  FAST ADD  */
.fast-add .add-btn {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.fast-add .product-search {
  width: 83.33%;
  position: relative;
}
.fast-add .product-search input {
  margin-bottom: 0;
  height: 24px;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 10px;
}
.fast-add .product-search .search-help {
  position: absolute;
  top: 5px;
  right: 5px;
}
.fast-add .search-quantity {
  width: 33%;
  margin: 10px 10px 0px 0px;
  display: inline-block;
  position: relative;
}
.fast-add .search-quantity .product-warning-icon {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  color: #ff8f34;
}
.fast-add .search-quantity .product-warning-icon:hover {
  border-bottom: none;
}
.fast-add .search-quantity input {
  margin-bottom: 0;
  height: 24px;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 10px;
}
.fast-add ul.search-dropdown {
  margin-top: 2px;
  border: 1px solid #746E6E;
  line-height: 25px;
  background-color: #ffffff;
  cursor: pointer;
  width: 98%;
  position: absolute;
  top: 25px;
  left: 7px;
  border-radius: 5px;
  padding: 0;
  z-index: 10;
  box-sizing: border-box;
}
.fast-add ul.search-dropdown li {
  color: #000000;
  font-size: 14px;
  list-style: none;
  padding-left: 10px;
}
.fast-add ul.search-dropdown li:hover {
  background: #e6fafb;
}
/*  ER Payment */
.er-payment a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.er-payment p {
  padding-top: 5px;
}
.er-payment .payment-priority-table.responsive-table a:hover {
  border-bottom: none;
}
.er-payment .payment-priority-table.responsive-table .icon-pencil:hover {
  color: #00c2cc;
}
.er-payment .payment-priority-table.responsive-table .move {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  font-size: 20px;
  color: #746E6E;
  cursor: move;
  vertical-align: middle;
}
.er-payment .payment-priority-table.responsive-table .remove-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.er-payment .payment-priority-table.responsive-table .remove-btn:hover {
  color: #00aab3;
  border-bottom: none;
}
.er-payment .payment-priority-table.responsive-table li {
  border: 1px solid #746E6E;
  border-radius: 5px;
  padding: 12px;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  font-weight: 600;
}
.er-payment .payment-priority-table.responsive-table .ib {
  display: inline-block;
}
.er-payment .payment-priority-table.responsive-table .cell {
  padding-left: 20px;
}
.er-payment .payment-priority-table.responsive-table .payment,
.er-payment .payment-priority-table.responsive-table .exp {
  width: 50%;
}
.er-payment .payment-priority-table.responsive-table .payment a,
.er-payment .payment-priority-table.responsive-table .exp a {
  margin-left: 5px;
}
.er-payment .payment-priority-table.responsive-table .payment a span,
.er-payment .payment-priority-table.responsive-table .exp a span {
  margin-left: 5px;
}
/* END ER Payment */
.monthly-order .er-trash {
  text-align: center;
}
.monthly-order .er-trash .delete {
  font-size: 22px;
  color: #746E6E;
}
.monthly-order .sub-totals {
  font-size: 18px;
}
.carousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  right: 20px;
  left: auto;
  z-index: 15;
  width: auto;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  background: #746E6E;
  border-radius: 10px;
  cursor: pointer;
}
.carousel .carousel-indicators .active {
  background: #00aab3;
}
.carousel .item img {
  float: left;
  margin-right: 20px;
}
.carousel .item .price,
.carousel .item .pv-value {
  display: inline-block;
  margin-right: 20px;
  font-weight: 900;
  color: #000000;
}
.carousel .item .pv-value {
  color: #046A38;
}
.carousel .item .add-item {
  margin: 20px;
  overflow: auto;
  border-top: 1px solid #746E6E;
  padding-top: 20px;
}
.carousel .item .add-item input {
  text-align: center;
  width: 60px;
  margin-right: 10px;
}
.quick-order-categories {
  margin: 20px 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.quick-order-categories .mobile-view {
  display: none;
}
.quick-order-categories .grid-view {
  font-size: 0;
}
.quick-order-categories .grid-view li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 12.091836734693878%;
  /* 118.5 / 980 */
  margin: 0 0.20408163265306124%;
  /* 2 / 980 */
  padding: 5px;
}
.quick-order-categories .grid-view li p {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.quick-order-categories .grid-view li.active {
  background: #00aab3;
}
.quick-order-categories .grid-view li.active p {
  color: #fff;
}
.quick-order-categories .grid-view a {
  display: block;
  text-decoration: none;
}
.quick-order-categories .grid-view a:hover {
  border: none;
}
.quick-order-categories .grid-view img {
  max-width: 100%;
  margin-bottom: 5px;
}
.quick-order-categories .grid-view p {
  margin-bottom: 0;
  text-align: center;
  color: #00aab3;
  font-size: 12px;
  line-height: 16px;
}
.qo-classic ul li {
  margin: 10px auto;
}
.qo-classic ul li .button-cta {
  width: 100%;
}
.qo-classic ul li .button-cta.active {
  background: #046A38;
}
/* PV Assistant */
.goal-info {
  margin-top: 30px;
}
.goal-info .select-payment-method {
  width: 320px;
}
.goal-info a {
  font-size: 14px;
}
.goal-info form {
  margin-top: 20px;
}
.goal-info form label {
  padding-left: 0px;
  margin-right: 15px;
}
.goal-info form .form-control {
  width: auto;
  display: inline-block !important;
}
.pv-assist label {
  font-size: 18px;
}
.pv-assist .icon-pencil {
  color: #00c5d1;
  font-size: 18px;
  cursor: pointer;
  margin: 0 0 5px 5px;
}
.pv-assist .icon-trashcan {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  margin: -2px 0 5px 5px;
  vertical-align: middle;
}
.pv-assist .shipping-table {
  margin-top: 15px;
}
.pv-assist .pv-goal {
  float: left;
}
.pv-assist .pv-total {
  float: right;
}
.pv-assist .otg-order,
.pv-assist .nfr-order {
  padding: 5px 0;
}
/*Pages made from modals */
.er-action-page-button-group {
  margin: 25px 0px;
}
.er-buttons-bottom {
  display: flex;
  flex-wrap: wrap;
  bottom: 0;
  position: absolute;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}
.has-error {
  background: #fef2f1 !important;
  color: #ec3d37 !important;
}
/* Business Suite Styles */
.business-suite h3 {
  color: #046A38;
  font-size: 28px;
  margin: 20px 0 5px 0;
  line-height: 28px;
}
.business-suite .check-type {
  width: 30%;
  margin-right: 0;
  margin: 1% 0 1% 1.6%;
  text-align: center;
}
.business-suite .check-type .check-header h4 {
  padding-left: 0;
}
.business-suite .check-type .check-about {
  min-height: auto;
}
.business-suite .check-type p {
  color: #000000;
  margin: 20px 0;
  font-weight: bold;
  font-size: 28px;
  text-transform: capitalize;
}
/* ER Order Summary */
.er-order-summary h4 {
  color: black;
}
.er-order-summary hr {
  margin: 15px 0;
  background-color: #e5e5e5;
  height: 1px;
}
.er-order-summary .discount-icon-bar {
  color: #e5e5e5;
}
.er-order-summary .er-order-total {
  font-weight: bold;
  font-size: 1.1em;
}
/* ER Apply Store Credit */
.er-apply-store-credit h4 {
  color: black;
}
/* PROFILE */
.account {
  font-size: 16px;
}
.account h2 {
  font-size: 28px;
  margin: 0 0 5px 0;
  line-height: 28px;
}
.account .add-new-item {
  font-size: 16px;
}
.account .er-link-section {
  float: left;
  margin-top: 30px;
}
.profile-section {
  margin-bottom: 30px;
}
.profile-info {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.profile-info.has-border {
  border: 1px solid #01949E;
}
.profile-info .profile-info-header {
  background: #01949E;
}
.profile-info .profile-info-header h2 {
  color: #fff;
  font-size: 30px;
  padding: 1.7647058823529411%;
  /*15px/850px*/
  margin: 0;
}
.profile-info .summary {
  padding: 2.3529411764705883%;
  /*20px/850px*/
}
.profile-info .summary .summary-profile-image {
  width: 27.397260273972602%;
  /*200px/730px*/
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.profile-info .summary .summary-profile-image img {
  border: 1px solid #746E6E;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.profile-info .summary .summary-profile-image a {
  display: inline-block;
  margin-top: 10px;
}
.profile-info .summary .summary-profile-image .customer-type {
  box-sizing: border-box;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  height: 26px;
  letter-spacing: 1px;
  line-height: 26px;
  margin-block-end: 10px;
  margin-block-start: 10px;
  margin-bottom: 10px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 10px;
  text-size-adjust: 100%;
  text-transform: uppercase;
}
.profile-info .summary .summary-info {
  width: 72.46376811594203%;
  /*600px/828px*/
  float: right;
}
.profile-info .summary ul {
  font-size: 0;
  margin-bottom: 0;
}
.profile-info .summary li {
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
  padding-left: 2.3529411764705883%;
  /*20px/850px*/
  width: 50%;
  margin-bottom: 15px;
}
.profile-info .summary li.full-item {
  width: 100%;
}
.profile-info .summary li a {
  font-size: 14px;
}
.profile-info .summary .block-content {
  margin-bottom: 25px;
}
.profile-info .summary h3 {
  color: #000000;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0 0 5px;
}
.profile-info .summary p {
  font-size: 17px;
  color: #000000;
  margin-bottom: 5px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.profile-info .summary p.social a {
  font-size: 50px;
  color: #746E6E;
  line-height: normal;
  float: left;
}
.profile-info .summary p.social a:hover {
  color: #817a7a;
  border-bottom: none;
}
.profile-info .summary p.social a i {
  vertical-align: top;
}
.account-upgrade-status {
  display: inline-block;
  position: relative;
  min-height: 50px;
  font-size: 14px;
  color: #746E6E;
  text-align: justify;
}
.account-upgrade-status a {
  font-size: 12px;
}
.account-upgrade-status span {
  display: block;
}
.social-edit {
  display: inline-block;
  position: relative;
  min-height: 50px;
  padding-left: 40px;
  margin: 0 20px 10px 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #746E6E;
  vertical-align: top;
}
.social-edit .main-social-link-icon {
  font-size: 50px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.social-edit .social-not-added .main-social-link-icon {
  color: #00aab3;
}
.social-edit a {
  font-size: 12px;
}
.social-edit span {
  display: block;
}
.leadership {
  position: relative;
  min-height: 50px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  vertical-align: top;
  margin-bottom: 20px;
}
.leadership img {
  width: 60px;
  border: 1px solid #746E6E;
  float: left;
  margin-right: 10px;
}
.leadership a {
  font-size: 18px !important;
}
.leadership h5 {
  font-size: 18px !important;
  margin: 0 !important;
}
.leadership .edit-button {
  font-size: 14px !important;
}
.leadership span {
  display: block;
}
.profile-recent-orders-table .order-number,
.profile-recent-orders-table .date,
.profile-recent-orders-table .delivery-count,
.profile-recent-orders-table .status {
  width: 25%;
}
.profile-prospects-table .prospect-name {
  width: 30%;
}
.profile-prospects-table .creation-date {
  width: 20%;
}
.profile-prospects-table .email {
  width: 30%;
}
.profile-prospects-table .phone {
  width: 20%;
}
.profile-commissions-table .commission-period,
.profile-commissions-table .date,
.profile-commissions-table .amount,
.profile-commissions-table .check-number {
  width: 25%;
}
.profile-commissions-table-EU .commission-period,
.profile-commissions-table-EU .date,
.profile-commissions-table-EU .amount,
.profile-commissions-table-EU .check-number,
.profile-commissions-table-EU .print-credit-note {
  width: 20%;
}
.er-ledger-table .date,
.er-ledger-table .description,
.er-ledger-table .order,
.er-ledger-table .points,
.er-ledger-table .balance {
  width: 20%;
}
.er-ledger-table .debit {
  color: #BF0000;
}
.er-ledger-table .amount,
.er-ledger-table .points,
.er-ledger-table .balance {
  text-align: right;
}
.recently-enrolled h3.recently-enrolled-h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.recently-enrolled .notice {
  margin-bottom: 25px;
}
.recently-enrolled p.aside {
  margin-top: 15px;
  margin-bottom: 0px;
}
.recently-enrolled .recently-enrolled-count {
  width: 100%;
  color: #000000;
  border-bottom: solid 2px #BFD0A1;
  font-weight: 900;
  margin-bottom: 20px;
}
.recently-enrolled .recently-enrolled-table .name {
  width: 25%;
}
.recently-enrolled .recently-enrolled-table .date {
  width: 16.6%;
}
.recently-enrolled .recently-enrolled-table .action {
  width: 33.3%;
  text-align: right;
  padding-right: 10px;
}
.recently-enrolled .recently-enrolled-table li:nth-child(even) {
  background-color: #f1f1f1;
}
.recently-enrolled .recently-enrolled-table ul.rt-row-bordered.list-unstyled > li {
  border-bottom: 1px solid #746E6E;
}
.shipping-vendor {
  vertical-align: middle;
}
.shipping-vendor.fedex {
  height: 13px;
  vertical-align: baseline;
}
.shipping-vendor.ups {
  height: 20px;
}
.shipping-vendor.usps {
  height: 16px;
  vertical-align: baseline;
}
.shipping-vendor.dhl {
  height: 16px;
  vertical-align: middle;
}
/*  *************  Commissions  *************  */
.commission-details {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
}
.commission-details p {
  font-size: 17px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.commission-details p i {
  color: #00aab3;
  cursor: default;
}
.commission-details h4.panel-title a {
  font-size: 20px;
  line-height: normal;
}
.advanced-panels {
  margin-bottom: 20px;
}
.advanced-panels .panel-heading {
  position: relative;
  padding-left: 60px;
  border-bottom: none;
}
.advanced-panels .panel-heading small {
  color: #000000;
  display: inline-block;
}
.advanced-panels .click-me {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -14px;
}
.advanced-panels .click-me:hover {
  border-bottom: none;
}
.advanced-panels .click-me:active,
.advanced-panels .click-me:focus {
  outline: 0;
  border: none;
}
.advanced-panels .click-me.cancel-search {
  top: 17px;
  font-size: 20px;
}
.advanced-panels.panel-control-right .panel-heading {
  padding-right: 15px;
  padding-left: 15px;
}
.advanced-panels.panel-control-right .panel-heading .panel-title {
  padding-right: 40px;
  position: relative;
}
.advanced-panels.panel-control-right .panel-heading .panel-title .click-me {
  position: absolute;
  right: 0px;
  left: auto;
}
.advanced-panels .secondary-panel-info {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: right;
}
.advanced-panels .secondary-panel-info .currency-type {
  line-height: 10px;
}
.advanced-panels .price-adjustment {
  color: #ff8f34;
}
.commission-details .panel-body {
  padding: 0;
}
.commission-details .panel-body ul li:nth-child(even) {
  background: #F6F6F6;
}
.commission-details .panel-body li {
  padding: 8px 15px 8px 60px;
  color: #000000;
}
.commission-details .panel-body li:before,
.commission-details .panel-body li:after {
  content: " ";
  display: table;
}
.commission-details .panel-body li:after {
  clear: both;
}
.commission-details .panel-body li:before,
.commission-details .panel-body li:after {
  content: " ";
  display: table;
}
.commission-details .panel-body li:after {
  clear: both;
}
.order-history-table .panel-body {
  padding: 0;
}
.order-history-table .panel-body ul li:nth-child(even) {
  background: #F6F6F6;
}
.order-history-table .panel-body li {
  padding: 12px 15px 12px 60px;
  color: #000000;
}
.order-history-table .panel-body li:before,
.order-history-table .panel-body li:after {
  content: " ";
  display: table;
}
.order-history-table .panel-body li:after {
  clear: both;
}
.order-history-table .panel-body li:before,
.order-history-table .panel-body li:after {
  content: " ";
  display: table;
}
.order-history-table .panel-body li:after {
  clear: both;
}
.accordion-content.advanced-panels .accordion .panel-body ul li {
  margin-bottom: 0;
}
/*  *************  Commissions Details  *************  */
.generations-leadership-table {
  margin-top: 20px;
  padding: 0 15px;
}
.generations-leadership-table ul li {
  padding: 15px 0 !important;
}
.generations-leadership-table .member-number {
  width: 15.337423312883436%;
  /* 150 / 978 */
}
.generations-leadership-table .member-name {
  width: 30.67484662576687%;
  /* 300 / 978 */
}
.generations-leadership-table .level {
  width: 10.224948875255624%;
  /* 100 / 978 */
}
.generations-leadership-table .shares {
  width: 10.224948875255624%;
  /* 100 / 978 */
}
.generations-leadership-table .share-value {
  width: 15.337423312883436%;
  /* 150 / 978 */
}
.generations-leadership-table .commissions-earned {
  width: 18.200408997955012%;
  /* 178 / 978 */
}
/*  *************  Commissions Details  *************  */
.commissions-unilevel-table .member-number,
.commissions-fast-start-table .member-number {
  width: 15%;
}
.commissions-unilevel-table .member-name,
.commissions-fast-start-table .member-name {
  width: 40%;
}
.commissions-unilevel-table .volume,
.commissions-fast-start-table .volume {
  width: 20%;
}
.commissions-unilevel-table .earned,
.commissions-fast-start-table .earned {
  width: 25%;
}
/*  *************  Commissions Generations  *************  */
.commissions-generations-table .generation {
  width: 15%;
}
.commissions-generations-table .member-number {
  width: 15%;
}
.commissions-generations-table .member-name {
  width: 40%;
}
.commissions-generations-table .volume {
  width: 15%;
}
.commissions-generations-table .earned {
  width: 15%;
}
/*  *************  Commissions GLB  *************  */
.commissions-glb-table .member-number {
  width: 15%;
}
.commissions-glb-table .member-name {
  width: 30%;
}
.commissions-glb-table .level {
  width: 10%;
}
.commissions-glb-table .shares {
  width: 10%;
}
.commissions-glb-table .value {
  width: 20%;
}
.commissions-glb-table .earned {
  width: 15%;
}
/*  *************  Order History  *************  */
.order-history-table span {
  line-height: 22px;
}
.order-history-table .table-head {
  padding-left: 45px;
  padding-right: 0px;
}
.order-history-table .order-number,
.order-history-table .date {
  width: 20%;
}
.order-history-table .order-type {
  width: 20%;
}
.order-history-table .delivery-count {
  width: 15%;
}
.order-history-table .status {
  width: 20%;
}
.order-history-table.advanced-panels .panel-heading {
  font-size: 0;
  padding-left: 40px;
}
.order-history-table.advanced-panels .hidden-title {
  display: none;
}
.order-history-table.advanced-panels .order-number,
.order-history-table.advanced-panels .order-type,
.order-history-table.advanced-panels .date,
.order-history-table.advanced-panels .delivery-count,
.order-history-table.advanced-panels .status {
  display: inline-block;
  font-size: 14px;
  padding-left: 7px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.order-history-table.advanced-panels .panel-body li {
  padding-left: 60px;
  font-size: 0;
}
.order-history-table.advanced-panels .panel-body li div {
  font-size: 14px;
  display: inline-block;
  padding-left: 7px;
}
.order-history-table.advanced-panels .panel-body li .shipping-item {
  width: 75%;
  vertical-align: top;
}
.order-history-table.advanced-panels .panel-body li .tracking-item {
  width: 25%;
  word-wrap: break-word;
}
.order-history-table .has-failed-payment {
  border: solid 1px #BF0000;
}
.order-history-table .has-failed-payment .status {
  color: #BF0000;
}
.order-history-table .has-unsuccessful-wire-transfer > .panel-heading {
  background-color: #ff8f34;
  border: solid 1px #BF0000;
}
.order-history-table .has-unsuccessful-wire-transfer > .panel-heading .status {
  color: #BF0000;
}
.order-history-detail {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
}
.order-history-detail .order-delivery {
  border: 1px solid #000000;
  margin-bottom: 20px;
}
.order-history-detail.order-history-detail-nfr .order-delivery {
  border-color: #AFC677;
}
.order-history-detail.order-history-detail-nfr .order-delivery-header {
  background: #AFC677;
}
.order-history-detail .order-delivery-header {
  background: #000000;
  color: #fff;
  padding: 15px 20px;
}
.order-history-detail .order-delivery-header h4 {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  line-height: normal;
  margin: 0;
}
.order-history-detail .order-history-info {
  padding: 0px 20px;
  color: #000000;
}
.order-history-detail .order-history-info li {
  border-bottom: 1px solid #746E6E;
  padding: 10px 0;
}
.order-history-detail .order-history-info li:before,
.order-history-detail .order-history-info li:after {
  content: " ";
  display: table;
}
.order-history-detail .order-history-info li:after {
  clear: both;
}
.order-history-detail .order-history-info li:before,
.order-history-detail .order-history-info li:after {
  content: " ";
  display: table;
}
.order-history-detail .order-history-info li:after {
  clear: both;
}
.order-history-detail .order-history-info li:last-child {
  border-bottom: none;
}
.order-history-detail .order-history-info li.label-header {
  background: #746E6E;
  color: #ffffff;
}
.order-history-detail .order-history-info p {
  margin-bottom: 0px;
  line-height: 24px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.order-history-detail .order-history-info p span {
  line-height: 20px;
  font-weight: 600;
  color: #046A38;
}
.order-history-detail .order-history-info em {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #046A38;
  font-style: normal;
}
.order-history-detail .order-history-info .tracking-info {
  margin-bottom: 20px;
}
.order-history-detail .order-history-info .tracking-info .tracking-number {
  word-wrap: break-word;
}
.order-history-totals,
.order-totals {
  margin-bottom: 20px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.order-history-totals .totals-header,
.order-totals .totals-header {
  background: #00aab3;
  color: #fff;
  padding: 15px 20px;
}
.order-history-totals .totals-header h4,
.order-totals .totals-header h4 {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  line-height: normal;
  margin: 0;
}
.order-history-totals .totals-header .totals-order-total,
.order-totals .totals-header .totals-order-total {
  font-size: 20px;
}
.order-history-totals .totals-info,
.order-totals .totals-info {
  background: #e6fafb;
  padding: 15px 20px;
  color: #000000;
}
.order-history-totals .totals-info li,
.order-totals .totals-info li {
  margin-bottom: 3px;
}
.order-history-totals .totals-info li:before,
.order-totals .totals-info li:before,
.order-history-totals .totals-info li:after,
.order-totals .totals-info li:after {
  content: " ";
  display: table;
}
.order-history-totals .totals-info li:after,
.order-totals .totals-info li:after {
  clear: both;
}
.order-history-totals .totals-info li:before,
.order-totals .totals-info li:before,
.order-history-totals .totals-info li:after,
.order-totals .totals-info li:after {
  content: " ";
  display: table;
}
.order-history-totals .totals-info li:after,
.order-totals .totals-info li:after {
  clear: both;
}
.order-history-table span {
  color: #000000;
  vertical-align: middle;
}
.order-totals,
.order-totals-secondary {
  font-size: 16px;
}
.order-history-payments,
.order-totals-secondary {
  background: #f1f1f1;
  padding: 15px 20px 5px;
  color: #000000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.order-history-payments .payments-header,
.order-totals-secondary .payments-header {
  padding-bottom: 3px;
  border-bottom: 1px solid #746E6E;
  margin-bottom: 5px;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.order-history-payments .payment-info:before,
.order-totals-secondary .payment-info:before,
.order-history-payments li:before,
.order-totals-secondary li:before,
.order-history-payments .payment-info:after,
.order-totals-secondary .payment-info:after,
.order-history-payments li:after,
.order-totals-secondary li:after {
  content: " ";
  display: table;
}
.order-history-payments .payment-info:after,
.order-totals-secondary .payment-info:after,
.order-history-payments li:after,
.order-totals-secondary li:after {
  clear: both;
}
.order-history-payments .payment-info:before,
.order-totals-secondary .payment-info:before,
.order-history-payments li:before,
.order-totals-secondary li:before,
.order-history-payments .payment-info:after,
.order-totals-secondary .payment-info:after,
.order-history-payments li:after,
.order-totals-secondary li:after {
  content: " ";
  display: table;
}
.order-history-payments .payment-info:after,
.order-totals-secondary .payment-info:after,
.order-history-payments li:after,
.order-totals-secondary li:after {
  clear: both;
}
/*  *************  Profile Image Modal  *************  */
.profile-image-content {
  color: #000000;
}
.profile-image-content .profile-image-preview {
  margin-top: 20px;
}
.profile-image-content .radio-group {
  margin-top: 20px;
}
.profile-image-content img {
  border: 1px solid #746E6E;
  width: 200px;
  height: auto;
  max-width: 100%;
  display: block;
  width: auto\9;
  /* This is intential... thanks to IE8 */
}
.profile-image-content label {
  display: block;
}
.profile-image-content .indented-file-input {
  margin: 0 0 10px 22px;
}
.voucher {
  margin: 5px 0;
}
.voucher strong {
  color: #046A38;
}
.voucher.redeemed strong {
  color: #000000;
}
.voucher.expired strong {
  color: #ff8f34;
}
.voucher-ledger-table .date,
.voucher-ledger-table .description,
.voucher-ledger-table .order,
.voucher-ledger-table .points,
.voucher-ledger-table .balance {
  width: 16.6%;
}
.voucher-ledger-table .detail-table {
  padding-left: 5%;
}
.voucher-ledger-table .detail {
  width: 33.33%;
}
.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding-15 {
  padding: 15px;
}
.button-cta {
  border: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* Add to cart widget */
.add-to-cart {
  padding: 0 20px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.add-to-cart .cart-option {
  font-size: 16px;
}
.add-to-cart .input-group-btn,
.add-to-cart .input-number {
  float: left;
  height: 35px;
}
.add-to-cart .input-group-btn .btn-number,
.add-to-cart .input-number .btn-number {
  height: 37px;
}
.add-to-cart .input-group-btn .btn-number.btn-plus,
.add-to-cart .input-number .btn-number.btn-plus {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.add-to-cart .input-group-btn .btn-number.btn-minus,
.add-to-cart .input-number .btn-number.btn-minus {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.add-to-cart input {
  border-radius: 0;
  width: 20px;
}
.add-to-cart .out-of-stock {
  background: #feeed6;
  color: #ff9500;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
  margin: 0;
}
.add-to-cart .available-items {
  margin-top: 20px;
  color: #000000;
}
.add-to-cart .available-items ul {
  list-style: none !important;
  margin: 8px 0 0 0;
  padding: 0 0 0 10px;
}
.add-to-cart .product-type-list {
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}
.add-to-cart .product-type-list p {
  margin-bottom: 0;
  color: #000000;
}
.add-to-cart .product-type-list .divider {
  margin: 0 10px;
}
.add-to-cart .added a .icon-added-er-icon {
  color: #94b162;
}
.add-to-cart label {
  color: #000000;
}
.add-to-cart .product-select {
  padding-right: 20px;
  margin-bottom: 10px;
}
.add-to-cart .qty-label {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.add-to-cart .qty {
  width: 60px;
  text-align: center;
}
.add-to-cart .product-price-info {
  margin: 10px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}
.add-to-cart .product-price-info .info-left {
  float: left;
  width: 48%;
}
.add-to-cart .product-price-info .info-right {
  float: right;
  width: 48%;
}
.add-to-cart .product-price-info .pricing {
  background: #e6fafb;
  overflow: auto;
  padding: 15px;
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
}
.add-to-cart span.price {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #046A38;
  display: block;
  text-align: right;
  margin: 10px 20px 0 0;
  font-weight: 600;
}
.add-to-cart span.price .currency-type {
  display: block;
  font-size: 13px;
  color: #046A38;
}
.add-to-cart .add-to-cart-widget p {
  margin-bottom: 5px;
}
.add-to-cart .add-to-cart-widget p.out-of-stock {
  color: #ff9500;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.add-to-cart .add-to-cart-widget small {
  font-size: 90%;
}
.add-to-cart .add-to-er-widget {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  padding: 10px 20px 10px 0;
  margin-top: 30px;
}
.add-to-cart .add-to-er-widget a {
  font-weight: bold;
  font-size: 12px;
}
.add-to-cart .add-to-er-widget a:hover {
  border-bottom: none;
  color: #00c2cc;
}
.add-to-cart .add-to-er-widget i {
  font-size: 23px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline;
  background: none;
  height: auto;
}
.add-to-cart .use-for {
  margin-top: 20px;
}
.add-to-cart .use-for h5 {
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 5px;
  color: #046A38;
}
.add-to-cart .use-for li {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.add-to-cart label.radio {
  min-height: 0;
  min-width: 0;
  padding: 0 !important;
  margin: 0 20px 10px 0 !important;
  font-size: 18px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.add-to-cart label.radio input {
  display: none;
}
.add-to-cart label.radio span.radio {
  width: 14px;
  height: 14px;
  border-radius: 8px;
  border: 1px solid #746E6E;
  float: left;
  margin: 0 5px 0 0;
  display: inline-block;
  min-height: 0;
  min-width: 0;
  padding: 0 !important;
}
.add-to-cart label.radio.active span.radio {
  background: url('/vo/content/app/design/images//formSprite.png') 0 0;
}
/* .com Overrides  */
.application-title {
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
  margin-bottom: 0;
  color: #000000;
}
.product-specs hr {
  margin-left: 0;
}
.product-specs .suggestions {
  color: #000000;
}
/* End add to cart widget */
.product-text,
.event-info {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  color: #666 !important;
}
.product-description {
  font-size: 21px !important;
  line-height: 25px !important;
}
.product-detail-photo img {
  display: block;
  margin: 20px auto;
}
.product-information {
  padding: 30px 9% 30px 9%;
}
h4.disclaimer {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #999999;
  margin-bottom: 4px;
}
.product-information h1 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #b0c778;
  text-transform: uppercase;
}
.product-information .extra-info {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #919191;
}
.bold-intro {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #797979;
}
div.product-information:nth-of-type(even) {
  background-color: #f6f6f6;
}
div.product-information:last-child {
  background: #fff;
  margin-bottom: 100px;
}
/*div.product-information:nth-of-type(even) h4,
div.product-information:nth-of-type(even) p{
    text-align: right;
}*/
.product-right-channel {
  background-image: none;
  background-color: #fff;
  min-height: 200px;
  color: #797979;
}
.application-title {
  font-size: 15px;
  line-height: 18px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #00c6d2;
  border-bottom: 1px solid #00c6d2;
  padding: 15px 0 10px;
}
.product-right-channel .details {
  padding: 0;
}
.product-specs h1 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #b0c778;
  margin: 20px;
  white-space: nowrap;
  overflow: visible;
}
.product-specs .suggestions,
.product-specs .size,
.product-specs .sku {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #00c6d2;
  margin: 5px 20px;
}
.product-specs .sku {
  font-size: 16px;
  line-height: 16px;
  margin: 0px 20px 20px;
  color: #999;
}
.product-specs .bullet {
  vertical-align: top;
  display: inline-block;
  font-size: 9px;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.product-specs .buy-now-button {
  margin: 35px 0 0 20px;
}
.product-specs hr {
  margin-left: 20px;
  color: #cccccc;
  border-bottom: 0;
  height: 1px;
}
.register-cta {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 11px;
  margin: 20px;
  color: #00c6d2;
}
.register-cta a {
  text-decoration: underline;
  color: #00c6d2;
}
.register-cta a:hover {
  text-decoration: underline;
  color: #00c6d2;
}
.left-menu-cta {
  padding-top: 45px;
  margin: 30px 0;
  width: 100%;
  height: 86px;
  background-size: cover;
  background-image: url(/global/img/product-detail/leaf-background.jpg);
  text-align: center;
}
.left-menu-cta a {
  /*    margin-top: 24px;
*/
}
#wholesaleModal .modal-body ul {
  color: #000000;
}
/* ---------- MEDIA QUERIES ---------- */
/* tablet and smaller */
@media (min-width: 768px) and (max-width: 979px) {
  .product-center-column {
    width: 58%;
  }
  .product-detail .featured-product,
  .product-right-channel {
    float: right;
    clear: none;
  }
}
@media (max-width: 767px) {
  .product-center-column {
    width: 100%;
  }
  .product-center-column,
  .product-detail .featured-product,
  .product-right-channel {
    float: none;
    clear: both;
  }
  .product-right-channel {
    margin: 0 auto;
  }
  .product-information,
  .disclaimer {
    padding: 25px 35px 25px 35px;
  }
}
.enrollment .error-message-block {
  margin: 50px;
}
.enrollment .error-message-block .error-message-bolder {
  font-weight: bolder;
}
.enrollment .error-message-block .error-description {
  font-style: italic;
}
.enrollment .contact-info-block {
  margin-top: 20px;
  margin-left: 100px;
  font-style: italic;
}
.enrollment .contact-info-block .title {
  text-decoration: underline;
}
.enrollment .contact-info-block .contact-item {
  margin-top: 10px;
}
.enrollment .button-block {
  margin: 50px 0px 20px 50px;
}
.enrollment ul.program-benefit li {
  padding-bottom: 10px;
}
.enrollment ul.program-benefit li i {
  color: #839D57;
}
.enrollment ul.program-benefit li strike {
  color: darkgray;
}
.enrollment .responsive-memberships table {
  width: 100%;
  border-spacing: 5px 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  border-collapse: initial;
  margin-bottom: 20px;
}
.enrollment .responsive-memberships td {
  text-align: center;
  font-size: 15px;
  padding: 15px;
  word-wrap: break-word;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #d0d0d0;
  position: relative;
}
.enrollment .responsive-memberships td.grey-bg {
  background: #f1f1f1;
}
.enrollment .responsive-memberships td.bb-selected {
  background: #eaf5ec;
}
.enrollment .responsive-memberships td.bb-selected .icon-checkmark-circle {
  color: #2f9a41;
  font-size: 20px;
}
.enrollment .responsive-memberships td.wc-selected {
  background: #fcf2eb;
}
.enrollment .responsive-memberships td.wc-selected .icon-checkmark-circle {
  color: #e67e3c;
  font-size: 20px;
}
.enrollment .responsive-memberships td.rc-selected {
  background: #efeaf2;
}
.enrollment .responsive-memberships td.rc-selected .icon-checkmark-circle {
  color: #5b2b82;
  font-size: 20px;
}
.enrollment .responsive-memberships thead th {
  color: #ffffff;
  background: #746E6E;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  padding: 15px;
  cursor: pointer;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
  position: relative;
}
.enrollment .responsive-memberships thead th .value-star {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  background: url('/vo/content/app/design/images/burst.svg') no-repeat;
  position: absolute;
  top: -50px;
  right: 50%;
  margin: -40px -50px 0 0;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
  word-wrap: initial;
  padding: 18px;
}
.enrollment .responsive-memberships thead th .value-star span {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -10px -35px 0 0;
}
.enrollment .responsive-memberships thead th.center {
  text-align: center;
}
.enrollment .responsive-memberships thead th.bb-selected {
  background: #2f9a41;
}
.enrollment .responsive-memberships thead th.wc-selected {
  background: #e67e3c;
}
.enrollment .responsive-memberships thead th.rc-selected {
  background: #5b2b82;
}
.enrollment .responsive-memberships tfoot td {
  box-shadow: none;
  border: none;
}
.enrollment .responsive-memberships .icon-checkmark-circle {
  color: #746E6E;
  font-size: 20px;
}
.enrollment .responsive-memberships th:first-child,
.enrollment .responsive-memberships td:first-child {
  text-align: left;
}
.enrollment .change-sponsor .icon-help {
  position: absolute;
  right: -5px;
  top: 30px;
  font-size: 16px;
}
.enrollment h3 {
  font-size: 30px;
  line-height: 1.3em;
  color: #046A38;
  margin: 0;
}
.enrollment h3 span {
  font-size: 18px;
}
.enrollment h4 {
  width: 100%;
  height: auto;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.enrollment h5 {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
.enrollment p {
  font-size: 18px;
  color: #000000;
}
.enrollment p.serif {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.enrollment p a {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
}
.enrollment .enrollment-summary-alert {
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
}
.enrollment .enrollment-summary-alert p,
.enrollment .enrollment-summary-alert i {
  color: #ff8f34;
  margin-bottom: 0;
}
.enrollment .enrollment-summary-alert i {
  position: absolute;
  left: 20px;
}
.enrollment .check-type-container {
  position: relative;
  font-size: 0;
  margin-bottom: 40px;
}
.enrollment .check-type-flex-container {
  position: relative;
  display: flex;
  font-size: 0;
  margin-bottom: 40px;
}
.enrollment .check-type-flex-container .check-type {
  flex: 1;
}
.enrollment .check-type-container-yl-now {
  position: relative;
  font-size: 0;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .enrollment .check-type-container-yl-now {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .enrollment .check-type-container-yl-now .check-type-yl-now {
    width: 100%;
    margin-right: 0;
    margin-bottom: 115px;
    position: relative;
  }
  .enrollment .check-type-container-yl-now .check-type-yl-now:last-child {
    margin-bottom: 0;
  }
  .enrollment .check-type-container-yl-now .or {
    position: absolute;
    margin: 0 -35px 0 0;
    bottom: -90px;
    top: auto;
  }
}
.enrollment .or {
  align-self: center;
  right: 50%;
  top: 50%;
  margin: 0 -16px 0 -32px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: #046A38;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  z-index: 3;
  font-size: 20px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  display: table;
}
.enrollment .or span {
  display: table-cell;
  vertical-align: middle;
}
.enrollment .most-popular {
  background: #ff9500;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 17px;
  padding: 10px 20px;
  z-index: 20;
  font-weight: bold;
}
.enrollment .membership-savings {
  position: absolute;
  top: -65px;
  right: 15px;
  display: table;
  width: 95px;
  height: 95px;
  color: #fff;
  font-size: 16px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  background: url('/vo/content/app/design/images/burst.svg') no-repeat;
}
.enrollment .membership-savings div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.enrollment .membership-savings span {
  display: block;
  font-size: 30px;
  margin-top: 5px;
  font-weight: 900;
}
.enrollment .membership-savings sup {
  font-size: 20px;
}
.enrollment .membership-details h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
}
.enrollment .membership-details .referral-hidden {
  padding-left: 20px;
}
.enrollment .enrollment-sponsor-tile {
  padding: 15px;
  border: 1px solid #746E6E;
  border-radius: 5px;
}
.enrollment .enrollment-sponsor-tile .sponsor-info {
  padding-left: 120px;
}
.enrollment .enrollment-sponsor-tile p {
  margin-bottom: 0;
}
.enrollment .enrollment-sponsor-tile .sponsor-title {
  color: #046A38;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.3em;
}
.enrollment .enrollment-sponsor-tile .sponsor-name {
  font-size: 20px;
  margin-bottom: 5px;
}
.enrollment .enrollment-sponsor-tile img {
  float: left;
  margin-right: 20px;
  border: 3px solid #746E6E;
}
.enrollment .radio-sub {
  padding-left: 15px;
  font-size: 14px;
}
.enrollment .enrollment-personal-information {
  max-width: 810px;
  margin-top: 15px;
}
.enrollment .enrollment-personal-information .radio-group .radio-sub {
  padding-left: 20px;
}
.enrollment .enrollment-personal-information .tax-individual,
.enrollment .enrollment-personal-information .tax-business {
  margin-left: 20px;
}
.enrollment .enrollment-personal-information .tax-exempt ol li {
  font-size: 14px;
}
.enrollment .enrollment-personal-information .file-upload {
  border: 1px dashed #AEAEAE;
  padding: 20px;
  text-align: center;
  color: #746E6E;
  margin-bottom: 20px;
}
.enrollment .enrollment-personal-information .file-upload a {
  margin-top: 15px;
}
.enrollment .enrollment-personal-information .uploaded-files {
  border: 1px solid #AEAEAE;
  padding: 10px;
  color: #746E6E;
}
.enrollment .enrollment-personal-information .uploaded-files .icon-trashcan {
  float: right;
}
.enrollment .enrollment-personal-information .button-cta nowrap {
  white-space: nowrap;
}
.enrollment .enrollment-personal-information input[name=taxId] {
  text-transform: uppercase;
}
.enrollment .enrollment-kit {
  max-width: 100%;
}
.enrollment .billing-shipping-form {
  max-width: 810px;
  margin-bottom: 30px;
}
.enrollment .enrollment-start-kit .check-type {
  width: 30.81967213114754%;
  /*376px/1220px*/
  margin: 0 1.2295081967213115% 30px;
  /*15px/1220px*/
}
.enrollment .enrollment-start-kit .kit-image {
  max-width: 100%;
  margin-bottom: 20px;
}
.enrollment .enrollment-start-kit .kit-price,
.enrollment .enrollment-start-kit .kit-value {
  font-size: 17px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  display: inline-block;
}
.enrollment .enrollment-start-kit .kit-value {
  color: #046A38;
  float: right;
}
.enrollment .enrollment-start-kit p {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.enrollment a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.enrollment span a {
  font-size: 14px;
}
.enrollment .kit-carousel {
  margin-bottom: 20px;
}
.enrollment .kit-carousel .item {
  width: 100%;
}
.enrollment .kit-carousel .carousel-control.left,
.enrollment .kit-carousel .carousel-control.right {
  background: none !important;
  filter: progid:none !important;
  /* IE8 */
}
.enrollment .kit-carousel img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  display: block;
  width: 100%;
}
.enrollment .co-app {
  margin-bottom: 20px;
}
.enrollment .mobile-view {
  display: none;
}
.enrollment .upload-section .drag-area {
  border: 1px dashed #746E6E;
  text-align: center;
  padding: 20px;
  background: #F6F6F6;
}
.enrollment .upload-section .drag-area h5 {
  font-weight: 300;
  font-size: 24px;
}
.enrollment .upload-section .drag-area .button-secondary {
  margin: 0;
}
.enrollment .upload-section .upload-items {
  padding: 0;
  margin-top: 20px;
}
.enrollment .upload-section .upload-items li {
  list-style: none;
  border: 1px solid #746E6E;
  padding: 10px;
  background: #F6F6F6;
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
}
.enrollment .upload-section .upload-items li h5 {
  margin: 0;
  font-weight: 300;
}
.enrollment .upload-section .upload-items li .icon-trashcan {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.enrollment .uploaded-files .upload-items {
  padding: 0;
  margin-top: 20px;
}
.enrollment .uploaded-files .upload-items li {
  list-style: none;
  border: 1px solid #746E6E;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
}
.enrollment .uploaded-files .upload-items li h5 {
  margin: 0;
  font-weight: 300;
}
.enrollment .uploaded-files .upload-items li .icon-trashcan {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.er-enrollment-info {
  background: #F6F6F6;
  border: 1px solid #d0d0d0;
  padding: 1.2295081967213115%;
  /*15px/1220px*/
  border-radius: 5px;
  margin-bottom: 40px;
}
.er-enrollment-info h5 {
  color: #000000;
  font-weight: 900;
  font-size: 20px;
}
.er-enrollment-info p {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.er-basic-style ol {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
}
.enrollment .yl-now-enroll h3 {
  margin: 20px 0 5px;
}
.er-youcan {
  background: #01949E;
  border-radius: 5px;
  padding: 2.2556390977443606%;
  /*15px/665px*/
  max-width: 686px;
}
.er-youcan h5 {
  color: #fff !important;
  font-size: 22px !important;
}
.er-youcan ul {
  background: #fff;
  margin: 0 !important;
  padding: 0 !important;
}
.er-youcan li {
  padding: 15px 15px 15px 50px;
  font-size: 20px;
  color: #01949E;
  position: relative;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin: 0 !important;
}
.er-youcan li i {
  color: #046A38;
  margin-right: 7px;
  position: absolute;
  left: 15px;
  top: 14px;
}
.er-youcan li:nth-child(even) {
  background: #e6fafb;
}
.er-youcan2 {
  background: #01949E;
  border-radius: 5px;
  padding: 2.2556390977443606%;
  /*15px/665px*/
  max-width: 686px;
}
.er-youcan2 h5 {
  color: #fff !important;
  font-size: 22px !important;
  margin-top: 0;
}
.er-youcan2 ul {
  margin: 0 !important;
  padding: 0 !important;
}
.er-youcan2 li {
  padding: 0px 15px 10px 50px;
  font-size: 20px;
  color: #e6fafb;
  position: relative;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin: 0 !important;
}
.er-youcan2 li i {
  color: #00aab3;
  margin-right: 7px;
  position: absolute;
  left: 15px;
  top: -3px;
}
.enrollment-shipping {
  margin: 10px 0 20px;
}
.enrollment-shipping-method {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin: 10px 0 20px;
}
.enrollment-shipping-method p {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
/* t&c links */
.enrollment .terms {
  margin-right: 0.5%;
}
.membership-summary .summary-item,
.summary-content .summary-item {
  margin-bottom: 20px;
}
.membership-summary h5,
.summary-content h5 {
  background: #000000;
  padding: 15px 20px;
  color: #fff;
  margin: 0;
  font-weight: 300;
  font-size: 23px;
}
.membership-summary .edit,
.summary-content .edit {
  margin: 0;
}
.membership-summary .edit a,
.summary-content .edit a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.membership-summary .summary-body,
.summary-content .summary-body {
  margin: 0 0 10px 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  padding: 20px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.membership-summary .summary-body p,
.summary-content .summary-body p {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.membership-summary .summary-body p.large,
.summary-content .summary-body p.large {
  font-size: 24px;
  margin-bottom: 15px;
}
.membership-summary .summary-body p.large span,
.summary-content .summary-body p.large span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.summary-content .summary-body {
  background: #F6F6F6;
}
.summary-content h5 {
  background: none;
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 900;
}
.summary-content h5.processed {
  color: #000000;
}
.summary-content h5.processed .not-bold {
  font-weight: 300;
}
.summary-content h5.processed span {
  display: block;
}
.summary-content h5.processed span.inline {
  display: inline-block;
}
.kit-order {
  position: relative;
  border: 1px solid #746E6E;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.kit-order img {
  float: left;
  width: 100px;
  max-width: 100%;
  border: 1px solid #f1f1f1;
}
.kit-order .kit-info {
  padding: 0 0 0 110px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.kit-order .kit-info p {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.kit-order i {
  color: #6e4a9e;
  position: absolute;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
}
.kit-order i.icon-check {
  background: none;
  right: 15px;
}
.user-agreement {
  margin: 30px 0;
}
.user-agreement label {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  position: relative;
  padding-left: 25px;
}
.user-agreement label li {
  font-size: 12px;
}
.user-agreement input {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
}
.user-agreement span {
  display: inline-block;
  font-size: 12px;
}
.user-agreement span.inline {
  display: inline;
}
.user-agreement-yl-now {
  margin: 30px 0;
  text-align: center;
}
.user-agreement-yl-now label {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  position: relative;
  padding-left: 25px;
}
.user-agreement-yl-now label li {
  font-size: 12px;
}
.user-agreement-yl-now input {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
}
.user-agreement-yl-now span {
  display: inline-block;
  font-size: 12px;
}
.user-agreement-yl-now span.inline {
  display: inline;
}
.no-thanks {
  margin-left: 20px;
}
.cc {
  margin-top: 21.5px;
}
.er-blocks {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .er-blocks {
    display: inherit;
  }
}
@media only screen and (max-width: 820px) {
  .er-blocks {
    display: inherit;
  }
}
.er-blocks {
  display: flex;
}
@media only screen and (max-width: 912px) {
  .er-blocks {
    display: inherit;
  }
}
.summary-body-height {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.whats-next .next-block {
  padding: 15px;
  border: 1px solid #746E6E;
  border-radius: 5px;
  margin-bottom: 20px;
}
.whats-next a.button-cta {
  margin: 0 10px 10px 0;
}
.whats-next h5 {
  margin-top: 0;
}
.no-svg .membership-savings {
  background: url('/vo/content/app/design/images/burst.png') no-repeat;
}
.yl-now-payment hr {
  border-bottom: 1px inset darkgray;
  margin: 5px 0 10px 0;
}
.yl-now-payment .sub-order ol {
  list-style: none;
}
.yl-now-payment .sub-order ol li {
  margin-bottom: 10px;
  color: #000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.yl-now-totals {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px;
}
.check-type {
  font-size: 14px;
  vertical-align: top;
  margin-right: 16px;
  width: 48.77049180327869%;
  /*595px/1220px*/
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border: 1px solid #746E6E;
}
.check-type.retail-customer {
  margin: 0;
}
.check-type.active .check-header {
  background: #00aab3;
}
.check-type.active .check-about {
  background: #f3fdfe;
}
.check-type.active .check-about li {
  color: #00aab3;
}
.check-type.active .check-footer {
  background: #f3fdfe;
  border-top-color: #00aab3;
}
.check-type .value-star {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  background: url('/vo/content/app/design/images/burst.svg') no-repeat;
  position: absolute;
  margin: 15px 0 0 290px;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
  word-wrap: initial;
  padding: 18px;
  right: 0;
}
.check-type .value-star span {
  position: absolute;
  text-align: center;
  margin: 15px 20px 0 0;
}
.check-type .check-header,
.check-type .check-about {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
.check-type .check-footer {
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.check-type .check-footer .check-footer-content {
  border-top: 4px solid #746E6E;
  bottom: 1px;
  padding: 15px;
  color: #046A38;
  position: relative;
}
.check-type .check-footer .check-footer-content strike {
  font-size: small;
  color: maroon;
}
.check-type .check-footer .check-footer-content strong {
  font-size: 16pt;
  font-weight: 800;
}
.check-type .check-footer .check-footer-content .join-now {
  color: #00aab3;
  font-weight: 700;
}
.check-type .check-header {
  color: #fff;
  background: #746E6E;
  padding: 15px;
  cursor: pointer;
}
.check-type .check-header input {
  display: none;
}
.check-type .check-header h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
}
.check-type .check-header h4 i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 30px;
  vertical-align: middle;
  background: none;
}
.check-type .check-header .sub-header {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
}
.check-type .check-about {
  padding: 20px;
  position: relative;
  min-height: 190px;
}
.check-type .check-about ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.check-type .check-about li {
  color: #000000;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.check-type .check-about li span {
  color: #000000;
}
.check-type .check-about li span.savings strong {
  color: #ff9500;
}
.check-type .check-about-yl-now {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  min-height: 190px;
  min-height: 250px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.check-type .check-about-yl-now ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.check-type .check-about-yl-now li {
  color: #000000;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.check-type .check-about-yl-now li span {
  color: #000000;
}
.check-type .check-about-yl-now li span.savings strong {
  color: #ff9500;
}
.check-type .check-about-yl-now .inner {
  -ms-flex: 1;
  flex: 1;
}
.check-type .check-about-yl-now .extra {
  margin-top: auto;
}
.yl-now-payment-option {
  margin-bottom: 20px;
}
.check-type-yl-now {
  font-size: 14px;
  vertical-align: top;
  margin-right: 16px;
  width: 48.77049180327869%;
  /*595px/1220px*/
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border: 1px solid #746E6E;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  overflow: visible;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.check-type-yl-now.single {
  width: 100%;
  margin-right: 0;
}
.check-type-yl-now.no-check .check-header {
  padding-right: 120px;
}
.check-type-yl-now.no-check .check-header h4 {
  padding-left: 0;
}
.check-type-yl-now.no-check .check-header .value-star {
  right: 21px;
  top: -9px;
  margin: 0;
}
.check-type-yl-now.no-check.active .check-header i {
  display: none !important;
}
.check-type-yl-now.no-check .check-footer .check-footer-content {
  padding-right: 0;
}
.check-type-yl-now .yl-now-upgrade {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .check-type-yl-now .yl-now-upgrade .button-cta {
    max-width: 94%;
  }
}
.check-type-yl-now.retail-customer {
  margin: 0;
}
.check-type-yl-now.active .check-header {
  background: #00aab3;
}
.check-type-yl-now.active .check-about {
  background: #f3fdfe;
}
.check-type-yl-now.active .check-about li {
  color: #00aab3;
}
.check-type-yl-now.active .check-footer {
  background: #f3fdfe;
  border-top-color: #00aab3;
}
.check-type-yl-now .value-star {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  background: url('/vo/content/app/design/images/burst.svg') no-repeat;
  position: absolute;
  margin: 15px 0 0 290px;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
  word-wrap: initial;
  padding: 18px;
  right: 0;
}
.check-type-yl-now .value-star span {
  position: absolute;
  text-align: center;
  margin: 15px 20px 0 0;
}
.check-type-yl-now .check-header,
.check-type-yl-now .check-about {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
.check-type-yl-now .check-footer {
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.check-type-yl-now .check-footer .check-footer-content {
  border-top: 4px solid #746E6E;
  bottom: 1px;
  padding: 15px;
  color: #046A38;
  position: relative;
}
.check-type-yl-now .check-footer .check-footer-content strike {
  font-size: small;
  color: maroon;
}
.check-type-yl-now .check-footer .check-footer-content strong {
  font-size: 16pt;
  font-weight: 800;
}
.check-type-yl-now .check-footer .check-footer-content .join-now {
  color: #00aab3;
  font-weight: 700;
}
.check-type-yl-now .check-header {
  color: #fff;
  background: #746E6E;
  padding: 15px;
  cursor: pointer;
}
.check-type-yl-now .check-header input {
  display: none;
}
.check-type-yl-now .check-header h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
}
.check-type-yl-now .check-header h4 i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 30px;
  vertical-align: middle;
  background: none;
}
.check-type-yl-now .check-header .sub-header {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
}
.check-type-yl-now .check-about {
  padding: 20px;
  position: relative;
  min-height: 190px;
}
.check-type-yl-now .check-about ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.check-type-yl-now .check-about li {
  color: #000000;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.check-type-yl-now .check-about li span {
  color: #000000;
}
.check-type-yl-now .check-about li span.savings strong {
  color: #ff9500;
}
.check-type-yl-now .check-about-yl-now {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  min-height: 190px;
  min-height: 250px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.check-type-yl-now .check-about-yl-now ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.check-type-yl-now .check-about-yl-now li {
  color: #000000;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.check-type-yl-now .check-about-yl-now li span {
  color: #000000;
}
.check-type-yl-now .check-about-yl-now li span.savings strong {
  color: #ff9500;
}
.check-type-yl-now .check-about-yl-now .inner {
  -ms-flex: 1;
  flex: 1;
}
.check-type-yl-now .check-about-yl-now .extra {
  margin-top: auto;
}
.check-type-yl-now:nth-child(2n+2) {
  margin-right: 0;
}
.check-type-yl-now .check-header {
  border-radius: 5px 5px 0 0;
}
.check-type-yl-now .check-footer {
  -ms-flex-basis: auto;
  flex-basis: auto;
  margin-top: auto;
}
.check-type-yl-now .check-footer .value-star {
  right: 5px;
  top: -30px;
  margin: 0;
  width: 107px;
  height: 107px;
  padding: 20px 18px;
}
.check-type-yl-now .check-footer .check-footer-content {
  padding-right: 120px;
}
.check-type-yl-now .check-footer .check-footer-content sup {
  font-size: 100%;
  font-weight: bold;
}
.check-type-yl-now .program-benefit li {
  padding-left: 26px;
  position: relative;
}
.check-type-yl-now .program-benefit i[class^='icon'] {
  position: absolute;
  left: 0;
  top: 3px;
}
.yl-now-progress-bar-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  align-items: center;
}
.yl-now-progress-bar-container .progress-value {
  width: 95px;
  font-size: 35px;
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
  color: #046A38;
  transform: translateY(10px);
}
.yl-now-progress-bar-container .progress-value .possible {
  font-size: 20px;
}
.yl-now-progress-bar-container .yl-now-progress-bar {
  -ms-flex: 1;
  flex: 1;
  height: 54px;
  position: relative;
  margin: 0 -20px -20px 0;
  background-color: #e8e8e8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #d7dfca 3px, #d7dfca 6px);
}
.yl-now-progress-bar-container .yl-now-progress {
  height: 100%;
  background: #046A38;
  display: inline-block;
}
.yl-now-progress-bar-container .progress-divider {
  display: inline-block;
  margin: 0 3px;
}
.yl-now-progress-bar-container.warning .yl-now-progress-bar {
  background-color: #e8e8e8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #e7dff1 3px, #e7dff1 6px);
}
.yl-now-progress-bar-container.warning .yl-now-progress {
  background: #967BB6;
}
.yl-now-progress-bar-container.warning .progress-value {
  color: #967BB6;
}
.alerts p {
  color: #fff;
}
.kit-price {
  font-size: 17px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  color: #000000;
  display: inline-block;
}
/*  *************  Enrollment Tabs  *************  */
ul.nav-tabs.enrollment-tabs {
  border-bottom: 5px solid #00aab3 !important;
  margin: 0;
}
ul.nav-tabs.enrollment-tabs li {
  margin: 0 5px 0 0;
}
ul.nav-tabs.enrollment-tabs li a {
  border: none;
  border-bottom: 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #746E6E;
  font-size: 18px;
  padding: 10px 20px 5px 20px;
  margin-bottom: 0px;
  border-radius: 8px 8px 0 0;
}
ul.nav-tabs.enrollment-tabs li a:hover {
  border: none;
  background-color: #e8e8e8;
  border-bottom: 0;
}
ul.nav-tabs.enrollment-tabs li.active a {
  background-color: #00aab3 !important;
  color: #ffffff;
  margin-bottom: 0px;
}
ul.nav-tabs.enrollment-tabs li.active a:hover {
  cursor: default;
}
.create-kit {
  background: #00aab3;
  margin-top: 20px;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 15px 20px;
}
.create-kit i.icon-cart {
  font-size: 70px;
}
.create-kit h4 {
  color: #ffffff;
  font-size: 28px;
}
.create-kit:hover {
  color: #ffffff;
  border-bottom: none;
  opacity: .8;
}
.option-one img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  display: block;
}
.option-one .other-tabs h6 {
  color: #000000;
  font-weight: 900;
  margin-bottom: 0px;
}
.option-one .other-tabs h6 span {
  background: none !important;
  display: inline-block !important;
  padding: 0 !important;
  border: 0 !important;
}
.option-one .other-tabs p {
  margin-bottom: 25px;
}
.option-one .diffuser-select h3 {
  font-size: 14px;
  color: #00aab3;
  font-weight: 600;
}
.option-one .diffuser-select ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.option-one .diffuser-select ul li vo-standard-er-kit span.er-kit-img {
  height: 225px;
}
.option-one .diffuser-select ul li vo-standard-er-kit span.er-kit-img img {
  max-height: 100%;
}
.option-one .diffuser-select ul li vo-starter-kit-as-er-kit h3 {
  text-align: center;
}
.option-one .diffuser-select ul li vo-custom-er-kit .check-header,
.option-one .diffuser-select ul li vo-starter-kit-as-er-kit .check-header {
  padding-left: 0;
  text-align: center;
}
.option-one .diffuser-select ul li vo-custom-er-kit div.nonstandard-er-kit-main,
.option-one .diffuser-select ul li vo-starter-kit-as-er-kit div.nonstandard-er-kit-main {
  background-color: white;
}
.option-one .diffuser-select ul li vo-custom-er-kit div.nonstandard-er-kit-img,
.option-one .diffuser-select ul li vo-starter-kit-as-er-kit div.nonstandard-er-kit-img {
  padding: 0 20px;
  border: 8px solid transparent;
  border-top: 0;
  border-bottom: 0;
}
.option-one .diffuser-select ul li vo-custom-er-kit div.nonstandard-er-kit-msg span,
.option-one .diffuser-select ul li vo-starter-kit-as-er-kit div.nonstandard-er-kit-msg span {
  padding: 0;
  text-align: center;
  color: #000000;
  z-index: 100;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  bottom: 0px;
  margin: 0 auto;
}
.option-one .diffuser-select ul li vo-custom-er-kit div.nonstandard-er-kit-button,
.option-one .diffuser-select ul li vo-starter-kit-as-er-kit div.nonstandard-er-kit-button {
  padding-bottom: 22px;
}
.option-one .diffuser-select ul li vo-custom-er-kit div.nonstandard-er-kit-button a,
.option-one .diffuser-select ul li vo-starter-kit-as-er-kit div.nonstandard-er-kit-button a {
  margin: 0 auto;
  width: 60%;
  display: block;
  line-height: 12px;
}
.option-one .diffuser-select ul li vo-custom-er-kit div.nonstandard-er-kit-button a:hover,
.option-one .diffuser-select ul li vo-starter-kit-as-er-kit div.nonstandard-er-kit-button a:hover {
  border: none;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
}
.option-one .diffuser-select ul li vo-custom-er-kit div.nonstandard-er-kit-button a span,
.option-one .diffuser-select ul li vo-starter-kit-as-er-kit div.nonstandard-er-kit-button a span {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  border: 0;
  font-size: 12px;
}
.option-one .diffuser-select ul li vo-custom-er-kit div h4,
.option-one .diffuser-select ul li vo-starter-kit-as-er-kit div h4 {
  padding: 0;
}
.option-one .diffuser-select ul li span {
  background: #ffffff;
  padding: 22px 20px;
  display: block;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 8px solid transparent;
  border-top: 0;
}
.option-one .diffuser-select ul li span.no-space,
.option-one .diffuser-select ul li span.no-border {
  padding: 0;
  margin-bottom: 10px;
  border: none;
}
.option-one .diffuser-select ul li span img {
  margin: 0 auto;
}
.option-one .diffuser-select ul li span p {
  color: #00aab3;
  position: absolute;
  z-index: 100;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 12px;
  bottom: 0px;
  margin: 0 auto;
  text-align: center;
  left: 10%;
  right: 10%;
}
.option-one .nav-tabs.nav-justified > li {
  width: auto !important;
}
.option-one .nav-tabs.nav-justified > li > a {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}
.option-one .tab-content {
  background: #e6fafb;
  padding: 20px;
  margin-bottom: 30px;
}
.option-one .prem-kit {
  position: relative;
}
.option-one .prem-kit h3 {
  font-size: 14px;
  color: #00aab3;
  font-weight: 600;
}
.option-one .prem-kit .glyphicon-plus {
  position: absolute;
  right: -45px;
  top: 45%;
  color: #00aab3;
  font-size: 55px;
}
.option-one .prem-kit img {
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 8px solid #00aab3;
  border-top: 0;
}
.option-one .prem-kit .check-header {
  color: #fff;
  background: #00aab3;
  padding: 8px 10px 5px 10px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
.option-one .prem-kit .check-header input {
  display: none;
}
.option-one .prem-kit .check-header h4 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  font-weight: 600;
  line-height: 22px;
}
.option-one .prem-kit .check-header h4 i {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 22px;
  vertical-align: middle;
  background: none;
}
.option-one .prem-kit .check-header h4 span {
  text-align: center;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
}
.option-one .prem-kit .check-header h4 span span {
  display: inline-block;
}
.option-one .check-type-container {
  margin-bottom: 20px;
}
.option-one .check-type-container .slick-prev,
.option-one .check-type-container .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: inherit;
  bottom: -26px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: #00aab3;
  border: none;
  outline: none;
  background: none;
  z-index: 100;
}
.option-one .check-type-container .slick-prev {
  left: 15px;
}
.option-one .check-type-container .slick-next {
  right: 15px;
}
.option-one .check-type-container .slick-prev:before,
.option-one .check-type-container .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #00aab3;
}
.option-one .check-type-container .slick-dots {
  position: absolute;
  bottom: -28px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.option-one .check-type-container .slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 100;
  color: #746E6E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.option-one .check-type-container .slick-dots li.slick-active button:before {
  opacity: 100;
  color: #00aab3;
}
.option-one .check-type-container .check-type2 {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 0;
  overflow: hidden;
  border: none;
  min-height: 300px;
}
.option-one .check-type-container .check-type2.active span.no-border {
  border: 0;
}
.option-one .check-type-container .check-type2.retail-customer {
  margin: 0;
}
.option-one .check-type-container .check-type2.active .check-header {
  background: #00aab3;
  box-shadow: none;
}
.option-one .check-type-container .check-type2.active .check-header span {
  border: 0;
}
.option-one .check-type-container .check-type2.active .check-about {
  background: #f3fdfe;
}
.option-one .check-type-container .check-type2.active .check-about li {
  color: #00aab3;
}
.option-one .check-type-container .check-type2.active span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 8px solid #00aab3;
  border-top: 0;
}
.option-one .check-type-container .check-type2 .check-header,
.option-one .check-type-container .check-type2 .check-about {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
.option-one .check-type-container .check-type2 .check-header {
  color: #fff;
  background: #746E6E;
  padding: 8px 10px 5px 10px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
.option-one .check-type-container .check-type2 .check-header input {
  display: none;
}
.option-one .check-type-container .check-type2 .check-header h4 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  font-weight: 600;
  line-height: 23px;
}
.option-one .check-type-container .check-type2 .check-header h4 i {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 22px;
  vertical-align: middle;
  background: none;
}
.option-one .check-type-container .check-type2 .check-header h4 span {
  text-align: right;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
}
.option-one .check-type-container .check-type2 .check-header h4 span span {
  display: inline-block;
  font-size: 15px;
}
.option-one .check-type-container .check-type2 .check-about {
  padding: 20px;
  position: relative;
  min-height: 250px;
}
.option-one .check-type-container .check-type2 .check-about ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.option-one .check-type-container .check-type2 .check-about li {
  color: #000000;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.option-one .check-type-container .check-type2 .check-about li span {
  color: #000000;
}
.option-one .check-type-container .check-type3 {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  overflow: hidden;
  border: none;
}
.option-one .check-type-container .check-type3 h6 {
  text-align: center;
  color: #00aab3;
  font-weight: 900;
}
.option-one .check-type-container .check-type3 img {
  border: 1px solid #746E6E;
}
.option-one .check-type-container .check-type3 img.check-header {
  padding: 0;
}
.option-one .check-type-container .check-type3 .price-link h6 {
  float: left;
  text-align: left;
  margin-bottom: 20px;
}
.option-one .check-type-container .check-type3 .price-link a {
  float: right;
  line-height: 26px;
  margin-top: 10px;
}
.option-one .check-type-container .check-type3 .price-link a:hover {
  border-bottom: none;
}
.option-one .check-type-container .check-type3.retail-customer {
  margin: 0;
}
.option-one .check-type-container .check-type3.active .check-header {
  background: #00aab3;
}
.option-one .check-type-container .check-type3.active img {
  border: 1px solid #00aab3;
}
.option-one .check-type-container .check-type3.active .check-about {
  background: #f3fdfe;
}
.option-one .check-type-container .check-type3.active .check-about li {
  color: #00aab3;
}
.option-one .check-type-container .check-type3 .check-header,
.option-one .check-type-container .check-type3 .check-about {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
.option-one .check-type-container .check-type3 .check-header {
  color: #fff;
  background: #746E6E;
  padding: 8px 10px 5px 10px;
  cursor: pointer;
  border-radius: 0;
}
.option-one .check-type-container .check-type3 .check-header input {
  display: none;
}
.option-one .check-type-container .check-type3 .check-header h4 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  font-weight: 600;
  line-height: 25px;
}
.option-one .check-type-container .check-type3 .check-header h4 i {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 22px;
  vertical-align: middle;
  background: none;
}
.option-one .check-type-container .check-type3 .check-header h4 span {
  text-align: right;
  background: none;
  margin: 0;
  padding: 0;
}
.option-one .check-type-container .check-type3 .check-about {
  padding: 20px;
  position: relative;
  min-height: 250px;
}
.option-one .check-type-container .check-type3 .check-about ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.option-one .check-type-container .check-type3 .check-about li {
  color: #000000;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.option-one .check-type-container .check-type3 .check-about li span {
  color: #000000;
}
.option-one hr {
  margin: 10px 20px;
  border-top: 1px solid #746E6E;
  border-bottom: none;
}
.option-one .kit-content {
  position: relative;
  margin: 0px 15px;
  padding-top: 20px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.option-one .kit-content.inner {
  position: relative;
  display: none;
}
.option-one .kit-content.inner:before {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 23.09322033898305%;
  /* 272.5 / 1180 */
  background: #00aab3;
  left: 0;
  top: -6px;
}
.option-one .kit-content.inner.kit2:before {
  left: 25.59322033898305%;
  /* 302 / 1180 */
}
.option-one .kit-content.inner.kit3:before {
  left: 51.1864406779661%;
  /* 604 / 1180 */
}
.option-one .kit-content.inner.kit4:before {
  left: 76.94915254237288%;
  /* 908 / 1180 */
}
.option-one .kit-content.stuff {
  display: none;
}
.option-one .kit-content ul {
  color: #000000;
  padding-left: 0;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  list-style: none;
}
.option-one .kit-content ul li {
  margin: 0 0 5px 0;
  padding: 0;
  vertical-align: top;
}
.option-one .kit-content ul li:before {
  content: '\2022';
  padding: 1px 5px;
  margin-right: 5px;
  /* you can tweak the gap */
  color: #00aab3;
  display: inline-block;
  font-size: 35px;
  vertical-align: top;
}
.option-one .kit-content ul li span {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  width: 89%;
}
.option-one .kit-content ul.uggo-canada-style {
  margin-left: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 0px;
  -moz-column-count: 1;
  -moz-column-gap: 0px;
  list-style: decimal;
}
.option-one .kit-content ul.uggo-canada-style li {
  margin-left: 10px;
}
.option-one .kit-content ul.uggo-canada-style li:before {
  display: none;
}
.check .er-benefits .kit-content {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.confirm-autoship {
  background: #666;
  padding: 20px;
  margin-top: 20px;
}
.confirm-autoship h3,
.confirm-autoship p,
.confirm-autoship label {
  color: #ffffff;
}
.proceed-checkout {
  overflow: auto;
}
.proceed-checkout p {
  float: left;
}
.proceed-checkout .button-group {
  margin: 0;
}
.button-group-yl-now {
  margin: 0;
  text-align: center;
}
.right-margin {
  margin-right: 10px;
}
.confirm-sponsor-enroller-modal h6 {
  color: #000000;
  font-weight: bold;
}
.yl-now-box .space-below {
  margin-bottom: 15px;
}
.yl-now-box .space-above {
  margin-top: 15px;
}
.subscription-details p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.3em;
}
.subscription-details .sub-content {
  display: block;
}
.subscription-details a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}
.modal .yl-now-upgrade-modal h3 {
  font-size: 24px;
}
.modal .yl-now-upgrade-modal ul li {
  list-style: none;
}
.ylnow-things-to-remember {
  margin-top: 50px;
}
.ylnow-things-to-remember ul {
  margin-top: 30px;
}
.ylnow-things-to-remember li {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}
.ylnow-things-to-remember li:last-child {
  margin-bottom: 0;
}
.ylnow-things-to-remember h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
}
.ylnow-things-to-remember .icon {
  margin-right: 40px;
  width: 50px;
}
.ylnow-things-to-remember img {
  width: 100%;
  max-width: 50px;
}
.ylnow-things-to-remember .remember-text {
  -ms-flex: 1;
  flex: 1;
}
.validation-url {
  text-align: right;
  padding-left: 1em;
}
.yesno-prompts p {
  margin-bottom: 14px;
  margin-top: 20px;
  margin-left: 15px;
}
.yesno-prompts a span {
  font-size: 18px !important;
}
.yesno-prompts a span:hover {
  text-decoration: underline;
}
.yesno-descriptors {
  margin-left: 150px;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.yesno-descriptors p {
  font-size: 18px !important;
}
.yesno-descriptors a {
  font-size: 18px !important;
}
.yesno-descriptors span {
  font-size: 18px !important;
}
.yesno-buttons {
  overflow: hidden;
  margin-left: 25px;
  margin-bottom: 25px;
}
.yesno-buttons input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.yesno-buttons label {
  float: left;
  margin-left: 10px;
}
.yesno-buttons label {
  display: inline-block;
  width: 50px;
  background-color: white;
  color: gray;
  text-align: center;
  text-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
.yesno-buttons label:hover {
  cursor: pointer;
}
.yesno-buttons input:checked + label {
  background-color: #6E4A9E;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.yesno-buttons input:not(:checked) + label {
  padding-top: 5px;
  padding-bottom: 5px;
}
.yesno-buttons label:first-of-type {
  border-radius: 2px 2px 2px 2px;
}
.yesno-buttons label:last-of-type {
  border-radius: 2px 2px 2px 2px;
}
.yesno-buttons span {
  margin-left: 2px;
  margin-top: 5px;
  vertical-align: inherit;
  text-align: left;
}
.yesno-buttons p {
  margin-top: 0px;
}
.yesno-buttons p a {
  font-size: 18px;
}
.yesno-buttons p a span {
  font-size: 20px;
}
.yesno-buttons p a span:hover {
  text-decoration: underline;
}
.enrollment-er-link span {
  font-size: 20px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .enrollment .check-type-flex-container {
    display: block;
  }
}
.migration-content {
  color: #000000;
}
.migration-content .bordered-list > li {
  width: 100%;
}
.migration-content .bordered-list h4 {
  color: #000000;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0 0 5px;
}
.migration-content h2 {
  font-size: 36px;
  line-height: 36px;
}
.migration-content h3 {
  font-size: 30px;
  line-height: 1.3em;
  color: #046A38;
  margin-top: 0;
}
.migration-content h4 {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-top: 30px;
}
.migration-content h5 {
  margin-right: 20px;
  margin-top: 20px;
}
.migration-content h5 span {
  font-size: 14px;
}
.migration-content h6 {
  font-size: 18px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  color: #000000;
}
.migration-content a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.migration-content .tip {
  font-size: 14px;
  color: #00aab3;
  vertical-align: middle;
  margin: 0 0 0 5px;
  cursor: pointer;
  background: none;
}
.migration-content .info {
  margin-top: 30px;
}
.migration-content .info p {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.migration-content .info .contact-info .pi-group {
  margin-bottom: 20px;
}
.migration-content .info .contact-info p {
  margin-bottom: 5px;
}
.migration-content .info .contact-info strong {
  font-size: 12px;
  font-weight: 900;
}
.migration-content .info .contact-info a {
  font-size: 16px;
}
.migration-content .social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.migration-content .social-icons li {
  display: inline-block;
}
.migration-content .social-icons li a {
  font-size: 60px;
  position: relative;
}
.migration-content .social-icons li a .icon-checkmark-circle {
  display: none;
  font-size: 18px;
  position: absolute;
  bottom: 12px;
  right: 0;
}
.migration-content .social-icons li a.complete {
  color: #746E6E;
  cursor: default;
}
.migration-content .social-icons li a.complete .icon-checkmark-circle {
  display: block;
  color: #046A38;
}
.migration-content .social-icons li a:hover {
  border: none;
}
.migration-content .profile-image {
  margin-top: 20px;
}
.migration-content .profile-image .profile-image-preview {
  margin-bottom: 20px;
}
.migration-content .profile-image img {
  border: 1px solid #746E6E;
  width: 200px;
  height: auto;
  max-width: 100%;
  display: block;
  width: auto\9;
  /* This is intential... thanks to IE8 */
}
.migration-content .profile-image label {
  display: block;
}
.migration-content .profile-image .indented-file-input {
  margin: 0 0 10px 22px;
}
.migration-content .order-details h6 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  margin: 0;
  background: #000000;
  padding: 10px 20px;
}
.migration-content .order-details ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.migration-content .order-details ul li {
  border: 1px solid #746E6E;
  border-radius: 5px;
  overflow: auto;
}
.migration-content .order-details ul li ul {
  list-style: none;
  margin: 0;
  padding: 20px 20px 10px;
}
.migration-content .order-details ul li ul li {
  border: none;
  padding: 0;
  font-size: 16px;
  margin: 0 0 5px;
  border-radius: 0;
}
.migration-content .order-details ul li ul li:before,
.migration-content .order-details ul li ul li:after {
  content: " ";
  display: table;
}
.migration-content .order-details ul li ul li:after {
  clear: both;
}
.migration-content .order-details ul li ul li:before,
.migration-content .order-details ul li ul li:after {
  content: " ";
  display: table;
}
.migration-content .order-details ul li ul li:after {
  clear: both;
}
.migration-content .order-details ul li ul li strong {
  display: inline-block;
}
.faq-search {
  background-color: #f1f1f1;
  padding: 7px 10px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.faq-section {
  background-color: #f1f1f1;
  border: 1px #E1E1E1 solid;
  border-radius: 10px;
  padding: 10px 0px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
}
.faq-section .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #82DBE1;
  position: absolute;
  border-bottom: 10px solid transparent;
  right: 35px;
  top: 20px;
  cursor: pointer;
}
.faq-section .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #82DBE1;
  position: absolute;
  right: 35px;
  top: 15px;
  cursor: pointer;
}
.faq-section h5 {
  color: #82DBE1;
  margin-left: 20px;
  margin-top: 5px;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 7px;
}
.faq-section ul {
  list-style: none;
  background-color: white;
  padding: 0;
  padding-top: 15px;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}
.faq-section ul li {
  border-bottom: 1px solid #E1E1E1;
  margin-top: 10px;
  padding-bottom: 13px;
}
.faq-section ul li:last-child {
  border-bottom: none;
}
.faq-section ul li .faq-question {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  letter-spacing: .75px;
  color: #00c5d1;
  margin-left: 25px;
}
.faq-section ul li .faq-question:before {
  content: "Q: ";
  font-size: 26px;
  color: #aeaeae;
  font-weight: 200;
  position: absolute;
  top: -5px;
  left: -30px;
}
.faq-section ul li .faq-answer {
  font-size: 16px;
  color: #292929;
  line-height: 2;
  padding: 15px;
  padding-left: 45px;
  padding-bottom: 30px;
  background: #f1f1f1;
  border-radius: 10px;
  position: relative;
  margin-top: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #808080;
}
.faq-section ul li .faq-answer:before {
  content: "A: ";
  font-size: 26px;
  color: #aeaeae;
  font-weight: 200;
  position: absolute;
  top: 2px;
  left: 20px;
}
.faq-section ul li .faq-answer a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1;
  font-size: 12px;
  border-bottom: 1px dotted;
  font-style: italic;
}
.faq-section ul li .faq-answer-active {
  display: block;
}
.faq-section .vo-emptybox {
  padding: 30px;
}
.faq-section .faq-sub-section {
  background: #FFFFFF;
  border-top: 1px solid #e1e1e1;
}
.faq-section .faq-sub-section h6 {
  margin-left: 20px;
}
.faq-section .faq-sub-section ul {
  padding-top: 0;
}
.login-container {
  background: #fff;
  margin: 50px auto;
  width: 480px;
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.3);
}
.login-container .yl-logo {
  width: 75%;
  margin-bottom: 50px;
}
.login-container h5 {
  font-size: 22px;
}
.login-container .button-cta {
  width: 50%;
  margin-bottom: 50px;
  display: inline-block;
}
.login-container input {
  text-align: center;
}
.copyright {
  margin: 0 auto;
  text-align: center;
  color: #746E6E;
  font-size: 12px;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .login-body {
    padding: 20px;
  }
  .login-container {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 30px;
  }
  .login-container .button-cta {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .login-body {
    padding: 10px;
  }
  .login-container {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 20px;
  }
  .login-container .button-cta {
    width: 50%;
  }
}
.vo-content.vo-contentbox.contest-page {
  margin-top: 0;
}
.vo-content.vo-contentbox.contest-page ul.nav.nav-tabs {
  margin-top: 0;
}
.contest-page {
  position: relative;
  padding: 0;
  margin-top: 20px;
}
.contest-page h4 {
  color: #000000;
  font-size: 22px;
}
.contest-widget {
  background: #F6F6F6;
  border: 1px solid #b0b0b0;
  margin-bottom: 30px;
}
.contest-widget:last-child {
  margin-bottom: 0;
}
.contest-widget .widget-heading {
  padding: 8px 12px;
  background: red;
  background: #b0b0b0;
}
.contest-widget .widget-heading h6 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.contest-widget .widget-content {
  padding: 25px;
}
.contest-widget h6 {
  margin: 0 0 20px;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.contest-widget h6 .subtext {
  font-weight: normal;
  display: block;
}
.contest-widget p,
.contest-widget .text-centered {
  text-align: center;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.contest-widget p:last-child,
.contest-widget .text-centered:last-child {
  margin-bottom: 0;
}
.contest-widget .text-centered {
  display: block;
}
.leaderboard-row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) {
  .leaderboard-row {
    display: block;
  }
}
.responsive-table.contest-leaderboard-table {
  margin-bottom: 12px;
}
.responsive-table.contest-leaderboard-table ul {
  margin-bottom: 0;
}
.responsive-table.contest-leaderboard-table .cell.name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.responsive-table.contest-leaderboard-table .cell.name [tooltip]::after {
  content: '';
  display: block;
}
.responsive-table.contest-leaderboard-table .cell.name .tooltip,
.responsive-table.contest-leaderboard-table .cell.name .tooltip .tooltip-inner {
  width: auto !important;
  height: auto !important;
  max-width: initial;
  max-height: initial;
}
.contest-leaderboard-and-widgets {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  height: calc(100% - 50px);
}
.contest-leaderboard-and-widgets .leaderboard-container {
  -ms-flex: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contest-leaderboard-and-widgets .leaderboard-container > * {
  flex-grow: 0;
  flex-shrink: 0;
}
.contest-leaderboard-and-widgets .leaderboard-container > .contest-table-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
}
.contest-leaderboard-and-widgets .side-widgets {
  width: 260px;
  margin-left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1224px) {
  .contest-leaderboard-and-widgets {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contest-leaderboard-and-widgets .side-widgets {
    width: 100%;
    margin-left: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contest-leaderboard-and-widgets .leaderboard-container {
    -ms-flex: auto;
    flex: auto;
  }
  .contest-leaderboard-and-widgets .contest-widget {
    width: 30%;
    margin-bottom: 20px;
  }
  .contest-leaderboard-and-widgets .contest-widget:last-child {
    margin-bottom: 20px;
  }
  .contest-leaderboard-and-widgets .widget-heading {
    cursor: pointer;
  }
  .contest-leaderboard-and-widgets .widget-heading:hover {
    background: #979797;
  }
}
@media only screen and (max-width: 768px) {
  .contest-leaderboard-and-widgets .side-widgets {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contest-leaderboard-and-widgets .contest-widget {
    width: 100%;
  }
}
.contest-rank-container {
  margin-bottom: 30px;
}
.contest-rank-container img {
  margin: 0 auto 15px;
  display: block;
}
.contest-rank-container .rank-name {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.contest-glc-points {
  margin-bottom: 30px;
}
.contest-glc-points .points {
  font-size: 35px;
  line-height: 1.3;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  text-align: center;
}
.contest-glc-points .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.contest-points-stats {
  text-align: center;
}
.contest-points-stats a {
  display: block;
}
.contest-points-stats a:hover {
  color: #6e4a9e;
  border-bottom: none;
  font-weight: 900;
}
.contest-points-stats .title {
  font-size: 14px;
}
.resources-list {
  margin-bottom: 0;
}
.resources-list li {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}
.resources-list li:last-child {
  margin-bottom: 0;
}
.resources-list a {
  text-align: center;
  color: #000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.resources-list a:hover {
  color: #6e4a9e;
  font-weight: 900;
}
/* Leader-board Table */
.responsive-table.contest-leaderboard-table li {
  padding: 5px 0;
}
.responsive-table.contest-leaderboard-table li:nth-child(even) {
  background: #f1f1f1;
}
.responsive-table.contest-leaderboard-table .place {
  width: 10%;
}
.responsive-table.contest-leaderboard-table .name {
  width: 35%;
}
.responsive-table.contest-leaderboard-table .rank {
  width: 15%;
}
.responsive-table.contest-leaderboard-table .country {
  width: 15%;
}
.responsive-table.contest-leaderboard-table .points {
  width: 10%;
}
.responsive-table.contest-leaderboard-table .qualified {
  width: 15%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .responsive-table.contest-leaderboard-table .table-head {
    display: none;
  }
  .responsive-table.contest-leaderboard-table ul .cell {
    margin-bottom: 10px;
  }
  .responsive-table.contest-leaderboard-table ul .cell .hidden-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .responsive-table.contest-leaderboard-table ul li {
    padding-top: 0;
  }
  .responsive-table.contest-leaderboard-table .place.cell {
    width: 100%;
    background: #d0d0d0;
    padding: 5px 10px;
  }
  .responsive-table.contest-leaderboard-table .place.cell .hidden-title {
    display: inline-block;
  }
  .responsive-table.contest-leaderboard-table .name.cell {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
  }
  .responsive-table.contest-leaderboard-table .name.cell .hidden-title {
    display: none;
  }
  .responsive-table.contest-leaderboard-table .rank,
  .responsive-table.contest-leaderboard-table .country,
  .responsive-table.contest-leaderboard-table .points,
  .responsive-table.contest-leaderboard-table .qualified {
    text-align: left;
    width: 50%;
  }
}
.contest-table-filter-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contest-table-filter {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-bottom: 20px;
}
.contest-table-filter > div {
  margin-right: 15px;
}
.contest-table-filter > div:last-child {
  margin-right: 0;
}
.contest-table-filter .filter-dropdown {
  -ms-flex: 1;
  flex: 1;
}
.contest-table-filter .filter-toggle {
  -ms-flex: 0;
  flex: 0;
}
.contest-table-filter .filter-toggle > div {
  margin-bottom: 10px;
}
.contest-table-filter .filter-toggle .btn {
  border: 1px solid #746E6E;
}
.contest-table-filter .filter-toggle .btn.btn-active {
  background: #746E6E;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .contest-table-filter {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contest-table-filter > div {
    width: 100%;
    margin-right: 0;
  }
  .contest-table-filter .filter-dropdown,
  .contest-table-filter .filter-toggle {
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
  .contest-table-filter .btn-group {
    width: 100%;
  }
  .contest-table-filter .btn-group .btn {
    width: 50%;
  }
}
.resources-section {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  align-items: flex-start;
}
.resources-section .resources-widget {
  width: 260px;
  margin-left: 30px;
  border: 1px solid #b0b0b0;
  padding: 26px 0;
}
.resources-section .resources-widget h6 {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin-top: 0;
}
.resources-section .resources-widget h6 .subtext {
  font-weight: normal;
  display: block;
}
.resources-section .marketing-widget {
  text-align: left;
  flex: 1;
}
.resources-section .marketing-widget .footer-video {
  min-width: 100%;
}
.resources-section .marketing-widget img {
  max-width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .resources-section .marketing-widget img {
    margin-top: 0;
  }
}
.resources-section .marketing-widget h6 {
  color: #000;
  line-height: 1.3;
}
.resources-section .marketing-widget p {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.resources-section .marketing-widget .section-title {
  font-size: 16px;
}
.resources-section .marketing-widget .title {
  font-size: 30px;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px) {
  .resources-section {
    display: block;
  }
  .resources-section .resources-widget,
  .resources-section .marketing-widget {
    width: 100%;
  }
  .resources-section .resources-widget {
    margin-left: 0;
  }
  .resources-section .marketing-widget {
    margin-bottom: 30px;
  }
}
.individual-points-table.responsive-table {
  margin-top: 40px;
}
.individual-points-table.responsive-table li:nth-child(even) {
  background: #f1f1f1;
}
.individual-points-table.responsive-table li.table-footer {
  background: #d0d0d0;
}
.individual-points-table.responsive-table .name {
  width: 60%;
}
.individual-points-table.responsive-table .points {
  width: 10%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .individual-points-table.responsive-table .table-head {
    display: none;
  }
  .individual-points-table.responsive-table ul .cell {
    margin-bottom: 10px;
  }
  .individual-points-table.responsive-table ul .hidden-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .individual-points-table.responsive-table .name {
    width: 100%;
  }
  .individual-points-table.responsive-table .points {
    width: 25%;
  }
}
.vo-contentbox .contest-subtitle,
.contest-subtitle,
.vo-contentbox .contest-subtitle h6,
.contest-subtitle h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #797979;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contest-header-container {
  display: flex;
  flex-direction: row;
}
.contest-header-container .header {
  flex-grow: 1;
  flex-shrink: 0;
}
.contest-header-container .controls {
  flex-grow: 0;
  flex-shrink: 1;
  margin-left: 10px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) {
  .contest-table-container {
    padding: 0px;
  }
}
.contest-controls-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.contest-controls-row > * {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 18px;
}
@media only screen and (max-width: 480px) {
  .contest-controls-row {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .contest-controls-row > * {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 8px 0 0 0;
  }
}
.contest-page .contest-table tbody tr:nth-child(even) td,
.contest-page.contest-table tbody tr:nth-child(even) td,
.contest-page.contest-table.table tbody tr:nth-child(even) td {
  background: #f1f1f1;
}
.contest-page .contest-table tfoot tr,
.contest-page.contest-table tfoot tr,
.contest-page.contest-table.table tfoot tr,
.contest-page .contest-table tfoot .totals,
.contest-page.contest-table tfoot .totals,
.contest-page.contest-table.table tfoot .totals {
  font-weight: 400;
  background: #d0d0d0;
}
.contest-page .contest-table .clickable,
.contest-page.contest-table .clickable,
.contest-page.contest-table.table .clickable {
  color: #00aab3;
  cursor: pointer;
}
.contest-page .contest-table .clickable:hover,
.contest-page.contest-table .clickable:hover,
.contest-page.contest-table.table .clickable:hover {
  color: rgba(0, 170, 179, 0.8);
}
.contest-page .contest-table .email-icon,
.contest-page.contest-table .email-icon,
.contest-page.contest-table.table .email-icon {
  max-width: none;
}
sup.qualified-asterisk {
  font-size: 200%;
  top: 0;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) {
  .contest-foot-notes {
    margin: 0 15px;
  }
}
.contest-foot-notes dl {
  display: block;
}
.contest-foot-notes dl dt dfn {
  font-style: normal;
}
.contest-foot-notes dl dt::after {
  content: ' ';
}
.contest-foot-notes dl dt,
.contest-foot-notes dl dd {
  display: inline;
}
.contest-foot-notes dl dd {
  margin-bottom: 8px;
}
.contest-foot-notes dl dd::after {
  display: block;
  content: '';
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) {
  div.vo-content.vo-contentbox.contest-page div.contentbox.contest-page {
    padding-left: 0;
    padding-right: 0;
  }
}
.contest-link {
  padding: 25px 0px 20px 25px;
}
.contest-content table,
.contest-content th,
.contest-content td {
  border: 1px solid black;
  border-collapse: collapse;
}
.contest-content th,
.contest-content td {
  padding: 15px;
}
.signup-container {
  position: relative;
}
.signup-container .clouds-image-container {
  width: 100%;
  position: relative;
}
.signup-container .clouds-image-container .clouds-image {
  width: 100%;
}
.signup-container .signup-container-information {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
}
.signup-container .signup-container-information .signup-container-information__headers {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 80%;
}
.signup-container .signup-container-information .signup-container-information__headers .header {
  color: #6E4A9E;
  font-size: 2em;
  line-height: 36px;
  font-weight: 600;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.signup-container .signup-container-information .signup-container-information__headers .sub-header {
  font-size: 1.1em;
  line-height: 30px;
  font-weight: 600;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: black;
  margin: 2%;
  width: 100%;
}
.signup-container .signup-container-information .signup-container-information__body {
  display: flex;
  max-width: 1200px;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 1%;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .signup-container .signup-container-information .signup-container-information__body {
    flex-direction: column;
  }
}
.signup-container .signup-container-information .signup-container-information__body .info-body-item {
  display: flex;
  flex-direction: row;
  padding: 1%;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .signup-container .signup-container-information .signup-container-information__body .info-body-item {
    width: 100%;
  }
}
.signup-container .signup-container-information .signup-container-information__body .info-body-item .info-body-item__icon-container {
  margin-right: 3%;
}
.signup-container .signup-container-information .signup-container-information__body .info-body-item .info-body-item__icon-container .info-body-item__icon {
  width: 70px;
  height: 85px;
}
.signup-container .signup-container-information .signup-container-information__body .info-body-item .info-body-item__label {
  font-size: 1em;
  display: flex;
  align-items: center;
  line-height: 1.5em;
  font-weight: regular;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: black;
}
.signup-container .signup-container-information .signup-container-information__body .info-body-label {
  min-width: 25%;
  color: #6E4A9E;
  font-weight: 800;
}
.signup-container .signup-container-information .signup-container-information__body .info-body-items {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .signup-container .signup-container-information .signup-container-information__body .info-body-items {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.signup-container .signup-container-information .signup-container-information__buttons {
  text-align: center;
  position: relative;
  z-index: 1;
}
.signup-container .signup-container-information .signup-container-information__buttons .enroll-button-container .enroll-button {
  color: #6E4A9E;
  background-color: white;
  border: 1px solid #6E4A9E;
  padding: .75em 3em;
  border-radius: 2px;
  font-size: 1em;
  font-weight: 600;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.signup-container .signup-container-information .signup-container-information__buttons .enroll-button-container .enroll-button:hover {
  background-color: #53288C;
  color: white;
}
.signup-container .signup-container-information .signup-container-information__buttons .cancel-button-container .cancel-button {
  background: transparent;
  color: black;
  border: none;
  font-size: 1em;
  margin: 5% 0 10%;
  font-weight: medium;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.breadcrumb-bar {
  display: none;
}
.pagewrapper {
  max-width: none;
}
.country-change-modal {
  margin-bottom: 10px;
}
.country-change-modal .footer {
  display: flex;
  justify-content: space-between;
}
.country-change-modal .footer .continue-button {
  color: white;
  background-color: #6E4A9E;
  border: none;
  height: 35px;
  padding: 0px 16px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
}
.country-change-modal .footer .cancel-button {
  color: #6E4A9E;
  background-color: white;
  border: 1px solid #6E4A9E;
  height: 35px;
  padding: 0px 16px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
}
.country-change-modal .footer .continue-button:hover {
  background-color: #53288C;
}
.country-change-modal .footer .cancel-button:hover {
  color: white;
  background-color: #53288C;
  border-color: #53288C;
}
.country-change-modal-window .modal-dialog .modal-content {
  padding-top: 5px;
  margin: 50% 10px 10px 10px;
}
@media screen and (max-width: 768px) {
  .backdrop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(64, 64, 64, 0.5);
    z-index: -1;
  }
}
.no-padding-content-box {
  padding-top: 0 !important;
}
.modal-content {
  border-radius: 0;
  padding: 20px;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 0;
}
.modal-header {
  border: none;
  margin: 0 0 10px 0;
  padding-right: 40px;
  position: relative;
}
.modal-header h4 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 30px;
}
.modal-header h1 {
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 46px;
  opacity: 1;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
}
.modal-not-show {
  display: flex;
}
.modal-body .close {
  font-size: 46px;
  opacity: 1;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
}
.modal-body p {
  margin: 20px 0 20px 0;
  max-height: 600px;
  overflow: auto;
}
.modal-body p a {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 16px;
}
.modal-body .check-image {
  width: 100%;
}
.modal-body ul {
  list-style: none;
  padding-left: 0;
}
.modal-body ul.list-ul {
  list-style: disc;
  margin-left: 20px;
}
.modal-body ul.list-ol {
  list-style: roman;
  margin-left: 20px;
}
.modal-body .select-priority {
  margin-bottom: 20px;
  width: 75%;
}
.modal-body a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.modal-body .product-wrapper {
  padding: 20px 5px;
  margin: 0 0 20px 0;
  border: 1px solid #f1f1f1;
}
.modal-footer {
  border: none;
}
.modal-footer a {
  color: #746E6E;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin: 0 10px 0 0;
}
.modal-footer .right {
  width: 100%;
}
.control-left {
  float: left;
}
.payment-address {
  box-sizing: border-box;
  color: #4d4d4d;
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 24px;
  margin-block-start: 10px;
  margin-block-end: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.tooltip-container {
  display: inline-block;
  position: relative;
}
/** Triggering element */
.trigger {
  background: none;
  border: 0;
  background-color: #6e4a9e;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  margin: -3px 0 0 5px;
  width: 13px;
  height: 13px;
  font-size: 6px;
  text-align: center;
  vertical-align: top;
  border-radius: 100px;
  cursor: pointer;
}
.trigger .adjust-text {
  position: relative;
  top: -2px;
}
.trigger:focus {
  outline: 3px dotted #6e4a9e;
  outline-offset: 2px;
}
/** Make the tooltip visible on focus and on hover */
.trigger:focus + .tooltip,
.trigger:hover + .tooltip {
  opacity: 1;
}
/** Tooltip */
.tooltip {
  position: absolute;
  top: -15px;
  left: 36px;
  width: 200px;
  padding: 10px 15px;
  background-color: #6e4a9e;
  color: #ffffff;
  font-size: 14px;
  /* Making the tooltip transparent means its always reachable in the DOM for screen readers, but can be made visible on focus and hover for sighted users too. */
  opacity: 0;
  pointer-events: none;
}
/** Arrow indicator */
.tooltip:before {
  position: absolute;
  left: -10px;
  top: 15px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #6e4a9e;
  border-bottom: 10px solid transparent;
}
@media only screen and (max-width: 961px) {
  .layout-stack-desktop {
    float: none !important;
    width: auto !important;
  }
  .page-alert {
    margin-top: 108px;
  }
  .page-alert h6 {
    float: none;
    font-size: 18px;
    width: 100%;
  }
  .page-alert p {
    float: none;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: initial;
  }
  .page-alert .cancel-alert {
    position: initial;
    margin-top: 0;
    font-size: 16px;
  }
  .responsive-table.cart-table .table-head .retail-price,
  .responsive-table.cart-table .table-head .quantity,
  .responsive-table.cart-table .table-head .pv-subtotal,
  .responsive-table.cart-table .table-head .subtotal {
    display: none;
  }
  .responsive-table.cart-table .prod-img {
    width: 20%;
  }
  .responsive-table.cart-table .prod-info {
    width: 50%;
  }
  .responsive-table.cart-table .rt-group-desktop {
    display: inline-block;
    width: 30%;
  }
  .responsive-table.cart-table .retail-price,
  .responsive-table.cart-table .quantity,
  .responsive-table.cart-table .pv-subtotal,
  .responsive-table.cart-table .subtotal {
    width: 100%;
    display: block;
    margin-top: 8px;
  }
  .responsive-table.cart-table .retail-price .hidden-title,
  .responsive-table.cart-table .quantity .hidden-title,
  .responsive-table.cart-table .pv-subtotal .hidden-title,
  .responsive-table.cart-table .subtotal .hidden-title {
    display: block;
    font-weight: bold;
  }
  /* Enrollment */
  .enrollment .enrollment-start-kit .kit-value {
    float: none;
    display: block;
  }
  .maintenance-main-img {
    display: none;
  }
  .maintenance-container {
    padding: 0 0 0 20px;
  }
  .maintenance-container .message {
    width: 100%;
    margin: 20px 0;
  }
  .business-suite .check-type {
    width: 45%;
  }
}
@media only screen and (min-width: 769px) {
  .show-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
  .show-tablet {
    display: inline-block;
  }
  .billing-shipping-form #expMonth {
    margin-bottom: 10px;
  }
  .responsive-memberships tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .responsive-memberships td,
  .responsive-memberships th {
    display: block;
    width: 33.333333333333%;
    padding: 10px !important;
    font-size: 15px;
  }
  .responsive-memberships th:first-child,
  .responsive-memberships td:first-child {
    width: 100%;
    text-align: center !important;
  }
  .responsive-memberships th:first-child {
    display: none;
  }
  .responsive-memberships tfoot td {
    padding: 5px 2px !important;
  }
  .layout-stack-tablet {
    float: none !important;
    width: auto !important;
  }
  .contentbox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-catimg {
    min-height: 250px;
    float: none;
    display: block;
    background-position: center bottom;
  }
  .bordered-list li {
    display: block;
    width: 100%;
    padding: 0;
  }
  /* Commissions */
  .advanced-panels .click-me {
    top: 5px;
  }
  .advanced-panels .secondary-panel-info {
    text-align: left;
    line-height: 30px;
  }
  /* Recent Orders */
  .order-history-table .table-head {
    display: none;
  }
  .order-history-table.advanced-panels .panel-heading {
    line-height: 20px;
  }
  .order-history-table.advanced-panels .hidden-title {
    display: block;
    font-weight: bold;
  }
  .order-history-table.advanced-panels .order-number {
    width: 50%;
  }
  .order-history-table.advanced-panels .date,
  .order-history-table.advanced-panels .delivery-count,
  .order-history-table.advanced-panels .shipping-tracking {
    width: 100%;
  }
  .order-history-table.advanced-panels .rt-group {
    display: inline-block;
    width: 50%;
  }
  .order-history-table.advanced-panels .panel-body li div {
    display: block;
    width: 100% !important;
  }
  /*  Shopping Cart  */
  .responsive-table.cart-table .prod-img {
    padding-left: 7px;
    text-align: center;
  }
  .responsive-table.cart-table .prod-img .add-to-er {
    position: static;
  }
  .responsive-table.cart-table .prod-img img {
    margin-bottom: 10px;
  }
  /*  Review Table  */
  .responsive-table.summary-table .table-head {
    display: none;
  }
  .responsive-table.summary-table .rt-group,
  .responsive-table.summary-table .product,
  .responsive-table.summary-table .subtotal-title,
  .responsive-table.summary-table .weight {
    width: 50%;
    display: inline-block;
  }
  .responsive-table.summary-table .rt-group .hidden-title,
  .responsive-table.summary-table .product .hidden-title,
  .responsive-table.summary-table .subtotal-title .hidden-title,
  .responsive-table.summary-table .weight .hidden-title {
    display: block;
    font-weight: bold;
    font-size: 14px;
  }
  .responsive-table.summary-table .rt-group .quantity,
  .responsive-table.summary-table .product .quantity,
  .responsive-table.summary-table .subtotal-title .quantity,
  .responsive-table.summary-table .weight .quantity,
  .responsive-table.summary-table .rt-group .pv-subtotal,
  .responsive-table.summary-table .product .pv-subtotal,
  .responsive-table.summary-table .subtotal-title .pv-subtotal,
  .responsive-table.summary-table .weight .pv-subtotal,
  .responsive-table.summary-table .rt-group .subtotal,
  .responsive-table.summary-table .product .subtotal,
  .responsive-table.summary-table .subtotal-title .subtotal,
  .responsive-table.summary-table .weight .subtotal,
  .responsive-table.summary-table .rt-group .weight,
  .responsive-table.summary-table .product .weight,
  .responsive-table.summary-table .subtotal-title .weight,
  .responsive-table.summary-table .weight .weight {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .responsive-table.summary-table .delivery-weight.text-right {
    text-align: left;
  }
  .responsive-table.summary-table .edit-order {
    float: none;
    display: block;
    margin-top: 4px;
  }
  /*  Summary Content */
  .summary .content {
    padding: 20px;
  }
  .summary .content h4 {
    line-height: 1.3em;
    margin-bottom: .5em;
  }
  /* ER Payment */
  .payment-priority-table.responsive-table .rt-group {
    display: inline-block;
    width: 50%;
  }
  .payment-priority-table.responsive-table .payment {
    width: 50%;
  }
  .payment-priority-table.responsive-table .type,
  .payment-priority-table.responsive-table .payment-info {
    width: 100%;
    display: block;
  }
  /* Quick Order */
  .search-bar {
    display: none;
  }
  .search-bar.mobile {
    display: block;
  }
  .search-bar.mobile .categories-nav .button-cta {
    height: 33px;
    margin-left: 20px;
    position: relative;
    padding-right: 30px;
    width: 100%;
    float: none;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .responsive-table.quick-order-table .product {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .responsive-table.quick-order-table .rt-group-tablet {
    display: block;
    width: 100%;
  }
  .responsive-table.quick-order-table .quantity,
  .responsive-table.quick-order-table .pv,
  .responsive-table.quick-order-table .price,
  .responsive-table.quick-order-table .add-product {
    width: 25%;
  }
  .responsive-table.quick-order-table .prod-added,
  .responsive-table.quick-order-table .prod-checked,
  .responsive-table.quick-order-table .view-selection {
    width: 33.33333333%;
  }
  .responsive-table.quick-order-table .search-result-header h5 {
    float: none;
  }
  .responsive-table.quick-order-table .search-result-header .sort-box {
    float: none;
    padding-top: 0;
  }
  .responsive-table.quick-order-table .search-result-header .sort-box .sort-dropdown {
    float: left;
  }
  .quick-order-categories {
    margin: 20px 0;
  }
  .quick-order-categories .grid-view {
    display: none;
  }
  .quick-order-categories .mobile-view {
    display: block;
  }
  /* Migration */
  .preferences .prefs li {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  /* Enrollment */
  .enrollment .or {
    position: static;
    margin: 10px auto 20px;
  }
  .enrollment .check-type {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .enrollment .enrollment-start-kit .check-type {
    display: inline-block;
    width: 45.879120879120876%;
    /*334px/728px*/
    margin-left: 2.0604395604395602%;
    /*15px/728px*/
    margin-right: 2.0604395604395602%;
    /*15px/728px*/
  }
  .enrollment .mobile-view {
    display: block;
  }
  .enrollment .enrollment-tabs {
    display: none;
  }
  .fancy-step-breadcrumb label {
    font-size: 12px;
  }
  .option-one .kit-content ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
  }
  .option-one .prem-kit .glyphicon-plus {
    display: none;
  }
  .feedback-tab {
    position: fixed;
    width: 100px;
    height: 36px;
    overflow: hidden;
    top: auto;
    right: 20px;
    bottom: 0 !important;
    margin-top: 0;
    z-index: 100000;
  }
  .feedback-tab a {
    background: url('/vo/content/app/design/images/feedback-tab-90.png') #fe7a20;
    color: #ffffff;
    display: block;
    position: absolute;
    width: 100px;
    height: 36px;
    overflow: auto;
    margin-left: 0px;
    cursor: pointer;
  }
  .new-er .points-summary {
    display: block;
    table-layout: auto;
  }
  .new-er .points-summary h5 {
    display: inline-block;
    width: 60%;
    float: left;
    margin-bottom: 10px;
  }
  .new-er .points-summary .number {
    display: inline-block;
    width: 40%;
  }
  .new-er .points-summary .balance.number {
    border-right: 0;
  }
  .new-er .points-summary .earn-rate.number,
  .new-er .points-summary .consecutive.number {
    border-right: 0;
  }
  .new-er .points-summary .expiring.number {
    border-right: 0;
  }
  .modal .product-list h5 {
    margin: 0;
  }
  .modal .product-list ul {
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
  }
  .modal .product-list ul li {
    list-style: none;
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .modal .product-list ul li .pv-ammount,
  .modal .product-list ul li .pricing,
  .modal .product-list ul li .add {
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .modal .product-list ul li .add {
    padding-top: 8px;
  }
  .modal .product-list ul li .product {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .modal .product-list ul li .product:hover {
    border: none;
  }
  .modal .product-list ul li input {
    width: 100%;
  }
  .modal .product-list ul li.added {
    background: #f3f6ea;
    color: #046A38;
  }
  .modal .product-list ul li.added .add a {
    color: #046A38;
  }
}
@media only screen and (max-width: 600px) {
  .layout-stack-small-tablet {
    float: none !important;
    width: auto !important;
  }
  .checkout-steps {
    padding-left: 0;
  }
  /* ACCOUNT PROFILE */
  .profile-info .summary .summary-profile-image img {
    max-height: 150px;
  }
  .product-catimg {
    display: none;
  }
  .profile-recent-orders-table .table-head,
  .profile-commissions-table .table-head,
  .er-ledger-table .table-head,
  .voucher-ledger-table .table-head,
  .recently-enrolled .recently-enrolled-table .table-head,
  .profile-prospects-table .table-head,
  .profile-commissions-table-EU .table-head {
    display: none;
  }
  .profile-recent-orders-table ul .cell .hidden-title,
  .profile-commissions-table ul .cell .hidden-title,
  .er-ledger-table ul .cell .hidden-title,
  .voucher-ledger-table ul .cell .hidden-title,
  .recently-enrolled .recently-enrolled-table ul .cell .hidden-title,
  .profile-prospects-table ul .cell .hidden-title,
  .profile-commissions-table-EU ul .cell .hidden-title {
    display: block;
    font-weight: bold;
  }
  .profile-recent-orders-table .rt-group,
  .profile-commissions-table .rt-group,
  .er-ledger-table .rt-group,
  .voucher-ledger-table .rt-group,
  .recently-enrolled .recently-enrolled-table .rt-group,
  .profile-prospects-table .rt-group,
  .profile-commissions-table-EU .rt-group {
    display: inline-block;
    width: 50%;
  }
  .profile-recent-orders-table .order-number,
  .profile-commissions-table .order-number,
  .er-ledger-table .order-number,
  .voucher-ledger-table .order-number,
  .recently-enrolled .recently-enrolled-table .order-number,
  .profile-prospects-table .order-number,
  .profile-commissions-table-EU .order-number,
  .profile-recent-orders-table .commission-period,
  .profile-commissions-table .commission-period,
  .er-ledger-table .commission-period,
  .voucher-ledger-table .commission-period,
  .recently-enrolled .recently-enrolled-table .commission-period,
  .profile-prospects-table .commission-period,
  .profile-commissions-table-EU .commission-period,
  .profile-recent-orders-table .description,
  .profile-commissions-table .description,
  .er-ledger-table .description,
  .voucher-ledger-table .description,
  .recently-enrolled .recently-enrolled-table .description,
  .profile-prospects-table .description,
  .profile-commissions-table-EU .description,
  .profile-recent-orders-table .order,
  .profile-commissions-table .order,
  .er-ledger-table .order,
  .voucher-ledger-table .order,
  .recently-enrolled .recently-enrolled-table .order,
  .profile-prospects-table .order,
  .profile-commissions-table-EU .order,
  .profile-recent-orders-table .points,
  .profile-commissions-table .points,
  .er-ledger-table .points,
  .voucher-ledger-table .points,
  .recently-enrolled .recently-enrolled-table .points,
  .profile-prospects-table .points,
  .profile-commissions-table-EU .points,
  .profile-recent-orders-table .balance,
  .profile-commissions-table .balance,
  .er-ledger-table .balance,
  .voucher-ledger-table .balance,
  .recently-enrolled .recently-enrolled-table .balance,
  .profile-prospects-table .balance,
  .profile-commissions-table-EU .balance,
  .profile-recent-orders-table .name,
  .profile-commissions-table .name,
  .er-ledger-table .name,
  .voucher-ledger-table .name,
  .recently-enrolled .recently-enrolled-table .name,
  .profile-prospects-table .name,
  .profile-commissions-table-EU .name,
  .profile-recent-orders-table .action,
  .profile-commissions-table .action,
  .er-ledger-table .action,
  .voucher-ledger-table .action,
  .recently-enrolled .recently-enrolled-table .action,
  .profile-prospects-table .action,
  .profile-commissions-table-EU .action {
    width: 50%;
  }
  .profile-recent-orders-table .date,
  .profile-commissions-table .date,
  .er-ledger-table .date,
  .voucher-ledger-table .date,
  .recently-enrolled .recently-enrolled-table .date,
  .profile-prospects-table .date,
  .profile-commissions-table-EU .date,
  .profile-recent-orders-table .delivery-count,
  .profile-commissions-table .delivery-count,
  .er-ledger-table .delivery-count,
  .voucher-ledger-table .delivery-count,
  .recently-enrolled .recently-enrolled-table .delivery-count,
  .profile-prospects-table .delivery-count,
  .profile-commissions-table-EU .delivery-count,
  .profile-recent-orders-table .shipping-tracking,
  .profile-commissions-table .shipping-tracking,
  .er-ledger-table .shipping-tracking,
  .voucher-ledger-table .shipping-tracking,
  .recently-enrolled .recently-enrolled-table .shipping-tracking,
  .profile-prospects-table .shipping-tracking,
  .profile-commissions-table-EU .shipping-tracking,
  .profile-recent-orders-table .amount,
  .profile-commissions-table .amount,
  .er-ledger-table .amount,
  .voucher-ledger-table .amount,
  .recently-enrolled .recently-enrolled-table .amount,
  .profile-prospects-table .amount,
  .profile-commissions-table-EU .amount,
  .profile-recent-orders-table .check-number,
  .profile-commissions-table .check-number,
  .er-ledger-table .check-number,
  .voucher-ledger-table .check-number,
  .recently-enrolled .recently-enrolled-table .check-number,
  .profile-prospects-table .check-number,
  .profile-commissions-table-EU .check-number,
  .profile-recent-orders-table .prospect-name,
  .profile-commissions-table .prospect-name,
  .er-ledger-table .prospect-name,
  .voucher-ledger-table .prospect-name,
  .recently-enrolled .recently-enrolled-table .prospect-name,
  .profile-prospects-table .prospect-name,
  .profile-commissions-table-EU .prospect-name,
  .profile-recent-orders-table .creation-date,
  .profile-commissions-table .creation-date,
  .er-ledger-table .creation-date,
  .voucher-ledger-table .creation-date,
  .recently-enrolled .recently-enrolled-table .creation-date,
  .profile-prospects-table .creation-date,
  .profile-commissions-table-EU .creation-date,
  .profile-recent-orders-table .email,
  .profile-commissions-table .email,
  .er-ledger-table .email,
  .voucher-ledger-table .email,
  .recently-enrolled .recently-enrolled-table .email,
  .profile-prospects-table .email,
  .profile-commissions-table-EU .email,
  .profile-recent-orders-table .phone,
  .profile-commissions-table .phone,
  .er-ledger-table .phone,
  .voucher-ledger-table .phone,
  .recently-enrolled .recently-enrolled-table .phone,
  .profile-prospects-table .phone,
  .profile-commissions-table-EU .phone,
  .profile-recent-orders-table .print-credit-note,
  .profile-commissions-table .print-credit-note,
  .er-ledger-table .print-credit-note,
  .voucher-ledger-table .print-credit-note,
  .recently-enrolled .recently-enrolled-table .print-credit-note,
  .profile-prospects-table .print-credit-note,
  .profile-commissions-table-EU .print-credit-note {
    width: 100%;
  }
  .er-ledger-table .date,
  .voucher-ledger-table .date,
  .recently-enrolled .recently-enrolled-table .date {
    width: 50%;
  }
  .er-ledger-table .points,
  .voucher-ledger-table .points,
  .recently-enrolled .recently-enrolled-table .points,
  .er-ledger-table .balance,
  .voucher-ledger-table .balance,
  .recently-enrolled .recently-enrolled-table .balance,
  .er-ledger-table .action,
  .voucher-ledger-table .action,
  .recently-enrolled .recently-enrolled-table .action {
    text-align: left;
  }
  .recently-enrolled .recently-enrolled-table .name {
    margin-bottom: 10px;
  }
  /* Commissions Unilevel */
  .responsive-table.commissions-unilevel-table .table-head,
  .responsive-table.commissions-glb-table .table-head,
  .commissions-fast-start-table .table-head,
  .commissions-generations-table .table-head,
  .generations-leadership-table .table-head {
    display: none;
  }
  .responsive-table.commissions-unilevel-table .rt-group-tablet,
  .responsive-table.commissions-glb-table .rt-group-tablet,
  .commissions-fast-start-table .rt-group-tablet,
  .commissions-generations-table .rt-group-tablet,
  .generations-leadership-table .rt-group-tablet {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .responsive-table.commissions-unilevel-table .member-number,
  .responsive-table.commissions-glb-table .member-number,
  .commissions-fast-start-table .member-number,
  .commissions-generations-table .member-number,
  .generations-leadership-table .member-number,
  .responsive-table.commissions-unilevel-table .member-name,
  .responsive-table.commissions-glb-table .member-name,
  .commissions-fast-start-table .member-name,
  .commissions-generations-table .member-name,
  .generations-leadership-table .member-name {
    width: auto;
    margin-bottom: 5px;
  }
  .responsive-table.commissions-unilevel-table .volume,
  .responsive-table.commissions-glb-table .volume,
  .commissions-fast-start-table .volume,
  .commissions-generations-table .volume,
  .generations-leadership-table .volume,
  .responsive-table.commissions-unilevel-table .earned,
  .responsive-table.commissions-glb-table .earned,
  .commissions-fast-start-table .earned,
  .commissions-generations-table .earned,
  .generations-leadership-table .earned,
  .responsive-table.commissions-unilevel-table .generation,
  .responsive-table.commissions-glb-table .generation,
  .commissions-fast-start-table .generation,
  .commissions-generations-table .generation,
  .generations-leadership-table .generation {
    width: 33.33333333%;
  }
  .responsive-table.commissions-unilevel-table .level,
  .responsive-table.commissions-glb-table .level,
  .commissions-fast-start-table .level,
  .commissions-generations-table .level,
  .generations-leadership-table .level,
  .responsive-table.commissions-unilevel-table .shares,
  .responsive-table.commissions-glb-table .shares,
  .commissions-fast-start-table .shares,
  .commissions-generations-table .shares,
  .generations-leadership-table .shares,
  .responsive-table.commissions-unilevel-table .value,
  .responsive-table.commissions-glb-table .value,
  .commissions-fast-start-table .value,
  .commissions-generations-table .value,
  .generations-leadership-table .value,
  .responsive-table.commissions-unilevel-table .earned,
  .responsive-table.commissions-glb-table .earned,
  .commissions-fast-start-table .earned,
  .commissions-generations-table .earned,
  .generations-leadership-table .earned,
  .responsive-table.commissions-unilevel-table .share-value,
  .responsive-table.commissions-glb-table .share-value,
  .commissions-fast-start-table .share-value,
  .commissions-generations-table .share-value,
  .generations-leadership-table .share-value,
  .responsive-table.commissions-unilevel-table .commissions-earned,
  .responsive-table.commissions-glb-table .commissions-earned,
  .commissions-fast-start-table .commissions-earned,
  .commissions-generations-table .commissions-earned,
  .generations-leadership-table .commissions-earned {
    width: 25%;
  }
  .responsive-table.commissions-unilevel-table ul .cell .hidden-title,
  .responsive-table.commissions-glb-table ul .cell .hidden-title,
  .commissions-fast-start-table ul .cell .hidden-title,
  .commissions-generations-table ul .cell .hidden-title,
  .generations-leadership-table ul .cell .hidden-title {
    display: block;
    font-size: 12px;
    color: #5a5555;
  }
  /* Commissions Unilevel */
  .generations-leadership-table {
    margin-top: 0px;
  }
  .generations-leadership-table .member-number,
  .generations-leadership-table .member-name {
    width: 50%;
    margin-bottom: 5px;
  }
  .generations-leadership-table .level,
  .generations-leadership-table .shares {
    width: 50%;
  }
  .generations-leadership-table .share-value,
  .generations-leadership-table .commissions-earned {
    width: 50%;
  }
  /* ER Payment */
  .payment-priority-table.responsive-table .priority-arrows {
    display: inline-block;
  }
  .responsive-table.qo-cart-table .product-search {
    width: 100%;
    margin-bottom: 10px;
  }
  .responsive-table.qo-cart-table .search-quantity {
    padding-left: 7px;
    width: 25%;
    padding-right: 0px;
  }
  /* Enrollment */
  .enrollment .enrollment-start-kit .check-type {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
  .enrollment .enrollment-start-kit .kit-carousel,
  .enrollment .enrollment-start-kit .kit-image {
    display: block;
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .starter-kits .check-type {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
  .starter-kits .kit-carousel,
  .starter-kits .kit-image {
    display: block;
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .kit-order .kit-info {
    padding: 10px;
  }
  .kit-order img {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
  .kit-order i {
    top: 20px;
    margin-top: 0;
  }
  .option-one .kit-content ul {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
  }
  .option-one .kit-content ul li {
    list-style: none;
  }
  .modal .product-list .add-all-products {
    position: inherit;
  }
  .item-message {
    position: inherit;
    bottom: 0;
    left: 0;
  }
  .business-suite .check-type {
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
  .layout-stack-mobile {
    float: none !important;
    width: auto !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: inline-block;
  }
  .button-group .left,
  .button-group .right {
    float: none;
  }
  .button-group a,
  .button-cta,
  .button-secondary {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .product-catimg {
    display: none;
  }
  /* ACCOUNT PROFILE */
  .profile-info .profile-info-header h4 {
    text-align: center;
    font-size: 20px;
  }
  .profile-info .summary li {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .advanced-panels .panel-body li .right {
    float: none;
    display: block;
  }
  .bordered-list .list-content {
    padding-right: 0;
  }
  .bordered-list .list-controls,
  .bordered-list .list-status {
    position: static;
    display: inline-block;
    width: 48%;
  }
  .bordered-list .list-status {
    text-align: left;
  }
  .bordered-list .list-status i:first-child {
    margin-left: 0;
  }
  /* Commissions Unilevel */
  .responsive-table.commissions-unilevel-table .rt-group-tablet,
  .responsive-table.commissions-glb-table .rt-group-tablet,
  .commissions-fast-start-table .rt-group-tablet,
  .commissions-generations-table .rt-group-tablet,
  .recently-enrolled .recently-enrolled-table .rt-group-tablet {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .responsive-table.commissions-unilevel-table .member-number,
  .responsive-table.commissions-glb-table .member-number,
  .commissions-fast-start-table .member-number,
  .commissions-generations-table .member-number,
  .recently-enrolled .recently-enrolled-table .member-number,
  .responsive-table.commissions-unilevel-table .member-name,
  .responsive-table.commissions-glb-table .member-name,
  .commissions-fast-start-table .member-name,
  .commissions-generations-table .member-name,
  .recently-enrolled .recently-enrolled-table .member-name {
    width: 100%;
  }
  .responsive-table.commissions-unilevel-table .volume,
  .responsive-table.commissions-glb-table .volume,
  .commissions-fast-start-table .volume,
  .commissions-generations-table .volume,
  .recently-enrolled .recently-enrolled-table .volume,
  .responsive-table.commissions-unilevel-table .earned,
  .responsive-table.commissions-glb-table .earned,
  .commissions-fast-start-table .earned,
  .commissions-generations-table .earned,
  .recently-enrolled .recently-enrolled-table .earned,
  .responsive-table.commissions-unilevel-table .level,
  .responsive-table.commissions-glb-table .level,
  .commissions-fast-start-table .level,
  .commissions-generations-table .level,
  .recently-enrolled .recently-enrolled-table .level,
  .responsive-table.commissions-unilevel-table .shares,
  .responsive-table.commissions-glb-table .shares,
  .commissions-fast-start-table .shares,
  .commissions-generations-table .shares,
  .recently-enrolled .recently-enrolled-table .shares,
  .responsive-table.commissions-unilevel-table .value,
  .responsive-table.commissions-glb-table .value,
  .commissions-fast-start-table .value,
  .commissions-generations-table .value,
  .recently-enrolled .recently-enrolled-table .value,
  .responsive-table.commissions-unilevel-table .generation,
  .responsive-table.commissions-glb-table .generation,
  .commissions-fast-start-table .generation,
  .commissions-generations-table .generation,
  .recently-enrolled .recently-enrolled-table .generation,
  .responsive-table.commissions-unilevel-table .name,
  .responsive-table.commissions-glb-table .name,
  .commissions-fast-start-table .name,
  .commissions-generations-table .name,
  .recently-enrolled .recently-enrolled-table .name,
  .responsive-table.commissions-unilevel-table .link,
  .responsive-table.commissions-glb-table .link,
  .commissions-fast-start-table .link,
  .commissions-generations-table .link,
  .recently-enrolled .recently-enrolled-table .link,
  .responsive-table.commissions-unilevel-table .action,
  .responsive-table.commissions-glb-table .action,
  .commissions-fast-start-table .action,
  .commissions-generations-table .action,
  .recently-enrolled .recently-enrolled-table .action {
    width: 100%;
  }
  .responsive-table.commissions-unilevel-table ul .cell .hidden-title,
  .responsive-table.commissions-glb-table ul .cell .hidden-title,
  .commissions-fast-start-table ul .cell .hidden-title,
  .commissions-generations-table ul .cell .hidden-title,
  .recently-enrolled .recently-enrolled-table ul .cell .hidden-title {
    color: #000000;
  }
  .recently-enrolled .recently-enrolled-table .name,
  .recently-enrolled .recently-enrolled-table .date {
    margin-bottom: 10px;
  }
  /* Order History */
  .order-history-table.advanced-panels .order-number,
  .order-history-table.advanced-panels .rt-group {
    width: 100%;
  }
  .order-history-detail .totals-info,
  .order-totals .totals-info,
  .order-totals-secondary .totals-info,
  .order-history-detail .order-history-payments,
  .order-totals .order-history-payments,
  .order-totals-secondary .order-history-payments {
    font-weight: bold;
  }
  .order-history-detail .text-right,
  .order-totals .text-right,
  .order-totals-secondary .text-right {
    text-align: left;
    font-weight: normal;
  }
  .order-history-detail .order-history-payments .right,
  .order-totals .order-history-payments .right,
  .order-totals-secondary .order-history-payments .right {
    float: none;
    font-weight: normal;
  }
  /*  Shopping Cart  */
  .responsive-table.cart-table .table-head {
    display: none;
  }
  .responsive-table.cart-table .rt-group-mobile {
    display: inline-block;
    width: 65%;
  }
  .responsive-table.cart-table .rt-group-desktop {
    width: 100%;
  }
  .responsive-table.cart-table .prod-img {
    width: 35%;
  }
  .responsive-table.cart-table .prod-info {
    width: 100%;
    display: block;
  }
  .responsive-table.cart-table .prod-desc {
    display: none;
  }
  /* Shipping Table */
  .responsive-table.shipping-table .rt-group,
  .responsive-table.shipping-table .product {
    display: inline-block;
    width: 100%;
  }
  .deliveryModal .deliveries h5,
  .deliveryModal .deliveries li > div {
    float: none;
    width: 100%;
  }
  .deliveryModal .deliveries h5 {
    margin: 0 0 10px;
    padding-right: 0;
  }
  /* Payments Table */
  .payment-summary .order-total .right,
  .payment-summary .sub-order .right,
  .payment-summary .payments-applied .right {
    float: none;
    display: block;
    margin-top: 10px;
  }
  .payments-applied input {
    width: 100%;
  }
  .payments-applied .apply {
    display: block;
    margin-top: 5px;
    text-align: right;
  }
  /*  Review Table  */
  .responsive-table.summary-table .rt-group,
  .responsive-table.summary-table .product,
  .responsive-table.summary-table .subtotal-title,
  .responsive-table.summary-table .weight {
    width: 100%;
    display: block;
  }
  .responsive-table.summary-table .product,
  .responsive-table.summary-table .subtotal-title,
  .responsive-table.summary-table .weight {
    margin-bottom: 5px;
  }
  /* ER Processing */
  .processing-date-display .cal-date {
    float: none;
    margin-bottom: 10px;
  }
  .processing-date-display .processing-date-info {
    padding-left: 0;
  }
  /* ER Dashboard */
  .dashboard .my-points .number h5,
  .dashboard .points-expiring .number h5,
  .dashboard .my-points .number h5 span,
  .dashboard .points-expiring .number h5 span {
    text-align: center;
    font-size: 46px;
    line-height: normal;
  }
  .dashboard .my-points h4:after,
  .dashboard .points-expiring h4:after {
    display: none;
  }
  .dashboard .current-rate .title,
  .dashboard .current-rate .number {
    width: 100%;
    float: none;
  }
  .dashboard .current-rate .title {
    height: auto;
    padding: 15px 20px;
  }
  .dashboard .current-rate .title:after {
    display: none;
    left: 30px;
    top: auto;
    right: auto;
    bottom: -10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #01949E;
    border-bottom: none;
  }
  /* PV Assistant */
  .monthly-order .button-secondary {
    margin-left: 0px;
  }
  /* ER Payment */
  .payment-priority-table.responsive-table .rt-group,
  .payment-priority-table.responsive-table .payment {
    width: 100%;
    display: block;
  }
  /* Quick Order */
  .search-bar.mobile .search-extras .view-all {
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
    float: none;
    text-align: center;
  }
  .search-bar.mobile .search-extras .cart-link {
    margin: 0;
    float: none;
  }
  .search-bar form {
    float: none;
    text-align: right;
  }
  .search-bar input {
    width: 100%;
  }
  .search-bar .added-products-total {
    float: none;
    text-align: center;
  }
  .search-bar .categories-nav .cart-link {
    text-align: center;
    float: none;
    margin: 10px auto 0px;
    display: block;
  }
  .search-bar .categories-nav .button-cta {
    height: 33px;
    margin-left: 20px;
    position: relative;
    padding-right: 30px;
    width: 100%;
    float: none;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .search-bar .categories-nav .button-cta .icon-arrow-down {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .landing-categories ul {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
  .catalog-select .country-select {
    width: 100%;
  }
  .responsive-table.quick-order-table h5 a {
    float: none;
    display: block;
  }
  .responsive-table.quick-order-table .product {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .responsive-table.quick-order-table .rt-group-mobile {
    display: inline-block;
    width: 100%;
  }
  .responsive-table.quick-order-table .quantity {
    width: 100%;
  }
  .responsive-table.quick-order-table .quantity input {
    margin-bottom: 0px;
    width: 50%;
  }
  .responsive-table.quick-order-table .quantity a {
    font-weight: 900;
    padding-left: 7px;
  }
  .responsive-table.quick-order-table .pv,
  .responsive-table.quick-order-table .price,
  .responsive-table.quick-order-table .add-product,
  .responsive-table.quick-order-table .prod-added,
  .responsive-table.quick-order-table .view-selection {
    display: inline-block;
    width: 50%;
  }
  .responsive-table.quick-order-table li.added .rt-group-mobile {
    width: 90%;
  }
  .responsive-table.quick-order-table li.added .prod-checked {
    width: 20px;
    padding-right: 0;
  }
  .responsive-table.qo-cart-table li {
    padding: 6px;
  }
  .responsive-table.qo-cart-table .quantity,
  .responsive-table.qo-cart-table .subtotal-title {
    width: 45%;
  }
  .responsive-table.qo-cart-table .rt-group-mobile {
    display: inline-block;
    width: 55%;
  }
  .responsive-table.qo-cart-table .rt-group-tablet {
    width: 100%;
  }
  .responsive-table.qo-cart-table .table-foot .subtotal-title {
    width: 45%;
  }
  .responsive-table.qo-cart-table .table-foot .rt-group-mobile {
    display: inline-block;
    width: 55%;
  }
  .responsive-table.qo-cart-table .table-foot .pv-subtotal,
  .responsive-table.qo-cart-table .table-foot .subtotal {
    width: 100%;
  }
  .responsive-table.qo-cart-table .search-quantity,
  .responsive-table.qo-cart-table .add-btn {
    width: 50%;
  }
  /* Enrollment */
  .enrollment .enrollment-sponsor-tile img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .enrollment .enrollment-sponsor-tile .sponsor-info {
    padding-left: 0;
  }
  .enrollment .contact-info-block {
    margin-left: 50px;
  }
  .enrollment .button-block {
    margin: 50px 50px 20px 50px;
  }
  .enrollment .button-group.right,
  .enrollment .button-group.left {
    float: none;
  }
  .no-thanks {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
  .no-thanks:hover {
    border: none;
  }
  .profile-image-content .profile-image-preview {
    width: 100%;
    float: none;
  }
  .profile-image-content .radio-group {
    width: 100%;
    float: none;
  }
  .modal-footer a {
    text-align: center;
    display: block;
    margin: 0 0 15px;
  }
  .modal-footer a:hover {
    border: none;
  }
  /* Step Breadcrumb */
  .fancy-step-breadcrumb label {
    display: none;
  }
  .new-er .points-summary h5 {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .new-er .points-summary .number {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/vo/content/app/design/images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/vo/content/app/design/fonts/slick.eot');
  src: url('/vo/content/app/design/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/vo/content/app/design/fonts/slick.woff') format('woff'), url('/vo/content/app/design/fonts/slick.ttf') format('truetype'), url('/vo/content/app/design/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
#marketShield {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #4a0059;
  background-image: radial-gradient(at 300px 300px, #4a0059 0, #2d2e61 70%);
}
#marketShield > .bg {
  width: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .3;
}
#marketShield > .bg img {
  width: 100%;
}
#marketShield .content-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 95%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#marketShield .content-wrap .logo {
  text-align: center;
}
#marketShield .content-wrap .logo img {
  width: 150px;
  display: inline-block;
}
#marketShield .content-wrap .message {
  margin-top: 20px;
}
#marketShield .content-wrap .message p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
#marketShield .content-wrap .access-code {
  margin-top: 30px;
}
#marketShield .content-wrap .access-code .input-item .wrap {
  height: 30px;
  position: relative;
}
#marketShield .content-wrap .access-code .input-item .wrap input {
  background: none;
  border: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  border: 1px #ccc solid;
}
#marketShield .content-wrap .access-code .input-item .wrap input:focus + label,
#marketShield .content-wrap .access-code .input-item .wrap input:valid + label {
  transform: translate(5px, -50%) translateY(-25px);
}
#marketShield .content-wrap .access-code .input-item .wrap label {
  position: absolute;
  top: 50%;
  transform: translate(10px, -50%);
  transition: transform .2s;
  font-size: 12px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  display: block;
  pointer-events: none;
}
#marketShield .content-wrap .access-code .input-item .warning-message {
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 10px 0;
  background: rgba(255, 0, 0, 0.7);
  padding: 5px;
  border-radius: 999px;
  color: white!important;
}
#marketShield .content-wrap .access-code .controls {
  margin-top: 10px;
  text-align: center;
}
#marketShield .content-wrap .access-code .controls .control {
  display: block;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: #2d2e61;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 5px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s;
}
#marketShield .content-wrap .access-code .controls .control:hover {
  background-color: #454795;
}
#marketShield .content-wrap .access-code .controls .control:hover:active {
  background-color: #252650;
}
#marketShield .content-wrap .access-code .controls .alternate-control {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  background: none;
  border: none;
  transition: color .2s;
}
#marketShield .content-wrap .access-code .controls .alternate-control:hover {
  color: #333;
  text-decoration: underline;
}
#marketShield .content-wrap .access-code .controls .alternate-control:hover:active {
  color: #999;
}
#marketShield .verification-loader {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#marketShield .verification-loader > .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#marketShield .verification-loader .flower {
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#marketShield .verification-loader .flower .droplet {
  border-radius: 5px 90%;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
  height: 100%;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left top;
  opacity: 0;
}
#marketShield .verification-loader .flower .droplet:nth-child(1) {
  background: #fff;
  animation: flower1 4s ease-out infinite;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
#marketShield .verification-loader .flower .droplet:nth-child(2) {
  background: #e3e3e3;
  animation: flower2 4s ease-out infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.04s;
}
#marketShield .verification-loader .flower .droplet:nth-child(3) {
  background: #fff;
  animation: flower3 4s ease-out infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
#marketShield .verification-loader .flower .droplet:nth-child(4) {
  background: #e3e3e3;
  animation: flower4 4s ease-out infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.14s;
}
#marketShield .verification-loader .flower .droplet:nth-child(5) {
  background: #fff;
  animation: flower5 4s ease-out infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
#marketShield .verification-loader .flower .droplet:nth-child(6) {
  background: #e3e3e3;
  animation: flower6 4s ease-out infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.24s;
}
#marketShield .verification-loader .flower .droplet:nth-child(7) {
  background: #fff;
  animation: flower7 4s ease-out infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.30s;
}
#marketShield .verification-loader .flower .droplet:nth-child(8) {
  background: #e3e3e3;
  animation: flower8 4s ease-out infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.34s;
}
#marketShield .verification-loader .flower .droplet:nth-child(9) {
  background: #fff;
  animation: flower9 4s ease-out infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.40s;
}
#marketShield .verification-loader .flower .droplet:nth-child(10) {
  background: #e3e3e3;
  animation: flower10 4s ease-out infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.44s;
}
@keyframes flower1 {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.01);
  }
  20% {
    opacity: 100;
    transform: rotate(324deg) scale(1);
  }
  80% {
    opacity: 0;
    transform: rotate(720deg) scale(0.01);
  }
  100% {
    transform: rotate(720deg) scale(0.01);
  }
}
@keyframes flower2 {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.01);
  }
  20% {
    opacity: 100;
    transform: rotate(288deg) scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(720deg) scale(0.01);
    transform: rotate(720deg) scale(0.01);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.01);
    transform: rotate(720deg) scale(0.01);
  }
}
@keyframes flower3 {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.01);
  }
  20% {
    opacity: 100;
    transform: rotate(252deg) scale(1);
  }
  80% {
    opacity: 0;
    transform: rotate(720deg) scale(0.01);
  }
  100% {
    transform: rotate(720deg) scale(0.01);
  }
}
@keyframes flower4 {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.01);
  }
  20% {
    opacity: 100;
    transform: rotate(216deg) scale(1);
  }
  80% {
    opacity: 0;
    transform: rotate(720deg) scale(0.01);
  }
  100% {
    transform: rotate(720deg) scale(0.01);
  }
}
@keyframes flower5 {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.01);
  }
  20% {
    opacity: 100;
    transform: rotate(180deg) scale(1);
  }
  80% {
    opacity: 0;
    transform: rotate(720deg) scale(0.01);
  }
  100% {
    transform: rotate(720deg) scale(0.01);
  }
}
@keyframes flower6 {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.01);
  }
  20% {
    opacity: 100;
    transform: rotate(144deg) scale(1);
  }
  80% {
    opacity: 0;
    transform: rotate(720deg) scale(0.01);
  }
  100% {
    transform: rotate(720deg) scale(0.01);
  }
}
@keyframes flower7 {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.01);
  }
  20% {
    opacity: 100;
    transform: rotate(108deg) scale(1);
  }
  80% {
    opacity: 0;
    transform: rotate(720deg) scale(0.01);
  }
  100% {
    transform: rotate(720deg) scale(0.01);
  }
}
@keyframes flower8 {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.01);
  }
  20% {
    opacity: 100;
    transform: rotate(72deg) scale(1);
  }
  80% {
    opacity: 0;
    transform: rotate(720deg) scale(0.01);
  }
  100% {
    transform: rotate(720deg) scale(0.01);
  }
}
@keyframes flower9 {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.01);
  }
  20% {
    opacity: 100;
    transform: rotate(36deg) scale(1);
  }
  80% {
    opacity: 0;
    transform: rotate(720deg) scale(0.01);
  }
  100% {
    transform: rotate(720deg) scale(0.01);
  }
}
@keyframes flower10 {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.01);
  }
  20% {
    opacity: 100;
    transform: rotate(0deg) scale(1);
  }
  80% {
    opacity: 0;
    transform: rotate(720deg) scale(0.01);
  }
  100% {
    transform: rotate(720deg) scale(0.01);
  }
}
.tabnavigator-content {
  display: none;
}
.tabnavigator-content.active {
  display: block;
}
.tabnavigator-content.is-loading {
  background: url(/vo/content/app/tools/i/spinner-ff.gif) no-repeat center center #fff;
  height: 50px;
}
.tabnavigator-content.is-loading * {
  display: none !important;
}
/* OLD TABS */
.tabnavigator-tab {
  cursor: pointer;
  color: #999;
  font-size: 14px;
  border-bottom: 2px solid #999;
  text-transform: uppercase;
  text-decoration: none;
  /* -webkit-transition: color .3s; */
  /* transition: color .3s; */
  display: inline-block;
  margin: 0 15px 5px 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.tabnavigator-tab:last-child {
  margin-right: 0;
}
.tabnavigator-tab:hover,
.tabnavigator-tab:focus {
  border-color: #000;
  color: #000;
}
.tabnavigator-tab.active {
  border-color: #cf8c24;
  color: #cf8c24;
}
/* NEW TABS */
.vo-tabs {
  border-bottom: 1px solid #dedede;
  margin: 0 0 30px 0;
  padding: 0px;
}
.vo-tabs > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.vo-tabs > ul li {
  display: inline-block;
  margin: 5px 5px 0 0 ;
  padding: 0;
}
.vo-tabs > ul li:first-child {
  margin-left: 5px;
}
.vo-tabs .vo-tabs-tab {
  background-color: #f2f2f2;
  border: 1px solid #dedede;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  color: #000;
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  cursor: pointer;
}
.vo-tabs .vo-tabs-tab a {
  color: inherit;
}
.vo-tabs .vo-tabs-tab a:hover {
  border: none;
}
.vo-tabs .vo-tabs-tab:hover,
.vo-tabs .vo-tabs-tab:focus {
  border-color: #ccc;
  background-color: #e8e8e8;
}
.vo-tabs .vo-tab-active {
  background-color: #fff !important;
  color: #fbb03b;
  margin-bottom: -1px;
  padding-bottom: 5px;
}
.vo-tabs .vo-tab-active:hover,
.vo-tabs .vo-tab-active:focus {
  border-color: #dedede;
  cursor: default;
}
.vo-tabs.tabs-extended-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.vo-tabs.tabs-extended-30 li:first-child {
  margin-left: 0px;
}
.vo-tabs.tabs-extended-30 ul {
  margin-left: 30px;
}
.vo-tabs.tabs-extended-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.vo-tabs.tabs-extended-20 li:first-child {
  margin-left: 0px;
}
.vo-tabs.tabs-extended-20 ul {
  margin-left: 20px;
}
@media (max-width: 479px) {
  .vo-tabs .vo-tabs-tab {
    padding: 4px 8px;
  }
  .vo-tabs > ul li:first-child {
    margin-left: 0px;
  }
}
.vo-mc-nextlink {
  position: relative;
  padding-left: 18px;
}
.vo-mc-nextlink:before {
  position: absolute;
  content: '';
  background-image: url('message-center/directives/Content/app/design/images/down-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 16px;
  left: -1px;
  top: 40%;
}
.vo-messagecenter-top {
  padding-bottom: 12px;
  border-bottom: 1px solid #CBDAB0;
  box-sizing: content-box;
  font-size: 14px !important;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.vo-messagecenter-top:focus {
  font-size: 14px !important;
}
.vo-messagecenter-toolbar {
  border-bottom: 1px solid #CBDAB0;
  padding: 5px 0;
  margin-bottom: 20px;
}
.messagecenter-container {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
}
.messagecenter-main {
  width: 40%;
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
}
.messagecenter-channel {
  width: 60%;
  display: table-cell;
  border-left: 1px solid #CBDAB0;
  padding-left: 20px;
  vertical-align: top;
}
.vo-mc-alert {
  color: #9B0000!important;
}
.vo-messagecenter-conversation {
  position: absolute;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  top: 0;
  left: 110%;
  opacity: 0;
  width: auto;
  background-color: #fff;
}
.vo-messagecenter-list {
  position: relative;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -webkit-transition: 1s;
  transition: left 0.5s;
  left: 0;
  height: auto;
}
.vo-conversation-active {
  overflow: hidden;
}
.vo-conversation-active .vo-messagecenter-conversation {
  position: relative;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  left: 0;
  opacity: 1;
}
.vo-conversation-active .vo-messagecenter-list {
  position: relative;
  left: -100%;
  height: 0;
}
.vo-messagecenter-list .vo-avatar {
  margin-right: 10px;
}
.vo-mc-item:hover {
  background-color: #eee;
}
.vo-mc-item-avatar {
  float: left;
}
.vo-mc-item-header {
  display: block;
  min-height: 40px;
}
.vo-mc-item > tbody > tr > td {
  height: 100%;
}
.vo-mc-item td {
  border-bottom: 1px solid #D9D9D9;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.vo-mc-item-last td {
  border-color: #CBDAB0;
}
.vo-mc-convo-item-last {
  border-color: #CBDAB0!important;
}
.vo-mc-convo-reply {
  min-height: 60px;
  background-color: #F8F8F8;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #CBDAB0;
  box-shadow: 0 0 10px #cbcbcb;
}
.vo-mc-item-content {
  padding: 15px 15px 15px 15px;
}
.vo-mc-item-toolbar {
  /*border-top:1px solid #f0f0f0;*/
  padding: 5px 15px 5px 15px;
}
.vo-mc-item-footer {
  padding: 10px 15px 10px 15px;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #e8e8e8;
  background: #f8f8f8;
}
.vo-mc-reply {
  background-color: #F8F8F8;
}
.vo-mc-reply-icon {
  width: 16px;
  height: 16px;
  box-sizing: content-box;
  padding: 12px 12px 0 12px;
}
.vo-mc-reply-icon:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  background: url('/vo/content/app/message-center/img/message-center-reply-icon.png') no-repeat;
}
.vo-mc-reply-icon-forward:before {
  background-position: 0 -20px;
}
/*
.vo-mc-item:hover { background:#f4f4f4; }
.vo-mc-item.is-selected { background-color:#eaf0df; }
*/
/* div.vo-mc-item:hover + div.vo-mc-item { border-top:0; } */
.vo-mc-list-date,
.vo-mc-conversation-date {
  white-space: nowrap;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #666;
}
.vo-mc-subject {
  color: #333;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.vo-mc-body {
  font-size: 16px;
  color: #333;
  margin: 10px 0 0 0;
}
.vo-mc-item .vo-mc-time {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
  line-height: 30px;
  float: right;
}
.vo-mc-item .vo-mc-body p {
  margin: 12px 0 0 0;
}
.vo-mc-item .vo-mc-body > ul {
  margin: 12px 0 0 0;
  padding-left: 25px;
}
.vo-mc-item .vo-mc-body > ul > li {
  margin: 0;
  padding: 0;
}
.vo-mc-item .vo-mc-body > ul.mc-ul-5 > li {
  margin-top: 5px;
}
.vo-mc-item .vo-mc-body > ul.mc-ul-8 > li {
  margin-top: 8px;
}
/*.vo-mc-item-toolbar { border-top:1px solid #CBDAB0; padding-top:5px; margin-top:15px; }*/
.unread-dot {
  position: absolute;
  left: -20px;
  top: -5px;
  width: 8px;
  height: 8px;
}
.vo-mc-navigation-arrow-cell {
  font-size: 0;
  line-height: 0;
}
.vo-mc-navigation-arrow {
  display: inline-block;
  padding: 10px 15px 11px 15px;
  cursor: pointer;
}
.vo-mc-message-footer {
  font-size: 14px;
}
.vo-message-action {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #cf8c24;
  display: inline-block;
}
.vo-message-action-undo {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  display: inline-block;
}
.vo-mc-bottom-link {
  margin-right: 10px;
}
.vo-mc-bottom-link a {
  padding: 5px 0;
}
.vo-mc-bottom-link:last-child {
  border-left: 1px solid #666;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .unread-dot {
    left: -8px;
    top: -15px;
  }
  .vo-messagecenter-list .personcard {
    display: block;
  }
  .vo-messagecenter-list .personcard .personcard-avatar {
    display: block;
    text-align: center;
  }
  .vo-messagecenter-list .personcard .personcard-avatar img {
    display: inline-block;
  }
  .vo-messagecenter-list .personcard .personcard-info {
    display: block;
  }
}
.new-message-modal label {
  font-size: 13px;
}
.new-message-modal .recipient {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.new-message-modal .recipient:after {
  content: "\00d7";
  font-size: 1.25em;
  display: inline-block;
  margin-left: .5em;
  opacity: .7;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}
.new-message-modal .recipient.noremove:after {
  content: none;
}
.new-message-modal .search-results {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  width: 100%;
}
.new-message-modal .search-results .search-result:hover {
  background-color: #F4F7F0;
  cursor: pointer;
}
.new-message-modal .search-results .search-result img {
  width: 100%;
  margin: 5px;
}
.new-message-modal .search-results .search-result .search-result-name {
  margin-top: 5%;
}
.new-message-modal .vo-mc-person-result,
.new-message-modal .vo-mc-report-result {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  padding: 5px 0 5px 0;
}
.new-message-modal .vo-mc-person-result:hover,
.new-message-modal .vo-mc-report-result:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.message {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.message .row {
  height: 50px;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
}
.message .row.message-area {
  border-bottom: none;
}
.message .row label {
  margin-top: 14px;
  margin-left: 10px;
}
.message .row input {
  display: block;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  padding-top: 14px;
}
.message .row textarea {
  color: #555;
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  padding-top: 14px;
  resize: none;
  outline: 0;
  height: 400px;
}
.mobile-header {
  position: fixed;
  top: 107px;
  height: 72px;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background-color: #f6f6f6;
  opacity: 1;
  padding: 5px;
  z-index: 10;
}
.mobile-header.viewing-detail {
  height: 160px;
}
.mobile-header a.back-btn {
  white-space: nowrap;
  display: block;
  color: #808080;
  margin-left: 15px;
  position: relative;
}
.mobile-header a.back-btn:hover {
  outline: none;
}
.mobile-header a.back-btn::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 12px;
  background: url('/vo/content/app/organization/mobile/images/back-arrow.png');
  background-size: contain;
  top: 4px;
  left: -14px;
}
.mobile-header h4.back-button-offset {
  margin-top: -10px;
}
.mobile-header a.up-btn {
  display: block;
  color: #808080;
  margin-left: 15px;
  position: relative;
  white-space: nowrap;
}
.mobile-header a.up-btn:hover {
  outline: none;
}
.mobile-header a.up-btn::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 12px;
  background: url('/vo/content/app/organization/mobile/images/back-arrow.png');
  background-size: contain;
  top: 4px;
  left: -14px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-header .upline-level {
  display: block;
  width: 50px;
  height: 34px;
  float: right;
  margin-left: 5%;
  margin-top: 6px;
}
.mobile-header .upline-level span {
  width: 100%;
  height: 100%;
  background: #808080;
  border-radius: 5px;
  color: #ffffff;
  position: relative;
  padding: 7px 10px;
  padding-left: 25px;
}
.mobile-header .upline-level span::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url('/vo/content/app/organization/mobile/images/upline.png');
  background-size: contain;
  top: 7px;
  left: 6px;
}
.mobile-header .detail-row {
  margin-bottom: 18px;
}
.mobile-header .detail-row .profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #839d57;
  overflow: hidden;
  margin: 10px;
}
.mobile-header .detail-row .profile-avatar img {
  max-width: 100%;
}
.mobile-header .detail-row .profile-data {
  color: #292929;
  margin-left: 10px;
  margin-top: 13px;
}
.mobile-header .detail-row .profile-data span.name {
  font-size: 16px;
  font-weight: 400;
}
.mobile-header .detail-row .profile-data span.rank {
  color: #808080;
  font-size: 12px;
  position: relative;
}
.mobile-header .detail-row .profile-data span.memberid {
  font-size: 12px;
}
.mobile-header .detail-tabs-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.mobile-header .detail-tabs-row ul li {
  display: inline-block;
  width: 15%;
  padding-bottom: 6px;
  margin-right: 1%;
  border-bottom: 4px solid transparent;
}
.mobile-header .detail-tabs-row ul li:last-child {
  margin-right: 0;
}
.mobile-header .detail-tabs-row ul li:last-child a {
  margin-bottom: 8px;
}
.mobile-header .detail-tabs-row ul li.active {
  border-bottom: 4px solid #cf8c24;
}
.mobile-header .detail-tabs-row ul li.active a.downline {
  background: url('/vo/content/app/organization/mobile/images/list-active.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li.active a.message {
  background: url('/vo/content/app/organization/mobile/images/message-active.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li.active a.notes {
  background: url('/vo/content/app/organization/mobile/images/notes-active.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li.active a.info {
  background: url('/vo/content/app/organization/mobile/images/info-active.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li.active a.qualification {
  background: url('/vo/content/app/organization/mobile/images/rank-active.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li.active a.upline {
  background: url('/vo/content/app/organization/mobile/images/upline-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile-header .detail-tabs-row ul li a {
  width: 25px;
  max-width: 100%;
  height: 25px;
  display: block;
  margin: 0 auto;
  border-bottom: 0;
}
.mobile-header .detail-tabs-row ul li a.downline {
  background: url('/vo/content/app/organization/mobile/images/list.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li a.info {
  background: url('/vo/content/app/organization/mobile/images/info.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li a.qualification {
  background: url('/vo/content/app/organization/mobile/images/rank.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li a.upline {
  background: url('/vo/content/app/organization/mobile/images/upline-icon.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li a.notes {
  background: url('/vo/content/app/organization/mobile/images/notes.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li a.message {
  background: url('/vo/content/app/organization/mobile/images/email.png');
  background-size: contain;
}
.mobile-header .detail-tabs-row ul li a.map {
  background: url('/vo/content/app/organization/mobile/images/map.png');
  background-size: contain;
}
.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  z-index: 100001;
}
.mobile-footer div {
  width: 50%;
  float: left;
  padding: 10px;
}
.mobile-footer div a {
  width: 100%;
  text-align: center;
}
.mobile-footer a.forward-btn {
  white-space: nowrap;
  display: block;
  color: #808080;
  margin-left: 15px;
  position: relative;
}
.mobile-footer a.forward-btn:hover {
  outline: none;
}
.mobile-footer a.forward-btn::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 12px;
  background: url('/vo/content/app/organization/mobile/images/back-arrow.png');
  background-size: contain;
  top: 4px;
  right: 14px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-footer .vo-dlv-result-count {
  white-space: nowrap;
  padding-top: 0;
  margin-top: 0!important;
}
.mobile-container {
  min-height: 400px;
  margin-top: 72px;
  overflow-x: hidden;
}
.mobile-container.no-header {
  margin-top: 0!important;
}
.mobile-container.viewing-detail {
  margin-top: 160px;
}
.mobile-container .no-accounts {
  text-align: center;
  font-size: 14px;
  color: #cccccc;
  position: relative;
  margin-top: 20px;
}
.mobile-container .no-accounts::before {
  position: absolute;
  background: url('/vo/Content/app/organization/mobile/images/no-dl-graphic.png');
  background-position: center center;
  background-size: 100%;
  content: '';
  left: -20px;
  width: 16px;
  height: 16px;
}
.mobile-container .added-filter {
  position: relative;
  background-color: #CF8C23;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  padding: 0 20px;
  min-height: 50px;
  margin-top: 10px;
  line-height: 50px;
}
.mobile-container .added-filter .icon-pencil {
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 15px;
}
.mobile-container .mobile-report-config {
  padding-top: 10px;
  margin-bottom: 15px;
}
.mobile-container .mobile-report-config .tab-button {
  padding: 5px;
  color: #ccc;
}
.mobile-container .mobile-report-config .mobile-tab-selected {
  color: #fbb03b;
  border-bottom: 2px solid #ccc;
}
.mobile-container .mobile-report-config .customize-button {
  position: relative;
  color: #333;
  padding-right: 8%;
}
.mobile-container .mobile-report-config .customize-button:before {
  position: absolute;
  right: 101%;
  top: 0;
  background-image: url('/vo/content/app/organization/mobile/images/customize.png');
  background-position: center center;
  background-size: 100%;
  content: '';
  width: 21px;
  height: 25px;
}
.mobile-container .mobile-report-config img {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.mobile-container .mobile-dlv-list {
  position: relative;
}
.mobile-container .mobile-dlv-list .row {
  border-top: 1px solid #aaa;
  width: 100%;
  min-height: 85px;
  margin: 0;
}
.mobile-container .mobile-dlv-list .row .profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #839d57;
  overflow: hidden;
  margin: 10px;
  margin-top: 20px;
}
.mobile-container .mobile-dlv-list .row .profile-avatar img {
  max-width: 100%;
}
.mobile-container .mobile-dlv-list .row .profile-data {
  color: #292929;
  margin-left: 10px;
  margin-top: 20px;
}
.mobile-container .mobile-dlv-list .row .profile-data span.name {
  font-size: 16px;
  font-weight: 400;
}
.mobile-container .mobile-dlv-list .row .profile-data span.rank {
  color: #808080;
  font-size: 12px;
  position: relative;
}
.mobile-container .mobile-dlv-list .row .profile-pv-autoship {
  font-size: 12px !important;
  margin-top: 20px;
  float: right;
}
.mobile-container .mobile-dlv-list .row .profile-arrow {
  margin-top: -20px;
}
.mobile-container .mobile-dlv-list .row .profile-arrow.autoship-active {
  margin-top: -30px;
}
.mobile-container .mobile-dlv-list .row .profile-arrow img {
  width: 13px;
  height: 17px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-container .mobile-customize-filters {
  padding: 20px;
}
.mobile-container .mobile-customize-filters .delete-button {
  background: #ccc;
  border: none;
  color: #fff;
  cursor: default;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  margin-left: 15px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  font-weight: 900;
  background-color: #9E0B0F;
}
.mobile-container .mobile-customize-filters p {
  text-align: center;
}
.mobile-container .mobile-customize-filters .add-button {
  height: 60px;
}
.mobile-container .mobile-customize-filters .add-button a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #ECD1A7;
  color: #CB9227;
  margin-top: 10px;
  max-width: 120px;
  border-radius: 5px;
}
.mobile-container .mobile-customize-filters .mobile-filter-box {
  background-color: #ECD1A7;
  border-radius: 6px;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  color: #555;
}
.mobile-container .mobile-customize-filters .mobile-filter-box select,
.mobile-container .mobile-customize-filters .mobile-filter-box input {
  width: 100%;
  margin-bottom: 10px;
}
.mobile-container .vo-tabs > ul li:first-child {
  margin-left: 20px;
}
.mobile-container .map-container {
  padding: 5px;
}
.mobile-container .map-container .org-map {
  height: 200px;
  overflow-y: auto;
}
.mobile-container .map-container.no-selection .org-map {
  height: 320px;
  overflow-y: auto;
}
.mobile-container .note {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
}
.mobile-container .note.edit {
  border: 0;
}
.mobile-container .note textarea {
  width: 100%;
  border: 0;
  padding-top: 14px;
  resize: none;
  outline: 0;
  height: 400px;
}
.mobile-container .note a.edit {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  background: url('/vo/content/app/organization/mobile/images/edit-icon.png');
  background-size: 100%;
  -webkit-filter: invert(80%);
  -moz-filter: invert(80%);
  filter: invert(80%);
  position: relative;
  top: -20px;
  margin: 10px auto;
}
.mobile-container .note p.notebody {
  margin: 5px auto;
  font-size: 14px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.vo-dlv-mobile-detail {
  overflow: hidden;
  /*position: relative;
    min-height: 1000px;
    top: -1100px;
    -moz-transition: top ease-in-out 0.5s;
    -o-transition: top ease-in-out 0.5s;
    -webkit-transition: top ease-in-out 0.5s;
    transition: top ease-in-out 0.5s;*/
}
.vo-dlv-mobile-detail-added {
  top: 0;
  min-height: initial;
}
.dlv-gallery-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  color: #000;
  margin-top: 10px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.dlv-gallery-item:first-child {
  margin-top: 15px;
}
.dlv-gallery-report-name {
  font-size: 14px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.dlv-gallery-report-name a {
  color: #00aab3;
  vertical-align: top;
}
.dlv-gallery-report-name a:after {
  content: "\00a0\00bb";
  vertical-align: top;
}
.dlv-gallery-report-info {
  overflow: auto;
}
.dlv-gallery-report-info .dlv-gallery-report-desc {
  float: left;
  font-size: 13px;
}
.dlv-gallery-report-info .dlv-gallery-report-tools {
  float: right;
  font-size: 13px;
}
.dlv-gallery-report-info .dlv-gallery-report-tools > * {
  margin-left: 10px;
}
.dlv-gallery-report-info .dlv-gallery-report-tools .dlv-gallery-report-schedule {
  display: inline-block;
  cursor: pointer;
  color: #666666;
}
.dlv-gallery-report-filters {
  clear: both;
}
.dlv-gallery-report-filters > div {
  display: inline-block;
  background-color: #999999;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 12px;
}
.dlv-gallery-edit-icon,
.dlv-gallery-schedule-icon,
.dlv-gallery-schedule-on-icon,
.dlv-gallery-trash-icon {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.dlv-gallery-edit-icon:before,
.dlv-gallery-schedule-icon:before,
.dlv-gallery-schedule-on-icon:before,
.dlv-gallery-trash-icon:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 2px;
}
.dlv-gallery-edit-icon {
  background: url(/vo/Content/app/reports/img/pencil.png) no-repeat;
}
.dlv-gallery-schedule-icon {
  background: url(/vo/Content/app/reports/img/schedule.png) no-repeat;
}
.dlv-gallery-schedule-on-icon {
  background: url(/vo/Content/app/reports/img/schedule-on.png) no-repeat;
}
.dlv-gallery-trash-icon {
  background: url(/vo/Content/app/reports/img/trash.png) no-repeat;
}
.is-full-screen .pageheader,
.is-full-screen .pagebanner,
.is-full-screen .pagefooter,
.is-full-screen nav.leftnav,
.is-full-screen .main-footer {
  display: none;
}
.is-full-screen {
  min-width: 900px;
  max-width: initial;
}
.vo-dlv-result-count {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #cf8c24;
}
.dlv-button-area {
  height: 30px;
  padding: 0 10px 0 10px;
}
.dlv-view-button {
  display: inline-block;
  width: 24px;
  height: 24px;
  box-sizing: content-box;
  border: 1px solid #ccc;
  border-right-width: 0;
  padding: 2px 7px;
  cursor: default;
  vertical-align: middle;
}
.dlv-view-button:first-child {
  border-radius: 4px 0 0 4px;
}
.dlv-view-button:last-child {
  border-radius: 0 4px 4px 0;
  border-right-width: 1px;
}
.dlv-view-button:before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  /*background:url(/vo/Content/app/organization/img/dlv-view-icon-sprites-24x24.png) no-repeat;*/
}
.dlv-view-button:hover {
  background-color: #f0f0f0;
}
.dlv-view-button-on {
  border-color: #ecd1a7 !important;
  border-right-width: 1px;
  /*width: 27px !important; height: 27px !important;*/
}
.dlv-view-button-on + .dlv-view-button {
  border-left-width: 0;
}
.dlv-view-button-narrow:before {
  content: " ";
  mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  mask-position: center;
  mask-size: 22px 22px;
  -webkit-mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 21px 21px;
  background-color: #746E6E;
}
.dlv-view-button-narrow.dlv-view-button-on:before {
  content: " ";
  display: block;
  mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  mask-position: center;
  mask-size: 24px 24px;
  -webkit-mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 24px 24px;
  background-color: #FFFFFF;
}
.dlv-view-button-wide:before {
  content: " ";
  mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  mask-position: center;
  mask-size: 22px 22px;
  -webkit-mask: url(/vo/Content/app/organization/img/3-bar.svg) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 21px 21px;
  background-color: #746E6E;
}
.dlv-view-button-wide.dlv-view-button-on:before {
  content: " ";
  display: block;
  mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  mask-position: center;
  mask-size: 24px 24px;
  -webkit-mask: url(/vo/Content/app/organization/img/3-bar.svg) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 24px 24px;
  background-color: #FFFFFF;
}
.dlv-view-button-narrow-channel:before {
  content: " ";
  mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  mask-position: center;
  mask-size: 22px 22px;
  -webkit-mask: url(/vo/Content/app/organization/img/4-bar-columns.svg) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 21px 21px;
  background-color: #746E6E;
}
.dlv-view-button-narrow-channel.dlv-view-button-on:before {
  content: " ";
  display: block;
  mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  mask-position: center;
  mask-size: 24px 24px;
  -webkit-mask: url(/vo/Content/app/organization/img/4-bar-columns.svg) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 24px 24px;
  background-color: #FFFFFF;
}
.dlv-view-button-wide-channel:before {
  content: " ";
  mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  mask-position: center;
  mask-size: 22px 22px;
  -webkit-mask: url(/vo/Content/app/organization/img/3-bar-columns.svg) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 21px 21px;
  background-color: #746E6E;
}
.dlv-view-button-wide-channel.dlv-view-button-on:before {
  content: " ";
  display: block;
  mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  mask-position: center;
  mask-size: 24px 24px;
  -webkit-mask: url(/vo/Content/app/organization/img/3-bar-columns.svg) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 24px 24px;
  background-color: #FFFFFF;
}
.dlv-view-button-mobile:before {
  content: " ";
  mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  mask-position: center;
  mask-size: 22px 22px;
  -webkit-mask: url(/vo/Content/app/organization/img/phone.svg) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 21px 21px;
  background-color: #746E6E;
}
.dlv-view-button-mobile.dlv-view-button-on:before {
  content: " ";
  display: block;
  mask: url(/vo/Content/app/organization/img/4-bar.svg) no-repeat;
  mask-position: center;
  mask-size: 24px 24px;
  -webkit-mask: url(/vo/Content/app/organization/img/phone.svg) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 24px 24px;
  background-color: #FFFFFF;
}
/* Dark Orange */
/*.dlv-view-button-on { border-color:#cf8c24 !important; background-color:#cf8c24 !important; }*/
/*.dlv-view-button-on .dlv-view-button-icon { -webkit-filter: brightness(100); }*/
.dlv-icon-button {
  display: inline-block;
  height: 20px;
  padding: 5px;
  box-sizing: content-box;
  cursor: default;
  line-height: 20px;
  vertical-align: middle;
  font-size: 13px;
}
.dlv-icon-button:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/vo/Content/app/organization/img/dlv-icon-sprites-20x20.png) no-repeat;
}
.dlv-icon-button:hover {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px;
}
.dlv-icon-button-on {
  border: 1px solid #ecd1a7 !important;
  background-color: #faf3e9;
  border-radius: 4px;
  padding: 4px;
  color: #cf8c24;
}
.dlv-icon-button-map:before {
  background-position: -20px 0;
}
.dlv-icon-button-map.dlv-icon-button-on:before {
  background-position: -20px -20px;
}
.dlv-icon-button-reports:before {
  background-position: -40px 0;
}
.dlv-icon-button-reports.dlv-icon-button-on:before {
  background-position: -40px -20px;
}
.dlv-icon-button-fullscreen:before {
  background-position: -60px 0;
}
.dlv-icon-button-fullscreen.dlv-icon-button-on:before {
  background-position: -60px -20px;
}
.dlv-icon-button-mobile:before {
  background-position: -120px 0;
}
.dlv-icon-button-mobile.dlv-icon-button-on:before {
  background-position: -120px -20px;
}
.dlv-icon-button-none:before {
  display: none;
}
.dlv-grid {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #000;
}
.dlv-grid-row {
  cursor: default;
  border-top: 1px solid #d8d8d8;
}
@-moz-document url-prefix() {
  .dlv-grid-row {
    cursor: default;
    border-top: 1px solid #d8d8d8;
    line-height: 1px;
  }
}
.dlv-grid-row:nth-child(even) {
  background-color: #f1f1f1;
}
.dlv-grid-row:hover {
  background-color: #d0d0d0 !important;
}
.prospect-table-row-header {
  background-color: white;
}
.prospect-table-nav {
  position: absolute;
  top: 20px;
  right: 50px;
}
.prospect-table-nav a {
  font-size: 22px;
  color: #555555 !important;
  margin-right: 15px;
}
.dlv-tree-card-cell {
  overflow: hidden;
  padding: 0 10px 0 4px;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
}
.dlv-tree-card-cell .dlv-tree-card-cell-div {
  height: 25px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
.dlv-tree-card-cell .dlv-tree-card-cell-div .dlv-tree-card-cell-name {
  display: table-cell;
  padding-left: 5px;
  vertical-align: top;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: 350px;
}
.dlv-tree-card-cell .dlv-tree-card-cell-div .dlv-tree-card-cell-name .dlv-tree-card-cell-contact-name {
  padding-left: 5px;
}
.dlv-enroller-cell {
  overflow: hidden;
  padding: 0 10px 0 4px;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
}
.dlv-enroller-cell .dlv-enroller-cell-div {
  height: 25px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
.dlv-enroller-cell .dlv-enroller-cell-div .dlv-enroller-cell-name {
  display: table-cell;
  padding-left: 5px;
  vertical-align: top;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 350px;
}
.dlv-enroller-cell .dlv-enroller-cell-div .dlv-enroller-cell-name .dlv-enroller-cell-contact-name {
  padding-left: 5px;
}
.dlv-grid-hd-enrollertotalenrollments {
  white-space: normal !important;
  min-width: 80px !important;
}
.dlv-grid-cell-enrollercustid {
  white-space: nowrap !important;
  text-align: right;
}
.dlv-grid-hd-enrollerfirsttimeenrollment {
  white-space: normal !important;
  width: 75px !important;
}
.pagewrapper.is-full-screen .dlv-tree-card-cell-div {
  width: 300px;
}
@media (min-width: 1025px) {
  .pagewrapper.is-full-screen .dlv-tree-card-cell-div {
    /* big landscape tablets, laptops, and desktops */
    width: 400px;
  }
}
@media (min-width: 1281px) {
  .pagewrapper.is-full-screen .dlv-tree-card-cell-div {
    /* hi-res laptops and desktops */
    width: 500px;
  }
}
.dlv-tree-toggle-icon,
.dlv-tree-rank-icon {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 29px;
  background: url(/vo/Content/app/organization/img/downline-tree-icon-sprites-colors.png) no-repeat;
}
.dlv-tree-type-1 {
  display: table-cell;
  width: 20px;
  height: 20px;
  background: url(/vo/Content/app/organization/img/customer-type-customer.svg) no-repeat center;
}
.dlv-tree-rank-associate {
  display: table-cell;
  background: url(/vo/Content/app/organization/img/dlv-associate-icon.svg) no-repeat center;
  background-size: contain;
}
.dlv-tree-name-cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  max-width: 400px;
  overflow: hidden;
}
/* .dlv-26 = -2px in y direction for 26px rows */
.dlv-26 .dlv-tree-toggle-line {
  background-position: 0 -32px;
}
.dlv-26 .dlv-tree-toggle-tee {
  background-position: 0 -62px;
}
.dlv-26 .dlv-tree-toggle-end {
  background-position: 0 -92px;
}
.dlv-26 .dlv-tree-toggle-tee-plus {
  background-position: 0 -122px;
}
.dlv-26 .dlv-tree-toggle-end-plus {
  background-position: 0 -152px;
}
.dlv-26 .dlv-tree-toggle-tee-minus {
  background-position: 0 -182px;
}
.dlv-26 .dlv-tree-toggle-end-minus {
  background-position: 0 -212px;
}
/*
.dlv-26 .dlv-tree-rank-none { background-position:0 -2px; }
.dlv-26 .dlv-tree-rank-star { background-position:0 -32px; }
.dlv-26 .dlv-tree-rank-senior-star { background-position:0 -62px; }
.dlv-26 .dlv-tree-rank-executive { background-position:0 -92px; }
.dlv-26 .dlv-tree-rank-silver { background-position:0 -122px; }
.dlv-26 .dlv-tree-rank-gold { background-position:0 -152px; }
.dlv-26 .dlv-tree-rank-platinum { background-position:0 -182px; }
.dlv-26 .dlv-tree-rank-diamond { background-position:0 -212px; }
.dlv-26 .dlv-tree-rank-crown-diamond { background-position:0 -242px; }
.dlv-26 .dlv-tree-rank-royal-crown-diamond { background-position:0 -272px; }
.dlv-26 .dlv-tree-rank-onhold { background-position:0 -302px; } 
*/
.dlv-26 .dlv-tree-rank-rc.dlv-tree-rank-open {
  background-position: -20px -2px;
}
.dlv-26 .dlv-tree-rank-pro.dlv-tree-rank-open {
  background-position: -20px -2px;
}
.dlv-26 .dlv-tree-rank-none.dlv-tree-rank-open {
  background-position: -20px -2px;
}
.dlv-26 .dlv-tree-rank-distributor.dlv-tree-rank-open {
  background-position: -20px -2px;
}
.dlv-26 .dlv-tree-rank-star.dlv-tree-rank-open {
  background-position: -20px -32px;
}
.dlv-26 .dlv-tree-rank-senior-star.dlv-tree-rank-open {
  background-position: -20px -62px;
}
.dlv-26 .dlv-tree-rank-executive.dlv-tree-rank-open {
  background-position: -20px -92px;
}
.dlv-26 .dlv-tree-rank-silver.dlv-tree-rank-open {
  background-position: -20px -122px;
}
.dlv-26 .dlv-tree-rank-gold.dlv-tree-rank-open {
  background-position: -20px -152px;
}
.dlv-26 .dlv-tree-rank-platinum.dlv-tree-rank-open {
  background-position: -20px -182px;
}
.dlv-26 .dlv-tree-rank-diamond.dlv-tree-rank-open {
  background-position: -20px -212px;
}
.dlv-26 .dlv-tree-rank-crown-diamond.dlv-tree-rank-open {
  background-position: -20px -242px;
}
.dlv-26 .dlv-tree-rank-royal-crown-diamond.dlv-tree-rank-open {
  background-position: -20px -272px;
}
.dlv-26 .dlv-tree-rank-onhold.dlv-tree-rank-open {
  background-position: -20px -302px;
}
.dlv-26 .dlv-tree-rank-rc.dlv-tree-rank-closed {
  background-position: -40px -2px;
}
.dlv-26 .dlv-tree-rank-pro.dlv-tree-rank-closed {
  background-position: -40px -2px;
}
.dlv-26 .dlv-tree-rank-none.dlv-tree-rank-closed {
  background-position: -40px -2px;
}
.dlv-26 .dlv-tree-rank-distributor.dlv-tree-rank-closed {
  background-position: -40px -2px;
}
.dlv-26 .dlv-tree-rank-star.dlv-tree-rank-closed {
  background-position: -40px -32px;
}
.dlv-26 .dlv-tree-rank-senior-star.dlv-tree-rank-closed {
  background-position: -40px -62px;
}
.dlv-26 .dlv-tree-rank-executive.dlv-tree-rank-closed {
  background-position: -40px -92px;
}
.dlv-26 .dlv-tree-rank-silver.dlv-tree-rank-closed {
  background-position: -40px -122px;
}
.dlv-26 .dlv-tree-rank-gold.dlv-tree-rank-closed {
  background-position: -40px -152px;
}
.dlv-26 .dlv-tree-rank-platinum.dlv-tree-rank-closed {
  background-position: -40px -182px;
}
.dlv-26 .dlv-tree-rank-diamond.dlv-tree-rank-closed {
  background-position: -40px -212px;
}
.dlv-26 .dlv-tree-rank-crown-diamond.dlv-tree-rank-closed {
  background-position: -40px -242px;
}
.dlv-26 .dlv-tree-rank-royal-crown-diamond.dlv-tree-rank-closed {
  background-position: -40px -272px;
}
.dlv-26 .dlv-tree-rank-onhold.dlv-tree-rank-closed {
  background-position: -40px -302px;
}
.dlv-26 .dlv-tree-rank-rc.dlv-tree-rank-root {
  background-position: -60px -2px;
}
.dlv-26 .dlv-tree-rank-pro.dlv-tree-rank-root {
  background-position: -60px -2px;
}
.dlv-26 .dlv-tree-rank-none.dlv-tree-rank-root {
  background-position: -60px -2px;
}
.dlv-26 .dlv-tree-rank-distributor.dlv-tree-rank-root {
  background-position: -60px -2px;
}
.dlv-26 .dlv-tree-rank-star.dlv-tree-rank-root {
  background-position: -60px -32px;
}
.dlv-26 .dlv-tree-rank-senior-star.dlv-tree-rank-root {
  background-position: -60px -62px;
}
.dlv-26 .dlv-tree-rank-executive.dlv-tree-rank-root {
  background-position: -60px -92px;
}
.dlv-26 .dlv-tree-rank-silver.dlv-tree-rank-root {
  background-position: -60px -122px;
}
.dlv-26 .dlv-tree-rank-gold.dlv-tree-rank-root {
  background-position: -60px -152px;
}
.dlv-26 .dlv-tree-rank-platinum.dlv-tree-rank-root {
  background-position: -60px -182px;
}
.dlv-26 .dlv-tree-rank-diamond.dlv-tree-rank-root {
  background-position: -60px -212px;
}
.dlv-26 .dlv-tree-rank-crown-diamond.dlv-tree-rank-root {
  background-position: -60px -242px;
}
.dlv-26 .dlv-tree-rank-royal-crown-diamond.dlv-tree-rank-root {
  background-position: -60px -272px;
}
.dlv-26 .dlv-tree-rank-onhold.dlv-tree-rank-root {
  background-position: -60px -302px;
}
.dlv-action-button-cell {
  width: 120px;
}
.dlv-action-buttons {
  width: 120px;
  height: 20px;
}
.vo-dlv-mode-tree .dlv-action-button-cell,
.vo-dlv-mode-tree .dlv-action-buttons {
  width: 100px;
}
.dlv-action-button {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/vo/Content/app/organization/img/dlv-action-icon-sprites.png) no-repeat;
  float: left;
}
.dlv-action-button-blank {
  background-position: 20px 0;
}
.dlv-action-button-message {
  background-position: -20px 0;
}
.dlv-action-button-info {
  background-position: -40px 0;
}
.dlv-action-button-path {
  background-position: -60px 0;
}
.dlv-action-button-enrolled {
  background-position: -80px 0;
}
.dlv-action-button-qualification {
  background-position: -100px 0;
}
.dlv-action-button-onhold {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
}
.dlv-action-button-onhold img {
  clip-path: inset(0px 0px 0px 120px);
  margin-left: -120px;
}
.dlv-action-button-info-customer {
  background-position: -40px -20px;
}
.dlv-autoship-day {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  line-height: 20px;
  padding: 0 2px 0 4px;
  text-align: center;
  margin-right: 5px;
}
.dlv-customer-type {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  line-height: 20px;
  padding: 0 2px 0 0x;
  text-align: left;
  margin-right: 5px;
}
.dlv-commission-qualified {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  line-height: 20px;
  padding: 0 2px 0 0x;
  text-align: left;
  margin-right: 5px;
}
.dlv-commission-qualified-text-red {
  color: #ec3d37;
}
.dlv-commission-qualified-text-green {
  color: #00945e;
}
.dlv-autoship-image {
  margin-top: -2px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.dlv-autoship-legend-image {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
}
.dlv-autoship-check {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/vo/content/app/organization/img/small-check-sprites.png) no-repeat;
  vertical-align: top;
}
.dlv-autoship-check.is-checked {
  background-position: 0 -20px;
}
.dlv-autoship-check.is-skipped {
  background-position: 0 -40px;
}
.dlv-autoship-check.is-error {
  background-position: 0 -60px;
}
.dlv-filter-row {
  width: auto;
  background-color: #fff;
}
.dlv-filter-row td {
  background-color: #e0e9cf;
  border-right: 1px solid #fff;
  padding: 0px 5px 0px 5px;
  vertical-align: bottom;
  white-space: nowrap;
  text-align: center;
}
.dlv-filter-row td:last-child {
  border-right: 0;
}
.dlv-filter-row-bottom td {
  padding: 0px 5px 5px 5px !important;
}
.dlv-filter-field {
  height: auto;
  position: relative;
  margin-top: 5px;
}
.dlv-filter-field input,
select {
  height: 24px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 5px !important;
  padding: 2px 4px 0 4px;
  font-size: 14px !important;
}
.dlv-grid-hd-enrolleesignupdate {
  white-space: nowrap !important;
}
.dlv-grid-hd-enrollercustid {
  white-space: nowrap !important;
}
.dlv-enroller-report-enrollee-column-color {
  background-color: #e0e9cf !important;
}
.dlv-essential-rewards-header {
  background-color: #e0e9cf;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #fff;
}
/* .dlv-grid-hd-name .dlv-filter-field input { text-align:left; } */
.dlv-text-center {
  text-align: center;
}
.dlv-text-right {
  text-align: right;
}
.dlv-grid-hd-signupdate-oilyversaryreport {
  text-align: center !important;
}
.dlv-grid-hd-signupanniversary {
  text-align: center !important;
}
.dlv-grid-hd-level {
  min-width: 55px;
}
.dlv-grid-hd-actions {
  padding-bottom: 33px;
}
.dlv-grid-hd-rank {
  width: 120px;
  white-space: normal;
}
.dlv-grid-hd-previousrank {
  width: 120px;
  white-space: normal;
}
.dlv-grid-hd-autoshipstatus {
  min-width: 60px;
}
.dlv-grid-hd-pvassist {
  min-width: 60px;
}
.dlv-grid-hd-forecastpv {
  min-width: 80px;
}
.dlv-grid-hd-mwo {
  width: 50px;
}
.dlv-grid-hd-title {
  padding-bottom: 5px;
  white-space: nowrap;
}
.dlv-grid-hd-title-sortable {
  cursor: default;
}
.dlv-grid-hd-title-sortable:after {
  content: " ";
  display: block;
  width: 10px;
  height: 5px;
  margin: 0 auto;
  background: url(/vo/content/app/organization/img/sort-arrow.png) no-repeat;
}
.dlv-grid-hd-title-sortable:hover {
  background: #e9f0dd;
}
.dlv-grid-hd-title-sortable-new-enroller-report:hover {
  background: #e0e9cf !important;
  cursor: pointer !important;
}
.dlv-grid-hd-title-sortable-new-enroller-report:after {
  content: " ";
  display: block;
  width: 10px;
  height: 5px;
  margin: 0 auto;
  background: url(/vo/content/app/organization/img/sort-arrow.png) no-repeat;
}
.dlv-grid-hd-title-sorted-desc:after {
  background-position: -20px 0;
  opacity: 0.6;
}
.dlv-grid-hd-title-sorted-asc:after {
  background-position: -40px 0;
  opacity: 0.6;
}
.dlv-grid-cell-level {
  text-align: center;
}
.dlv-grid-cell-memberid {
  text-align: right;
}
.dlv-grid-cell-pv {
  text-align: right;
}
.dlv-grid-cell-cv {
  text-align: right;
}
.dlv-grid-cell-ogv {
  text-align: right;
}
.dlv-grid-cell-pgv {
  text-align: right;
}
.dlv-grid-cell-commission-qualified {
  text-align: right;
}
.dlv-grid-cell-customer-type {
  text-align: center;
}
.dlv-grid-cell-autoship {
  text-align: center;
}
.dlv-grid-cell-signupdate {
  text-align: center;
  white-space: nowrap;
}
.dlv-grid-cell-lastorderdate {
  text-align: center;
  white-space: nowrap;
}
.dlv-grid-cell-lastorderpv {
  text-align: right;
}
.dlv-grid-cell-status {
  text-align: center;
}
.dlv-grid-cell-autoship-day {
  text-align: center;
}
.dlv-grid-cell-pv-assist {
  text-align: center;
}
.dlv-grid-cell-mwo {
  text-align: center;
}
.dlv-mwo-text-red {
  color: #ec3d37;
}
.dlv-pv-text-red {
  color: #900;
}
.dlv-pv-text-orange {
  color: #f90;
}
.dlv-pv-text-green {
  color: #839D57;
}
.dlv-mwo-dot {
  width: 7px;
  height: 7px;
  background-image: url(/vo/content/app/organization/img/mwo-dot-sprites.png);
  display: inline-block;
  vertical-align: middle;
}
.dlv-mwo-dot-red {
  background-position: 0 -60px;
}
.dlv-grid-row:hover .dlv-mwo-dot {
  background-position: 0 -30px;
}
.dlv-grid-row:hover .dlv-mwo-dot-red {
  background-position: 0 -60px;
}
.dlv-pv-tooltip-open {
  background: #999;
  color: #fff;
  border-radius: 4px;
  margin: 0 -4px;
  padding: 2px 4px;
}
.dlv-pv-tooltip-open.dlv-pv-text-red {
  background: #900;
  color: white;
}
.dlv-pv-tooltip-open.dlv-pv-text-orange {
  background: #f90;
  color: white;
}
.dlv-pv-tooltip-open.dlv-pv-text-green {
  background: #839D57;
  color: white;
}
.dlv-text-tooltip {
  margin: 0 -4px;
  padding: 2px 4px;
}
.dlv-text-tooltip-open {
  background: #a8a8a8;
  border-radius: 4px;
  color: white;
}
.dlv-text-tooltip-open.dlv-mwo-text-red {
  background: #C00;
  color: white;
}
.dlv-text-tooltip-open .dlv-mwo-dot {
  background-position: 0 -90px !important;
}
.dlv-tooltip-target {
  position: relative;
}
.dlv-tooltip {
  color: #666;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 10px;
  box-sizing: content-box;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 3px 8px;
  margin-bottom: 10px;
}
.dlv-tooltip-pv {
  width: auto;
  top: 30px;
  left: 0px;
}
.dlv-tooltip-pgv {
  width: auto;
  top: 30px;
  left: 0px;
}
.dlv-tooltip-er {
  width: auto;
  top: 30px;
  left: 0;
}
.dlv-tooltip-mwo {
  width: auto;
  top: 30px;
  right: -120px;
}
.dlv-tooltip-info-table .dlv-tooltip-history-item td:first-child {
  font-weight: normal;
}
/*
.dlv-tooltip-up{
    top:auto;
    bottom:30px;
    left:0;
    width:auto;
}
*/
.dlv-tooltip-info-table td {
  white-space: nowrap;
}
.dlv-tooltip-info-table td.explanation {
  white-space: normal!important;
  font-family: inherit!important;
  line-height: 1.25em;
}
.dlv-tooltip-info-table td:first-child {
  padding-right: 8px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
.dlv-tooltip-info-table.overlay td:first-child {
  font-family: inherit;
}
.dlv-tooltip-info-table th {
  text-transform: uppercase;
  color: #6e4a9e;
  padding: 0 2px;
}
.dlv-tooltip-table-hrule {
  background-color: #999;
  height: 1px;
}
.dlv-tooltip-table-hrule-light {
  background-color: #D7D7D7;
  height: 1px;
  padding: 0;
  margin: 3px 0;
}
tr.dlv-tooltip-pv-row-customer td {
  padding-bottom: 5px;
}
tr.dlv-tooltip-pv-row-total td {
  padding-top: 5px;
}
.dlv-text-right {
  text-align: right;
}
.dlv-tooltip-pgv-hd td {
  color: #6e4a9e;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
}
.dlv-tooltip-pgv-rank-1 td {
  padding-top: 5px;
}
div.dlv-sponser-path-headers {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
ul.dlv-sponsor-path {
  margin: 0 0 10px 0;
}
.dlv-sponsor-path-headers {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
}
ul.dlv-sponsor-path li {
  list-style: none;
  padding: 0 5px;
  margin: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: -1px;
}
ul.dlv-sponsor-path li:hover {
  background: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
}
ul.dlv-sponsor-path li:last-child,
ul.dlv-sponsor-path li:last-child:hover {
  border: 1px solid #b9c9a1;
  background-color: #eff4ea;
  margin-bottom: 0px;
}
ul.dlv-sponsor-path li:last-child a {
  border-bottom: 0px;
}
ul.dlv-sponsor-path li a.sponsor-path-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 35px;
  color: #000;
  border-bottom: 1px solid #ccc;
  line-height: 36px;
  margin-bottom: -1px;
}
ul.dlv-sponsor-path li a.sponsor-path-row .dlv-sponser-path-depth {
  display: table-cell;
  width: 26px;
  text-align: center;
}
ul.dlv-sponsor-path li a.sponsor-path-row .dlv-sponser-path-rank-container {
  display: table-cell;
  width: 26px;
  text-align: center;
}
ul.dlv-sponsor-path li a.sponsor-path-row .dlv-sponser-path-rank-container .dlv-sponsor-path-rank {
  vertical-align: middle;
}
ul.dlv-sponsor-path li a.sponsor-path-row .dlv-sponsor-path-name {
  display: table-cell;
  height: 35px;
  vertical-align: top;
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.dlv-sponsor-path li a.sponsor-path-row .dlv-sponsor-path-name .dlv-sponsor-path-id {
  color: #ccc;
}
/*
 .dlv-full-screen-linkbox { display:none; }
@media (max-width: 767px) {
 .dlv-container { display:none; }
 .dlv-full-screen-linkbox { display:block; }
 .is-full-screen .dlv-container { display:block; }
 .is-full-screen .dlv-full-screen-linkbox { display:none; }
}
*/
.dlv-font-12.dlv-grid {
  font-size: 12px;
}
.dlv-font-13.dlv-grid {
  font-size: 13px;
}
.dlv-font-12 .dlv-grid-cell {
  vertical-align: bottom;
}
.dlv-font-13 .dlv-grid-cell {
  vertical-align: bottom;
}
@-moz-document url-prefix() {
  .dlv-font-12 .dlv-grid-cell {
    vertical-align: inherit;
  }
  .dlv-font-13 .dlv-grid-cell {
    vertical-align: inherit;
  }
}
/*
.dlv-24 .dlv-grid-cell { padding:1px 7px 1px 7px; } 
.dlv-24 .dlv-tree-card-cell { height:23px; }
.dlv-24 .dlv-tree-toggle-icon { height:23px; }
.dlv-24 .dlv-tree-rank-icon { height:23px; }
.dlv-24 .dlv-pv-tooltip-open { padding:1px 4px; }
.dlv-24 .dlv-text-tooltip-open { padding:1px 4px; }
*/
.dlv-26 .dlv-grid-cell {
  padding: 2px 7px 2px 7px;
}
.dlv-26 .dlv-tree-card-cell {
  height: 25px;
}
.dlv-26 .dlv-tree-toggle-icon {
  height: 25px;
}
.dlv-26 .dlv-tree-rank-icon {
  height: 25px;
}
/*
.dlv-28 .dlv-grid-cell { padding:3px 7px 3px 7px; } 
.dlv-28 .dlv-tree-card-cell { height:27px; }
.dlv-28 .dlv-tree-toggle-icon { height:27px; }
.dlv-28 .dlv-tree-rank-icon { height:27px; }
*/
.downline-report-modal-content ul {
  margin: 10px 10px 0 10px;
}
.downline-report-modal-content ul li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 0;
}
.download-report-modal label.download-column-option {
  width: 100%;
}
.org-back-link {
  float: left;
  padding-top: 5px;
}
.org-month-selector {
  float: right;
}
.dlv-plain-button {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #000;
  cursor: default;
  padding: 0 7px 0 7px;
  line-height: 26px;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid #ccc;
}
.dlv-plain-button:hover {
  background-color: #d8d8d8;
}
.dlv-icon-participation {
  width: 20px;
  height: 20px;
  background-image: url(/vo/content/app/design/images/participation.png);
  display: inline-block;
  vertical-align: top;
}
.dlv-icon-no-participation {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
ul.status-select {
  background-color: #fff;
  position: absolute;
  z-index: 100;
  border: 1px solid #EAEAEA;
  border-radius: 1px;
  text-align: left;
}
ul.status-select li {
  padding: 2px 5px;
  margin: 0!important;
  cursor: pointer;
}
ul.status-select li:hover {
  background-color: #E5E5E5;
}
ul.status-select li:first-child {
  margin-top: 8px!important;
}
ul.status-select li:last-child {
  margin-bottom: 8px!important;
}
ul.er-legend-ada {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.er-legend-ada li {
  margin-left: 5px;
  margin-bottom: 5px;
}
ul.er-legend-ada li div {
  display: flex;
}
ul.er-legend-ada li.forecast {
  margin-left: 5px;
}
ul.er-legend {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.er-legend li {
  margin-bottom: 10px;
}
ul.er-legend li.forecast {
  margin-left: 5px;
}
ul.er-legend li:not(.forecast):before {
  width: 20px;
  height: 20px;
  vertical-align: top;
  display: inline-block;
  content: ' ';
}
ul.er-legend li.participation:before {
  background-image: url(/vo/content/app/design/images/participation.png);
}
ul.er-legend li.processed:before {
  background-image: url(/vo/content/app/organization/img/checkbox-checked.svg);
}
ul.er-legend li.scheduled:before {
  background-image: url(/vo/content/app/organization/img/checkbox.svg);
}
ul.er-legend li.problem:before {
  background-image: url(/vo/content/app/organization/img/checkbox-error.svg);
}
ul.er-legend li.skipped:before {
  background-image: url(/vo/content/app/organization/img/checkbox-skipped.svg);
}
.dlv-autoship-tooltip-status {
  position: relative;
  left: -5px;
}
.dlv-autoship-icon-container {
  white-space: nowrap;
}
ul.pill-button {
  background-color: white;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  line-height: 13px;
  font-size: 0;
}
ul.pill-button li {
  display: inline-block;
  padding: 7px 10px 6px 10px;
  border-right: 1px solid #a3a3a3;
  color: #666;
  margin: 0;
  text-align: center;
  font-size: 13px;
}
ul.pill-button li:last-child {
  border-right: none;
}
ul.pill-button li.selected {
  color: white;
  background-color: #a3a3a3;
}
ul.pill-button li:hover {
  background-color: #f0f0f0;
}
ul.pill-button li.selected:hover {
  background-color: #b8b8b8;
}
.pill-radio-button {
  display: flex;
  margin-bottom: 10px;
  font-size: 0;
}
.pill-radio-button div input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pill-radio-button div label {
  height: 26px;
  padding: 5px 10px;
  min-width: 90px;
  border: 1px solid #a3a3a3;
  margin: 0 -1px -1px 0;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
}
.pill-radio-button div input:checked + label {
  background-color: #746E6E;
  color: white;
}
.pill-radio-button div .left-radius {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pill-radio-button div .right-radius {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vo-rank-direction-icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(/vo/content/app/organization/img/rank-change-icon-sprites.png) no-repeat;
}
.vo-rank-direction-icon.vo-rank-direction-icon-up {
  background-position: 0 -40px;
}
.vo-rank-direction-icon.vo-rank-direction-icon-down {
  background-position: 0 -20px;
}
.prospective-modal-background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.5);
}
.prospective-modal {
  position: fixed;
  top: 0px;
  z-index: 1031;
  left: 0px;
  right: 0px;
  margin: 13% auto;
}
@media (min-width: 320px) {
  .prospective-modal {
    /* smartphones, iPhone, portrait 480x320 phones */
    width: 80%;
    height: 80%;
  }
}
@media (min-width: 481px) {
  .prospective-modal {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    width: 80%;
    height: 80%;
  }
}
@media (min-width: 641px) {
  .prospective-modal {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    width: 60%;
    height: 60%;
  }
}
@media (min-width: 961px) {
  .prospective-modal {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    width: 50%;
    height: 40%;
    min-height: 430px;
  }
}
@media (min-width: 1025px) {
  .prospective-modal {
    /* big landscape tablets, laptops, and desktops */
    width: 40%;
    height: 35%;
    min-height: 430px;
  }
}
@media (min-width: 1281px) {
  .prospective-modal {
    /* hi-res laptops and desktops */
    width: 30%;
    height: 35%;
    min-height: 430px;
  }
}
#prospects-dateField {
  background-color: #ebebe4;
}
.vo-prospects {
  padding-left: 0px;
  padding-bottom: 5px;
  list-style: none;
}
.vo-prospects li span {
  color: #7a914e;
  padding-right: 6px;
}
#dlv-nav-mobile-selects {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #dlv-nav-mobile-selects {
    display: flex;
  }
}
#dlv-nav-mobile-selects span {
  flex: 1;
}
#dlv-nav-mobile-selects span .form-control {
  padding: 0;
}
/* PROSPECTS */
.dlv-prospects-name {
  background: url(/vo/Content/app/design/images/prospect-img.png) no-repeat;
  background-position: 3px center;
  padding-left: 18px;
}
/* CMS Styles */
.cmscontent p {
  margin-top: 0px;
}
.section {
  margin-bottom: 15px;
}
.section:last-child {
  margin-bottom: 0px;
}
.cms-section-edit .section {
  margin-bottom: 0px;
}
.bodycopy,
.bodycopy a,
.copy,
.copy a,
.listitem,
.listitem a,
.listnumber,
.caption,
.linkdesc,
.linkitem,
.linkitem a {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #666;
  text-decoration: none;
}
.bodycopy,
.bodycopy a {
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.bodycopy a,
.copy a,
.listitem a {
  color: #00c6d2;
}
.caption {
  font-size: 18px;
}
.listitem {
  margin-bottom: 3px;
}
.listnumber {
  font-weight: bold;
  padding-right: 2px;
}
.listbullet {
  padding-left: 18px;
  background: url(/global/cms/bullet.gif) no-repeat;
  background-position: 6px 9px;
}
.linkitem {
  margin-bottom: 0px;
}
.linkitemh {
  padding-right: 15px;
}
.linkdesc {
  padding: 0px 0px 15px 18px;
}
.linkitem a {
  background: url(/global/cms/link/off/link1.png) no-repeat;
  background-position: 7px 9px;
  color: #00A6E0;
  padding: 3px 0px 3px 18px;
  display: block;
}
.linkitem a:hover {
  color: #0054a3;
  background-image: url(/global/cms/link/over/link1.png);
  border: 0;
}
.linkitemedit a {
  background-position: 7px 12px;
}
.hrule {
  background: url(/global/cms/hrule.gif) repeat-x;
  height: 1px;
}
/* .pagecontent a { color: #17c1bb; } Jared: This is messing up other elments used in pagecontent, lets just explicitly add link color on components */
.link-to-top {
  text-decoration: none;
}
.link-to-top .icon {
  margin-right: 4px;
}
.link-to-top:hover,
.link-to-top:focus {
  text-decoration: underline;
}
.link-blue {
  color: #17c1bb;
  text-decoration: none;
}
.link-blue:hover,
.link-blue:focus {
  text-decoration: underline;
}
/*
NEED TO DISCUSS MAKING ANY SIGNIFICANT CHANGE TO THE LAYOUT (table vs. float)... Changing to float breaks badly on many pages.
.pagemain { background-color:#fff; }
.pagemain:after { clear: both; content: " "; display: table; }
.pagecontent { -webkit-box-sizing: border-box; box-sizing: border-box; float: left; padding: 20px; width: 75%; }
*/
.vo-hrule {
  height: 1px;
  background: #CBDAB0;
  margin: 10px 0;
}
.vo-nowrap {
  white-space: nowrap;
}
.vo-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vo-inline-block {
  display: inline-block;
}
.vo-valign-middle {
  vertical-align: middle !important;
}
.vo-text-left {
  text-align: left !important;
}
.vo-text-center {
  text-align: center !important;
}
.vo-text-right {
  text-align: right !important;
}
.vo-w10p {
  width: 10% !important;
}
.vo-w15p {
  width: 15% !important;
}
.vo-w20p {
  width: 20% !important;
}
.vo-w25p {
  width: 25% !important;
}
.vo-w30p {
  width: 30% !important;
}
.vo-w35p {
  width: 35% !important;
}
.vo-w40p {
  width: 40% !important;
}
.vo-w45p {
  width: 45% !important;
}
.vo-w50p {
  width: 50% !important;
}
strong,
.text-strong {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.clearblock {
  overflow: hidden;
}
.clearblock:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
/* Links */
.vo-backlink,
.vo-forwardlink {
  text-decoration: none;
  cursor: pointer;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.vo-backlink:hover,
.vo-forwardlink:hover {
  text-decoration: underline;
}
.vo-backlink:before {
  content: "\00ab\00a0";
}
.vo-forwardlink:after {
  content: "\00a0\00bb";
}
/* Layout */
.vo-content {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
/*.vo-content a { color: #00c5d1; }*/
.vo-content a {
  color: #00aab3;
}
.vo-content a.button-cta {
  color: #fff;
}
.vo-contentbox {
  padding: 15px 0;
}
.vo-contentbox h1 {
  font-size: 60px;
  line-height: 1.1em;
  color: #839D57;
  font-weight: 200;
  margin: 0 0 5px 0;
}
.vo-contentbox h2 {
  font-size: 50px;
  line-height: 1.1em;
  color: #839D57;
  font-weight: 200;
  margin: 0 0 5px 0;
}
.vo-contentbox h3 {
  font-size: 40px;
  line-height: 1.1em;
  color: #839D57;
  font-weight: 200;
  margin: 0 0 5px 0;
}
.vo-contentbox h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #839D57;
  font-weight: 200;
  margin: 0 0 5px 0;
}
.vo-contentbox h5 {
  font-size: 22px;
  line-height: 1.2em;
  color: #757575;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.vo-contentbox h6 {
  font-size: 18px;
  line-height: 1.2em;
  color: #757575;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.vo-contentbox .section > h1,
.vo-contentbox .section > h2,
.vo-contentbox .section > h3,
.vo-contentbox .section > h4 {
  margin-top: 30px;
}
.vo-contentbox .section:first-child > h1,
.vo-contentbox .section:first-child > h2,
.vo-contentbox .section:first-child > h3,
.vo-contentbox .section:first-child > h4 {
  margin-top: 0;
}
.vo-contentbox .section.sysheading > h3 {
  font-size: 30px;
}
.ada-adjusted {
  padding: 15px 0;
}
.ada-adjusted h2 {
  font-size: 40px;
  line-height: 1.1em;
  color: #6e4a9e;
  font-weight: 200;
  margin: 0 0 5px 0;
}
.ada-adjusted h3 {
  font-size: 18px;
  line-height: 1.1em;
  color: #757575;
  font-weight: 200;
  margin: 0 0 5px 0;
}
.vo-contentbox.is-loading {
  background: url(/vo/content/app/tools/i/spinner-ff.gif) no-repeat center center #fff;
  height: 100px;
}
.vo-contentbox.is-loading * {
  display: none !important;
}
.vo-spinner {
  background: url(/vo/content/app/tools/i/spinner-ff.gif) no-repeat center center #fff;
  min-height: 32px;
}
.vo-spinner-f0 {
  background: url(/vo/content/app/tools/i/spinner-f0.gif) no-repeat center center #f0f0f0;
  min-height: 32px;
}
.vo-bg-f0 {
  background-color: #f0f0f0 !important;
}
.vo-inline-block {
  display: inline-block;
  vertical-align: top;
}
.vo-emptybox {
  padding: 10px;
  border: 1px dotted #ccc;
  background: #fdfdfd;
  border: 1px dashed #e8e8e8;
  text-align: center;
  font-size: 14px;
  color: #999;
  border-radius: 6px;
}
.vo-hr-gray {
  margin: 15px 0;
  background-color: #e5e5e5;
  height: 1px;
}
.vo-hr-green {
  margin: 15px 0;
  background-color: #cbdab0;
  height: 1px;
}
.vo-hr-0 {
  margin: 0;
}
.vo-hr-10 {
  margin: 10px 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.vo-section {
  margin-bottom: 20px;
}
.vo-tm-5 {
  margin-top: 5px !important;
}
.vo-tm-10 {
  margin-top: 10px !important;
}
.vo-tm-15 {
  margin-top: 15px !important;
}
.vo-tm-20 {
  margin-top: 20px !important;
}
.vo-bm-5 {
  margin-bottom: 5px !important;
}
.vo-bm-10 {
  margin-bottom: 10px !important;
}
.vo-bm-15 {
  margin-bottom: 15px !important;
}
.vo-bm-20 {
  margin-bottom: 20px !important;
}
.vo-rm-10 {
  margin-right: 10px !important;
}
.vo-rm-15 {
  margin-right: 15px !important;
}
.vo-lm-5 {
  margin-left: 5px !important;
}
.vo-lm-10 {
  margin-left: 10px !important;
}
.vo-lm-15 {
  margin-left: 15px !important;
}
.vo-radius-5 {
  border-radius: 5px !important;
}
.vo-subhead-bold {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
}
.vo-subhead {
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
}
.vo-subhead-line {
  border-bottom: 1px solid #CCC;
  padding-bottom: 4px;
}
.vo-chart-subhead {
  font-size: 16px;
  color: #000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
/* .vo-text-green { color:#839D57 !important; } */
.vo-text-red {
  color: #900 !important;
}
.vo-text-green {
  color: #7a914e !important;
}
.vo-text-orange {
  color: #cf8c24 !important;
}
.vo-pv-cv-amount-green {
  color: #046A38 !important;
}
.vo-pv-cv-amount-red {
  color: #ec3d37 !important;
}
.vo-pv-cv-amount-grey {
  color: #746E6E !important;
}
/* Button */
a.vo-button-blue,
a.vo-button-gray {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 20px;
  background: #ccc;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: default;
  text-decoration: none;
  transition: All 300ms ease-out;
  -webkit-transition: All 300ms ease-out;
  -moz-transition: All 300ms ease-out;
  -o-transition: All 300ms ease-out;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
}
a.vo-button-blue {
  background: #00c6d2;
}
a.vo-button-med {
  font-size: 12px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
}
a.vo-button-sm {
  font-size: 12px;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
}
a.vo-button-blue:hover,
a.vo-button-gray:hover {
  border: none;
  background-color: #b0c778;
  -webkit-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
}
a.vo-button-blue-disabled {
  cursor: not-allowed;
}
a.vo-button-gray:hover {
  background-color: #b0b0b0;
}
.vo-font-light {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.vo-font-med {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.vo-font-heavy {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
/* Headings */
.title-section {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  color: #98b561;
  margin-bottom: .3em;
  margin-top: 1.6em;
}
.title-section:first-child {
  margin-top: 0;
}
/* ICONS */
div.vo-icon {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
span.vo-icon,
.icon {
  display: inline-block;
  margin-left: .1em;
  margin-right: .1em;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
.member-rank-label {
  line-height: 18px;
  font-size: 16px;
}
span.vo-rank-icon {
  display: inline-block;
  vertical-align: top;
}
.vo-rank-icon {
  width: 20px;
  height: 20px;
  background: url(/vo/content/app/organization/img/rank-icon-sprites-20px.png) no-repeat;
  background-position: 0 0;
}
/* .vo-rank-icon- { display:none;  } */
/* .vo-rank-icon-distributor { background-position-x:0; width:5px; } */
/*NB: Firefox hates background-position-y/x, must use full background-position*/
.vo-rank-icon-star {
  background-position: 0 -30px;
}
.vo-rank-icon-senior-star {
  background-position: 0 -60px;
}
.vo-rank-icon-executive {
  background-position: 0 -90px;
}
.vo-rank-icon-silver {
  background-position: 0 -120px;
}
.vo-rank-icon-gold {
  background-position: 0 -150px;
}
.vo-rank-icon-platinum {
  background-position: 0 -180px;
}
.vo-rank-icon-diamond {
  background-position: 0 -210px;
}
.vo-rank-icon-crown-diamond {
  background-position: 0 -240px;
}
.vo-rank-icon-royal-crown-diamond {
  background-position: 0 -270px;
}
.vo-rank-icon-onhold {
  background-position: 0 -300px;
}
.vo-rank-icon-distributor {
  background-position: 0 -300px;
}
.vo-rank-icon-associate {
  background: url(/vo/Content/app/organization/img/dlv-associate-icon.svg) no-repeat center;
  background-size: contain;
}
.vo-rank-icon-pc {
  background: url(/vo/Content/app/organization/img/customer-type-customer.svg) no-repeat center;
  background-size: contain;
}
.vo-check-solid-icon {
  background: url(/vo/Content/app/organization/img/check-solid.svg) no-repeat center;
  background-size: contain;
  height: 16px;
  width: 16px;
  display: inline-block;
  text-align: center;
  margin-left: .5em;
}
/*.vo-rank-icon-pro { width:0px;height:0px;background-position-y:-160px; }  set to crown diamond for testing... TODO: Change to Professional Icon? */
.icon-article {
  background: url(/vo/content/app/tools/assets/icons/icon-article.png) no-repeat;
}
.icon-check {
  background: url(/vo/content/app/tools/assets/icons/icon-check.png) no-repeat;
}
.icon-check {
  background: url(/vo/content/app/tools/assets/icons/icon-check.png) no-repeat;
}
.icon-check-dlv {
  background: url(/vo/content/app/tools/assets/icons/icon-check.png) no-repeat;
}
.icon-checkbox {
  background: url(/vo/content/app/tools/assets/icons/icon-checkbox.png) no-repeat;
}
.icon-clicktoclose {
  background: url(/vo/content/app/tools/assets/icons/icon-clicktoclose.png) no-repeat;
}
.icon-clicktoexpand {
  background: url(/vo/content/app/tools/assets/icons/icon-clicktoexpand.png) no-repeat;
}
.icon-code {
  background: url(/vo/content/app/tools/assets/icons/code-16.png) no-repeat;
}
.icon-dot-blue {
  background: url(/vo/content/app/tools/assets/icons/icon-dot-blue.png) no-repeat;
}
.icon-dot-gray {
  background: url(/vo/content/app/tools/assets/icons/icon-dot-gray.png) no-repeat;
}
.icon-email {
  background: url(/vo/content/app/tools/assets/icons/icon-email.png) no-repeat;
}
.icon-email-green {
  background: url(/vo/content/app/tools/assets/icons/icon-email-green.png) no-repeat;
}
.icon-expand {
  background: url(/vo/content/app/tools/assets/icons/icon-expand.png) no-repeat;
}
.icon-people {
  background: url(/vo/content/app/tools/assets/icons/icon-people.png) no-repeat;
}
.icon-person {
  background: url(/vo/content/app/tools/assets/icons/icon-person.png) no-repeat;
}
.icon-percent {
  background: url(/vo/content/app/tools/assets/icons/icon-percent.png) no-repeat;
}
.icon-percent-gray {
  background: url(/vo/content/app/tools/assets/icons/icon-percent-gray.png) no-repeat;
}
.icon-plus {
  background: url(/vo/content/app/tools/assets/icons/icon-plus.png) no-repeat;
}
.icon-share {
  background: url(/vo/content/app/tools/assets/icons/icon-share.png) no-repeat;
}
.icon-star {
  background: url(/vo/content/app/tools/assets/icons/icon-star.png) no-repeat;
}
.icon-world {
  background: url(/vo/content/app/tools/assets/icons/icon-world.png) no-repeat;
}
.icon-help {
  background: url(/vo/content/app/tools/assets/icons/icon-help.png) no-repeat;
}
.icon-info {
  background: url(/vo/content/app/tools/assets/icons/icon-info.png) no-repeat;
}
.icon-triangle-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #06c3d4 transparent;
}
/* Font Icons */
@font-face {
  font-family: 'iconfont';
  src: url('/vo/content/app/design/fonts/IcoMoon-Free.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.ico {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-box:before {
  color: #bbb;
  content: "\e606";
  font-size: .8em;
}
.ico-box-checked:before {
  color: #98b561;
  content: "\e605";
  font-size: .8em;
}
.vo-icon-link,
.vo-icon-button,
.vo-button,
.vo-print-labels-icon {
  cursor: pointer;
  color: #6e4a9e !important;
  text-decoration: none;
  font-size: 14px;
  background: no-repeat left center;
  display: inline-block;
  /* padding:4px 5px 4px 0; */
  vertical-align: top;
  line-height: 16px;
}
.vo-icon-link:hover,
.vo-icon-button:hover,
.vo-button:hover,
.vo-print-labels-icon:hover {
  text-decoration: none;
  border-bottom: 0;
}
.vo-icon-list .vo-icon-link {
  padding: 4px 0 4px 0;
}
.vo-icon-link:hover,
.vo-icon-link:focus,
.vo-print-labels-icon:hover {
  color: #6e4a9e !important;
  border: none;
}
.vo-icon-link:before,
.vo-icon-button:before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/vo/content/app/tools/i/icon-link-sprites.png) no-repeat;
  vertical-align: top;
  margin-right: 4px;
  background-position: 0 0;
}
.vo-icon-link-blue {
  color: #00c6d2 !important;
}
.vo-icon-link-blue:before {
  background-position-y: -20px;
}
.vo-icon-link:hover:before {
  background-position-y: -40px;
}
.vo-print-labels-icon:before {
  background-position: -2px -60px;
}
.vo-print-labels-icon:hover:before {
  background-position: -22px -60px;
}
.vo-icon-link-arrow-sm:before {
  background-position: -5px 0;
  width: 6px;
}
.vo-icon-link-expand:before {
  background-position: -40px 0;
}
.vo-icon-link-play:before {
  background-position: -60px 0;
}
.vo-icon-link-email:before {
  background-position: -80px 0;
}
.vo-icon-link-personbox:before {
  background-position: -100px 0;
}
.vo-icon-link-person:before {
  background-position: -120px 0;
}
.vo-icon-link-save:before {
  background-position: -160px -40px;
}
.vo-icon-link-delete:before {
  background-position: -180px -40px;
}
.vo-icon-link-delete:hover,
.vo-icon-link-delete:focus {
  color: #900 !important;
}
.vo-icon-link-none:before {
  display: none;
}
.vo-icon-link-expand:hover:before {
  background-position: -40px -40px;
}
.vo-icon-link-play:hover:before {
  background-position: -60px -40px;
}
.vo-icon-link-email:hover:before {
  background-position: -80px -40px;
}
.vo-icon-link-personbox:hover:before {
  background-position: -100px -40px;
}
.vo-icon-link-person:hover:before {
  background-position: -120px -40px;
}
.vo-icon-link-save:hover:before {
  background-position: -160px -40px;
}
.vo-icon-link-delete:hover:before {
  background-position: -180px -40px;
}
.vo-icon-link-reply:before {
  background-position: -200px 40px;
}
.vo-icon-button {
  background: #CCC;
  padding: 7px 10px;
  border-radius: 3px;
}
.vo-icon-button,
.vo-button {
  color: #000 !important;
}
.vo-icon-button:hover,
.vo-button:hover {
  background: #C0C0C0;
}
.vo-icon-button-green {
  background: #98b561;
  color: #fff !important;
}
.vo-icon-button-green:hover {
  background: #999;
}
.vo-icon-button-green:before,
.vo-icon-button-green:hover:before {
  background-position-y: -60px;
}
.vo-button {
  background: #CCC;
  padding: 7px 10px;
  border-radius: 3px;
}
/* text context */
.text-warning {
  color: #cf8c24;
}
.report-config-area input[type="search"] {
  height: 30px;
  margin-bottom: 5px;
}
.report-config-area input[type="text"] {
  height: 30px;
  margin-bottom: 0;
}
.new-message-modal input[type="text"],
.new-message-modal textarea {
  padding: 5px;
  width: 100%;
}
.new-message-modal textarea {
  height: 6em;
  resize: none;
}
.vo-avatar-20 img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.vo-avatar-50 img {
  width: 50px;
  height: 50px;
}
.vo-button-gray {
  background: #ccc;
  border: none;
  color: #fff;
  cursor: default;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  margin-left: 15px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  font-weight: 900;
}
/* Not Used on VO
.ico-youtube-round:before { content: "\e600"; }
.ico-twitter-round:before { content: "\e601"; }
.ico-linkedin-round:before { content: "\e602"; }
.ico-feed-round:before { content: "\e603"; }
.ico-facebook-round:before { content: "\e604"; }
*/
/* Dashboard Grid / Ads */
.dashboard-ad-link {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 20px;
}
.dashboard-ad-link:first-child {
  padding-right: 10px;
}
.dashboard-ad-link:last-child {
  padding-left: 10px;
}
.dashboard-ad-link img {
  display: block;
  max-width: 100%;
  height: auto;
}
.dashboard-2col-grid-layout {
  display: flex;
  width: 100%;
}
.dashboard-2col-grid-item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.dashboard-2col-grid-item:first-child {
  padding-right: 10px;
}
.dashboard-2col-grid-item:last-child {
  padding-left: 10px;
}
.dashboard-ad {
  display: inline-block;
  width: 480px;
  position: relative;
  max-width: 100%;
}
.dashboard-ad-shadow:after {
  content: " ";
  display: block;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dashboard-ad img {
  display: block;
  max-width: 100%;
  height: auto;
}
.dashboard-ad-dots {
  height: 30px;
  text-align: center;
}
.dashboard-ad-dots .dot {
  background-color: #d7d7d7;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;
  display: inline-block;
}
.dashboard-ad-dots .dot-selected {
  background-color: green;
}
.dashboard-ad-caption {
  text-align: center;
}
.vo-banner-description {
  margin-top: 10px;
  color: #000;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
/*#feedbackify .fby-tab-r { top:auto !important; bottom:10px; margin-top:0 !important; }*/
@media (max-width: 767px) {
  .dashboard-2col-grid-item {
    width: auto;
    display: block;
    padding: 0 !important;
  }
  .dashboard-2col-grid-item:first-child {
    margin-bottom: 20px;
  }
  .dashboard-ad {
    width: auto;
  }
  .dashboard-ad img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .dashboard-2col-grid-item:first-child {
    margin-bottom: 10px;
  }
  /*.dashboard-ad { margin-left:-10px; margin-right:-10px; }*/
}
/* Error Info, TODO: Need more specific classes for errors */
/*.error { display:block; padding:40px; background-color:#f6f6f6;  }
.error-message { display:block; padding:40px 40px 0 40px; }
.error-message h1 { .titleFont; margin:0; padding:0; line-height:normal; font-size:70px; color:#839D57; }*/
@media (min-width: 768px) {
  .vo-contentbox {
    padding: 30px 0;
  }
}
@media (max-width: 479px) {
  .vo-section {
    margin-bottom: 10px;
  }
}
.header-toolbar-memberSearch a.topbar-link:before {
  content: "\f500";
}
.vo-account-holder-error-text-font {
  color: #BF0000;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
}
.vo-account-holder-error-asterisk-color {
  color: #BF0000;
}
/* Essential Points Sharing / Start */
.text-search-span-color {
  color: #fff;
  background-color: #6e4a9e;
}
.member-search-border {
  border: solid 1px #6e4a9e !important;
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}
.downline-search {
  margin: 10px;
}
.selected-Image {
  height: 300px;
  width: 500px;
  border-radius: 5px 5px 0px 0px;
}
.selected-Preview-Template {
  width: 50%;
}
.cover-image {
  border-radius: 5px;
  width: 100%;
}
.text-align-justify {
  text-align: justify;
}
.font-Weight {
  font-weight: bold;
}
.ultimate-Reason-Weight {
  color: black;
  font-weight: 500;
}
.preview-caption {
  width: 50%;
  display: block;
  height: auto;
  color: white;
  border: 0px;
  border-radius: 0px;
  word-break: normal;
}
.preview-custom-msg-template {
  text-align: center;
  background-color: #BBA279;
  font-size: 11pt;
  font-family: 'meiryo';
}
.margin-left {
  margin-left: 7px;
}
.float-Right {
  float: right;
}
.rewards-summary {
  font-weight: bold;
}
.element-space {
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: -19px;
}
.margin-left {
  margin-left: 10px;
}
.list-Template-Margin {
  margin-top: 5px;
}
.img-responsive {
  display: inline;
  width: 10%;
  cursor: pointer;
  border-radius: 5px;
}
.template-slide-outer {
  position: relative;
  float: left;
  padding: 0px 10px;
  display: inline-block;
  top: 10px;
  right: -15px;
}
.template-slide-outer .fa-arrow-left {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 10px;
  color: #6E4A9E;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
}
.template-slide-outer .fa-arrow-right {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 10px;
  color: #6E4A9E;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
}
.template-image-group {
  width: 70px;
  height: 60px;
  float: left;
  margin-right: 10px;
  margin-left: 11px;
  margin-top: 5px;
}
.template-image-group img {
  width: 100%;
}
.share-points-template-message {
  width: 500px;
  display: block;
  height: auto;
  color: white;
  border: 0px;
  border-radius: 0px;
  word-break: normal;
}
pre.template-caption {
  border-radius: 0px;
  border: none;
  color: white;
}
.btn-decoration {
  text-decoration: underline;
}
.btn-Cancel {
  color: black;
  margin-left: 20px;
  font-weight: 500;
}
table,
th,
td {
  border-collapse: collapse;
  padding: 5px;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}
.opacity-image {
  opacity: 0.6;
}
.active,
.opacity-image:hover {
  opacity: 1;
}
.custom-message-textarea {
  width: 500px;
  height: 60px;
  min-width: 500px;
  min-height: 60px;
}
.share-amount {
  width: 60px;
  height: 20px;
  font-size: x-large;
}
.preview-Image-margin-top {
  margin-top: 15px;
}
.select-all-btn {
  width: 180px;
}
.share-point-submit-btn {
  margin-top: 23px;
  margin-left: 27px;
}
.er-balance-visibility {
  visibility: hidden;
}
.share-point-choose-amount {
  width: 60px;
  height: 20px;
  resize: none;
}
.succes-message {
  color: green;
}
.no-record-found-h4 {
  padding-left: 67px;
  font-weight: bold;
  color: grey;
}
.pagination > .active > a {
  background: #6e4a9e;
}
.pagination > .active > a:hover {
  background: #6e4a9e;
}
.pagination > li:first-child > a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagination > li:last-child > a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.background-color {
  border: 1px solid red !important;
}
.er-spt-slider-container {
  width: 500px;
  position: relative;
}
.er-spt-slider-slide img {
  vertical-align: middle;
  width: 100%;
}
.er-spt-slider-back-arrow,
.er-spt-slider-next-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.er-spt-slider-next-arrow {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.er-spt-slider-back-arrow:hover,
.er-spt-slider-next-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.er-spt-slider-dot-container {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 85%;
}
.er-spt-slider-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.er-spt-slider-dot-active,
.er-spt-slider-dot:hover {
  background-color: #6E4A9E;
}
table.er-spt-summery-table table.er-spt-summery-table th,
td {
  border: none;
  border-collapse: collapse;
  padding: 8px;
  background-color: white;
}
.steps-progress-bar {
  margin-bottom: 30px;
  counter-reset: step;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.steps-progress-bar li {
  list-style-type: none;
  color: white;
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
}
.steps-progress-bar li label {
  color: #b9b9b9;
}
.steps-progress-bar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 0px;
  background: #eeeeee;
  margin: 0 auto 5px auto;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.steps-progress-bar li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #eeeeee;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: 0;
}
.steps-progress-bar li:first-child:after {
  content: none;
}
.steps-progress-bar li.active:before,
.steps-progress-bar li.active:after {
  background: #8B6EB1;
  color: white;
}
.steps-progress-bar li.active label {
  color: #6e4a9e;
}
.share-points-close-btn {
  position: absolute;
  right: 32px;
  top: 0px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.cursor {
  cursor: pointer;
}
.share-points-close-btn:hover {
  opacity: 1;
}
.share-points-close-btn:before,
.share-points-close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.share-points-close-btn:before {
  transform: rotate(45deg);
}
.share-points-close-btn:after {
  transform: rotate(-45deg);
}
.sender-points {
  font-weight: bold;
  color: #88AF6E;
  margin-left: 6px;
}
.sender-points-margin-bottom {
  margin-bottom: 10px;
}
.close-received-sharepoints {
  opacity: 1.6;
  font-size: 30px;
}
.color-gray {
  color: gray;
}
.points-card {
  transition: 0.3s;
  width: 170px;
  border-radius: 5px;
}
.card-container {
  padding: 2px 16px;
  font-size: 18px;
  font-family: sans-serif;
  text-align: center;
  border: 2px solid lightgray;
  border-radius: 5px;
}
.progress {
  height: 3px;
}
.progress-bar {
  background-color: #6e4a9e;
  opacity: 70%;
}
.inner {
  display: table;
  margin: 0 auto;
}
.outer {
  width: 100%;
}
.checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 30px;
  width: 20px;
  margin-left: 15px;
  margin-top: 5px;
  border-bottom: 7px solid #78b13f;
  border-right: 7px solid #78b13f;
}
.checkmark_circle {
  width: 50px;
  height: 50px;
  background-color: green;
  border-radius: 25px;
  z-index: 0;
}
label#successdescription {
  font-size: 12.5px;
}
.er-vid-content {
  width: 100%;
  height: 280px;
}
.er-table {
  border: 0px;
}
.er-text-align-center {
  text-align: center;
}
.er-border-bottom {
  border-bottom: none;
}
.sp-select-member-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
}
.sp-select-member-item {
  min-width: 45%;
}
/* Essential Points Sharing / End */
.brand-partner-report {
  display: block;
}
.vo-select-dropdown {
  position: relative;
  width: 300px;
}
.vo-select-dropdown .trigger {
  border: none;
  height: 100%;
  background-color: transparent;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #6e4a9e;
  margin: 0;
  padding: 0;
}
.vo-select-dropdown .trigger .trigger-content {
  margin-left: 10px;
}
.vo-select-dropdown .trigger .trigger-content .icon {
  font-size: 1.35em;
  position: absolute;
  right: 10px;
}
.vo-select-dropdown .options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin: -1px;
  padding: 0;
  border: 1px solid #6e4a9e;
  border-top: 0;
  background-color: #fff;
}
.vo-select-dropdown .options.is-visible {
  display: block;
}
.vo-select-dropdown .options li {
  font-size: 14px;
  padding: 3px 10px;
  cursor: default;
}
.vo-select-dropdown .options li:hover,
.vo-select-dropdown .options li[aria-selected="true"] {
  background-color: #6e4a9e;
  color: white;
  border-color: white;
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
*:focus-visible {
  outline: 1px solid #297799 !important;
  outline-offset: 2px !important;
  border-radius: 1px;
}
.vo-contentbox a {
  text-decoration: none;
}
.vo-contentbox a:hover {
  text-decoration: none;
}
.info-button {
  background-color: #98B561;
  border: none;
  color: white;
  min-height: 35px;
}
.info-button:hover {
  cursor: pointer;
}
.news-item {
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #b0c778;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-item p {
  margin-top: 0;
}
.vo-news-button {
  margin-right: 15px;
}
.news-block-content-cell {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 15px 0;
  line-height: 22px;
  width: 100%;
  box-sizing: border-box;
}
.news-block-content-cell a.vo-news-button {
  margin-left: 0!important;
  margin-right: 15px;
  margin-bottom: 15px;
}
.news-block-photo-cell {
  display: table-cell;
  padding: 5px 20px 0 0;
}
.news-block-photo {
  width: 150px;
}
@media (max-width: 480px) {
  .news-item {
    display: block;
  }
  .news-block-content-cell {
    display: block;
  }
  .news-block-photo-cell {
    display: block;
    padding: 5px 0 20px 0;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .news-block-photo {
    width: 100%;
  }
  .news-block-photo img {
    display: block;
    width: 100% !important;
  }
}
.col-grid-layout {
  display: flex;
  width: 100%;
}
.col-grid-item {
  width: 50%;
  vertical-align: top;
}
.col-grid-item:first-child {
  padding-right: 10px;
}
.col-grid-item:last-child {
  padding-left: 10px;
}
ul.vo-icon-links {
  padding-left: 0px;
}
ul.vo-icon-links li {
  list-style-type: none;
  margin-bottom: 10px;
}
.glyph {
  color: #17c1bb;
}
.glyphlink:before {
  font-family: 'iconfont';
  color: #00aab3;
  display: block;
  float: left;
  vertical-align: top;
  margin-right: 5px;
}
.glyph-pdf:before {
  content: "\eadf";
}
.glyph-link:before {
  content: "\e9cb";
}
@media (max-width: 767px) {
  .col-grid-item {
    width: auto;
    display: block;
    padding: 0 !important;
  }
}
div.resource-button {
  margin-bottom: 15px;
}
div.resource-button a {
  text-align: center;
}
/* col-grid-layout */
.col-grid-layout div.resource-button a {
  min-width: 240px;
  box-sizing: border-box;
}
vo-vimeo-player {
  display: block;
}
vo-vimeo-player div {
  padding: 56.25% 0 0 0;
  position: relative;
}
vo-vimeo-player div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.admin-cm-landing-block {
  margin: 0 40px 30px 0;
}
.admin-cm-landing-block h4 {
  font-size: 30px;
  margin-bottom: 5px;
}
.admin-cm-landing-block .description {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  color: #787878;
  font-size: 18px;
  margin-bottom: 13px;
}
.admin-cm-page-header {
  margin-bottom: 25px;
}
.admin-cm-page-header h5 {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
  font-size: 30px;
}
.admin-cm-page-header .search {
  display: inline-block;
  vertical-align: middle;
}
.admin-cm-page-header .rightlink {
  float: right;
  padding-top: 10px;
}
.admin-cm-list {
  border-top: 1px solid #A8C06B;
  border-bottom: 1px solid #A8C06B;
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
}
.admin-cm-list li {
  padding: 15px 0;
  margin-left: 0;
  border-top: 1px solid #ccc;
}
.admin-cm-list li:first-child {
  border-top: 0;
}
.admin-cm-addfilter-button {
  margin-left: 2px;
  padding-bottom: 3px;
}
.admin-cm-message-history-list {
  border-top: 1px solid #A8C06B;
  border-bottom: 1px solid #A8C06B;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.admin-cm-message-history-list li {
  color: #333;
  vertical-align: top;
  padding: 15px 0;
  margin-left: 0;
  border-top: 1px solid #ccc;
  position: relative;
  min-height: 55px;
  padding-left: 50px;
}
.admin-cm-message-history-list li:hover {
  background: #f0f0f0;
  cursor: default;
}
.admin-cm-message-history-item {
  background: url(/vo/content/app/design/images/right-arrow.png) no-repeat right center;
}
.admin-cm-message-history-list li:before {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  top: 15px;
  left: 0;
  background: url(/vo/content/app/design/images/yl-avatar.png) no-repeat;
  background-size: contain;
}
.admin-cm-message-history-list li:first-child {
  border-top: 0;
}
/*.admin-cm-message-history-item-info { width:40%; display:inline-block; vertical-align:top; box-sizing:border-box; border-right:1px solid #ccc; padding-right:15px; }*/
/*.admin-cm-message-history-item-subject { width:60%; display:inline-block; vertical-align:top; box-sizing:border-box; padding-left:15px; }*/
.admin-cm-message-history-subject {
  font-size: 18px;
  font-weight: 600;
  color: #666;
}
.admin-cm-message-history-info {
  font-size: 14px;
  margin-top: 5px;
  padding-right: 20px;
}
.admin-cm-message-history-info span {
  font-weight: 600;
  color: #666;
}
.admin-cm-message-history-date {
  font-size: 14px;
  margin-top: 5px;
}
.admin-cm-message-history-date span {
  font-weight: 600;
  color: #666;
}
.admin-cm-message-history-priority-indicator {
  font-size: 14px;
  font-weight: 600;
  color: #C00;
  display: inline-block;
  vertical-align: top;
}
.admin-cm-message-history-priority-indicator:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/vo/Content/app/organization/img/dlv-action-icon-sprites.png) no-repeat;
  background-position: -120px 0;
  vertical-align: top;
  margin-right: 2px;
}
.admin-cm-message-history-right {
  padding: 0 30px 0 20px;
  float: right;
  text-align: right;
}
.admin-cm-preview-area {
  margin-top: 15px;
  border-top: 1px solid #A8C06B;
  padding-top: 15px;
}
.admin-cm-choose-select {
  width: 280px;
  color: #333;
}
.admin-cm-compose-label {
  color: #333;
  margin: 15px 0 5px 0;
}
.admin-cm-compose-priority {
  color: #333;
  margin: 5px 0 5px 0;
  font-size: 15px;
  vertical-align: top;
}
.admin-cm-segment-item {
  min-height: 40px;
  background: url(/vo/content/app/design/images/report-icon.png) no-repeat top left;
  padding-left: 50px;
  padding-top: 10px;
}
[class^="admin-iconlink-"],
[class*=" admin-iconlink-"] {
  display: inline-block;
  line-height: 1;
  color: #00c5d1;
  font-size: 16px;
  cursor: default;
  text-decoration: none;
}
/*[class^="admin-iconlink-"]:hover, [class*=" admin-iconlink-"]:hover {
    color:#666;
}*/
[class^="admin-iconlink-"]:before,
[class*=" admin-iconlink-"]:before {
  font-family: 'yolo-icon-font';
  margin-right: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.admin-iconlink-plus:before {
  content: "\e602";
}
vo-json {
  display: none;
}
.page-footer {
  margin-top: 50px;
}
.checkout .deliveries .delivery {
  margin-bottom: 50px;
}
.checkout .deliveries .delivery .shipping {
  margin-bottom: 10px;
}
.checkout .deliveries .delivery ul.list-inline {
  border: 1px solid #cccccc;
  padding: 3px;
}
.checkout .deliveries .delivery .ship-address ul.list-inline {
  margin-left: 15px;
}
.checkout .deliveries .delivery .items {
  border: 1px dashed #999999;
  min-height: 35px;
}
.checkout .deliveries .delivery .items .item {
  line-height: 35px;
  margin-top: 5px;
  border-top: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.checkout .deliveries .delivery .items .item:last-child {
  border-bottom: 1px solid #cccccc;
}
.checkout .deliveries .delivery .items .item .handle {
  cursor: move;
}
.checkout .deliveries .create-delivery {
  margin-top: 35px;
  margin-bottom: 35px;
  height: 75px;
  text-align: center;
  background-color: #d5f1b6;
  border: 1px solid #aec792;
}
.checkout .deliveries .create-delivery h4 {
  line-height: 50px;
  color: #999999;
}
.exception-dialog {
  font-family: arial;
  height: 90%;
}
.exception-dialog .modal-dialog {
  width: 80%;
}
.error-details .message {
  cursor: pointer;
}
.error-details .stacktrace {
  font-size: 10px;
}
.error-details ul.stacktrace {
  list-style-type: none;
  padding-left: 0px;
}
.error-details ul.stacktrace .interesting {
  font-weight: bold;
  font-size: 11px;
}
.signup-container h4,
.visible-errors h4 {
  font-size: 22px;
}
.signup-container .ng-submitted label .radio-label.ng-invalid,
.visible-errors .ng-submitted label .radio-label.ng-invalid {
  color: #bf0000;
}
.signup-container .ng-submitted input[type=radio].ng-invalid + label,
.visible-errors .ng-submitted input[type=radio].ng-invalid + label {
  color: #bf0000;
}
.signup-container .ng-submitted input[type=checkbox].ng-invalid + label,
.visible-errors .ng-submitted input[type=checkbox].ng-invalid + label {
  color: #bf0000;
}
.signup-container .products-container,
.visible-errors .products-container {
  clear: both;
}
.signup-container .products-container .product,
.visible-errors .products-container .product {
  min-height: 510px;
  border: 1px solid #d0d0d0;
}
.signup-container .products-container .product .image-container,
.visible-errors .products-container .product .image-container {
  text-align: center;
}
.monthly-order .carousel-indicators {
  display: none;
}
.validation-errors {
  list-style-type: none;
  padding-left: 0px;
  padding: 0px;
  /*margin-bottom: 0px;*/
  color: #bf0000;
  font-weight: bold;
  display: none;
}
.inline-validation-errors {
  display: none;
}
.ng-submitted .validation-errors {
  display: block;
}
.ng-submitted .inline-validation-errors {
  display: inline-block;
}
.error .inline-validation-errors {
  display: inline-block;
}
.show-errors .validation-errors {
  display: block;
}
.show-errors .inline-validation-errors {
  display: inline-block;
}
/* Necessary for IE8 */
input[type=radio].vo-radio,
input[type=checkbox].vo-switch {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  display: block!important;
  left: -999em;
}
.form-group .radio-large {
  cursor: pointer;
  transform: scale(1.25);
}
.nfr-header .icon-help {
  font-size: 18px;
}
.nfr-header .tooltip {
  width: 550px;
}
.nfr-header .tooltip-inner {
  padding: 10px;
  max-width: 550px;
  width: 550px;
  text-align: left;
}
.nfr-header .tooltip-inner ul {
  list-style: circle;
  padding-left: 20px;
}
.reset-password-container {
  min-height: 350px;
}
.last-payment-dialog {
  color: #333;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.last-payment-dialog-acknowledge {
  color: #333;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 700;
}
/* New */
.personcard {
  color: #333;
  display: table;
  font-size: 16px;
}
.personcard-avatar {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}
.personcard-avatar img {
  width: 60px;
  height: 60px;
}
.personcard-info {
  display: table-cell;
  vertical-align: middle;
}
.personcard-name {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.personcard-rank {
  line-height: 20px;
  vertical-align: top;
  margin-top: 5px;
  color: #666;
}
.personcard img {
  display: block;
}
.personcard .vo-rank-icon {
  margin-right: 4px;
}
.personcard-40 {
  font-size: 14px;
}
.personcard-40 .personcard-avatar {
  padding-right: 6px;
}
.personcard-40 .personcard-avatar img {
  width: 40px;
  height: 40px;
}
.personcard-40 .personcard-rank {
  margin-top: 0px;
}
.personcard .vo-rank-icon-distributor,
.personcard .vo-rank-icon-none,
.personcard .vo-rank-icon-rc {
  display: none;
}
.personcard-type-2 .person-photo {
  border-color: #7a914e;
}
.personcard-type-3 .person-photo {
  border-color: #008899;
}
.personcard-type-4 .person-photo {
  border-color: #806020;
}
.personcard-type-yl .person-photo {
  border-color: #853769;
}
/* .personcard-onhold .person-photo { border-color:#c00; } */
/*.personcard-type-2 .personcard-rank { color: #7a914e; }*/
.personcard-type-3 .personcard-rank {
  color: #008899;
}
.personcard-type-4 .personcard-rank {
  color: #806020;
}
.personcard-onhold .personcard-rank {
  color: #c00;
}
/***** PERSON PHOTO / PERSON CARD *****/
.person-card {
  color: #333;
}
.person-photo {
  background-color: #fff;
  border-left: 4px solid #999;
  padding-left: 1px;
  width: 60px;
  height: 60px;
  box-sizing: initial;
}
/* Small person card: changes image to 40px */
.person-photo-50 {
  width: 50px;
  height: 50px;
}
.person-photo-40,
.person-photo-small {
  width: 40px;
  height: 40px;
}
.person-photo-30 {
  width: 30px;
  height: 30px;
}
/* PERSON CARD */
.person-card .person-photo {
  float: left;
  margin-right: .6em;
}
.person-card p {
  padding-top: .25em;
  margin: 0;
}
.person-photo + p {
  padding-top: .5em;
}
.person-photo-small ~ p {
  padding-top: 0;
}
.person-card {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.person-card .person-name {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
/* Small person card: changes image to 40px */
.person-card-small .person-photo {
  max-height: 40px;
}
.person-card-small p {
  margin-top: 0;
  padding-top: 0;
}
/* Person card color variations */
/* Customer card */
.person-card-customer .person-photo {
  border-color: #028799;
}
/* Prospect card */
.person-card-prospect .person-photo {
  border-color: #cf8c24;
}
.statbox-tab-content {
  display: none;
}
.statbox-tab-content.active {
  display: block;
}
/* .statboxgrid { letter-spacing: -.31em; margin-left: -20px; } What is -.31em; all about ? */
.statboxgrid {
  margin: 20px -20px -20px 0;
}
.statboxgrid-item {
  display: inline-block;
  /* letter-spacing: normal; */
  width: 50%;
  padding: 0 20px 20px 0;
  box-sizing: border-box;
  vertical-align: top;
}
.statbox {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  background-color: #f6f6f6;
  padding: 0;
}
.statbox .icon-help {
  vertical-align: middle;
}
.statbox-single {
  margin-bottom: 20px;
}
.statbox-single:last-child {
  margin-bottom: 0;
}
.statbox-center {
  text-align: center;
}
.statbox-title,
.statbox-small-title {
  background-color: #b0b0b0;
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 8px 12px;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  height: 36px;
}
.statbox-title-arrow:after {
  border-color: #b0b0b0 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 16px 0 16px;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  left: 28px;
  top: 100%;
  width: 0;
}
.statbox-tabs {
  float: right;
}
.statbox-tab-btn {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
  font-size: .8em;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  opacity: .6;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.statbox-tab-btn:hover,
.statbox-tab-btn:focus,
.statbox-tab-btn.active {
  color: #fff;
  opacity: 1;
}
.statbox-tab-btn:after {
  border-color: transparent transparent #f0f0f0 transparent;
  border-style: solid;
  border-width: 0 12px 8px 12px;
  content: " ";
  display: block;
  height: 0;
  margin-top: 20px;
  margin-left: -12px;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  -webkit-transition: margin .3s;
  transition: margin .3s;
}
.statbox-tab-btn.active:after {
  margin-top: 2px;
}
.statbox p {
  margin-bottom: 0;
  margin-top: 8px;
  line-height: initial;
}
.statbox p:first-child {
  margin-top: 0;
}
.statbox-hd {
  color: #000000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  position: relative;
  vertical-align: middle;
}
.statbox-hd span {
  vertical-align: middle;
}
.statbox-hd .icon-help {
  vertical-align: middle;
}
.statbox-stat {
  color: #808080;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1em;
  vertical-align: top;
}
.statbox-stat.statboxresize {
  font-size: 25px;
}
.statbox-content .color-green {
  color: #046A38;
}
.statbox-content .color-gray {
  color: #808080;
}
.statbox-content .color-red {
  color: #900;
}
.statbox-content {
  padding: 15px 19px;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-top: 0;
}
.statbox.statbox-loading .statbox-content {
  background: url(/vo/content/app/design/images/gray-spinner-f6.gif) no-repeat center center;
  background-color: #f6f6f6;
}
.statbox.statbox-loading .statbox-content * {
  display: none;
}
.statbox-align-120px .statbox-content {
  min-height: 120px;
}
.statbox-horizontal .statbox-title {
  display: inline-block;
  width: 160px;
  font-size: 18px;
  line-height: 20px;
  padding: 8px 12px;
}
.statbox-horizontal h3 {
  margin: 0;
  line-height: 20px;
  padding: 0;
}
@media (max-width: 1279px) {
  .statbox-stat {
    font-size: 24px;
  }
  .statbox-stat.statboxresize {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .statbox-stat {
    font-size: 24px;
  }
  .statbox-stat.statboxresize {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .statboxgrid-4col {
    margin-right: 0;
  }
  .statboxgrid {
    margin: 20px 0 -20px 0;
  }
  .statboxgrid-item {
    display: block;
    width: auto;
    padding: 0 0 20px 0;
  }
  .statbox-horizontal .statbox-title {
    display: block;
    width: auto;
  }
  .statbox-align-120px .statbox-content {
    min-height: 0;
  }
}
@media (max-width: 479px) {
  .statboxgrid {
    margin: 0px 0 -10px 0;
  }
  .statboxgrid-item {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }
}
.statbox-detail-link {
  margin-top: 10px;
  font-size: 14px;
}
.statbox-detail-link a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0a9";
  color: #6e4a9e;
  margin-left: 10px;
  font-weight: 900;
}
/* Horizontal */
.statbox-horizontal .statbox-content {
  display: inline-block;
  vertical-align: top;
  padding: 8px 12px;
  min-height: 0;
}
.statbox-horizontal .statbox-content p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  margin: 0 20px 0 0;
}
/* 4 Column */
.statboxgrid-4col {
  margin-right: -20px;
  /* margin:0px -20px -20px 0; */
}
.statboxgrid-4col-item {
  display: inline-block;
  width: 25%;
  padding: 0 20px 20px 0;
  box-sizing: border-box;
  vertical-align: top;
}
.statbox-small .statbox-content {
  padding: 0;
}
.statbox-small .statbox-content-single .statbox-stat {
  padding-top: 16px;
}
.statbox-small .statbox-info {
  display: table;
  min-height: 80px;
  width: 100%;
}
.statbox-small .statbox-info2 {
  display: table-cell;
  vertical-align: middle;
}
.statbox-stat .shopping-cart-icon {
  font-family: 'yolo-icon-font';
  line-height: 1em;
  vertical-align: top;
  display: inline-block;
}
.statbox-stat .shopping-cart-icon:hover {
  border-bottom: 0;
}
.statbox-stat .shopping-cart-icon::before {
  content: "\e601";
  font-size: 20px;
  vertical-align: top;
  color: #00aab3;
  text-decoration: none;
}
.statbox-stat .icon-warning-sign {
  font-family: 'yolo-icon-font';
  line-height: 1em;
  vertical-align: top;
  display: inline-block;
}
.statbox-stat .icon-warning-sign:hover {
  border-bottom: 0;
}
.statbox-stat .icon-warning-sign::before {
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* .statboxgrid { margin:0; } */
  /* .statboxgrid-item { display:block; width:auto; padding:0 0 20px 0; } */
  .statboxgrid-4col {
    margin-right: 0;
  }
  .statboxgrid-4col-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .statboxgrid-4col {
    margin-right: 0;
  }
  .statboxgrid-4col-item {
    display: block;
    width: auto;
    padding: 0 0 10px 0;
  }
  .statbox-small .statbox-info {
    min-height: initial;
  }
  .statbox-small .statbox-content {
    height: auto;
  }
  .statbox-content {
    min-height: 0;
  }
}
/* Statbox Column Layout */
.statbox-layout-4column,
.statbox-layout-2column {
  font-size: 0;
  margin-right: -20px;
}
.statbox-layout-item {
  font-size: 16px;
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  width: 100%;
}
.statbox-layout-4column .statbox-layout-item {
  width: 25%;
}
.statbox-layout-2column .statbox-layout-item {
  width: 50%;
}
.statbox-layout-2column-aligned .statbox-layout-item:nth-child(even) {
  padding-left: 10px;
}
@media (max-width: 599px) {
  .statbox-layout-4column {
    margin-bottom: -20px;
  }
  .statbox-layout-4column .statbox-layout-item {
    width: 50%;
    padding-bottom: 20px;
  }
  .statbox-layout-2column-aligned .statbox-layout-item:nth-child(even) {
    padding-left: 0;
  }
  .statbox-hd {
    font-size: 14px;
  }
  .statbox .icon-help {
    font-size: 14px;
  }
  .statbox-stat {
    font-size: 20px;
  }
  .statbox-stat .shopping-cart-icon::before {
    font-size: 16px;
  }
  .statbox-stat .icon-warning-sign::before {
    font-size: 16px;
  }
  .statbox-title,
  .statbox-small-title {
    font-size: 16px;
  }
}
.dashboard-notification-alert {
  padding: 20px;
  background-color: #04AA6D;
  color: white;
}
.points-received-alert-close-btn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.points-received-alert-close-btn:hover {
  color: black;
}
/*
@media (max-width: 479px) {
    .statbox-layout-item::after { 
        content:" ";
        height:0;
        clear:both;
    }
    .statbox-layout-4column .statbox-layout-item { width:100%; }	
    .statbox-layout-2column .statbox-layout-item { width:100%; padding-bottom:20px; }
    .statbox-layout-2column { margin-bottom:-20px; }	

    .statbox-stat { float:left; }
    .statbox-detail-link { margin-top:0; float:right; }
}
*/
.barchart-small,
.barchart-large {
  padding: 80px 32px 25px 10px;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.barchart-large:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #f00;
  z-index: 1;
}
.barchart-bottom-line {
  width: 100%;
  height: 1px;
  background: #b2b2b2;
  position: absolute;
  bottom: -3px;
}
.barchart-inner {
  /* border-bottom: 1px solid #b2b2b2; */
  position: relative;
}
.barchart-inner.loading {
  background: url(/vo/content/app/tools/i/spinner-ff.gif) no-repeat center center #fff;
}
.barchart {
  display: table;
  position: relative;
  width: 100%;
  z-index: 1;
}
.barchart-large .barchart {
  border-spacing: 8px 0px;
  height: 120px;
}
.barchart-small .barchart {
  height: 100px;
  border-spacing: 6px 0px;
}
.barchart-item {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
.barchart-bar-bg {
  background-color: #d7d7d7;
  position: relative;
  width: 100%;
}
.barchart-bar {
  box-sizing: border-box;
  background-color: #999;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.barchart-bar-label {
  font-size: .8em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: center;
}
.barchart-x-label-short,
.barchart-x-label {
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
  position: absolute;
  width: 100%;
}
.barchart-x-label-short {
  display: none;
}
.barchart-y-lines {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.barchart-y-axis {
  position: absolute;
  border-bottom: 1px solid #dfdfdf;
  left: 0;
  right: 0;
}
.barchart-y-labels {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: -32px;
  top: 0;
  z-index: 2;
  margin-top: -1px;
  width: 40px;
}
.barchart-y-label {
  overflow: hidden;
  font-size: .8em;
  margin-bottom: -0.6em;
  padding-left: 4px;
  position: absolute;
  right: 0;
  vertical-align: middle;
  width: 100%;
}
/* Barchart bar colors - Add one of these classes to the .barchart-bar-fg element to change its background color */
.barchart-barstyle-volume {
  background-color: #98b561;
}
.barchart-barstyle-retail {
  background-color: #008899;
}
/* .is-retail-customer .barchart-barstyle-volume { background-color: #008899; } use type per month */
.barchart-barstyle-forecast {
  /* background-color:#c4cfad; border:1px dashed #98b561; */
  background: url(/vo/content/app/tools/assets/icons/bg-stripe.png) #c4cfad;
}
.barchart-barstyle-alert {
  background-color: #990000;
}
.barchart-barstyle-warning {
  background-color: #cf8c24;
}
.barchart-barstyle-info {
  background-color: #028799;
}
.barchart-barstyle-success {
  background-color: #7a914e;
}
/* Responsive */
@media (max-width: 767px) {
  .barchart-large .barchart {
    border-spacing: 6px 0px;
  }
  .barchart-x-label,
  .barchart-x-label-short {
    font-size: .8em;
  }
  .barchart-y-label {
    font-size: .6em;
  }
}
@media (max-width: 599px) {
  .barchart-x-label-short {
    display: block;
  }
  .barchart-x-label-short + .barchart-x-label {
    display: none;
  }
}
@media (max-width: 479px) {
  .barchart-large .barchart {
    border-spacing: 4px 0px;
  }
}
.barchart-mini {
  position: relative;
  overflow: visible;
  overflow-x: visible;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  /*
	padding: 3px;
    background:#f8f8f8;
    border:1px solid #f0f0f0;
        */
}
.barchart-mini:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #f00;
  z-index: 1;
}
.barchart-mini-item {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  width: 10px;
}
.barchart-mini .barchart {
  border-spacing: 2px !important;
  height: 40px;
}
.barchart-mini .barchart-bar {
  width: 8px;
}
.barchart-mini-bottom-line {
  width: 100%;
  height: 1px;
  background: #b2b2b2;
  position: absolute;
  bottom: 0px;
}
.downline-tree {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #cbdab0;
}
.downline-group {
  display: block;
  /* padding:11px 0; */
}
.downline-row {
  display: block;
  padding: 10px 0;
  -webkit-transition: background .15s;
  transition: background .15s;
  cursor: default;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid #cbdab0;
}
.downline-row-rank span {
  display: inline-block;
  vertical-align: top;
}
.downline-row-rank-label {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  padding-left: 6px;
}
.downline-row-rank-label:first-child {
  padding-left: 0;
}
.is-retail-customer .downline-row-rank-label {
  color: #008899 !important;
}
.is-professional-customer .downline-row-rank-label {
  color: #806020 !important;
}
.is-onhold .downline-row-rank-label {
  color: #BE1217;
}
.downline-row:hover {
  background: #f8f8f8;
}
.downline-row:hover,
.downline-row.is-selected {
  padding-left: 30px;
  padding-right: 20px;
  margin-left: -30px;
  margin-right: -20px;
  margin-bottom: -1px;
  border-bottom: 1px solid #cbdab0;
}
.downline-avatar {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding-left: 1px;
  box-sizing: initial;
}
.downline-avatar-selected {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-left: 4px solid #6e4a9e;
  padding-left: 1px;
  box-sizing: initial;
}
.is-retail-customer .downline-avatar {
  border-color: #008899;
}
.is-professional-customer .downline-avatar {
  border-color: #806020;
}
/* .is-onhold .downline-avatar { border-color:#c00; } */
.downline-tree-arrow {
  position: absolute;
  left: -25px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(/vo/content/app/tools/assets/icons/icon-clicktoexpand.png) 50% 50% no-repeat;
  cursor: pointer;
}
.downline-row-isopen .downline-tree-arrow {
  background-image: url(/vo/content/app/tools/assets/icons/icon-clicktoclose.png);
  background-position: 4px 4px;
}
.downline-tree-caret {
  position: absolute;
  left: -25px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* .downline-tree-children { padding-left:0px; } */
.downline-tree-loading-row {
  padding: 10px 0;
  border-top: 1px solid #cbdab0;
  text-align: center;
  color: #999;
}
.downline-tree-noitems-row {
  padding: 10px 0;
  border-top: 1px solid #cbdab0;
  text-align: center;
  color: #900;
}
.downline-row-inner {
  position: relative;
}
.downline-row-items {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.downline-item-avatar {
  display: table-cell;
  width: 50px;
  vertical-align: top;
}
/* TABLE */
.downline-item-details {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.downline-item-details2 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.downline-item-person {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.downline-item-badges {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
  text-align: center;
}
.downline-item-pv {
  display: table-cell;
  width: 110px;
  vertical-align: middle;
  text-align: center;
}
.downline-item-ogv {
  display: table-cell;
  width: 110px;
  vertical-align: middle;
  text-align: center;
}
.downline-member-badges {
  display: inline-block;
}
/* END TABLE */
/* WRAP */
/*
  .downline-item-info { display:table-cell; width:85%; vertical-align:middle; }
  .downline-item-person { display:block; margin-bottom:1px; }
  .downline-item-part { display:inline-block; padding-right:5px; }
  .downline-item-badges { display:inline-block; padding-right:15px; }
  .downline-item-pv     { display:inline-block; padding-right:15px; }
  .downline-item-ogv    { display:inline-block; padding-right:15px; }
*/
/* END */
.downline-item-chart {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
}
.downline-row p {
  margin: 0;
}
.downline-member-badge {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(/vo/content/app/tools/badges/badge-sprites-14px.png) -1px -22px;
  vertical-align: top;
}
.downline-member-badge-gs {
  background-position-x: -20px;
}
.downline-member-badge-si6 {
  background-position-x: -40px;
}
.downline-member-badge-farm14 {
  background-position-x: -60px;
}
.downline-member-badge-convention14 {
  background-position-x: -80px;
}
.downline-member-badge:hover {
  background-position-y: -22px;
}
/* .is-open .downline-row { display: table; } */
/* .downline-summary { display:table; } */
/* .downline-details .downline-summary { cursor: pointer; } */
/* .downline-details .downline-summary:hover, .downline-row.is-selected { background-color: #eaf0df; } */
.downline-row.is-selected {
  background-color: #eaf0df;
}
.downline-text-autoship-date.is-checked {
  background: url(/vo/content/app/tools/assets/icons/icon-check.png) no-repeat;
  background-position: right center;
  padding-right: 20px;
  display: inline-block;
}
.vo-downline-autoship-day {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 0 2px 0 4px;
}
.vo-downline-autoship-check {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/vo/content/app/organization/img/small-check-sprites.png) no-repeat;
  vertical-align: top;
}
.vo-downline-autoship-check.is-checked {
  background-position: 0 -20px;
}
.downline-text-pv {
  color: #000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
.downline-text-pv-pv {
  color: #000;
}
.downline-text-pv-green {
  color: #7a914e;
}
.downline-text-pv-orange {
  color: #cf8c24;
}
.downline-text-pv-red {
  color: #900;
}
.downline-text-pv-blue {
  color: #008899;
}
.downline-text-ogv {
  color: #7a914e;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
.downline-tree-member-name {
  line-height: 20px;
  padding: 0;
}
.downline-tree-main {
  width: 100%;
  padding-right: 20px;
  vertical-align: top;
}
.downline-tree-channel {
  border-left: 1px solid #CBDAB0;
  padding-left: 20px;
  vertical-align: top;
}
.downline-scroll-fixed .downline-channel-content {
  position: fixed;
  width: 240px;
  top: 20px;
}
.downline-detail-none {
  background: #fdfdfd;
  border: 1px dashed #e8e8e8;
  padding: 100px 15px;
  text-align: center;
  font-size: 14px;
  color: #999;
  border-radius: 6px;
}
.downline-detail-none-hd {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
}
.downline-tree-noactivity {
  padding: 10px;
  border: 1px dotted #ccc;
  background: #fdfdfd;
  border: 1px dashed #e8e8e8;
  text-align: center;
  font-size: 14px;
  color: #999;
  border-radius: 6px;
}
/* .downline-tree-noactivity { font-size:14px; color:#999; padding:5px 0; } */
@media (max-width: 767px) {
  .downline-tree-channel {
    display: none;
  }
  .vo-downline-grid-container {
    overflow-x: auto;
    overflow-y: hidden;
  }
  /*.downline-tree-arrow { left:-20px; }*/
  /*.downline-row { padding-left:10px; }*/
  .downline-tree-main {
    display: block;
    padding-right: 0;
  }
  /*.downline-row:hover, .downline-row.is-selected { margin-left:-20px; }*/
  .downline-tree-arrow {
    display: none;
    background: none;
    left: 0;
  }
  .downline-row {
    padding-left: 0px;
  }
  /*.downline-row:hover, .downline-row.is-selected { margin-left:0; }*/
  .downline-item-chart {
    padding-right: 30px;
    background: url(/vo/content/app/tools/i/row-nav-arrow.png) no-repeat right center;
  }
}
@media (max-width: 600px) {
  .downline-item-person {
    display: block;
    width: auto;
    text-align: left;
  }
  .downline-item-badges {
    display: block;
    width: auto;
    text-align: left;
  }
  .downline-item-pv {
    display: block;
    width: auto;
    text-align: left;
    margin-top: 4px;
  }
  .downline-item-ogv {
    display: block;
    width: auto;
    text-align: left;
    margin-top: 4px;
  }
  .downline-item-pv p {
    display: inline-block;
    padding-right: 10px;
    line-height: 20px;
  }
  .downline-item-pv > div {
    display: inline-block;
    padding-right: 10px;
  }
  .vo-downline-autoship-day {
    padding: 0;
  }
  .downline-item-ogv p {
    display: inline-block;
    padding-right: 10px;
  }
  /*
  .downline-row-items { display:block; width:100%; }
  .downline-item-avatar { display:block; width:50px; }
  .downline-member-badges { display:inline-block; }
      */
}
@media (max-width: 479px) {
  /*.downline-row { padding-left:20px; }*/
  /*.downline-row:hover, .downline-row.is-selected { margin-left:-10px; }*/
  .downline-item-chart {
    width: 20px;
    padding-right: 0;
  }
  .downline-item-chart .barchart-mini {
    display: none;
  }
}
/*
     Video Player CSS for Young Living
*/
/*.modal-close
 {
    background-size: contain;
    border-width: 0 7px 10px 7px;
	background: url(../../assets/icons/close-x-666.png) no-repeat;
	cursor: pointer;
    height:50px;
    width:100%;
}*/
/* Video Player */
.videoplayer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.videoplayer-modal-bg {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.videoplayer-container {
  display: table;
  height: 100%;
  margin: 0 auto;
}
.videoplayer-container2 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.modal-chrome {
  position: relative;
}
.video-area {
  background: #000;
}
.modal-border {
  border-radius: 5px;
  padding: 35px 5px 5px 5px;
  /* border-color:rgba(0,0,0,0.4); */
  background-color: #fff;
}
.modal-close {
  display: block;
  width: 94px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/vo/content/app/tools/assets/icons/close-x-666.png) no-repeat;
  cursor: pointer;
}
.video-js {
  background-color: #fff !important;
}
@media (max-width: 1110px) {
  .videoplayer-modal {
    top: 52px;
  }
}
/*!
Video.js Default Styles (http://videojs.com)
Version 4.9.1
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('dashboard/videojs/font/vjs.eot');
  src: url('dashboard/videojs/font/vjs.eot?#iefix') format('embedded-opentype'), url('dashboard/videojs/font/vjs.woff') format('woff'), url('dashboard/videojs/font/vjs.ttf') format('truetype'), url('dashboard/videojs/font/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus hightlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
/*		BOBBY REMOVED BECAUSE IT WAS BREAKING LESS COMPILING FOR SOME DANG REASON!!!!!!!!
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
*/
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */
  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */
  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em;
}
/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #ffffff /* Subtitles are white */;
}
.video-js .vjs-captions {
  color: #ffcc66 /* Captions are yellow */;
}
.vjs-tt-cue {
  display: block;
}
/* Increase font-size when fullscreen */
.video-js.vjs-fullscreen .vjs-text-track {
  font-size: 3em;
}
/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/* .pagecontent { padding: 30px; } */
/* Tabs */
/* Duplicate 
.tabs-local { border-bottom: 1px solid #dedede; list-style-type: none; margin: 0; padding: 0; }
.tabs-local li { display: inline-block; margin-left: 8px; margin-right: -4px; }
.tabs-local .tab { background-color: #f2f2f2; border: 1px solid #dedede; border-bottom: 0; border-radius: 2px 2px 0 0; color: #666; display: inline-block; padding: 4px 12px; text-decoration: none; }
.tabs-local .tab:hover,
.tabs-local .tab:focus { border-color: #cdcdcd; }
.tabs-local .tab-active { background-color: #fff; color: #fbb03b; margin-bottom: -1px; padding-bottom: 5px; }
.tabs-local .tab-active:hover,
.tabs-local .tab-active:focus { border-color: #dedede; cursor: default; }
*/
/* Get started content */
.get-started-main a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #10cad5;
  text-decoration: none;
}
.get-started-main a:hover,
.get-started-main a:focus {
  text-decoration: none;
}
.get-started-main {
  float: left;
  margin-left: 240px;
}
/* .get-started-main * { .bodyFont !important; } Why change the font for the entire Getting started section ? */
/* .get-started-main h3 { font-size: 19px; } */
.get-started-main h2 {
  font-size: 38px;
}
.get-started-ad {
  float: left;
  margin-right: -200px;
  width: 200px;
}
.get-started-main-title,
.get-started-ad-title {
  color: #98b561;
  font-weight: normal !important;
  margin-bottom: .3em;
}
/* .get-started-main-title { margin-top: 1em !important; font-size: 1.8em !important; } */
.get-started-leaf {
  position: relative;
  width: 200px;
  height: 289px;
  background: url(/vo/content/app/tools/i/getting-started-gray.png) left bottom no-repeat;
}
.get-started-leaf-color {
  position: absolute;
  width: 200px;
  height: 0%;
  bottom: 0;
  background: url(/vo/content/app/tools/i/getting-started-color.png) left bottom no-repeat;
  -webkit-transition: height .3s;
  transition: height .3s;
}
.get-started-leaf-text {
  position: absolute;
  left: 65px;
  top: 185px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  color: #dedede;
}
.get-started-leaf-number {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
.get-started-ad-title {
  font-size: 1.17em !important;
  margin-top: 0;
}
.get-started-list-title {
  color: #666 !important;
  font-size: 19px !important;
  font-weight: bold !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.get-started-list-title small {
  font-size: .7em;
  font-weight: normal;
}
.get-started-list {
  margin: 0;
  padding: 0;
}
.get-started-list {
  list-style-type: none;
}
.get-started-list ul {
  padding-left: 38px;
}
/* .get-started-list li { .titleFont; list-style-type: none; margin-top: .3em; } */
.get-started-list li {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  list-style-type: none;
  margin-bottom: .8em;
}
/*.get-started-list li:before { background: url('@{imagesPath}sprite-checkmark-small.png') 0 0 no-repeat; content: ' '; display: inline-block; font-size: 1em; height: 21px; margin-right: 8px; vertical-align: bottom; width: 25px; }*/
.get-started-list li:before {
  background: url(/vo/content/app/university/img/quiz-radio-sprite.png) 0 0 no-repeat;
  content: ' ';
  display: block;
  font-size: 1em;
  height: 21px;
  margin-right: 8px;
  vertical-align: bottom;
  width: 25px;
  float: left;
}
.get-started-list .list-checked:before {
  background-position: 0 -29px;
}
.get-started-list ul li {
  margin-top: 0;
}
.get-started-list ul:not(:first-child) li:before {
  background: 0 0;
  color: #6e4a9e;
  content: '\2022';
  vertical-align: middle;
  width: 8px;
  font-size: 2em;
}
.get-started-list ul:first-child li:before {
  background: 0 0;
  color: #6e4a9e;
  content: ' ';
  vertical-align: middle;
  width: 8px;
  font-size: 2em;
}
.get-started-list .get-started-friends-list {
  margin: 12px 0;
  padding-left: 34px;
  overflow: hidden;
}
.get-started-friends-list li:before {
  display: none;
}
.get-started-friends-list li {
  border: 1px solid #b9b9b9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 52px;
  overflow: hidden;
  padding: 4px 8px;
  margin-left: 2%;
  width: 32%;
  vertical-align: middle;
}
.get-started-friends-list li:first-child {
  margin-left: 0;
}
.get-started-friends-list .list-num {
  float: left;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  margin-right: 8px;
}
.get-started-friends-list .list-details {
  float: left;
}
.get-started-friends-list .list-friend {
  display: block;
}
/* Links */
.get-started-wrap a {
  text-decoration: none;
}
/*.get-started-link { text-decoration:underline; }*/
.get-started-link-before {
  content: "\00ab\00a0";
}
.get-started-wrap a:after {
  content: "\00a0\00bb";
}
.get-started-badge {
  background: url(/vo/content/app/tools/badges/getting-started-badge-190px.png) 0 0 no-repeat;
  width: 190px;
  height: 190px;
  margin-top: 20px;
}
/*.get-started-badge { background:url(/vo/content/app/tools/badges/getting-started-badge-190px.png) no-repeat; background-position:right center; padding-right:20px; display:inline-block; }*/
@media only screen and (max-width: 767px) {
  .get-started-main,
  .get-started-ad {
    float: none;
    margin: 0;
  }
  .get-started-ad {
    background-position: 0 0;
    padding-top: 0;
    width: auto;
    margin: 0 0 20px;
    display: none;
  }
  .get-started-leaf {
    margin: 0 auto;
  }
  .get-started-ad-content {
    float: right;
    margin-left: 200px;
  }
  .get-started-badge {
    margin: 20px auto;
    display: block;
  }
}
ul.vo-datalist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  overflow: hidden;
}
ul.vo-datalist > li {
  display: block;
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
}
ul.vo-datalist > li.wrap-ellipsis {
  display: inline-flex;
  width: 100%;
}
ul.vo-datalist > li.wrap-ellipsis .wrap-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.vo-datalist .vo-datalist-label {
  color: #7a914e;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  padding-right: 6px;
}
ul.vo-datalist-sm {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
}
ul.vo-datalist-sm > li {
  display: block;
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}
ul.vo-datalist-sm .vo-datalist-label {
  color: #7a914e;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  padding-right: 6px;
}
.vo-datalist .vo-datalist-label {
  color: #7a914e;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  padding-right: 6px;
}
.vo-datalist-sm {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
}
.vo-datalist-sm > li {
  display: block;
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}
.vo-datalist-sm .vo-datalist-label {
  color: #7a914e;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  padding-right: 6px;
}
.vo-grid {
  margin: 0 -20px 0 0;
  color: #333;
}
.vo-grid-col {
  display: inline-block;
  /* padding:0 20px 20px 0;  */
  padding-right: 20px;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 20px;
}
.vo-grid-2column > .vo-grid-col {
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .vo-grid {
    margin: 0;
  }
  .vo-grid-2column > .vo-grid-col {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.dlv-nav {
  margin-bottom: 25px;
}
.dlv-nav-item {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 2px 2px;
}
.dlv-nav-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  padding-left: 4px;
}
.dlv-nav-tinydot {
  display: inline-block;
  vertical-align: middle;
  background: #ccc;
  border-radius: 1px;
  width: 2px;
  height: 2px;
  margin: 0 1px;
}
.dlv-nav-avatar {
  display: inline-block;
  vertical-align: middle;
  background: #ccc;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.dlv-nav-avatar-large {
  border-radius: 15px;
  width: 30px;
  height: 30px;
}
.dlv-nav-item:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
  border-bottom: none;
}
.dlv-nav-item:hover .dlv-nav-avatar {
  background-color: #a8a8a8;
}
.note {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin: 15px;
}
input[type=button],
input[type=button]:hover {
  position: relative;
  left: -6px;
  border: 1px solid #adc5cf;
  background: #e4f1f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f1f9), color-stop(100%, #d5e7f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
  /* IE10+ */
  background: linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4f1f9', endColorstr='#d5e7f3', GradientType=0);
  /* IE6-9 */
  color: #7da2aa;
  cursor: pointer;
}
.custom-button {
  padding: .2em 2em .3em 2em;
  font-size: 1em;
}
.button.bg-warning,
.button.bg-neutral {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bg-warning {
  background-color: #cf8c24;
  color: #fff;
}
/* Button */
a.vo-button-blue,
a.vo-button-gray {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 20px;
  background: #ccc;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: default;
  text-decoration: none;
  transition: All 300ms ease-out;
  -webkit-transition: All 300ms ease-out;
  -moz-transition: All 300ms ease-out;
  -o-transition: All 300ms ease-out;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
}
a.vo-button-blue {
  background: #00c6d2;
}
a.vo-button-med {
  font-size: 12px;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
}
a.vo-button-sm {
  font-size: 12px;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
}
a.vo-button-blue:hover,
a.vo-button-gray:hover {
  border: none;
  background-color: #b0c778;
  -webkit-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
}
a.vo-button-gray:hover {
  background-color: #b0b0b0;
}
.vo-font-light {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.vo-font-med {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.vo-font-heavy {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
}
.vo-compose-window {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.org-map {
  width: 100%;
  height: 410px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 1px;
}
.vo-details {
  font-size: 14px;
}
.vo-details ul {
  margin-top: 25px;
  margin-bottom: 20px;
  list-style-type: none;
  margin-left: 22px;
}
.vo-details ul li {
  list-style: none;
  display: flex;
  align-content: flex-start;
  margin-top: -6px;
}
.vo-details .vo-details-group-header {
  margin-top: 25px !important;
}
.vo-details .vo-details-field-label {
  color: #6e4a9e;
  font-weight: bold;
  width: 175px;
  flex: 0 0 auto;
}
.vo-details-table {
  display: table;
  font-size: 14px;
}
.vo-details-table .vo-details-row {
  display: table-row;
}
.vo-details-table .vo-details-row.vo-details-new-section > div {
  padding-top: 25px;
}
.vo-details-table .vo-details-row > div {
  display: table-cell;
  padding: 2px;
}
.vo-details-table .vo-details-row .vo-details-label {
  color: #7a914e;
  padding-right: 20px;
  font-weight: bold;
}
.vo-details-table .vo-details-row-group {
  display: table-row-group;
}
.dashboard-nav-spacing {
  margin-bottom: 20px;
}
.no-content-after::after {
  content: none !important;
}
/* Dashboard Quicklinks */
.vo-dashboard-quicklinks {
  font-size: 0;
  margin-right: -20px;
}
.ql-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  margin-left: -10px;
  margin-right: -10px;
}
.ql-item-container {
  box-sizing: border-box;
  flex-basis: 25%;
  text-align: center;
}
.ql-item {
  margin: 10px;
  padding: 9px 8px 7px 8px;
  background: #e2e2e2;
  color: #6e4a9e;
}
.ql-item-text {
  color: black !important;
}
.ql-item:hover {
  color: white !important;
  background: #6e4a9e;
}
.ql-item:hover a span {
  color: white !important;
  background: #6e4a9e;
}
.ql-item-image:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0a9";
  font-weight: 900;
  margin-left: 10px;
}
.vo-dashboard-quicklink {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 25%;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 20px;
}
.vo-dashboard-quicklinks a.button-cta {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 8px 7px 8px;
  margin-bottom: 0;
}
.dashboard-contest-wrapper {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
.dashboard-contest-wrapper .barchart-y-labels {
  background-color: #f6f6f6;
}
.dashboard-contest-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
.contest-widget {
  height: 250px;
  border: none;
}
.contest-widget .my-standing .panel-heading {
  background-color: #4D4D4D;
  color: white;
}
.contest-widget .my-standing .panel-body {
  background-color: #D3D3D3;
}
.contest-widget .my-standing .panel-body a {
  text-decoration: underline;
  color: black;
}
#bicontest {
  float: left;
  height: 250px;
  width: 250px;
}
#bicontest-promo-image {
  max-width: 60%;
  height: inherit;
}
#bicontest-stats-container {
  float: right;
  text-align: right;
  width: 40%;
  padding: 7% 20px 0 0;
}
#bicontest-points-container {
  height: 40%;
}
#bicontest-prize-container {
  height: 40%;
  padding: 10% 0 0 0;
}
.ogvFullWidth {
  width: 100%;
  padding: 0;
}
.ogvFullWidth .barchart-y-labels {
  background-color: #f6f6f6;
}
@media (min-width: 600px) {
  .ogvHalfWidth {
    padding-right: 10px;
    padding-left: 0;
  }
  .contestHalfWidth {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media (max-width: 599px) {
  .ogvHalfWidth {
    margin-bottom: 20px;
    padding: 0;
  }
  .contestHalfWidth {
    padding: 0;
  }
}
.ogvHalfWidth .barchart-y-labels {
  background-color: #f6f6f6;
}
.ogvHalfWidth .barchart-x-label-short {
  display: block;
}
.ogvHalfWidth .barchart-x-label-short + .barchart-x-label {
  display: none;
}
.ogv-barchart {
  background-color: #f6f6f6;
  height: 250px;
}
@media (max-width: 768px) {
  .vo-dashboard-quicklink {
    width: 33.333%;
  }
  .ql-item-container {
    flex-basis: 33.333%;
  }
}
@media (max-width: 599px) {
  .vo-dashboard-quicklink {
    width: 50%;
  }
  .ql-item-container {
    flex-basis: 50%;
  }
}
@media (max-width: 479px) {
  .vo-dashboard-quicklinks {
    margin-right: -10px;
  }
  .vo-dashboard-quicklink {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .dashboard-nav-spacing {
    margin-bottom: 10px;
  }
  .double-contest-wrapper {
    margin-right: 0;
  }
  .first-contest-wrapper {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .second-contest-wrapper {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 399px) {
  .vo-dashboard-quicklinks {
    margin-right: 0;
  }
  .vo-dashboard-quicklink {
    padding-right: 0;
    width: 100%;
  }
  .ql-item-container {
    padding-right: 0;
    flex-basis: 100%;
  }
}
.angular-google-map-container {
  height: 410px;
}
.map-button {
  width: 107px;
  padding: .25em 1em;
  color: #ffffff;
  margin-left: 5px;
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border: none rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #999;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline: none;
}
.loading-icon {
  background: url(/vo/content/app/tools/i/spinner-ff.gif) no-repeat center center transparent;
  height: 30px;
  width: 30px;
}
.loading-text {
  /*float: left;
    margin-top: 20px;*/
}
.map-loading {
  width: 100%;
  float: left;
  padding: 1px;
  margin-top: 2px;
}
.display-none {
  display: none;
}
.map-table {
  margin: 40px 0;
  overflow-x: auto;
  width: 100%;
}
.map-table:first-child {
  margin-top: 0;
}
.map-table table {
  border-spacing: 0;
  width: 100%;
}
.map-table th,
.map-table td {
  padding: 12px 8px;
  min-width: 66px;
}
.map-table th {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  padding: 8px 8px 4px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  color: #666;
}
.map-table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.map-table td {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
}
.maps-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
  width: 100%;
  margin-top: 15px;
}
.maps-table th:first-child {
  padding-left: 40px;
}
.maps-table td:first-child {
  padding-left: 40px;
}
.caption {
  margin-bottom: .3em;
}
.maps-table td,
th {
  padding: .3em .5em;
  text-align: left;
}
.maps-table th {
  padding: .3em .5em .2em;
  border-left: 1px solid #bbb;
  color: #999;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  vertical-align: top;
}
.maps-table th:first-child {
  border-left: 0;
}
.maps-table tbody:before {
  content: " ";
  display: block;
  height: .4em;
}
/* Alternate row shading */
.maps-table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.maps-table .row-active {
  background-color: #e1daea;
}
.maps-table .center {
  text-align: center;
}
.maps-table .right {
  text-align: right;
}
.maps-table .left {
  text-align: left;
}
.maps-select {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  padding: 2px 5px 2px 5px;
}
.maps-table .maps-name {
  width: 300px;
}
.maps-table td:first-child {
  cursor: pointer;
}
.maps-table .maps-orderby,
.maps-orderby-asc,
.maps-orderby-desc {
  background-color: #f4f7ef;
}
.maps-table .maps-orderby-asc {
  background-size: 15px 15px;
  background-position: 0 0;
  height: 30px;
  width: 30px;
}
.maps-table .maps-orderby-desc:before {
  position: absolute;
  left: 0px;
  display: inline-block;
  vertical-align: baseline;
}
.people-info-container {
  display: table;
  table-layout: fixed;
  vertical-align: top;
}
.people-info-main {
  display: table-cell;
  padding-right: 1em;
}
.people-info-channel {
  display: table-cell;
  padding-left: 1em;
}
.down-icon {
  height: 30px;
  width: 30px;
}
.marker-0 {
  background: url(/vo/content/app/tools/assets/icons/marker-clusters.png) no-repeat center center transparent;
  background-position: 0px 0px;
  line-height: 47px;
  width: 49px;
  height: 49px;
  text-align: center;
  color: #fff;
}
.marker-1 {
  background: url(/vo/content/app/tools/assets/icons/marker-clusters.png) no-repeat center center transparent;
  background-position: -50px 0px;
  line-height: 55px;
  width: 57px;
  height: 57px;
  text-align: center;
  color: #fff;
}
.marker-2 {
  background: url(/vo/content/app/tools/assets/icons/marker-clusters.png) no-repeat center center transparent;
  background-position: -110px 0px;
  line-height: 65px;
  width: 67px;
  height: 67px;
  text-align: center;
  color: #fff;
}
.marker-3 {
  background: url(/vo/content/app/tools/assets/icons/marker-clusters.png) no-repeat center center transparent;
  background-position: -180px 0px;
  line-height: 79px;
  width: 79px;
  height: 79px;
  text-align: center;
  color: #fff;
}
.marker-4 {
  background: url(/vo/content/app/tools/assets/icons/marker-clusters.png) no-repeat center center transparent;
  background-position: -260px 0px;
  line-height: 91px;
  width: 91px;
  height: 91px;
  text-align: center;
  color: #fff;
}
.marker-0-hl {
  background: url(/vo/content/app/tools/assets/icons/marker-clusters.png) no-repeat center center transparent;
  background-position: 0px -100px;
  line-height: 47px;
  width: 49px;
  height: 49px;
  text-align: center;
  color: #000;
}
.marker-1-hl {
  background: url(/vo/content/app/tools/assets/icons/marker-clusters.png) no-repeat center center transparent;
  background-position: -50px -100px;
  line-height: 55px;
  width: 57px;
  height: 57px;
  text-align: center;
  color: #000;
}
.marker-2-hl {
  background: url(/vo/content/app/tools/assets/icons/marker-clusters.png) no-repeat center center transparent;
  background-position: -110px -100px;
  line-height: 65px;
  width: 67px;
  height: 67px;
  text-align: center;
  color: #000;
}
.marker-3-hl {
  background: url(/vo/content/app/tools/assets/icons/marker-clusters.png) no-repeat center center transparent;
  background-position: -180px -100px;
  line-height: 79px;
  width: 79px;
  height: 79px;
  text-align: center;
  color: #000;
}
.marker-4-hl {
  background: url(/vo/content/app/tools/assets/icons/marker-clusters.png) no-repeat center center transparent;
  background-position: -260px -100px;
  line-height: 91px;
  width: 91px;
  height: 91px;
  text-align: center;
  color: #000;
}
.marker-tooltip {
  height: 160px;
  width: 340px;
  border: 1px solid #000;
}
.marker-tooltip-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d5e7f3;
  opacity: 0.8;
}
.marker-tooltip-text {
  position: absolute;
  padding: 5px;
  color: #000;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 16px;
}
#options-container > div {
  margin-bottom: 20px;
}
#options-container .options-date-range {
  text-align: right;
}
#options-container .options-date-range select {
  display: inline-block;
}
#options-container .options-account-select > div {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  #options-container select {
    width: 100%;
    display: block;
  }
  #options-container .options-account-select > div {
    width: 100%;
  }
  .org-map-main {
    padding: 0 20px;
  }
}
.vo-dropdown {
  position: relative;
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #6e4a9e;
  border-radius: 3px;
  color: #6e4a9e;
  height: 30px;
}
.vo-dropdown.disabled {
  opacity: .5;
}
.vo-dropdown-button {
  border: none;
  height: 100%;
  background-color: transparent;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #6e4a9e;
  margin: 0;
  padding: 0;
}
.vo-dropdown-button-content {
  margin-left: 10px;
}
.vo-dropdown-button-icon {
  font-size: 1.35em;
  position: absolute;
  right: 10px;
  margin-top: -3px;
}
.vo-dropdown-options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin: -1px;
  padding: 0;
  border: 1px solid #6e4a9e;
  border-top: 0;
  background-color: #fff;
}
.vo-dropdown-options.is-visible {
  display: block;
}
.vo-dropdown-li {
  font-size: 14px;
  padding: 3px 10px;
  cursor: default;
}
.vo-dropdown-li:hover,
.vo-dropdown-li[aria-selected="true"] {
  background-color: #6e4a9e;
  color: white;
  border-color: white;
}
.vo-select-purple-skin-plus {
  height: 30px;
  border: 1px solid #AEAEAE;
  border: 1px solid #6e4a9e;
}
.vo-select-purple-skin-plus[data-vo-required=true] {
  border: 2px solid #BF0000;
}
.vo-select-purple-skin-plus[disabled] {
  border: 1px solid #dadada;
}
.vo-select-purple-skin-plus button {
  border: none;
  height: 100%;
  width: 100%;
  background-color: white;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.vo-select-purple-skin-plus button[disabled] {
  background-color: transparent;
}
.vo-select-purple-skin-plus button[disabled] > span:last-of-type {
  background-color: transparent;
}
.vo-select-purple-skin-plus button span {
  width: 20px;
}
.vo-select-purple-skin-plus button span:first-of-type {
  flex-grow: 1;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.vo-select-purple-skin-plus button span:last-of-type {
  font-size: 1.35em;
  margin-top: -5px;
  padding-left: 5px;
  background: white;
}
.vo-select-purple-skin-plus ul {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin: 0 -1px;
  padding: 0;
  border: 1px solid #AEAEAE;
  background-color: #fff;
}
.vo-select-purple-skin-plus ul.is-visible {
  display: block;
}
.vo-select-purple-skin-plus ul li {
  font-size: 14px;
  cursor: default;
  display: flex;
}
.vo-select-purple-skin-plus ul li img {
  width: 20px;
  height: 20px;
  background-color: white;
}
.vo-select-purple-skin-plus ul li:hover,
.vo-select-purple-skin-plus ul li[aria-selected="true"] {
  background-color: #05A3FF;
  color: white;
  border-color: white;
}
.vo-select-purple-skin-plus ul li span {
  margin-left: 5px;
}
.vo-select-purple-skin-plus ul {
  border: 1px solid #6e4a9e;
}
.vo-select-purple-skin-plus ul li:hover,
.vo-select-purple-skin-plus ul li[aria-selected="true"] {
  background-color: #6e4a9e;
}
.vo-select-purple-skin-plus ul li {
  height: 30px;
}
.vo-select-purple-skin {
  height: 30px;
  border: 1px solid #AEAEAE;
  border: 1px solid #6e4a9e;
}
.vo-select-purple-skin[data-vo-required=true] {
  border: 2px solid #BF0000;
}
.vo-select-purple-skin[disabled] {
  border: 1px solid #dadada;
}
.vo-select-purple-skin button {
  border: none;
  height: 100%;
  width: 100%;
  background-color: white;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.vo-select-purple-skin button[disabled] {
  background-color: transparent;
}
.vo-select-purple-skin button[disabled] > span:last-of-type {
  background-color: transparent;
}
.vo-select-purple-skin button span {
  width: 20px;
}
.vo-select-purple-skin button span:first-of-type {
  flex-grow: 1;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.vo-select-purple-skin button span:last-of-type {
  font-size: 1.35em;
  margin-top: -5px;
  padding-left: 5px;
  background: white;
}
.vo-select-purple-skin ul {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin: 0 -1px;
  padding: 0;
  border: 1px solid #AEAEAE;
  background-color: #fff;
}
.vo-select-purple-skin ul.is-visible {
  display: block;
}
.vo-select-purple-skin ul li {
  font-size: 14px;
  cursor: default;
  display: flex;
}
.vo-select-purple-skin ul li img {
  width: 20px;
  height: 20px;
  background-color: white;
}
.vo-select-purple-skin ul li:hover,
.vo-select-purple-skin ul li[aria-selected="true"] {
  background-color: #05A3FF;
  color: white;
  border-color: white;
}
.vo-select-purple-skin ul li span {
  margin-left: 5px;
}
.vo-select-purple-skin ul {
  border: 1px solid #6e4a9e;
}
.vo-select-purple-skin ul li:hover,
.vo-select-purple-skin ul li[aria-selected="true"] {
  background-color: #6e4a9e;
}
.vo-select-default-skin {
  height: 30px;
  border: 1px solid #AEAEAE;
}
.vo-select-default-skin[data-vo-required=true] {
  border: 2px solid #BF0000;
}
.vo-select-default-skin[disabled] {
  border: 1px solid #dadada;
}
.vo-select-default-skin button {
  border: none;
  height: 100%;
  width: 100%;
  background-color: white;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.vo-select-default-skin button[disabled] {
  background-color: transparent;
}
.vo-select-default-skin button[disabled] > span:last-of-type {
  background-color: transparent;
}
.vo-select-default-skin button span {
  width: 20px;
}
.vo-select-default-skin button span:first-of-type {
  flex-grow: 1;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.vo-select-default-skin button span:last-of-type {
  font-size: 1.35em;
  margin-top: -5px;
  padding-left: 5px;
  background: white;
}
.vo-select-default-skin ul {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin: 0 -1px;
  padding: 0;
  border: 1px solid #AEAEAE;
  background-color: #fff;
}
.vo-select-default-skin ul.is-visible {
  display: block;
}
.vo-select-default-skin ul li {
  font-size: 14px;
  cursor: default;
  display: flex;
}
.vo-select-default-skin ul li img {
  width: 20px;
  height: 20px;
  background-color: white;
}
.vo-select-default-skin ul li:hover,
.vo-select-default-skin ul li[aria-selected="true"] {
  background-color: #05A3FF;
  color: white;
  border-color: white;
}
.vo-select-default-skin ul li span {
  margin-left: 5px;
}
.vo-report-month-select {
  box-sizing: border-box;
  height: 30px;
  width: 155px;
  padding-left: 5px;
  border-color: #ccc;
  color: #666;
}
.vo-report-month-select:focus {
  border-radius: 0 !important;
}
.vo-report-filter-box h6 {
  margin-bottom: 10px;
}
.vo-report-filter-button {
  width: 140px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.vo-report-filter-button .inner1 {
  display: block;
  box-sizing: border-box;
  border: 1px solid #cf8c24;
  padding: 1px;
  border-radius: 5px;
  height: 30px;
  color: #cf8c24;
  background-color: #f6f6f6;
}
.vo-report-filter-button .inner2 {
  display: block;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  background: url(/vo/content/app/tools/dropdown/drowdown-arrow-purple.png) right 50% no-repeat;
}
.vo-report-filter-button.is-active .inner1 {
  border-width: 2px;
  padding: 0;
  height: 37px;
  border-bottom: 0;
  /* border:0;
	padding:1px; */
  border-radius: 5px 5px 0 0;
  /* background-color:#cf8c24; */
  /* color:#fff; */
}
.vo-report-filter-button.is-active .inner1 {
  /* margin-left: 18px; */
}
.vo-report-save-button {
  float: left;
  margin-bottom: 0;
  line-height: 28px;
}
.vo-report-filter-box {
  border: 2px solid #cf8c24;
  background: #f6f6f6;
  padding: 15px 5px 15px 10px;
  margin-top: 5px;
}
.vo-report-filter-table {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.vo-report-filter-row {
  display: table-row;
}
.vo-report-filter-field {
  display: table-cell;
}
.vo-placeholder-parent {
  position: relative;
}
.vo-input-placeholder {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #c1c1c1;
  font-size: 14px;
  height: 0;
  overflow: visible;
  pointer-events: none;
}
.vo-report-select {
  /* margin-right:10px; */
  font-size: 15px;
  box-sizing: border-box;
  height: 30px;
  padding-left: 6px;
}
.vo-report-select:disabled {
  background-color: #f2f2f2;
  opacity: 0.3;
}
.vo-report-input {
  background-color: #fff;
  border: 1px solid #999;
  -webkit-transition: all .2s;
  transition: all .2s;
  box-sizing: border-box;
  height: 30px;
  margin: 0;
  padding-left: 10px;
}
.vo-report-input:disabled {
  background-color: #f2f2f2;
  opacity: 0.3;
}
.vo-report-icon-close {
  display: block;
  background: url(/vo/content/app/tools/reports/delete-x.png) no-repeat center center;
  width: 30px;
  height: 30px;
  opacity: 0.75;
}
.vo-report-icon-close span {
  display: none;
}
.vo-report-icon-close:hover {
  opacity: 1;
}
.vo-report-filter-field {
  vertical-align: bottom;
  padding-bottom: 10px;
  width: 33%;
}
.vo-report-filter-field-1 {
  padding-right: 10px;
}
.vo-report-filter-field-2 {
  padding-right: 10px;
}
.vo-report-filter-field-3 {
  width: 34%;
}
.vo-report-filter-field-1 select,
.vo-report-filter-field-1 input {
  width: 100%;
}
.vo-report-filter-field-2 select,
.vo-report-filter-field-2 input {
  width: 100%;
}
.vo-report-filter-field-3 select,
.vo-report-filter-field-3 input {
  width: 100%;
}
.vo-reports-autoship-day {
  display: inline-block;
  vertical-align: top;
  padding-right: 4px;
  width: 30px;
}
.vo-reports-autoship-check {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/vo/content/app/organization/img/small-check-sprites.png) no-repeat;
  vertical-align: top;
}
.vo-reports-autoship-check.is-checked {
  background-position: 0 -20px;
}
.vo-report-col-icon {
  padding-right: 0 !important;
}
.vo-report-account-avatar-1 {
  display: block;
  float: left;
}
.vo-report-account-name-1 {
  margin-left: 30px;
}
.vo-report-account-rank-2 {
  display: block;
  float: left;
  margin: 2px 7px 2px 0;
}
.vo-report-account-avatar-2 {
  display: block;
  float: left;
}
.vo-report-account-name-2 {
  margin-left: 53px;
}
.vo-report-account-avatar-3 {
  display: block;
  float: left;
}
.vo-report-account-name-3 {
  margin-left: 42px;
  font-weight: bold;
  color: #333;
  /* .titleFontBold; */
  font-size: 14px;
  line-height: 12px;
}
.vo-report-account-rank-3 {
  margin-left: 42px;
  line-height: 16px;
  color: #666;
  margin-top: 3px;
}
.vo-report-account-rank-3 .vo-rank-icon {
  margin-right: 5px;
}
/*
.vo-report-filter-overlay { position:absolute; width:100%; height:100%; line-height:30px; padding:0; margin-top:10px; background-color: #cf8c24; }
*/
.vo-report-detail-info {
  margin-left: 20px;
}
/* Report Datagrid */
.vo-report-grid *,
.vo-report-grid *:before,
.vo-report-grid *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vo-report-grid {
  border-collapse: collapse;
  border-spacing: 0;
  /* margin: 1em 0; */
  width: 100%;
  /* margin-left: -30px;  */
  font-size: 14px;
}
.vo-report-grid caption {
  margin-bottom: .3em;
}
.vo-report-grid th:first-child {
  /* padding-left: 40px; */
  text-align: left;
}
.vo-report-grid th:last-child {
  text-align: right;
}
.vo-report-grid th {
  text-align: center;
}
.vo-report-grid td:first-child {
  text-align: left;
}
.vo-report-grid td:last-child {
  text-align: right;
}
.vo-report-grid td {
  text-align: center;
}
/* .vo-report-grid td:first-child { padding-left: 40px; } */
.vo-report-rankicon {
  padding: 2px 0;
}
.vo-report-grid .report-row:hover {
  background-color: #ececec;
  /* background-color: #d7e6b9; */
}
.vo-report-grid td,
.vo-report-grid th {
  padding: 8px 10px;
}
.vo-report-grid th {
  padding: 2px 10px;
  border-left: 1px solid #bbb;
  color: #999;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  vertical-align: top;
  cursor: pointer;
  white-space: nowrap;
}
.vo-report-grid th:first-child {
  border-left: 0;
}
.vo-report-grid tbody:before {
  content: " ";
  display: block;
  height: .4em;
}
.vo-report-grid tbody tr {
  border-top: 1px solid #e0e0e0;
  cursor: default;
  line-height: 20px;
  vertical-align: top;
}
.vo-report-grid tbody tr:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.vo-report-grid tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.vo-report-grid tr.is-selected {
  border-top: 1px solid #cbdab0;
  /* background-color: #e5ecd7 !important; */
  background-color: #eaf0df !important;
}
.vo-report-grid tbody tr.is-selected:last-child {
  /* border-bottom:1px solid #cbdab0 !important; buggy on chrome ?*/
}
.vo-report-grid tr.is-selected + tr {
  border-top: 1px solid #cbdab0;
}
.report-filter-buttons {
  padding-right: 25px;
}
.report-filter-tags {
  margin-top: 10px;
  /* border-top: 1px solid #d8d8d8; */
  border-bottom: 1px solid #d8d8d8;
  /* background:#f8f8f8; */
  padding-bottom: 10px;
  /* border-top: 1px solid #7a914e; */
}
.report-config-area {
  /* border-bottom: 1px solid #d8d8d8;
  padding-bottom:10px;
	  */
}
.reports-filter-tag,
.dlv-sort-tag {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #ffffff;
  cursor: default;
}
.reports-filter-tag-text-static-filter {
  border-radius: 4px 4px 4px 4px !important;
}
.reports-filter-tag-text,
.dlv-sort-tag-text {
  padding: 0 8px 0 8px;
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
  background-color: #cf8c24;
  border-radius: 4px 0 0 4px;
  white-space: nowrap;
}
.reports-filter-tag-text:hover,
.dlv-sort-tag-text:hover {
  background-color: #d9a350;
}
.reports-filter-tag-text.reports-base-report-tag,
.dlv-sort-tag-text.reports-base-report-tag {
  border-radius: 4px;
  background-color: #999999;
  cursor: initial;
}
.reports-filter-tag-text.reports-base-report-tag:hover,
.dlv-sort-tag-text.reports-base-report-tag:hover {
  background-color: #999999;
}
.reports-filter-tag-text.reports-locked-filter-tag,
.dlv-sort-tag-text.reports-locked-filter-tag {
  background-color: #999999;
}
.reports-filter-tag-text.reports-locked-filter-tag:hover,
.dlv-sort-tag-text.reports-locked-filter-tag:hover {
  background-color: #aaaaaa;
}
.reports-filter-tag-close,
.dlv-sort-tag-close {
  background: red;
  display: inline-block;
  padding: 0 8px 0 4px;
  vertical-align: top;
  background-color: #cf8c24;
  border-radius: 0 4px 4px 0;
}
.reports-filter-tag-close:hover,
.dlv-sort-tag-close:hover {
  background-color: #d9a350;
  padding: 0 8px 0 8px;
  margin-left: -4px;
}
.reports-filter-tag-close.reports-locked-filter-tag,
.dlv-sort-tag-close.reports-locked-filter-tag {
  background-color: #999999;
}
.reports-filter-tag-close.reports-locked-filter-tag:hover,
.dlv-sort-tag-close.reports-locked-filter-tag:hover {
  background-color: #aaaaaa;
}
.reports-filter-tag-close:after,
.dlv-sort-tag-close:after {
  line-height: 28px;
  content: "\00d7";
  font-size: 1.5em;
  display: inline-block;
  opacity: .7;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.reports-filter-tag-close:hover:after,
.dlv-sort-tag-close:hover:after {
  opacity: 1;
}
.reports-filter-tag:last-child,
.dlv-sort-tag:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.dlv-sort-tag-text {
  background-color: #999;
}
.dlv-sort-tag-close {
  background-color: #999;
}
.dlv-sort-tag-close:hover {
  background-color: #a8a8a8;
}
.vo-searchbox:focus,
.vo-searchbox:hover {
  border-color: #999;
  background-color: #f8f8f8;
}
input.vo-searchbox {
  background: url(/vo/content/app/tools/assets/icons/icon-search.png) 8px 50% no-repeat;
  border-radius: 25px;
  padding: 5px 5px 5px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 180px;
  max-width: 400px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  outline: none;
  height: 30px;
}
/*
input[type="search"] {
	background: url(../i/search.png) .6em 48% no-repeat;
	border-radius: 25px;
	width: 150px;
	outline: none;
	text-align: right;
	flex-shrink: 4;
	display: -webkit-flex;
	
}
*/
.rounded {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
/*input[type=text]{
	color:#bcbcbc;
}*/
input[type=button],
input[type=button]:hover {
  position: relative;
  left: -6px;
  border: 1px solid #adc5cf;
  background: #e4f1f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f1f9), color-stop(100%, #d5e7f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
  /* IE10+ */
  background: linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4f1f9', endColorstr='#d5e7f3', GradientType=0);
  /* IE6-9 */
  color: #7da2aa;
  cursor: pointer;
}
/*.lighter, .light, .dark {
	width:95%;
	height:50px;
	padding:40px 25px;
}*/
.light {
  background: url('reports/images/light_grey.jpg');
}
.light input[type=text] {
  border: 1px solid #acb1b7;
  background-color: #fcfcfc;
}
.custom-top-info {
  margin-top: 0px !important;
}
.top-info {
  height: 30px;
  margin-top: 20px;
  /*    margin-right: 30px;*/
  margin-bottom: 10px;
}
.top-info-left {
  position: relative;
  float: left;
  padding-right: 5px;
}
.top-info-right {
  position: relative;
  float: right;
  padding-left: 10px;
}
.top-info select.input {
  padding: .16em;
}
/*.reportData {
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: 60px;
}*/
.report-section {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  /*color: #98b561;*/
  color: #7a914e;
  /*border-bottom: 1px solid #98b561;*/
  padding-bottom: .25em;
  padding-left: 5px;
}
.report-filters-button {
  width: 107px;
  padding: .25em 1em;
  color: #ffffff;
  margin-left: 5px;
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border: none rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #999;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline: none;
}
.report-filters-button:-moz-focus-inner {
  padding: 0;
  border: 0;
}
.report-filters-button:hover,
.report-filters-button:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 100px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 100px rgba(0, 0, 0, 0.15);
}
.report-filters-button.text-small {
  padding: .2em 1em .3em;
}
.report-filters-button-clicked {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #cf8c24;
  color: #ffffff;
  outline: none;
}
.report-filters-button-clicked:hover,
.report-filters-button-clicked:focus {
  /*    color: inherit;*/
  /*color: #000000;*/
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.report-filters-button-div {
  position: absolute;
  top: 0;
  left: 18px;
  height: 40px;
  width: 104px;
}
.report-filters-button-overlay {
  position: absolute;
  top: 10px;
  left: 23px;
  height: 30px;
  width: 107px;
  text-align: center;
  vertical-align: middle;
  /*border: 1px ridge black;*/
  background-color: #cf8c24;
  /*    display: none;*/
}
.nohover:hover,
.nohover:focus {
  color: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.tag {
  background-color: #cf8c24;
  color: #ffffff;
  font-size: .75em;
  margin-bottom: .5em;
  margin-right: .5em;
  padding: .3em .6em;
  position: relative;
}
.tag:after {
  content: "\00d7";
  font-size: 1.25em;
  display: inline-block;
  margin-left: .5em;
  opacity: .7;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.tag:hover:after {
  opacity: 1;
}
.tag:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.report-search-box {
  /*    margin-right: 20px;*/
  padding: 5px;
}
.icon-triangle-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #06c3d4 transparent;
}
.icon-close {
  background-size: contain;
  border-width: 0 7px 10px 7px;
  background: url(assets/icons/close-test.png) no-repeat;
}
.icon-padding {
  background-size: contain;
  height: 30px;
  width: 30px;
  margin: 5px 0 0 5px;
}
.icon-button {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
/*
.icon-button:hover, .icon-button:focus {
	background: url(../assets/icons/close-icon.png) no-repeat;
}*/
#searchDetails .icon {
  background-size: contain;
  height: 30px;
  width: 30px;
  margin: 5px 0 0 5px;
}
.search-icon {
  background-size: contain;
  height: 30px;
  width: 30px;
  margin: 5px 0 0 5px;
}
.span-all {
  display: -webkit-flex;
}
.span-all input {
  -webkit-flex: 1;
  margin: 5px 0px 5px 0px;
}
/*
#searchDetails span select {
	-webkit-flex: 1;
}
	*/
.span-input {
  width: 100%;
  -webkit-flex: 1;
  padding: 3px 3px 3px 3px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.span-input:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-color: #f0f0f0;
}
.span-input:disabled:hover {
  background-color: #f0f0f0;
  border-color: initial;
}
.span-input:disabled::-ms-expand {
  display: none;
}
select.input {
  padding: .43em;
}
optgroup {
  font-weight: bold;
}
#searchDetails fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: inherit;
}
#searchDetails .button {
  padding: .4em 1.5em .4em 1.5em;
  font-size: .75em;
}
.searchButtonsLeft {
  position: relative;
  float: left;
  padding-right: 5px;
}
.searchButtonsRight {
  position: relative;
  float: right;
  padding-left: 5px;
}
.searchButtonsRight .button:last-child {
  margin-left: 5px;
}
.reports-left {
  position: relative;
  float: left;
  width: 70%;
  /*    -webkit-flex: 1;*/
  height: 100%;
  border-right: 1px solid #7a914e;
}
.reports-right {
  position: relative;
  float: right;
  width: 25%;
  padding-left: 20px;
  height: 100%;
}
.report-rows {
  width: 65%;
}
.reports-table table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
  width: 100%;
}
.reports-table caption {
  margin-bottom: .3em;
}
.reports-table td,
.reports-table th {
  padding: .3em .5em;
  text-align: left;
}
.reports-table th {
  padding: .3em .5em .2em;
  border-left: 1px solid #bbb;
  color: #999;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  vertical-align: top;
}
.reports-table th:first-child {
  border-left: 0;
}
.reports-table tbody:before {
  content: " ";
  display: block;
  height: .4em;
}
.report-button-light {
  border: 1px solid #ccc !important;
}
.filters-bar {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #7a914e;
  border-bottom: 1px solid #7a914e;
  margin-top: 15px;
  margin-bottom: 10px;
}
.filters-bar button {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 20px;
  color: #ffffff;
}
.filters-bar-edit-button {
  position: relative;
  float: right;
}
.main-report {
  margin-top: 10px;
}
.show-all-link {
  color: #000000 !important;
  outline: none;
  text-decoration: none;
  text-decoration-color: none;
}
.report-table *,
.report-table *:before,
.report-table *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.report-table {
  border-collapse: collapse;
  border-spacing: 0;
  /* margin: 1em 0; */
  width: 100%;
  /* margin-left: -30px;  */
}
.report-table caption {
  margin-bottom: .3em;
}
.report-table th:first-child {
  /* padding-left: 40px; */
  text-align: left;
}
.report-table th:last-child {
  text-align: right;
}
.report-table th {
  text-align: center;
}
.report-table td:first-child {
  text-align: left;
}
.report-table td:last-child {
  text-align: right;
}
.report-table td {
  text-align: center;
}
/* .report-table td:first-child { padding-left: 40px; } */
.report-table .report-row:hover {
  /*background-color: #7a914e;*/
  background-color: #d7e6b9;
}
.report-table td,
.report-table th {
  padding: .3em .5em;
}
.report-table th {
  padding: .3em .5em .2em;
  border-left: 1px solid #bbb;
  color: #999;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  vertical-align: top;
  cursor: pointer;
}
.report-table th:first-child {
  border-left: 0;
}
.report-table tbody:before {
  content: " ";
  display: block;
  height: .4em;
}
.report-table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
/* Active row */
.report-table .row-active,
.report-table .is-selected {
  background-color: #e1daea !important;
}
.report-is-loading {
  background: url(/vo/content/app/tools/i/spinner-ff.gif) no-repeat center center #fff;
  height: 40px;
}
.report-is-loading * {
  display: none !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-underline {
  text-ecoration: underline !important;
  cursor: pointer;
}
.text-x-large {
  font-size: 1.75em;
}
.text-large {
  font-size: 1.25em;
}
.text-normal {
  font-size: 1em;
}
.button-wide {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
/*
.custom-report input,
.custom-report textarea {
	background-color: #fff;
	border: 1px solid #999;
	padding: .25em 3px .25em 3px;
	min-width: 200px;
	max-width: 400px;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin: 0px 1px 0px 1px;
}*/
.custom-textarea {
  padding: 3px 0px 3px 0px;
  width: 95%;
}
.custom-report select.input {
  padding: .43em;
}
.custom-report .input:hover,
.custom-report .input:focus,
.custom-report select:hover,
.custom-report select:focus {
  border-color: #20201f;
  background-color: #f6f6f6;
}
.custom-report .input:focus .custom-report select:focus,
.custom-report input:focus {
  outline-color: #028799;
}
.custom-report input:focus {
  color: #028799;
}
.custom-report button {
  margin-top: 3px;
  font-size: .75em;
}
.custom-fixmargin {
  margin-top: -15px;
}
.custom-fixmargintest:after:first-child {
  margin-top: -15px;
}
.custom-marginbottom {
  border-bottom: 1px solid #7a914e;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.custom-button {
  padding: .2em 2em .3em 2em;
  font-size: 1em;
}
.select-close {
  border: 1px solid transparent;
  border-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.select-close:after {
  content: "X";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: #FA9595;
  z-index: 1;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  box-shadow: 0 0 2px #E50F0F;
  cursor: pointer;
}
.search-box {
  width: 80%;
  border: 1px solid #ccc;
  outline: 0;
  border-radius: 15px;
}
.search-box:focus {
  box-shadow: 0 0 15px 5px #b0e0ee;
  border: 2px solid #bebede;
}
.close-icon {
  border: 1px solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.close-icon:after {
  content: "X";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: #FA9595;
  z-index: 1;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  box-shadow: 0 0 2px #E50F0F;
  cursor: pointer;
}
.report-grid {
  clear: both;
  margin-left: -20px;
  letter-spacing: -0.31em;
}
.report-grid:after {
  clear: both;
  content: " ";
  display: table;
}
.report-col {
  text-rendering: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin-top: 3px;
}
.report-grid > .report-col {
  padding-left: 20px;
  margin-right: 0;
  letter-spacing: normal;
  word-spacing: normal;
  margin-top: 3px;
}
/* @TODO: add padding modifiers to grid */
.spacer.report-col,
.spacer.report-col ~ .report-col {
  margin-top: 20px !important;
}
.spacer-none.report-col,
.spacer-none ~ .report-col {
  margin-top: 0;
}
.topSelector {
  text-decoration-color: #7a914e;
  font-size: 1.5em;
  font-weight: bold;
  color: #7a914e;
  outline: none;
  border: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  margin-left: -5px;
}
.report-next-buttondiv {
  margin-top: -3px;
  text-align: center;
}
.report-rightbar {
  width: 220px;
  position: relative;
}
.report-rightbar-overlay {
  position: absolute;
  border-left: 3px solid #fff;
  width: 100%;
  height: 60px;
}
.report-main-container {
  display: table;
  table-layout: fixed;
  clear: both;
}
.report-preview-mode {
  width: 100%;
}
.report-rightbar-padding-top {
  padding-top: 20px;
}
.report-main {
  width: 100%;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
}
.vo-report-border-red {
  border: 1px solid #BF0000 !important;
}
.vo-report-border-default {
  border: 1px solid #AEAEAE !important;
}
.quick-links ul {
  padding: 0;
}
.quick-links li {
  list-style: none;
}
.save-report-modal .spacing-top {
  margin-top: 15px;
}
.save-report-modal .modal-header .base-report-name {
  font-weight: bold;
}
.save-report-modal .modal-header .required-field-notice {
  font-size: 11px;
}
.save-report-modal .save-report-details .details-name > label,
.save-report-modal .save-report-details .details-name > input {
  width: 100%;
  margin-bottom: 0px;
}
.save-report-modal .save-report-details .details-description > label {
  width: 100%;
}
.save-report-modal .save-report-details .details-description > textarea {
  width: 100%;
  height: 60px;
  padding: 5px 10px;
}
.save-report-modal .save-report-details .details-base-report {
  margin-top: 25px;
}
.save-report-modal .save-report-details .details-base-report .details-base-report-name {
  font-weight: bold;
}
.save-report-modal .save-report-details .details-base-report .details-base-report-description {
  color: #746E6E;
}
.save-report-modal .save-report-details ul {
  margin-left: 0px;
}
.save-report-modal .save-report-details ul li {
  display: inline-block;
  list-style: none;
}
.save-report-modal .save-report-details .save-reports-filter-list {
  margin-top: 25px;
}
.save-report-modal .save-report-details .save-reports-filter-list .save-reports-filter {
  display: inline-block;
  background-color: #999999;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  margin: 5px 5px 0 0;
}
.save-report-modal .save-report-schedule .recur-option-select {
  margin: 0;
}
@media (max-width: 481px) {
  .save-report-modal .save-report-schedule .recur-option-select {
    /* smartphones, iPhone, portrait 480x320 phones */
  }
  .save-report-modal .save-report-schedule .recur-option-select label {
    min-width: 0;
  }
}
.save-report-modal .save-report-schedule .save-report-day-selector-container {
  width: 345px;
  margin-top: 18px;
}
.save-report-modal .save-report-schedule .save-report-day-selector-container .save-report-day-selector-label {
  float: left;
  margin-right: 10px;
}
.save-report-modal .save-report-schedule .save-report-day-selector-container .save-report-day-selector-count {
  float: right;
  color: #999999;
  font-weight: bold;
}
.save-report-modal .save-report-schedule .save-report-day-selector-container .save-report-day-selector-count span {
  font-weight: normal;
}
.save-report-modal .save-report-schedule .save-report-day-selector-container .save-report-day-selector {
  display: inline-block;
  clear: both;
  font-size: 0;
  margin: 3px 1px 1px 0;
}
.save-report-modal .save-report-schedule .save-report-day-selector-container .save-report-day-selector > div {
  display: inline-block;
  height: 40px;
  width: 50px;
  border: 1px solid #a3a3a3;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin: 0 -1px -1px 0;
}
.save-report-modal .save-report-schedule .save-report-day-selector-container .save-report-day-selector > div:hover {
  background-color: #ccc;
}
.save-report-modal .save-report-schedule .save-report-day-selector-container .save-report-day-selector > div.selected,
.save-report-modal .save-report-schedule .save-report-day-selector-container .save-report-day-selector > div.selected:hover {
  background-color: #E0E9D5;
}
@media (max-width: 410px) {
  .save-report-modal .save-report-schedule .save-report-day-selector-container {
    /* smartphones, iPhone, portrait 480x320 phones */
    width: 100%;
  }
  .save-report-modal .save-report-schedule .save-report-day-selector-container .save-report-day-selector {
    width: 100%;
  }
  .save-report-modal .save-report-schedule .save-report-day-selector-container .save-report-day-selector > div {
    height: 35px;
    width: 14%;
    line-height: 35px;
  }
}
.save-report-modal .save-report-schedule .save-report-send-month {
  margin-top: 18px;
}
.save-report-modal .save-report-schedule .save-report-send-month .save-report-send-month-label {
  margin-top: 3px;
}
.save-report-modal .save-report-schedule .save-report-send-month > select {
  height: 35px;
  width: 200px;
  line-height: 40px;
  border-radius: 5px;
  font-weight: bold;
}
.save-report-modal .save-report-schedule .save-report-send-month > select > option {
  font-weight: bold;
}
.save-report-modal .save-report-schedule .time-of-day-select .time-of-day-select-label {
  margin-top: 18px;
  margin-bottom: 3px;
}
.save-report-modal .save-report-schedule .time-of-day-select > select {
  height: 35px;
  width: 150px;
  line-height: 40px;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 5px;
}
.save-report-modal .save-report-schedule .time-of-day-select > select > option {
  font-weight: bold;
}
.save-report-modal .save-report-schedule .time-of-day-select .time-of-day-select-estimate {
  display: inline-block;
  color: #666666;
}
.save-report-modal .save-report-schedule .save-report-columns-section {
  margin-top: 18px;
}
.save-report-modal .save-report-schedule .save-report-columns-section .save-report-columns-heading {
  border: none;
  float: left;
  font-size: inherit;
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 20px;
  width: auto;
}
.save-report-modal .save-report-schedule .save-report-columns-section .save-report-columns-summary {
  display: inline-block;
  font-weight: bold;
  margin-right: 15px;
  margin-top: 5px;
}
.save-report-modal .save-report-schedule .save-report-columns-section .save-report-columns-list {
  margin-top: 8px;
}
.save-report-modal .save-report-schedule .save-report-columns-section .save-report-columns-list .save-report-column-input {
  display: inline-block;
  width: 33%;
  padding-right: 10px;
  margin-bottom: 3px;
}
.save-report-modal .save-report-schedule .save-report-columns-section .save-report-columns-list .save-report-column-input > input {
  vertical-align: text-bottom;
}
@media (max-width: 700px) {
  .save-report-modal .save-report-schedule .save-report-columns-section .save-report-columns-list .save-report-column-input {
    /* smartphones, iPhone, portrait 480x320 phones */
    width: 48%;
  }
}
@media (max-width: 500px) {
  .save-report-modal .save-report-schedule .save-report-columns-section .save-report-columns-list .save-report-column-input {
    /* smartphones, iPhone, portrait 480x320 phones */
    width: 100%;
  }
}
.save-report-modal .save-report-schedule .save-report-email {
  font-weight: bold;
  margin-top: 3px;
}
.save-report-modal .save-report-error {
  color: red;
}
.quickview-modal .quickview-member-nav {
  float: right;
}
.quickview-modal .quickview-member-nav .nav-button {
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  height: 30px;
  background-color: #eee;
  padding: 5px 10px;
}
.quickview-modal .quickview-member-nav .nav-button.muted {
  color: #777;
}
.quickview-modal .quickview-navigate-back {
  float: left;
  color: initial;
  margin-right: 5px;
}
.quickview-modal .quickview-navigate-back .nav-button {
  font-size: 22px;
  font-weight: 200;
  position: relative;
  top: 10px;
  padding: 5px 10px;
}
.quickview-modal .quickview-print {
  margin-top: 15px;
}
.commission-info {
  overflow: hidden;
}
.commission-info + .commission-info {
  margin-top: 8px;
}
.commission-info a {
  text-decoration: none;
}
.commission-info a:hover,
.commission-info a:focus,
.commission-toggle:hover .commission-data a,
.commission-toggle:focus .commission-data a,
.commission-info-open .commission-data a {
  text-decoration: underline;
}
.commission-summary {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 12px 20px 12px 40px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.commission-toggle .commission-summary:hover,
.commission-toggle .commission-summary:focus {
  cursor: pointer;
  background-color: #e5e5e5;
  border-color: #ccc;
}
.commission-info-open .commission-summary {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.commission-heading,
.commission-data,
.commission-line-total {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.commission-data {
  font-weight: normal;
}
.commission-line-total {
  float: right;
  font-size: 20px;
  line-height: 24px;
}
.commission-line-amount {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #6e4a9e;
}
.commission-line-unit {
  padding-left: 6px;
  font-size: 12px;
}
.commission-heading {
  /* .titleFontMedium; */
  font-size: 20px;
  color: #6e4a9e;
}
.commission-info-details {
  border: 1px solid #ddd;
  border-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.commission-info-open .commission-info-details {
  max-height: 600px;
  opacity: 1;
}
.commission-row {
  display: table;
  width: 100%;
}
.commission-row:nth-child(even) {
  background-color: #f5f5f5;
}
.commission-col {
  display: table-cell;
  text-align: right;
  padding: 8px 20px;
}
.commission-col:first-child {
  text-align: left;
  padding-left: 40px;
}
.comm-adj-des-owing {
  float: left;
  padding-left: 0px !important;
}
.comm-adj-desc-owing-order-details {
  padding-left: 100px;
}
.comm-data-toggle {
  padding-top: 13px;
}
.commission-negative {
  color: #BE1217 !important;
}
.commission-negative .commission-line-amount {
  color: #BE1217 !important;
}
.commission-info-subtotal .commission-summary {
  background-color: #999;
  border: 0;
}
.commission-info-subtotal * {
  color: #6e4a9e;
}
.commission-info-total .commission-summary {
  background-color: #839D57;
  border: 0;
}
.commission-info-total * {
  color: #6e4a9e;
}
.commission-info .icon-triangle {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -7px;
  display: inline-block;
  vertical-align: baseline;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #06c3d4;
}
.commission-info-open .icon-triangle {
  left: 13px;
  margin-top: -5px;
  border-width: 10px 7px 0 7px;
  border-color: #06c3d4 transparent transparent transparent;
}
.commission-table {
  margin: 40px 0;
  overflow-x: auto;
  width: 100%;
  min-height: 50px;
}
.commission-table:first-child {
  margin-top: 0;
}
.commission-table table {
  border-spacing: 0;
  width: 100%;
}
.commission-table th,
.commission-table td {
  padding: 12px 8px;
  min-width: 66px;
  color: #333;
}
.commission-table th {
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  border-bottom: 2px solid #c0c0c0;
  padding: 8px 8px 4px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
.commission-table td {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
}
.commission-table-amount {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.commission-table-currency-unit {
  font-size: 12px;
}
.loading {
  background: url(/vo/content/app/tools/i/spinner-f0.gif) no-repeat center center;
}
.loading-box {
  background: url(/vo/content/app/tools/i/spinner-f0.gif) no-repeat center center;
  height: 40%;
  width: 40%;
  border-color: #cf8c24;
  padding: 20px;
}
.grid-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
  width: 100%;
}
.caption {
  margin-bottom: .3em;
}
.grid-table td,
th {
  padding: .3em .5em;
  text-align: left;
}
.grid-table th {
  padding: .3em .5em .2em;
  border-left: 1px solid #bbb;
  color: #999;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  vertical-align: top;
}
.grid-table th:first-child {
  border-left: 0;
}
.grid-table tbody:before {
  content: " ";
  display: block;
  height: .4em;
}
/* Alternate row shading */
.grid-table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.grid-table .row-active {
  background-color: #e1daea;
}
.vo-share-grid {
  font-size: 0;
}
.vo-share-grid a {
  border: 0 !important;
}
.vo-share-grid-item {
  font-size: 14px;
  width: 25%;
  display: inline-block;
}
.vo-share-graphic {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  overflow: hidden;
  background-size: contain;
}
.vo-share-graphic:hover .share-graphic_overlay {
  opacity: 1;
}
.vo-share-graphic:hover .share-graphic_links {
  top: 80%;
}
.vo-share-graphic-overlay {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffffff 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffffff 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffffff 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffffff 80%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #ffffff 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vo-share-graphic-border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.2;
  z-index: 10;
  /* transition:opacity,border @transitionTime ease-in-out; */
  border: 1px solid #000;
}
.vo-share-graphic-border:hover {
  opacity: 1;
  border-width: 2px;
  border-color: #00C5d1;
}
.vo-share-graphic-links {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.vo-share-graphic-overlay-on {
  opacity: 1!important;
}
.vo-share-graphic-links-on {
  top: 80%!important;
}
.vo-share-graphic-link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  padding-left: 12px;
}
.vo-share-graphic-link-list li {
  float: left;
  display: inline-block;
  width: 25%;
}
.vo-share-graphic-link-list li img {
  margin: 0 auto;
}
@media (max-width: 899px) {
  .vo-share-grid-item {
    width: 33%;
  }
}
@media (max-width: 679px) {
  .vo-share-grid-item {
    width: 50%;
  }
}
@media (max-width: 449px) {
  .vo-share-grid-item {
    width: 100%;
  }
}
.leftnav .small-link {
  font-size: 14px;
  line-height: 16px;
  padding: 3px 5px 3px 0;
}
.vo-address-picker .address-list-item {
  display: flex;
}
.vo-address-picker .address-list-item .auto-size {
  flex-grow: 0;
  flex-shrink: 0;
}
.vo-address-picker .address-list-item .fill-space {
  flex-grow: 1;
  flex-shrink: 1;
}
.vo-address-picker .address-list-item .selection-marker {
  margin-right: 10px;
  align-self: center;
}
.vo-countdown-timer {
  width: 100%;
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.vo-countdown-timer .vo-countdown-timer-message {
  width: 100%;
  flex: 0 1 auto;
  text-align: center;
  word-wrap: normal;
  font-weight: 700;
  font-size: 20px;
  color: white;
  padding: 8px;
}
@media (max-width: 1279px) {
  .vo-countdown-timer .vo-countdown-timer-message {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .vo-countdown-timer .vo-countdown-timer-message {
    font-size: 16px;
  }
}
.vo-countdown-timer .vo-countdown-timer-timespan {
  flex: 0 1 auto;
  text-align: center;
  word-wrap: normal;
  font-weight: 400;
  font-size: 32px;
  color: white;
  padding: 8px;
}
@media (max-width: 1279px) {
  .vo-countdown-timer .vo-countdown-timer-timespan {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .vo-countdown-timer .vo-countdown-timer-timespan {
    font-size: 20px;
  }
}
.health-status {
  margin: 20px;
}
.health-status .load-button {
  float: right;
}
.health-status table {
  width: 100%;
}
.health-status table tr {
  height: 26px;
  border-bottom: solid black 1px;
}
.health-status table td {
  padding: 0px 10px;
  word-break: break-all;
}
.health-status table td.green {
  background-color: darkgreen;
  border-bottom: solid black 1px;
  width: 25px;
}
.health-status table td.red {
  background-color: red;
  border-bottom: solid black 1px;
  width: 25px;
}
.health-status .health-status-details {
  top: 25px;
  position: relative;
  width: 100%;
  padding: 10px;
}
.health-status .health-status-details .close-button {
  position: absolute;
  right: 10px;
}
.health-status .health-status-details .detail-label {
  color: #797979;
}
.health-status .health-status-details table th {
  color: #797979;
}
.health-status .green-popup {
  background-color: #eee;
  color: darkgreen;
  font-weight: bold;
  border: solid black 1px;
}
.health-status .red-popup {
  background-color: #eee;
  color: red;
  font-weight: bold;
  border: solid black 1px;
}
.health-status h6 {
  font-weight: bold;
}
.sales-e-invoicing .paging-controls input {
  width: 50px;
}
.sales-e-invoicing .in-active {
  color: #ccc;
  cursor: default;
}
/* Recommended Products Component */
@-moz-document url-prefix() {
  #recommendations {
    overflow-y: hidden;
  }
}
#recommendations {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 52px;
}
#recommendations *,
#recommendations :before,
#recommendations :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#recommendations .rec-scroll {
  width: 100%;
}
#recommendations .rec-scroll::-webkit-scrollbar {
  /*height:10px;*/
  background: transparent;
}
#recommendations h5 {
  margin: 20px 0;
  font-size: 24px;
}
#recommendations h5.colored {
  color: #6e4a9e;
}
#recommendations #rec-wrap-container {
  position: relative;
}
#recommendations ul#rec-item-container {
  width: 100%;
  list-style: none;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
#recommendations li.rec-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 18.4%;
  max-width: 200px;
  margin: 10px 2% 0 0;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#recommendations li.rec-item:last-child {
  margin-right: 0;
}
#recommendations .rec-item-img {
  max-width: 150px;
  width: 100%;
  height: 150px;
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
  margin: 0px auto 10px;
  border: 1px solid #999999;
  border-radius: 2px;
  overflow: hidden;
}
#recommendations .rec-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  border: none;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#recommendations .rec-item-img img.tall {
  height: 130px;
  width: auto;
  margin: 0;
}
#recommendations .rec-item-img .product-image {
  height: 90px;
}
#recommendations .rec-item-name {
  width: 100%;
  margin-bottom: auto;
}
#recommendations .rec-item-name a {
  font-size: 14px;
  width: 100%;
  white-space: pre-wrap;
  font-weight: bold;
  text-decoration: none;
}
#recommendations .rec-item-info {
  margin-top: auto;
}
#recommendations .rec-item-cost {
  width: 100%;
  margin: 5px auto 5px;
  display: block;
  text-align: center;
  font-size: 12px;
}
#recommendations .currency-type {
  margin-left: 5px;
}
#recommendations .rec-item-cost-pv,
#recommendations .rec-item-cost-price,
#recommendations .rec-item-cost-wholesale,
#recommendations .rec-item-cost-retail {
  width: 100%;
}
#recommendations .rec-item-add-to-cart {
  font-size: 14px;
}
#recommendations .rec-item-add-to-cart input[type=text] {
  width: 40px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
  border-radius: 2px;
}
#recommendations .rec-item-add-to-cart .icon-plus-sign {
  margin-right: 5px;
  vertical-align: initial;
}
#recommendations .rec-item-add-to-cart a.rec-add-link {
  margin-left: 10px;
  white-space: nowrap;
  text-decoration: none;
}
#recommendations .rec-item-add-to-cart.added input,
#recommendations .rec-item-add-to-cart.added a.rec-add-link {
  display: none;
}
#recommendations .prod-added .icon-checkmark-circle {
  margin-right: 5px;
  vertical-align: initial;
}
#recommendations .rec-item-add-to-cart .prod-added {
  display: none;
  color: #00945e;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#recommendations .rec-item-add-to-cart.added .prod-added {
  display: block;
}
#recommendations .rec-control {
  position: absolute;
  top: 45%;
  z-index: 5;
}
#recommendations .rec-control > a > i.fas {
  font-size: 3em;
  font-weight: 400;
  color: #707070;
}
#recommendations .rec-control > a > i.fas:hover {
  cursor: pointer;
  color: #6e499d !important;
}
#recommendations .rec-control.rec-control-left {
  left: 0;
}
#recommendations .rec-control.rec-control-right {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1180px) {
  #recommendations .rec-item-add-to-cart input[type=text] {
    width: 75px;
  }
  #recommendations .rec-item-add-to-cart a.rec-add-link {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #recommendations .rec-control {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #recommendations #rec-wrap-container {
    padding: 0 30px;
  }
  #recommendations li.rec-item {
    border: 1px solid #DFDFDF;
    padding: 10px;
    border-radius: 2px;
  }
  #recommendations .rec-scroll {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  #recommendations ul#rec-item-container.item-2 li.rec-item {
    width: 46%;
    margin: 10px 4% 0 0;
  }
  #recommendations ul#rec-item-container.item-1 li.rec-item {
    width: 100%;
    margin: 10px 0 0;
  }
  #recommendations .rec-item-img {
    width: auto;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 630px) and (max-width: 767px) {
  #recommendations ul#rec-item-container.item-4,
  #recommendations ul#rec-item-container.item-5 {
    min-width: 140%;
  }
}
@media screen and (max-width: 629px) {
  #recommendations ul#rec-item-container.item-5 {
    width: 200%;
    min-width: 850px;
  }
  #recommendations ul#rec-item-container.item-4 {
    width: 180%;
    min-width: 675px;
  }
  #recommendations ul#rec-item-container.item-3 {
    width: 100%;
    min-width: 675px;
  }
  #recommendations ul#rec-item-container.item-2 {
    width: 100%;
    min-width: 400px;
  }
  #recommendations ul#rec-item-container {
    width: 100%;
    min-width: 100%;
  }
}
.signin-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.signin-container .sign-in,
.signin-container .register {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.signin-container .sign-in {
  width: 45%;
}
.signin-container .sign-in input[type=text],
.signin-container .sign-in input[type=password] {
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
}
.signin-container .sign-in input[type=text]:focus,
.signin-container .sign-in input[type=password]:focus {
  outline: none;
}
.signin-container .sign-in .remember-me-container,
.signin-container .sign-in .forgot-password-container a {
  font-weight: 500;
  font-size: 14px;
}
.signin-container .sign-in .remember-me-container {
  margin-bottom: 26px;
}
.signin-container .sign-in .forgot-password-container {
  float: right;
}
.signin-container .sign-in .error input[type=text],
.signin-container .sign-in .error input[type=password] {
  border-color: #BE1217;
  color: #BE1217;
}
.signin-container .sign-in .error .input-error {
  color: #BE1217;
}
.signin-container .register {
  width: 55%;
}
.signin-container .register p {
  font-weight: 300;
}
.signin-container h4 {
  margin: 0 0 16px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.signin-container .button-group {
  margin-top: auto;
}
@media only screen and (max-width: 961px) {
  .signin-container .sign-in,
  .signin-container .register {
    width: 50%;
    margin-top: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .signin-container {
    margin: 26px 26px 50px;
  }
  .signin-container .sign-in,
  .signin-container .register {
    padding: 26px 52px;
  }
}
@media only screen and (max-width: 768px) {
  .signin-container {
    margin: 15px;
  }
  .signin-container .sign-in,
  .signin-container .register {
    width: 100%;
    padding: 0;
  }
}
.contest-leader-board .my-standing .panel-heading {
  background-color: #4D4D4D;
  color: white;
}
.contest-leader-board .my-standing .panel-body {
  background-color: #D3D3D3;
}
.contest-leader-board .my-standing .panel-body a {
  text-decoration: underline;
  color: black;
}
.contest-leader-board .paging-controls input {
  width: 50px;
}
.contest-leader-board .in-active {
  color: #ccc;
  cursor: default;
}
.contest-leader-board .highlight-row td {
  background-color: #d3d3d3 !important;
}
.contest-leader-board .has-applied-icon {
  margin-left: 5px;
}
.contest-leader-board .explanation-text-section {
  margin-bottom: 2%;
}
.contest-leader-board .explanation-text-section .explanation-text {
  color: #746E6E;
  font-size: .9em;
}
.contest-leader-board .qualified td {
  font-weight: bold;
}
vo-brightcove-player .button-cta {
  margin: 10px 0;
}
vo-brightcove-player .button-cta i {
  margin-left: 0;
  margin-right: 10px;
}
#calculate-button {
  float: right;
  font-size: medium;
}
#contest-calculator-table table {
  table-layout: auto;
  width: 70%;
  border-collapse: collapse;
  border-style: hidden;
}
#contest-calculator-table th {
  text-align: center;
  vertical-align: middle;
  border: none;
  font-size: small;
  width: 20%;
}
.month-row td {
  border: solid 1px #e3e3e3;
  padding: 5px 0;
  font-size: small;
  vertical-align: middle;
}
#contest-calculator-table thead {
  background-color: #4d4d4d;
  color: #ededed;
}
#row-header {
  padding: 0 15px;
  text-align: left;
  vertical-align: middle;
}
.calculator-category input {
  background-color: transparent;
  font-size: small;
  margin: 0;
  border: 0;
  text-align: center;
  width: 100%;
}
#month-subtotal {
  vertical-align: middle;
  text-align: center;
}
#grand-total {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #e3e3e3;
  font-size: small;
}
.spacer {
  background-color: #ffffff !important;
  border: none !important;
}
#button-wrapper {
  background-color: #ffffff !important;
  border: none !important;
}
#calculator-wrapper li {
  font-size: 18px;
}
.category-long-name {
  text-decoration: underline;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) {
  #contest-calculator-table {
    table-layout: fixed;
    width: 100%;
  }
  #calculate-button {
    float: right;
    font-size: small;
    padding: 0px 3px;
  }
  #contest-calculator-table th {
    width: auto;
    align-items: center;
    font-size: x-small;
    padding: 0px;
  }
}
.silver-bound-tracker .active-row {
  font-weight: bold;
}
.silver-bound-tracker .active-row .fa-check {
  color: #00945e;
}
.silver-bound-tracker .not-active-row {
  color: #b3b3b3;
  background-color: #f1f1f1;
  font-weight: bold;
}
.silver-bound-tracker .details-section h5 {
  margin-bottom: 10px;
}
.silver-bound-tracker .details-section thead {
  background-color: #ddd;
}
.silver-bound-tracker .details-section .header {
  background-color: #ddd;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.silver-bound-tracker .details-section .rank-row {
  font-weight: bold;
}
.silver-bound-tracker .details-section .leg-header td {
  background-color: #ddd;
  font-weight: bold;
}
.silver-bound-tracker .details-section .leg-rank-row .margin {
  margin-top: 25px;
  margin-bottom: 0px;
}
.silver-bound-tracker .details-section .leg-rank-row td {
  border-top: none;
}
.silver-bound-tracker .details-section .white {
  color: white;
}
.silver-bound-tracker .details-section .detail-status {
  text-align: right;
  padding-right: 20px;
}
.silver-bound-tracker th,
.silver-bound-tracker td {
  border: white solid 1px !important;
}
.silver-bound-landing .accordion-content a {
  color: #6e4a9e !important;
}
.silver-bound-landing .accordion-content .panel-open {
  overflow: auto !important;
}
.my-tax-forms .my-tax-forms-list-heading {
  margin-bottom: 20px;
  margin-top: 20px;
}
.my-tax-forms .my-tax-forms-list-options-header {
  margin-bottom: 20px;
}
.my-tax-forms table tbody {
  font-size: 14px;
}
.my-tax-forms table tbody .list-text {
  font-style: italic;
  text-align: center;
}
.my-tax-forms table tbody .list-empty {
  color: grey;
}
.my-tax-forms table tbody .list-error {
  color: red;
}
.my-tax-forms .form-row {
  margin-bottom: 20px;
}
.my-tax-forms input[type=radio] {
  float: left;
}
.my-tax-forms label {
  margin-left: 20px;
  display: block;
}
.my-tax-forms .my-tax-forms-list-options-header {
  cursor: pointer;
  color: #6e4a9e;
}
.my-tax-forms .my-tax-forms-confirmation .terms-heading {
  font-family: "Montserrat", sans-serif;
}
.my-tax-forms .my-tax-forms-confirmation .terms-heading.text-strong {
  padding: 20px 0 20px;
  font-weight: 600;
}
.my-tax-forms .my-tax-forms-confirmation ul.terms-list li {
  font-family: "Montserrat", sans-serif;
}
.my-tax-forms .my-tax-forms-confirmation ul.terms-list .terms-link {
  padding-top: 10px;
}
.my-tax-forms .my-tax-forms-confirmation ul.terms-list .terms-link a {
  font-size: 16px;
}
.my-tax-forms-deadline-disclaimer-sign {
  padding: 0 2px;
}
.my-tax-forms-deadline-disclaimer {
  font-size: 14px;
}
.contact-information-continue-btn {
  width: 100% !important;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
}
.display-flex {
  display: flex !important;
  align-items: center !important;
}
@media (min-width: 768px) {
  .display-sm-flex {
    display: flex !important;
    align-items: center !important;
  }
}
.mt-gutter {
  margin-top: 15px !important;
}
.ml-gutter {
  margin-left: 15px !important;
}
@media (min-width: 768px) {
  .ml-sm-gutter {
    margin-left: 15px !important;
  }
}
.pv-container {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: 15px 0;
  font-size: 15px;
  border-bottom: 1px solid #746E6E;
}
.pv-header {
  padding: 0 15px;
}
.bold {
  font-weight: bold;
}
.pv-content {
  padding: 0 15px;
  display: flex;
  gap: 8px;
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid #746E6E;
}
.pv-progress {
  width: 100%;
  height: 25px;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 3px #e5e5e5;
  border-radius: 15px;
}
.pv-percentage {
  display: block;
  border-radius: inherit;
  background-color: #3c7f46;
  height: 100%;
  transition: all 600ms ease-out;
}
.pv-right {
  white-space: nowrap;
}
.pv-total {
  padding: 0 15px;
  font-size: 16px;
  margin-top: 12px;
}
.pv-total i {
  font-size: 14px;
}
.table-qualifications-wrap {
  cursor: default;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin-top: 20px;
  overflow-x: auto;
  font-size: 13px;
  color: #333;
  margin-left: -5px;
  margin-right: -5px;
}
.table-qualifications {
  border-spacing: 5px;
  width: 100%;
}
.table-qualifications .fa-check {
  font-size: 1.3em;
}
.table-qualifications .fa-caret-down {
  font-size: 2em;
}
table.table-qualifications {
  border-collapse: separate;
}
.table-qualifications th,
.table-qualifications td {
  text-align: center;
  min-width: 66px;
  font-weight: normal;
  /* Jared: Added to override default bold for TH elements */
  padding: 8px 2px;
  /* Jared: changed to 2px horizontal to give more space for text on smaller screens */
  width: 10%;
  /* Jared: added to make all cells the same width */
}
.table-qualifications th.table-qualifications-success,
.table-qualifications td.table-qualifications-success {
  background-color: #046A38;
  /* border: 1px solid #7a914e; no border, want solid/flat */
  color: #fff;
  font-weight: 900;
}
.table-qualifications th.table-qualifications-success strong,
.table-qualifications td.table-qualifications-success strong {
  font-weight: 900;
}
.table-qualifications th {
  padding: 0;
  vertical-align: bottom;
  font-size: 14px;
  /* Jared Added */
}
.table-qualifications td:empty {
  border: 1px solid #e0e0e0;
}
.table-qualifications strong {
  display: block;
  /* .titleFontMedium; seems to look better without this, otherwise should set 'normal' style if using a bold font */
}
.table-qualifications strong ~ strong {
  margin-top: 8px;
}
.table-qualifications-success-title {
  color: #7a914e;
}
.table-qualifications-cell {
  background-color: #e0e0e0;
  /* border: 1px solid #d0d0d0; no border, want solid/flat */
}
.table-qualifications-empty div {
  display: none;
}
.table-qualifications-empty {
  background-color: #f4f4f4;
}
.nextrank {
  color: #839d57;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  margin-left: 4px;
}
.table-qualifications-down-arrow {
  background: url(/vo/content/app/tools/icons/qual-down-arrow-orange.png) no-repeat center center;
  height: 9px;
}
.mobile-qualification {
  display: block;
  width: 100%;
}
.mobile-qualification table.mobile-table-qualifications {
  width: 90%;
  margin-top: 20px;
  margin-right: 5%;
  margin-left: 5%;
  border-spacing: 5px;
  border-collapse: separate;
}
.mobile-qualification table.mobile-table-qualifications tr.rank-title {
  padding: 0 5px;
  text-align: left;
}
.mobile-qualification table.mobile-table-qualifications tr.rank-title span {
  display: block;
  text-align: left;
  position: relative;
  line-height: 16px;
  font-weight: 500;
  color: #808080;
}
.mobile-qualification table.mobile-table-qualifications tr.rank-title span.rank.success {
  padding-left: 20px;
}
.mobile-qualification table.mobile-table-qualifications tr.rank-title span.rank.success::before {
  content: '';
  display: block;
  width: 14px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 3px;
  background: url('qualification/images/icon-check.png');
  background-size: contain;
}
.mobile-qualification table.mobile-table-qualifications i[class*="fa-"] {
  display: flex;
  margin-left: 1.4em;
}
.mobile-qualification table.mobile-table-qualifications td {
  text-align: center;
  min-width: 66px;
  font-weight: 200;
  padding: 8px 2px;
}
.mobile-qualification table.mobile-table-qualifications td.table-qualifications-success {
  color: #FFFFFF;
  background: #046A38;
  font-weight: 900;
}
.mobile-qualification table.mobile-table-qualifications td.table-qualifications-empty {
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.mobile-qualification table.mobile-table-qualifications td.table-qualifications-cell {
  color: #292929;
  background: #e0e0e0;
}
.rank-qualification-area .qualification-detail .summary {
  color: #839D57;
}
/* Fix Overly General Modal Styles on UL/LI elements */
.rank-qualification-area ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-left: 0;
}
.rank-qualification-area ul li {
  list-style: none;
  /*margin-bottom:0; padding-left:0; margin-left:0;*/
}
.qualification-detail {
  color: #000;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.qualification-detail h6 {
  color: #000;
}
.requirements,
.requirement-legs,
.requirement-legend {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.requirements {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.requirement {
  position: relative;
  border-top: 1px solid #d6e1c0;
  padding: 16px 40px 25px 0;
}
.requirement:first-child {
  border-top: 0;
}
.requirements p {
  margin: 5px 0 0 0;
}
.requirements p strong {
  display: inline-block;
}
.requirement-num {
  margin-right: 4px;
  padding: 3px 8px 1px;
  background-color: #cf8c24;
  color: #fff;
  display: inline-block;
  margin-bottom: 3px;
}
.requirement-title {
  color: #cf8c24;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 16px;
}
.requirement-subtitle {
  color: #333;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: .9em;
  margin-left: 35px;
}
.requirement-subtitle strong {
  display: inline-block;
}
.requirement-status {
  background: url(/vo/content/app/tools/assets/icons/sprite-checkmark.png) no-repeat 0 0;
  height: 34px;
  width: 36px;
  position: absolute;
  right: 0;
  top: 8px;
}
.requirement-complete {
  background-position: 0 -50px;
}
.requirement-bar {
  position: relative;
  background-color: #e7e7e7;
  margin: 12px 0;
  height: 30px;
  width: 100%;
  max-width: 680px;
  border-radius: 10px;
}
.requirement-bar-small {
  margin-top: 2px;
  height: 20px;
  clear: both;
}
.requirement-bar-fg1,
.requirement-bar-fg2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}
.requirement-bar-fg1 {
  background-color: #98b561;
  z-index: 1;
}
.requirement-bar-fg2 {
  background: #c0cea4;
  background: url(/vo/content/app/tools/assets/icons/bg-stripe.png) repeat-x;
}
.requirement-legend-item {
  margin-top: 8px;
}
.requirement-box-green,
.requirement-box-stripe,
.requirement-box-gray {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: -2px;
  height: 16px;
  width: 16px;
}
.requirement-box-green {
  background-color: #98b561;
}
.requirement-box-stripe {
  background-color: #c0cea4;
  background: url(/vo/content/app/tools/assets/icons/bg-stripe.png) repeat-x;
}
.requirement-box-gray {
  background-color: #e7e7e7;
}
.requirement-leg {
  position: relative;
  margin: 25px 0;
  padding-left: 20px;
}
.requirement-leg-num {
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #919191;
  background-color: #297799;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  width: 24px;
  padding-top: 12px;
  text-align: center;
}
.requirement-leg-info {
  max-width: 680px;
  position: relative;
}
.requirement-leg-user-img {
  line-height: 20px;
  vertical-align: top;
}
.requirement-leg-rank-icon {
  display: inline-block;
  padding: 2px 0 2px 2px;
  vertical-align: top;
  margin-right: 10px;
}
.requirement-leg-rank-icon .vo-rank-icon {
  display: block;
}
.requirement-leg-user-img {
  background-color: #fff;
  padding-left: 1px;
  border-left: 2px solid #98b561;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.requirement-leg-user-img:before {
  content: " ";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: #98b561;
  margin-right: 1px;
}
.requirement-leg-stats {
  margin-top: -7px;
  height: 20px;
}
.requirement-leg-stat {
  float: left;
}
.right-alignment,
.requirement-leg-stat-scheduled {
  float: right;
}
/* The class below should be removed at some point... keeping here to override the duplicate style in vo.css */
.requirement-leg-complete .requirement-leg-info:after {
  background: none;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}
.requirement-leg-icon-check .requirement-leg-info:after,
.requirement-leg-icon-check-info .requirement-leg-info:after,
.requirement-leg-icon-alert .requirement-leg-info:after,
.dlv-leg-info-note:before,
.dlv-leg-alert-note:before {
  background: url(/vo/content/app/organization/img/dlv-rank-qual-check-sprites.png) no-repeat;
  content: " ";
}
.requirement-leg-icon-check .requirement-leg-info:after {
  height: 13px;
  width: 14px;
  position: absolute;
  display: block;
  bottom: 2px;
  right: -20px;
}
.requirement-leg-icon-check-info .requirement-leg-info:after {
  background-position: -30px 0;
  height: 13px;
  width: 32px;
  position: absolute;
  display: block;
  bottom: 2px;
  right: -38px;
}
.requirement-leg-icon-alert .requirement-leg-info:after {
  background-position: -90px 0;
  height: 13px;
  width: 14px;
  position: absolute;
  display: block;
  bottom: 2px;
  right: -20px;
}
.dlv-leg-info-note {
  vertical-align: top;
  line-height: 18px;
}
.dlv-leg-alert-note {
  vertical-align: top;
  line-height: 18px;
}
.dlv-leg-info-note:before {
  vertical-align: top;
  display: inline-block;
  width: 14px;
  height: 18px;
  background-position: -49px 2px;
  margin-right: 5px;
}
.dlv-leg-alert-note:before {
  vertical-align: top;
  display: inline-block;
  width: 14px;
  height: 18px;
  background-position: -90px 2px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.link-show-more {
  color: #919191;
  cursor: pointer;
  background: none;
  border: 0;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}
.level-text {
  color: #9f9b9b;
  font-size: .8em;
  margin-left: 8px;
  font-style: italic;
}
.note-position {
  margin: 5px 20px 5px;
}
.volumes-position {
  margin-top: -7px;
  height: 20px;
  margin-bottom: -8px;
}
/*** YLU HEADER ***/
.ylu-banner {
  border-bottom: 1px solid #fff;
}
.ylu-banner img {
  display: block;
  max-width: 100%;
}
.ylu-header-nav {
  width: 100%;
  display: block;
  background: #333;
}
.ylu-header-nav ul {
  list-style: none;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0px;
}
.ylu-header-nav ul li {
  display: inline-block;
  font-size: 15px;
  height: 100%;
  text-align: center;
  padding: 0;
  border-left: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.ylu-header-nav ul li:hover,
.ylu-header-nav ul li:active {
  background: #666;
}
.ylu-header-nav ul li a {
  display: block;
  text-decoration: none;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  padding: 11px 10px;
  color: #fff;
}
.ylu-header-nav ul li a:hover {
  border-bottom: none;
}
.ylu-header-nav ul li:first-child {
  border-left: none;
}
/******/
/*** COURSE PAGE LAYOUT ***/
.ylu-course-heading {
  margin-bottom: 30px;
}
/******/
/*** YLU COURSE SUMMARY ***/
.ylu-course-summary {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin: 20px 0;
}
.ylu-course-summary-title {
  min-height: 21px;
  box-sizing: border-box;
  margin-bottom: 8px;
  color: #839D57;
  font-size: 22px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  line-height: 25px;
}
.ylu-course-summary-title div {
  vertical-align: middle;
}
.ylu-course-summary-title:before {
  background: url(/vo/content/app/design/images/sprite-checkmark-small.png) 0 0 no-repeat;
  content: ' ';
  display: block;
  height: 21px;
  width: 25px;
  margin-right: 8px;
  vertical-align: middle;
  box-sizing: border-box;
  float: left;
}
.ylu-course-summary-title.ylu-checked:before {
  background-position: 0 -25px;
}
.ylu-course-description {
  margin-bottom: 15px;
}
.ylu-course-summary-footer a {
  margin-right: 10px;
}
.ylu-complete-count {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
}
/******/
/*** DOWNLOAD SECTION WITH THUMBNAIL ***/
.ylu-download-container {
  display: table;
}
.ylu-download-container-row {
  display: table-row;
}
.ylu-download-thumbnail {
  display: table-cell;
  vertical-align: middle;
}
.ylu-download-thumbnail img {
  display: block;
  max-width: 100%;
  background-color: #666;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.ylu-download-buttons {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
.ylu-download-button {
  margin-bottom: 10px;
}
.ylu-download-button:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .ylu-download-container {
    display: block;
  }
  .ylu-download-container-row {
    display: block;
  }
  .ylu-download-thumbnail {
    display: block;
  }
  .ylu-download-buttons {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
}
/******/
/*** LARGE VIDEO ***/
.ylu-video-container {
  width: 100%;
  height: auto;
  background-color: #000000;
  border-left: 1px solid #444444;
  border-top: 1px solid #444444;
  border-right: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
/******/
/*** YLU QUIZ ***/
.ylu-quiz form {
  margin: 0;
  padding: 0;
}
.ylu-quiz-item {
  margin-bottom: 15px;
}
.ylu-quiz-question {
  color: #333;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}
.ylu-quiz-answer {
  padding-left: 20px;
}
.ylu-quiz-answer input[type="radio"] {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.ylu-quiz-answer input[type="radio"] + label {
  display: inline-block;
  color: #666;
  margin-left: -24px;
  padding-left: 24px;
  background: url(/vo/Content/app/university/img/quiz-radio-sprite.png) no-repeat 0 0;
  background-position: 0 4px;
  vertical-align: middle;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
}
.ylu-quiz-answer input[type="radio"] + label:hover {
  color: #000;
}
.ylu-quiz-answer input[type="radio"]:checked + label {
  color: #ef7500;
  background-position: 0 -56px;
}
.ylu-quiz-answer input[type="radio"].ylu-quiz-correct:checked + label {
  color: #95b263;
  background-position: 0 -26px;
}
/******/
.boost-header {
  width: 100%;
  display: block;
  position: relative;
  /*
    .boost-header-title{
        position:absolute;
	    top:140px;
	    color:#FFFFFF;
	    font-weight: 200;
	    left:20px;
	    z-index:10;
    }
    */
}
.boost-header .boost-header-image {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.boost-header .boost-header-image img {
  display: block;
  max-width: 100%;
}
.boost-header .boost-header-nav {
  width: 100%;
  display: block;
  min-height: 45px;
  background: #343434;
}
.boost-header .boost-header-nav ul {
  list-style: none;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.boost-header .boost-header-nav ul li {
  display: inline-block;
  float: left;
  zoom: 1;
  font-size: 15.5px;
  width: 25%;
  height: 100%;
  text-align: center;
  padding: 11px 0;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-sizing: border-box;
}
.boost-header .boost-header-nav ul li:hover,
.boost-header .boost-header-nav ul li:active {
  background: #333333;
}
.boost-header .boost-header-nav ul li a {
  text-decoration: none;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  padding: 10px 4px;
  color: #e2f8f9;
}
.boost-header .boost-header-nav ul li a:hover {
  border-bottom: none;
}
.boost-module-title a:hover {
  text-decoration: none;
}
.boost-featured-module .boost-featured-module-image {
  width: 40%;
  float: left;
}
.boost-featured-module .boost-featured-module-image img {
  width: auto;
  max-width: 100%;
}
.boost-featured-module .boost-featured-module-desc {
  width: 57%;
  margin-left: 2%;
  float: left;
}
.boost-module-list {
  width: 100%;
}
.boost-module-list .boost-slide {
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}
.boost-module-list .boost-slide .buttons {
  display: block;
  position: absolute;
  top: 33%;
  left: 0;
  width: 16px;
  height: 60px;
  border-bottom: none;
}
.boost-module-list .boost-slide .buttons img {
  display: block;
  margin: 0 auto;
}
.boost-module-list .boost-slide .next {
  right: 0;
  left: auto;
  top: 33%;
}
.boost-module-list .boost-slide .viewport {
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.boost-module-list .boost-slide .overview {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
}
.boost-module-list .boost-slide .overview li {
  float: left;
  margin: 0 20px 0 0;
  padding: 1px;
  width: 296px;
  display: inline-block;
  -moz-transition: all .35s linear;
  -o-transition: all .35s linear;
  -webkit-transition: all .35s linear;
  transition: all .35s linear;
  z-index: 3;
  position: relative;
}
.boost-module-list .boost-slide .overview li a {
  border-bottom: none;
  text-decoration: none;
  color: inherit;
}
.boost-module-list .boost-slide .overview li img {
  max-width: 100%;
  width: auto;
}
.boost-module-list .boost-slide .overview li:hover {
  cursor: pointer;
  z-index: 5;
  margin-top: -5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.boost-cancellation-reasons {
  list-style-type: none;
  margin-top: 20px;
}
.boost-cancellation-reasons li .radio-button {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #E8E8E8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.boost-cancellation-reasons li .radio-button.checked {
  background-color: #333;
}
.boost-cancellation-reasons li span {
  display: inline-block;
  vertical-align: middle;
}
.boost-cancellation-reasons li span label {
  font-size: 16px;
}
.boost-featured-module-text {
  color: #292929;
  font-size: 18px;
  line-height: 1.3;
  font-family: baskerville, "Mrs Eaves", Garamond, "Apple Garamond", Georgia, serif;
  font-weight: 400;
}
.boost-connect {
  display: block;
  width: 100%;
  float: left;
}
.boost-connect ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.boost-connect ul li {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  padding-left: 35px;
  height: 30px;
  margin-bottom: 10px;
}
.boost-connect ul li span.link {
  margin-top: 6px;
  display: inline-block;
  width: 10%;
}
.boost-connect ul li.twitter:before {
  background: url('/vo/content/app/oola/boost/twitter_icon.png');
  background-size: contain;
}
.boost-connect ul li.facebook:before {
  background: url('/vo/content/app/oola/boost/facebook_icon.png');
  background-size: contain;
}
.boost-connect ul li.instagram:before {
  background: url('/vo/content/app/oola/boost/instagram_icon.png');
  background-size: contain;
}
.boost-connect ul li:before {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  top: 3px;
  left: 0;
}
.banner-spinner {
  position: relative;
  padding: 20px;
  overflow: hidden;
  height: 250px;
  width: 100%;
}
.banner-spinner img {
  position: absolute;
}
.banner-spinner .buttons {
  display: block;
  position: absolute;
  top: 33%;
  left: 0;
  width: 16px;
  height: 60px;
  border-bottom: none;
  z-index: 10;
}
.banner-spinner .buttons img {
  display: block;
  margin: 0 auto;
}
.banner-spinner .next {
  right: 0;
  left: auto;
  top: 33%;
}
.banner-spinner .banner-spinner-selector {
  top: 220px;
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  text-align: center;
}
.banner-spinner .banner-spinner-selector .dot {
  background-color: #d7d7d7;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;
  display: inline-block;
}
.banner-spinner .banner-spinner-selector .dot-selected {
  background-color: green;
}
.boost-module .mobile-title {
  display: none;
  width: 90%;
}
.boost-module .module-image {
  float: left;
  width: 35%;
}
.boost-module .module-desc {
  float: left;
  margin-left: 2%;
  width: 58%;
}
@media screen and (max-width: 600px) {
  .boost-header-nav {
    height: 97px;
  }
  .boost-header-nav li {
    display: block;
    float: left;
    width: 50%;
    padding: 13px 4px;
    border-right: 0;
    border-bottom: 1px solid #888888;
  }
  .boost-featured-module-image {
    width: 100%;
  }
  .boost-featured-module-desc {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .boost-module .mobile-title {
    display: block;
  }
  .boost-module .module-image {
    float: none;
    width: 90%;
  }
  .boost-module .module-desc {
    float: none;
  }
  .boost-module .module-desc .boost-module-title {
    display: none;
    width: 90%;
  }
}
/* Styles go here */
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.11.2 - 2015-03-17T04:08:46.478Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}
.select2-result-single {
  padding-left: 0;
}
.select2-locked > .select2-search-choice-close {
  display: none;
}
.select-locked > .ui-select-match-close {
  display: none;
}
body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}
/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}
/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}
/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}
/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}
/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}
body > .ui-select-bootstrap.open ul {
  z-index: 9999999999;
  /* Standard Bootstrap dropdown z-index */
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}
.ui-select-multiple .ui-select-match-item {
  position: relative;
}
.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}
.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}
.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ui-select-bootstrap .ui-select-choices-row > a:hover,
.ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}
ul.ui-select-choices {
  margin: 0px;
  top: auto;
}
/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}
.dropdown.disabled {
  cursor: not-allowed;
  background-color: #eee;
  border-color: #ccc;
}
.btn-default.disabled {
  background-color: #eee;
  border-color: #ccc;
}
.fw-semi-bold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-normal {
  font-weight: normal;
}
.h3 {
  color: #6e4a9e;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.h5 {
  color: #000000;
  font-weight: 500;
}
h6 {
  color: #6e4a9e;
}
.border-radius {
  border-radius: 2px;
}
.bg-purple {
  background: #6e4a9e;
}
.button-secondary {
  color: #6e4a9e;
  background: none;
  border: 1px solid #6e4a9e;
  text-align: center;
  font-size: 14px;
  box-shadow: none;
}
.button-secondary:hover {
  background: #6e4a9e;
  color: #ffffff;
  border: 1px solid transparent;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  color: #6e4a9e;
}
h3 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.1;
  color: inherit;
  font-size: 24px;
  color: #6e4a9e;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
h3 small,
h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h4 {
  font-size: 23px;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  text-transform: capitalize;
}
a:hover {
  color: #6e4a9e;
}
.link-builder-h2 {
  font-weight: 500;
  font-size: 28px;
  color: #4d4d4d;
  line-height: 24px;
}
.adress-payment-label {
  font-weight: 500;
  font-size: 28px;
  color: #4d4d4d;
}
.my-yl-website-head {
  color: #fff !important;
  font-size: 24px !important;
  margin: 0 !important;
  position: relative !important;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif !important;
}
a.button-cta,
a.button-secondary,
button.button-cta,
.button-alert,
a.vo-button-blue,
button.vo-button-blue {
  font-family: 'Montserrat', sans-serif !important;
  text-transform: capitalize;
  font-weight: normal !important;
  min-width: 104px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: none;
}
a.button-cta:hover,
a.button-secondary:hover,
button.button-cta:hover,
.button-alert:hover,
a.vo-button-blue:hover,
button.vo-button-blue:hover {
  box-shadow: none;
}
a.button-cta,
button.cta {
  color: #ffffff;
  background: #6e4a9e;
}
a.button-cta:hover,
button.cta:hover {
  background: #52288b;
}
a.button-cta:focus,
button.cta:focus {
  outline: 0;
}
a.button-secondary,
button.button-secondary {
  color: #6e4a9e;
  background: none;
  border: 1px solid #6e4a9e;
  text-align: center;
  font-size: 14px;
}
a.button-secondary:hover,
button.button-secondary:hover {
  background: #6e4a9e;
  color: #ffffff;
  border: 1px solid transparent;
}
.button-alert {
  background: #BE1217;
}
.button-alert:hover {
  background: #61090c;
}
.button-cta.disabled {
  background: #f4f4f4;
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
}
.vo-icon-button-green {
  background: #6e4a9e;
  border-radius: 2px;
}
.vo-dashboard-quicklinks a.button-cta {
  background: #e2e2e2;
  color: #000000;
  font-weight: 500;
  border: none;
  transition: none;
}
.vo-dashboard-quicklinks a.button-cta::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0a9";
  font-weight: 900;
  color: #6e4a9e;
  margin-left: 10px;
}
.vo-dashboard-quicklinks a.button-cta:hover {
  color: white;
  background: #6e4a9e;
}
.vo-dashboard-quicklinks a.button-cta:hover::after {
  color: white;
}
button.vo-button-blue {
  background: #6e4a9e;
  box-shadow: none;
  color: white !important;
  cursor: pointer;
}
button.vo-button-blue:hover {
  background: #52288b;
}
a.vo-button-blue {
  background: #6e4a9e;
  box-shadow: none;
  color: white !important;
  cursor: pointer;
}
a.vo-button-blue:hover {
  background: #52288b;
}
a {
  color: #6e4a9e;
}
a:hover {
  border: none;
}
.vo-button-purple {
  background-color: #6e4a9e;
  box-shadow: none;
  border: 0;
  color: white !important;
  cursor: pointer;
  text-transform: capitalize;
}
.vo-button-purple:hover {
  background-color: #52288b;
}
.vo-link-grey {
  margin-right: 5px;
  color: gray !important;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
}
.vo-link-grey:hover {
  color: #6e4a9e !important;
}
.vo-link-grey.active {
  color: #6e4a9e !important;
}
.vo-cancel-grey {
  margin-right: 5px;
  color: gray !important;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  border: none;
  background: none;
}
.qo-classic ul li .button-cta:hover {
  background: #e2e2e2 !important;
  color: #6e4a9e !important;
}
button.link-builder.button-cta {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
button.link-builder.button-cta.animate {
  transition-property: all;
  animation: flip 3s linear;
}
@keyframes flip {
  0% {
    background-color: #6e4a9e;
  }
  5% {
    background-color: #b3b3b3;
  }
  95% {
    background-color: #b3b3b3;
  }
  100% {
    background-color: #6e4a9e;
  }
}
.pagebanner {
  background: #f4f4f4;
  border-top: 1px solid #6e4a9e;
  border-bottom: 1px solid #999999;
  padding: 10px 0px;
}
.pagebanner h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  color: #6e4a9e;
  margin-bottom: 5px;
}
nav.breadcrumb-bar,
nav.breadcrumb-bar.mobile-hide {
  text-shadow: none;
}
nav.breadcrumb-bar a,
nav.breadcrumb-bar.mobile-hide a {
  color: #000000;
}
nav.breadcrumb-bar a.active,
nav.breadcrumb-bar.mobile-hide a.active {
  color: #6e4a9e;
}
.breadcrumb-bar a:hover,
.breadcrumb-bar a:focus,
.breadcrumb-bar .active {
  color: #000000;
  font-weight: normal;
}
::selection {
  background: #B1D6FF !important;
  color: black !important;
}
::-moz-selection {
  background: #B1D6FF !important;
  color: black !important;
}
a {
  color: #6e4a9e;
}
a:hover {
  text-decoration: none !important;
  border: none;
}
.warning,
.responsive-table.quick-order-table .quantity .product-warning-icon,
.oos-warning,
.responsive-table ul li.table-error,
.alert-message p,
.alert-message span,
.error-content h3.orange,
.alerts h4,
.alerts p,
.error-message,
.error,
.add-to-cart .out-of-stock {
  color: #BE1217 !important;
}
.icon-trashcan {
  color: #4d4d4d;
}
.icon-trashcan:hover {
  color: #BE1217 !important;
  text-decoration: none !important;
}
.bordered-list .list-status i {
  color: #6e4a9e;
}
.bordered-list h4 {
  font-weight: 500;
}
.tab-content {
  padding-top: 20px;
}
.panel-group .panel {
  border-radius: 2px;
}
.alerts,
.add-to-cart .out-of-stock {
  background: #f7a5a8 !important;
  color: black !important;
}
input {
  border-radius: 2px !important;
}
.shopping-cart .nfr-header {
  background: #707070;
}
.tooltip-inner {
  background: #6e4a9e !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #6e4a9e !important;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #6e4a9e !important;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #6e4a9e !important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #6e4a9e !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #6e4a9e !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6e4a9e !important;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #6e4a9e !important;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #6e4a9e !important;
}
.promo-modal .promo-container {
  box-shadow: none;
  border: 1px solid #b3b3b3;
}
.promo-item .promo-price {
  font-weight: 500;
}
.promo-modal .promo-pv {
  font-weight: 500;
}
.promo-modal .promo-pv span {
  color: #6e4a9e;
}
.er-widget h4 {
  color: #6e4a9e;
  font-weight: 500;
}
.er-widget h5 {
  color: #000000;
}
.vo-content a,
.statbox-stat .shopping-cart-icon::before {
  color: #6e4a9e;
}
.er-widget h5 {
  color: #000000;
}
.vo-text-red {
  color: #e67e3c !important;
}
.vo-tabs .vo-tab-active,
.address-list ul.addresses li p.nickname,
.address-list ul.addresses li .icon-pencil {
  color: #6e4a9e;
}
.dlv-grid-row:nth-child(even) {
  background-color: #f4f4f4;
}
.dlv-grid-row {
  border-top: none;
}
.dlv-pv-text-red {
  color: #BE1217;
}
.vo-select-dropdown {
  color: #6e4a9e;
  border-color: #6e4a9e;
  border-radius: 3px;
  background-color: white;
  line-height: 30px;
}
.icon-help {
  margin: 0px 5px;
  font-size: 13px;
  border: none;
}
.icon-bookmark {
  color: #6e4a9e;
}
ul.nav-tabs li a {
  background: #f4f4f4;
}
.address-list ul.addresses li.selected {
  background: #e1daea;
}
ul.nav-tabs li.active a:hover {
  color: #6e4a9e;
}
.vo-select-value {
  line-height: inherit;
}
.advanced-panels .click-me {
  margin-top: 0 !important;
  height: 100%;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
}
.responsive-table.quick-order-table .quantity a {
  padding-left: 14px;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #B1D6FF !important;
}
.responsive-table.quick-order-table .search-result-header .sort-box .arrow-box .arrows.selected {
  color: #6e4a9e;
  border-color: #6e4a9e !important;
}
.glyphlink:before {
  color: #6e4a9e;
  margin-right: 7px;
}
.vo-contentbox h3 {
  color: #6e4a9e;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}
.bodycopy,
.bodycopy a {
  font-family: 'Montserrat', sans-serif;
}
.new-er .points-summary .consecutive.number,
.new-er .points-summary .earn-rate.number {
  background: #6e4a9e;
}
.new-er .points-summary .expiring.number {
  background: #BE1217;
}
.new-er .points-summary .balance.numberP {
  background: #00945e;
}
.linkitem a:hover {
  background-image: none;
}
.vo-contentbox h2 {
  color: #6e4a9e;
}
.contest-page h5 {
  color: black;
}
ul.nav-tabs li.active a {
  color: #6e4a9e;
}
ul.leftnav-2 > li a {
  color: #6e4a9e;
}
.responsive-table.quick-order-table .search-result-header .sort-box .arrow-box .arrows.selected,
.news-item {
  border-color: #6e4a9e !important;
}
.barchart-barstyle-forecast {
  background: none;
  background-color: #e2e2e2;
}
.vo-chart-subhead {
  background: #818181;
  color: white;
  text-align: center;
  padding: 8px 12px;
}
.dlv-pv-text-green {
  color: #00945e;
}
@media (min-width: 980px) {
  .er-widget {
    margin-right: 0px;
    margin-left: 0px;
  }
}
ul.vo-datalist-sm .vo-datalist-label {
  color: black;
}
.vo-datalist-sm .vo-datalist-label {
  color: black;
}
.vo-text-green {
  color: #6e4a9e !important;
}
a.vo-forwardlink,
.vo-contentbox h4 {
  color: #6e4a9e;
}
.color-green {
  color: #046A38;
}
.cmscontent h4 {
  margin-bottom: 10px;
}
ul.vo-datalist-sm .vo-datalist-label {
  color: black;
}
.vo-datalist-sm .vo-datalist-label {
  color: black;
}
.vo-icon-link:hover {
  color: #6e4a9e;
}
.vo-text-orange {
  color: #BE1217 !important;
}
.vo-tabs .vo-tabs-tab {
  font-family: 'Montserrat', sans-serif;
}
.vo-icon-link:focus,
.vo-icon-link:hover {
  color: #6e4a9e !important;
}
ul.nav-tabs li.active a:focus {
  color: #6e4a9e !important;
}
.vo-dlv-result-count {
  color: #6e4a9e;
}
.vo-report-filter-box {
  border: 2px solid #6e4a9e;
}
.bg-warning {
  background-color: #6e4a9e;
}
.vo-text-green {
  color: #6e4a9e !important;
}
ul.nav-tabs li.active a:focus {
  color: #000000 !important;
}
.vo-dlv-result-count {
  color: #6e4a9e;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  background: #6e4a9e !important;
}
ul.nav-tabs li.active a:focus {
  color: #6e4a9e !important;
}
.dlv-grid-hd-title-sortable:hover {
  background: #e1daea;
  cursor: pointer;
}
.search-bar .categories-nav .dropdown .category-section .selected {
  color: #000;
}
.panel-title a {
  color: white;
}
.vo-icon-link:focus,
.vo-icon-link:hover {
  color: #6e4a9e !important;
  font-weight: 900;
}
.panel-default > .panel-heading {
  background: #6e4a9e;
}
input:focus {
  color: black !important;
}
.responsive-table.shipping-table li.isitemrestricted .cell {
  color: black;
}
.alerts h3,
.alerts label {
  color: black !important;
}
.confirm-autoship .alerts {
  border: 1px solid #BE1217;
}
.header-slim .pagebanner {
  padding: 10px 0px;
}
.header-slim .pagebanner h1 {
  font-size: 36px;
}
.pagebanner h1 {
  padding: 0px 0px;
  line-height: 88px;
  margin-bottom: 0px;
}
.secondary-menu .nav-main-top.er-widget a {
  color: #6e4a9e;
}
.option-one .prem-kit img {
  width: 100%;
}
.guest-checkout .guest-header,
.guest-checkout .guest-panel .panel-heading {
  background: #6e4a9e;
}
.commission-heading {
  color: black;
}
.commission-line-amount {
  color: black;
}
.general-user-message p:last-child {
  color: white !important;
}
.advanced-panels.panel-control-right .panel-heading .panel-title .click-me {
  height: 100%;
  display: flex;
  align-items: center;
}
.tooltip-inner p {
  color: white;
}
.option-one .kit-content ul li:before {
  transform: translateY(-5px);
}
.check-type-yl-now .check-header {
  border-radius: 2px 2px 0 0;
}
ul.documents a:hover {
  color: #6e4a9e;
  text-decoration: underline;
}
.pagebanner {
  padding: 0px 0px;
}
.commission-heading h4 a {
  color: black !important;
}
ul.dlv-sponsor-path li a.sponsor-path-row .dlv-sponsor-path-name .dlv-sponsor-path-id {
  color: #000000;
}
.col-grid-layout div.resource-button a {
  width: 100%;
}
.panel-default {
  border: 1px solid #b3b3b3;
}
.bordered-list .list-controls .icon-pencil:hover {
  color: #52288b;
}
.modal-header .close {
  line-height: 100%;
}
.button-cta.disabled:hover {
  background: #52288b;
  border: 1px solid #b3b3b3;
  color: white !important;
}
.glyphicon:before {
  color: #6e4a9e !important;
}
.glyphicon-film:before {
  color: #6e4a9e !important;
}
.fa-file-powerpoint-o:before {
  color: #6e4a9e !important;
}
.responsive-table.cart-table .subtotal {
  margin-top: 0px;
}
*.fa-solid {
  font-family: Font Awesome\ 5 Pro;
}
.er-widget h2 {
  box-sizing: border-box;
  display: initial;
  height: 24px;
  margin: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-size-adjust: 100%;
  text-transform: capitalize;
  color: #000000;
}
.er-widget h3 {
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-size-adjust: 100%;
  color: #6e4a9e;
}
.account.clear h2 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 30px;
  margin-bottom: 20px;
}
.account.clear h2 small,
.account.clear h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.table-head {
  margin-bottom: 10px;
}
.panel-default {
  border-radius: 2px;
  border: 0.5px solid #b3b3b3;
  background: #f4f4f4;
}
.panel-body {
  background: #ffffff;
}
.voucher strong {
  color: #6e4a9e;
}
.order-history-table.advanced-panels .panel-body li div {
  padding-left: 0px;
}
.accordion-content .accordion .panel-heading .icon-arrow-down,
.accordion-content .accordion .panel-heading .icon-arrow-right {
  font-size: 16px;
  color: #4d4d4d;
}
.advanced-panels .click-me {
  margin-top: -8px;
}
.order-number:hover {
  color: #6e4a9e;
}
.profile-info .profile-info-header {
  background: #f4f4f4;
  border-top: 1px solid #6e4a9e;
  border-bottom: 1px solid #b3b3b3;
}
.profile-info .profile-info-header h2 {
  color: #6e4a9e;
}
.profile-info .summary h3 {
  font-weight: 500;
  font-size: 16px;
}
.social-edit .main-social-link-icon {
  color: #4d4d4d;
}
.social-edit .social-not-added .main-social-link-icon {
  color: #b3b3b3;
}
.icon-help {
  color: #6e4a9e !important;
}
.commission-details p i {
  color: #6e4a9e;
}
.accordion-content .accordion .panel-heading .panel-title {
  line-height: 40px;
}
.accordion-content .accordion .panel-heading .panel-title a {
  color: white;
}
.panel-default > .panel-heading {
  background: #f4f4f4;
  border-color: #b3b3b3;
}
b,
strong {
  font-weight: 500;
}
.panel-heading.gray-dark {
  background: #6e4a9e;
}
.accordion-heading-arrow {
  color: #000000 !important;
  vertical-align: middle;
}
.accordion-heading-text {
  font-size: 16px;
  color: #4d4d4d;
}
.payment-summary .sub-order {
  background: #f4f4f4;
  border-bottom: 1px solid #b3b3b3;
}
.payment-summary .order-total,
.payment-summary .payments-applied,
.payment-summary .general-grey-section,
.payment-summary .dgy-foundation .donate-content {
  background: #f4f4f4;
}
.payment-summary .dgy-foundation h3 {
  background: #6e4a9e;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  padding: 20px 10px;
}
.order-history-detail .order-delivery {
  border-color: #999999;
  border-radius: 2px;
}
.order-history-detail .order-delivery-header {
  background: #6e4a9e;
}
.order-history-detail .order-history-info p span {
  color: #6e4a9e;
}
.order-history-detail div .ErrorMessageBox p {
  color: #BF0000;
  margin: 40px;
}
.order-history-detail.order-history-detail-nfr .order-delivery {
  background: #f4f4f4;
  border-color: #6e4a9e;
}
.order-history-detail.order-history-detail-nfr .order-delivery-header {
  background: #6e4a9e;
}
.profile-info.has-border {
  border-color: #b3b3b3;
}
.bordered-list .list-content {
  border-radius: 2px;
  border-color: #999999;
}
ul.nav-tabs {
  border-bottom: 1px solid #b3b3b3 !important;
}
ul.nav-tabs li a {
  color: #4d4d4d;
  border-color: #b3b3b3;
  background: #e2e2e2;
  font-weight: 500;
}
ul.nav-tabs li.active a {
  color: #000000;
  font-weight: 600;
}
.business-suite h3 {
  color: #6e4a9e;
  font-weight: 300;
}
.new-er .membership-summary .summary-body {
  background: #f4f4f4;
}
.membership-summary .summary-body,
.summary-content .summary-body {
  height: 100%;
  border-color: #b3b3b3;
  border-radius: 2px;
}
.new-er .membership-summary .summary-body h5 {
  font-weight: 500;
}
.check-type .check-header,
.check-type .check-about {
  box-shadow: none;
}
.check-type {
  border: 1px solid #b3b3b3;
  border-radius: 2px;
}
.check-type .check-header {
  background: #746E6E;
}
.business-suite .check-type .check-about {
  background: #f4f4f4;
}
.check-type.active .check-header {
  background: #6e4a9e;
}
.search-bar,
.otg-header {
  border-radius: 2px;
  background: #6e4a9e;
  font-weight: 300;
}
.search-bar form input {
  border: none;
  border-radius: 2px;
}
.search-bar .categories-nav .button-cta {
  background: #ffffff;
  color: #4d4d4d;
}
.search-bar .categories-nav .button-cta:hover {
  color: #6e4a9e !important;
}
.responsive-table.quick-order-table li.added {
  background: #f4f4f4;
}
.responsive-table.quick-order-table li.added,
.responsive-table.quick-order-table li.added .icon-checkmark-circle,
.responsive-table.quick-order-table ul .cell {
  color: #6e4a9e;
}
.er-content.er-home h4 {
  font-weight: 500;
}
.monthly-order h3 {
  box-sizing: border-box;
  color: #4d4d4d;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 24px;
  margin-block-start: 10px;
  margin-block-end: 10px;
  margin-bottom: 10px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 10px;
  text-size-adjust: 100%;
  text-transform: capitalize;
}
.monthly-order h2 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.1;
  color: inherit;
  font-size: 24px;
  color: #6e4a9e;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.monthly-order h2 small,
.monthly-order h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.contest-page h5 {
  font-weight: 500;
}
.enrollment h3 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.1;
  color: inherit;
  font-size: 24px;
  color: #6e4a9e;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.enrollment h3 small,
.enrollment h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.enrollment h5 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.1;
  color: inherit;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.enrollment h5 small,
.enrollment h5 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.guest-checkout .mobile-menu {
  background: #6e4a9e;
}
.order-number a {
  color: #6e4a9e !important;
}
.responsive-table.shipping-table li.isitemrestricted {
  background: #f8d7db;
  border-color: red;
}
ul.nav-tabs.enrollment-tabs {
  border: none !important;
}
.confirm-autoship {
  background: #dedede;
  border: none;
  margin-bottom: 45px;
}
.payment-summary .payments-applied .button-link {
  color: #6e4a9e !important;
}
.kit-order i {
  color: #6e4a9e;
}
.guest-enroll-benefits .guest-savings .guest-member-savings {
  color: #6e4a9e;
}
.option-one .check-type-container .check-type3 img.check-header {
  width: 100%;
}
.fancy-step-breadcrumb > li.active label,
.fancy-step-breadcrumb > li.current label {
  color: #6e4a9e;
}
.fancy-step-breadcrumb > li.active span,
.fancy-step-breadcrumb > li.current span {
  background: #6e4a9e;
  border-color: #6e4a9e;
}
.fancy-step-breadcrumb > li.active:after,
.fancy-step-breadcrumb > li.active + li:before {
  background: #6e4a9e;
}
.option-one .check-type-container .check-type2 .check-header {
  border-radius: 2px 2px 0px 0px;
  background: #746E6E;
}
.option-one .tab-content {
  background: #f4f4f4;
}
ul.nav-tabs.enrollment-tabs {
  border-bottom: 1px solid #6e4a9e !important;
}
.option-one .check-type-container .check-type2 .check-header h4 {
  font-weight: normal;
}
.modal .product-list ul li.added {
  background: #f4f4f4;
  color: #6e4a9e;
}
.check-type.active .check-about {
  background: #ffffff;
}
.check-type.active .check-about li,
.check-type .check-about li span.savings strong {
  color: #6e4a9e;
}
.enrollment .or {
  background: #6e4a9e;
  line-height: 60px;
}
.check-type .check-header {
  background: #707070;
}
.check-type2 .check-header {
  background: #707070;
}
.check-type2 .check-header h4 {
  width: 100%;
  color: #ffffff;
}
.check-type2 .nonstandard-er-kit-main {
  border: 1px solid #746E6E;
  border-top: 0;
}
.check-type2 .nonstandard-er-kit-main .nonstandard-er-kit-img {
  border: none;
}
.check-type2 .nonstandard-er-kit-main .nonstandard-er-kit-msg > span {
  border: none !important;
}
.check-type2 .nonstandard-er-kit-main .nonstandard-er-kit-button {
  padding-top: 10px;
}
.enrollment .membership-details h4 {
  font-weight: 500;
}
.enrollment .enrollment-start-kit .kit-value {
  color: #6e4a9e;
}
.er-enrollment-info {
  background: #f4f4f4;
  border-radius: 2px;
  border-color: #b3b3b3;
}
.er-youcan {
  background: #6e4a9e;
}
.enrollment p a {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.er-youcan li:nth-child(even) {
  background: #ffffff;
}
.er-youcan li {
  color: #4d4d4d;
}
.er-youcan li i {
  color: #00945e;
}
ul.nav-tabs.enrollment-tabs li a {
  background: #e2e2e2;
  border: 1px solid #b3b3b3;
  border-bottom: none;
  color: #4d4d4d;
  font-size: 15px;
  border-radius: 3px 3px 0px 0px;
  font-weight: 500;
}
ul.nav-tabs.enrollment-tabs li a:hover {
  border: 1px solid #b3b3b3;
  border-bottom: none;
}
ul.nav-tabs.enrollment-tabs li.active a {
  background: #ffffff !important;
  color: #000000 !important;
  font-weight: 600;
}
ul.nav-tabs.enrollment-tabs {
  border-bottom: 1px solid #b3b3b3 !important;
}
.option-one .tab-content {
  background: #ffffff;
}
.option-one .prem-kit h3,
.option-one .diffuser-select h3 {
  text-align: center;
  color: #000000;
  font-weight: 500;
}
.option-one .prem-kit .check-header,
.option-one .check-type-container .check-type2.active .check-header {
  background: #6e4a9e;
  border-radius: 2px 2px 0px 0px;
}
.option-one .check-type-container .check-type2 .check-header {
  background: #707070;
}
.option-one .check-type-container .check-type2 .check-header h4 {
  width: 100%;
  color: #ffffff;
}
.option-one .prem-kit img,
.option-one .check-type-container .check-type2.active span,
.option-one .diffuser-select ul li span {
  border: 1px solid #b3b3b3;
}
.option-one .diffuser-select ul li span p {
  color: #000000;
  text-decoration: underline;
}
.option-one .check-type-container .slick-prev,
.option-one .check-type-container .slick-next,
.option-one .check-type-container .slick-prev:before,
.option-one .check-type-container .slick-next:before,
.option-one .check-type-container .slick-dots li.slick-active button:before,
.option-one .kit-content ul li:before,
.option-one .prem-kit .glyphicon-plus {
  color: #6e4a9e;
}
.er-youcan2 {
  background: #6e4a9e;
  border-radius: 2px;
}
.er-youcan2 li i,
.er-youcan2 li {
  color: #ffffff;
}
.create-kit {
  background: #6e4a9e;
}
.confirm-autoship {
  background: #f4f4f4;
  border: 1px solid #b3b3b3;
}
.confirm-autoship h3,
.confirm-autoship p,
.confirm-autoship label {
  color: #4d4d4d;
}
.option-one .check-type-container .check-type3 .check-header,
.option-one .check-type-container .check-type3 .check-about {
  box-shadow: none;
}
.option-one .check-type-container .check-type3.active .check-header,
.option-one .kit-content.inner:before {
  background: #6e4a9e;
}
.option-one .check-type-container .check-type3.active img {
  border: 1px solid #6e4a9e;
}
.option-one .check-type-container .check-type3 h6 {
  color: #4d4d4d;
}
.option-one .kit-content.inner:before {
  height: 0px;
}
.membership-summary h5,
.summary-content h5 {
  background: #6e4a9e;
  color: #ffffff;
}
.promo-alerts,
.tag.tag-promo {
  background: #00945e;
}
.kit-order {
  border-radius: 2px;
  border: 1px solid #b3b3b3;
}
.kit-order i,
.promo-item .promo-price {
  color: #6e4a9e;
}
.enrollment .responsive-memberships thead th {
  background: #707070;
  box-shadow: none;
  border-radius: 3px 3px 0px 0px;
}
.enrollment .responsive-memberships td {
  box-shadow: none;
}
.enrollment .responsive-memberships td.grey-bg {
  background: #f4f4f4;
}
.enrollment .responsive-memberships td {
  border-top: none;
}
.enrollment .responsive-memberships thead th.bb-selected {
  background: #00945e;
}
.enrollment .responsive-memberships td.bb-selected .icon-checkmark-circle {
  color: #00945e;
}
.enrollment .responsive-memberships thead th.rc-selected {
  background: #6e4a9e;
}
.enrollment .responsive-memberships td.rc-selected .icon-checkmark-circle {
  color: #6e4a9e;
}
.nfr-header {
  background: #707070;
}
#setProcessingDayModal .processing-day-calendars tbody td.current-date,
#setProcessingDayModal .pdc-key .current span {
  background: #6e4a9e;
}
#setProcessingDayModal .processing-day-calendars tbody td.disabled {
  background: #f4f4f4;
}
#setProcessingDayModal .processing-day-calendars thead th {
  background: #707070;
}
.button-secondary {
  display: inline-block;
  height: auto;
  line-height: inherit;
  color: #fff;
  padding: 8px 18px;
  background: #046A38;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 700 !important;
  margin-right: 20px;
  border: none;
  transition: All 500ms ease-out;
  -webkit-transition: All 500ms ease-out;
  -moz-transition: All 500ms ease-out;
  -o-transition: All 500ms ease-out;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.29), inset 0 0 13px rgba(0, 0, 0, 0.1);
  color: #6e4a9e;
  background: none;
  border: 1px solid #6e4a9e;
  text-align: center;
  font-size: 14px;
  box-shadow: none;
}
.button-secondary:hover {
  border: none;
  text-decoration: none;
  background-color: #b0c778;
  color: #fff;
  -webkit-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px #000, inset 0 0 13px rgba(0, 0, 0, 0.2);
}
.button-secondary.disabled {
  color: #746E6E;
  background: #f1f1f1;
}
.button-secondary.disabled:hover {
  background: #F6F6F6;
}
.button-secondary:hover {
  background: #6e4a9e;
  color: #ffffff;
  border: 1px solid transparent;
}
.processing-date-display .cal-date .monthly-title {
  background: #6e4a9e;
}
.delivery h3,
.delivery .delivery-left .ship-addy p.nickname {
  color: #6e4a9e;
}
.responsive-table ul li.table-error {
  background: #f7a5a8;
}
.er-ledger-table .debit {
  color: #BE1217;
}
.responsive-table.quick-order-table .add-product a {
  font-weight: 900;
}
.responsive-table.quick-order-table .view-selection a {
  font-weight: 900;
}
.transcript {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (min-width: 768px) {
  .responsive-table.quick-order-table .product {
    width: 40%;
  }
  .responsive-table.quick-order-table .quantity {
    width: 12%;
    float: none;
  }
  .responsive-table.quick-order-table .pv {
    width: 11%;
  }
  .responsive-table.quick-order-table .pv .icon-bookmark {
    color: #6e4a9e;
  }
  .responsive-table.quick-order-table .weight {
    width: 8%;
    padding-top: 4px;
  }
  .responsive-table.quick-order-table .price {
    width: 11%;
  }
  .responsive-table.quick-order-table .add-product {
    width: 17%;
  }
  .responsive-table.quick-order-table .prod-checked {
    color: #6e4a9e;
    width: 12%;
  }
  .responsive-table.quick-order-table .prod-added {
    color: #6e4a9e;
    width: 22%;
  }
  .responsive-table.quick-order-table .view-selection {
    width: 21%;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-table.quick-order-table .product {
    width: 100%;
  }
  .responsive-table.quick-order-table .quantity {
    width: 50%;
  }
  .responsive-table.quick-order-table .pv {
    width: 50%;
  }
  .responsive-table.quick-order-table .pv .icon-bookmark {
    color: #6e4a9e;
  }
  .responsive-table.quick-order-table .price {
    width: 50%;
  }
  .responsive-table.quick-order-table .weight {
    width: 51%;
  }
  .responsive-table.quick-order-table .add-product {
    width: 50%;
  }
  .responsive-table.quick-order-table .prod-added {
    color: #6e4a9e;
    width: 50%;
  }
  .responsive-table.quick-order-table .view-selection {
    width: 50%;
  }
}
.migration-content .order-details h6 {
  background: #707070;
}
.migration-content .order-details ul li {
  border-color: #b3b3b3;
  border-radius: 2px;
}
.maintenance-main-img {
  box-shadow: none;
  border-right: none;
  background: #f4f4f4;
}
.maintenance-container h4 {
  color: #6e4a9e;
  font-size: 22px;
  font-weight: 500;
}
.accordion-content h3 {
  margin: 0;
  padding: 10px 0;
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.1;
  color: inherit;
  font-size: 24px;
  color: #6e4a9e;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.accordion-content h3 small,
.accordion-content h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.landing-categories h3 {
  font-style: normal;
}
.accordion-content .accordion .panel-body h4 span {
  color: #6e4a9e;
}
.accordion-content .accordion .panel.completed .panel-heading {
  background: #6e4a9e;
}
.checkout-payment-container .accordion-content .accordion .panel-heading .panel-title a {
  color: #6e4a9e;
}
.checkout-payment-container .accordion-content .accordion .panel.completed .panel-heading a {
  color: #ffffff;
}
#Cardinal-ElementContainer {
  z-index: 9999999999 !important;
  position: relative;
}
.add-to-cart .product-price-info .pricing {
  background: #f4f4f4;
}
div.product-information:nth-of-type(even) {
  background: #f4f4f4;
}
.product-details-page-content .product-added {
  color: #00945e;
}
.product-details-page-content .product-added {
  color: #6e4a9e;
}
.quick-order-categories .grid-view p {
  color: #6e4a9e;
}
.quick-order-categories .grid-view li.active {
  background: #6e4a9e;
}
.quick-order.accordion-content .accordion .panel-body h5 {
  color: #000000;
}
.responsive-table.quick-order-table li.added .product {
  color: #6e4a9e;
}
.pv-assist .icon-pencil {
  color: #00945e;
}
.qo-classic ul li .button-cta {
  background-color: #e2e2e2;
  color: #000000;
  font-weight: 600 !important;
  border: 0 !important;
}
.qo-classic ul li .button-cta:hover {
  background-color: #6e4a9e !important;
  color: #ffffff !important;
}
.qo-classic ul li .button-cta.active {
  background-color: #6e4a9e !important;
  color: #ffffff !important;
}
.responsive-table.quick-order-table .pv .icon-bookmark {
  color: #6e4a9e;
}
.product-details-content .product-added {
  color: #00945e;
}
.product-catimg {
  box-shadow: none;
  background: #f4f4f4;
}
.summary .content {
  background: #ffffff;
}
.summary .content h4 {
  font-weight: 500;
}
.summary .content .order-num {
  color: #6e4a9e;
  font-weight: 500;
}
.summary .content h5 {
  font-weight: 500;
}
.responsive-table.quick-order-table .pv,
.vo-dlv-result-count {
  color: #6e4a9e;
}
.responsive-table.quick-order-table .search-result-header .sort-box .arrow-box .arrows.selected {
  color: #6e4a9e;
  border-color: #6e4a9e;
}
.responsive-table.qo-cart-table .table-foot {
  background: #e1daea;
}
.faq-section,
.faq-search,
.faq-section ul li .faq-answer,
.responsive-table.summary-table li {
  background: #f4f4f4;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
}
.faq-section h5 {
  font-family: montserrat, avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.1;
  color: inherit;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.faq-section h5 small,
.faq-section h5 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.faq-section ul li .faq-question {
  font-weight: 500;
  color: #6e4a9e;
}
.faq-section .arrow-down {
  border-top-color: #6e4a9e;
}
.faq-section .arrow-right {
  border-left-color: #6e4a9e;
}
.delivery .delivery-left .ship-addy .change-address {
  color: #00945e;
}
.responsive-table.shipping-table li {
  border-radius: 2px;
  background: #f4f4f4;
  border: 1px solid #b3b3b3;
}
.responsive-table ul li.table-error,
.responsive-table.shipping-table .chocolate-shipping {
  border: none;
}
.responsive-table.shipping-table .chocolate-shipping {
  background: #f7be41;
}
.statbox-small-title,
.statbox-title {
  background: #818181;
}
.requirement-box-green,
.barchart-barstyle-volume {
  background: #046A38;
}
.requirement-bar-fg1,
.requirement-box-green {
  background: #046A38;
}
.requirement-bar-fg2,
.requirement-box-stripe {
  background: url(/vo/global/assets/icons/bg-stripe.png) repeat-x;
  background-color: #d0d5c0;
}
.statbox-content {
  background: #f4f4f4;
  border-color: #b3b3b3;
  border: none;
  border-radius: 2px;
}
.get-started-list ul li:before {
  color: #6e4a9e;
}
.get-started-list-title {
  color: black !important;
}
.vo-contentbox h4 {
  color: #6e4a9e;
}
.requirement-num {
  background: #297799;
}
.requirement-title {
  color: #000000;
}
.dlv-filter-row td {
  background-color: #e1daea;
}
.dlv-filter-row th {
  background-color: #e1daea;
}
th.dlv-grid-hd-actions {
  vertical-align: top;
}
.prospects-action-item {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.dlv-view-button-on {
  border-color: #6e4a9e !important;
  background: #6e4a9e !important;
}
.dlv-icon-button-on {
  border: 1px solid #6e4a9e !important;
  background-color: #e1daea;
}
.vo-details-table .vo-details-row .vo-details-label {
  color: #6e4a9e !important;
}
ul.dlv-sponsor-path li:last-child {
  border: 1px solid #999999;
  background: #f4f4f4;
}
.dlv-sort-tag-text,
.reports-filter-tag-text,
.reports-filter-tag-close {
  background: #6e4a9e;
  background-color: #6e4a9e;
}
.dlv-sort-tag-text:hover,
.reports-filter-tag-text:hover,
.reports-filter-tag-close:hover {
  background: #52288b;
  background-color: #52288b;
}
.vo-report-filter-button .inner1 {
  color: #6e4a9e;
  border-color: #6e4a9e;
}
.downline-row.is-selected {
  background-color: #e1daea;
}
.vo-prospects li span {
  color: #6e4a9e;
}
ul.dlv-sponsor-path li:last-child,
ul.dlv-sponsor-path li:last-child:hover {
  border: 1px solid #ccc;
  background-color: #dedede;
}
.button-not-styling {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
button.width-100 {
  width: 100%;
}
.dlv-header-label {
  display: flex;
  flex-direction: column;
}
.profile-info .profile-info-header h2 {
  color: white !important;
  padding: 5px;
  padding-left: 2.3529411764705883%;
  margin-bottom: 0px;
  font-weight: 300;
  height: 50px;
  line-height: 40px;
}
.profile-info .profile-info-header {
  background: #444 !important;
  border: none !important;
  border-top: none;
}
.profile-info .summary {
  border: 1px solid #999999;
}
.account:first-child {
  padding-top: 0px;
  border-top: none;
}
.downline-tree-channel,
.downline-row,
.vo-mc-item td,
.vo-messagecenter-top {
  border-color: #b3b3b3;
}
.downline-avatar,
.personcard-type-2 .person-photo,
.icon-triangle-up {
  border-color: #6e4a9e;
}
.person-photo {
  border-left: none;
}
.delivery .delivery-left .ship-addy .change-address {
  color: #6e4a9e;
}
.guest-checkout .guest-panel .panel-heading,
.guest-checkout .guest-header {
  background: #6e4a9e;
}
.guest-checkout .icon-plus-sign,
.guest-enroll-benefits .guest-savings .guest-member-savings {
  color: #6e4a9e;
}
.guest-checkout .guest-panel .panel-heading .panel-title a {
  color: white !important;
}
.tag.tag-promo {
  background: #6e4a9e;
}
.promo-item .promo-price {
  color: #6e4a9e;
}
.promo-item .tag-promo {
  background: #6e4a9e;
}
.vo-share-graphic-border:hover {
  border-color: #6e4a9e;
}
.check-type-yl-now.active .check-header {
  background: #6e4a9e;
}
.enrollment ul.program-benefit li i {
  color: #6e4a9e;
}
.check-type-yl-now.active .check-footer {
  background: #f4f4f4;
}
.check-type-yl-now .check-footer .check-footer-content {
  color: black;
}
.check-type-yl-now .check-about-yl-now {
  box-shadow: none;
}
.check-type-yl-now .check-footer .check-footer-content .join-now {
  color: #6e4a9e;
}
.button-cta.disabled:hover {
  color: #746E6E !important;
}
.yl-now-progress-bar-container .progress-value,
.yl-now-progress-bar-container.warning .progress-value {
  color: #6e4a9e;
}
.yl-now-progress-bar-container .yl-now-progress,
.yl-now-progress-bar-container.warning .yl-now-progress {
  background: #6e4a9e;
}
.new-er .points-summary .balance.number {
  background: #1C8943;
}
.boost-header .boost-header-nav {
  background: #d8d8d8;
}
.boost-header .boost-header-nav ul li a {
  color: #000000;
}
.boost-header .boost-header-nav ul li:hover {
  background: #00945e;
}
.boost-header .boost-header-nav ul li:hover a {
  color: white;
}
@media (min-width: 768px) {
  .pagecontent {
    padding-left: 0px;
  }
}
.fixedStickyBarPosition {
  position: fixed;
  top: 112px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.fixedStickyBarPositionMobile {
  position: fixed;
  top: 105px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.staticStickyBarPosition {
  position: static;
  top: auto;
}
.stickyBarConatiner {
  min-height: 1px;
}
.enrollment-mobile {
  margin: 0 15px;
}
.d-tablet-block {
  display: none;
}
@media only screen and (min-width: 768px) {
  .d-tablet-block {
    display: inline-block;
  }
}
.wrapper .member-benefits-banner {
  text-align: center;
  background-color: #EFF5EF;
  padding: 1.5em;
}
@media only screen and (min-width: 768px) {
  .wrapper .member-benefits-banner {
    padding: 1.5em 3em 2em;
  }
}
.wrapper .member-benefits-banner .header {
  display: flex;
  justify-content: center;
  color: #337C33;
  font-size: 1.3em;
  white-space: nowrap;
  font-weight: bold;
}
.wrapper .member-benefits-banner .header .header-label {
  margin-right: 1rem;
  font-size: 23px;
  font-weight: 1000;
  white-space: normal;
}
@media only screen and (max-width: 400px) {
  .wrapper .member-benefits-banner .header .header-label {
    margin: 0;
    justify-content: space-between;
    font-size: 20px;
  }
}
.wrapper .member-benefits-banner .banner-icon {
  position: relative;
  top: -29px;
  width: 80px;
  height: 60px;
}
.wrapper .member-benefits-banner .ribbon-img {
  position: relative;
  top: -25px;
  border: none;
  width: 80px;
  height: 60px;
}
.wrapper .member-benefits-banner .banner-label {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
}
.wrapper .member-benefits-banner .icon-row {
  display: flex;
  justify-content: space-around;
  margin: 5% auto;
  width: 100%;
}
.wrapper .member-benefits-banner .icon-row .icon {
  height: 75px;
  width: 75px;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .wrapper .member-benefits-banner .icon-row .icon {
    height: 55px;
    width: 55px;
    padding: 0;
  }
}
.wrapper .member-benefits-banner .saving-message {
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 18px;
}
.wrapper .member-benefits-banner .costs .total {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: .5em;
}
.wrapper .member-benefits-banner .costs .savings {
  display: flex;
  justify-content: space-between;
  margin-bottom: .5em;
}
.wrapper .member-benefits-banner .costs .savings span {
  color: #337C33;
}
.wrapper .member-benefits-banner .costs .costs-hr {
  height: 0px;
  margin: .5em 0;
}
.wrapper .member-benefits-banner .costs .after {
  display: flex;
  justify-content: space-between;
  margin-bottom: .5em;
}
.wrapper .member-benefits-banner .costs .after span {
  color: #337C33;
  font-weight: bold;
}
.wrapper .member-benefits-banner .buttons {
  margin: 1.5em 0 1em;
}
@media only screen and (min-width: 768px) {
  .wrapper .member-benefits-banner .buttons {
    padding: 0 10%;
  }
}
.wrapper .member-benefits-banner .buttons .become-a-member-button {
  background-color: #337C33;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  border-radius: 3px;
  min-height: 2em;
  border: none;
  width: 100%;
  padding: .5em 1em;
  word-break: break-word;
}
.wrapper .ribbon-wrapper .ribbon {
  background-color: #337C33;
}
.wrapper .ribbon-wrapper .ribbon-label {
  color: white;
}
.wrapper-mobile .container {
  background-color: #337C33;
  opacity: 0.9;
  border-radius: 34px;
  font-weight: bold;
  padding: 12px 0;
  box-shadow: 1px 2px 3px #AAA;
  text-align: center;
}
.wrapper-mobile .bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px 10px 30px 10px;
}
.wrapper-mobile .message {
  color: white;
}
.toggle-switch {
  position: relative;
  width: 90px;
  height: 30px;
}
.toggle-switch-checkbox {
  position: relative;
  width: 90px !important;
  height: 30px !important;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 4;
}
.toggle-switch-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: grey;
  width: 90px;
  height: 30px;
  border-radius: 20px;
  transition: 0.4s ease all;
  z-index: 1;
}
.toggle-switch-slider {
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0px;
  width: 42px;
  height: 24px;
  background-color: white;
  border-radius: 20px;
  transition: 0.4s ease all;
  z-index: 2;
}
.toggle-switch-option {
  display: flex;
  position: absolute;
  top: 3px;
  width: 42px;
  height: 24px;
  border-radius: 20px;
  color: black;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.toggle-switch-option-left {
  left: 3px;
}
.toggle-switch-option-right {
  left: 45px;
}
.toggle-switch-checkbox:checked + .toggle-switch-layer > .toggle-switch-slider {
  left: 45px;
}
.toggle-switch-checkbox:checked + .toggle-switch-layer > .toggle-switch-option-left {
  color: white;
}
.toggle-switch-checkbox:checked + .toggle-switch-layer > .toggle-switch-option-right {
  color: green;
}
.toggle-switch-checkbox[disabled] + .toggle-switch-layer {
  font-style: italic;
}
.toggle-switch-checkbox[disabled] + .toggle-switch-layer > .toggle-switch-option-right {
  visibility: hidden;
}
.toggle-switch-checkbox[disabled]:checked + .toggle-switch-layer > .toggle-switch-option-left {
  visibility: hidden;
}
.toggle-switch-checkbox[disabled]:checked + .toggle-switch-layer > .toggle-switch-option-right {
  visibility: visible;
}
.toggle-switch-checkbox:checked + .toggle-switch-layer {
  background-color: green;
}
@media only screen and (min-width: 992px) {
  .member-benefits-banner-wrapper {
    padding: 0 0 0 1.1em;
    margin-bottom: 2em;
  }
}
.cart-item-name {
  font-size: 16pt;
  font-family: 'Montserrat-Medium', sans-serif;
  line-height: 24pt;
}
.referral-container {
  padding: 2px;
}
.referral-container .header {
  margin-bottom: 20px;
}
.referral-container .sub-section {
  overflow-wrap: break-word;
  border-style: solid;
  padding: 7px 17px 7px 17px;
  border-width: 1pt;
  border-color: #B7B7B7B7;
  font-size: 16px;
  margin-bottom: 15px;
}
.referral-container .sub-section .checkbox-container {
  vertical-align: text-bottom;
  margin-right: 10px;
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
}
.padded-container {
  padding-top: 5px;
}
.description-container {
  padding-top: 10px;
  margin-bottom: 10px;
}
.panel-open {
  overflow: visible !important;
}
.long-label {
  font-size: 13px;
}
.light-font {
  font-weight: lighter;
}
.wrap-text {
  overflow-wrap: break-word;
}
.active-text {
  color: #6E4A9E;
}
.active-border {
  border-color: rgba(110, 74, 158, 0.2);
}
.error-font {
  font-size: 10pt;
}
.error-input {
  margin-bottom: 0px !important;
  border-color: rgba(255, 0, 0, 0.4) !important;
}
.error-input-margin {
  margin-bottom: 15px !important;
  border-color: rgba(255, 0, 0, 0.4) !important;
}
.error-margin {
  margin-bottom: 10px;
}
.error-bold {
  font-weight: bold !important;
}
.display-flex-container {
  display: flex;
}
.inherit-label {
  font: inherit;
  color: inherit;
}


/*# sourceMappingURL=vo.css.map*/