@charset "UTF-8";
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import "https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap" screen and (-webkit-min-device-pixel-ratio: 2);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  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; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

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

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

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

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

cite {
  font-style: normal; }

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

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

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

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

.text-muted {
  color: #999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

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

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

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.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-right: 15px;
  padding-left: 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(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

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

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

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

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

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

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

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

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

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

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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; }

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

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

input[type="date"] {
  line-height: 34px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

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

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  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,
select[multiple].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,
select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #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;
  background-color: #dff0d8;
  border-color: #3c763d; }

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  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;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #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;
  background-color: #f2dede;
  border-color: #a94442; }

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

.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;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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 {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

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

.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-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-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-link {
  font-weight: normal;
  color: #428bca;
  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: #999;
  text-decoration: none; }

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

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

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

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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 .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../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-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;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  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); }

.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: #333;
  white-space: nowrap; }

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

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999; }

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

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999; }

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none; }

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

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 > .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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 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,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

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

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

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

.nav > li.disabled > a {
  color: #999; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  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: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.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 {
  margin-bottom: 5px;
  text-align: center; }

.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-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

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

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.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-right: 0;
    padding-left: 0; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 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;
  height: 50px;
  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,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: none; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 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 {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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); }

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 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-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 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-right: 15px;
    margin-left: 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: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7; }

@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: #999; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #999; }

.navbar-inverse .navbar-nav > li > a {
  color: #999; }

.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 {
  color: #fff;
  background-color: #080808; }

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

.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 {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #999; }

.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd; }

.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;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

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

.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: #999;
  cursor: not-allowed;
  background-color: #fff; }

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

.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;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover,
a.badge:focus {
  color: #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;
  color: inherit;
  background-color: #eee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.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-right: 60px;
    padding-left: 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 .2s ease-in-out;
  transition: all .2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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 .6s ease;
  transition: width .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 {
  padding-left: 0;
  margin-bottom: 20px; }

.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-left-radius: 4px;
  border-top-right-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-success {
  color: #3c763d;
  background-color: #dff0d8; }

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

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

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

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

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

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

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

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

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

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

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

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

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

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

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

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

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

.panel {
  margin-bottom: 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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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 > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

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

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

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

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

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  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: #333;
  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-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; }

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

.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;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.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 {
  right: 5px;
  bottom: 0;
  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;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9; }

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

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

.carousel-caption .btn {
  text-shadow: none; }

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

@media (min-width: 992px) and (max-width: 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-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

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

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

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

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

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

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

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

/*# sourceMappingURL=bootstrap.css.map */
/* Mixins -> 

//	The Basic and Initial Set Up   
//	========================================================================== */
.lpad3e .col-custom-12 {
  margin-left: 0;
  width: 100% !important; }

/* Colors -> 

	Basic set of colors used throughout our Branding

	Gradients, button, and copy colors will be found in modules, 
	button, and ui-pattern files, as needed.
	========================================================================== */
/* Web Typography -> Variables

	Headings, links, paragraphs, lists, and other ways we communicate
	typed/written elements throughout the app
	========================================================================== */
/* Web Typography -> Mixins
   Fool-proof @font-face
   Based on http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/
	========================================================================== */
@font-face {
  font-family: "Muli-Light";
  src: url("../fonts/Muli/Muli-Light-webfont.eot");
  src: url("../fonts/Muli/Muli-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli/Muli-Light-webfont.woff") format("woff"), url("../fonts/Muli/Muli-Light-webfont.ttf") format("truetype"), url("../fonts/Muli/Muli-Light-webfont.svg#Muli-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Muli-Light";
    src: url("../fonts/Muli/Muli-Light-webfont.svg#Muli-Light") format("svg"); } }

@font-face {
  font-family: "Muli-Light-Italic";
  src: url("../fonts/Muli/Muli-LightItalic-webfont.eot");
  src: url("../fonts/Muli/Muli-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli/Muli-LightItalic-webfont.woff") format("woff"), url("../fonts/Muli/Muli-LightItalic-webfont.ttf") format("truetype"), url("../fonts/Muli/Muli-LightItalic-webfont.svg#Muli-Light-Italic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Muli-Light-Italic";
    src: url("../fonts/Muli/Muli-LightItalic-webfont.svg#Muli-Light-Italic") format("svg"); } }

@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/Muli/Muli-Regular-webfont.eot");
  src: url("../fonts/Muli/Muli-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli/Muli-Regular-webfont.woff") format("woff"), url("../fonts/Muli/Muli-Regular-webfont.ttf") format("truetype"), url("../fonts/Muli/Muli-Regular-webfont.svg#Muli-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Muli-Regular";
    src: url("../fonts/Muli/Muli-Regular-webfont.svg#Muli-Regular") format("svg"); } }

@font-face {
  font-family: "Muli-Italic";
  src: url("../fonts/Muli/Muli-Italic-webfont.eot");
  src: url("../fonts/Muli/Muli-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli/Muli-Italic-webfont.woff") format("woff"), url("../fonts/Muli/Muli-Italic-webfont.ttf") format("truetype"), url("../fonts/Muli/Muli-Italic-webfont.svg#Muli-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Muli-Italic";
    src: url("../fonts/Muli/Muli-Italic-webfont.svg#Muli-Italic") format("svg"); } }

/* Web Global -> Base

	Window and Document styles for Branding and/or overrides to Bootstrap
	base settings
	========================================================================== */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body.device,
.starter-container {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

body.mobile {
  padding-top: 40px !important;
  scroll-padding-top: 40px;
  overflow-x: hidden; }

html,
body,
header, footer, section, div, ol, ul, li, a, form, select, input, dl, dt, dd, table, tr, td,
.row, .btn, .badge {
  font-family: 'Muli-Regular','Muli',Arial,sans-serif;
  font-weight: 400;
  font-style: normal; }

body {
  font-family: 'Muli-Regular','Muli',Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 16px;
  line-height: 2rem; }

body.lfe.starter {
  line-height: 18px;
  line-height: 2.25rem; }

body.lpp,
body.lpu,
body.lfe {
  font-size: 14px;
  font-size: 1.82rem; }

body.lfe.starter {
  font-size: 18px;
  font-size: 2.34rem; }

/* integration conflict */
.thumbnail .caption {
  width: 100%; }

body.kidui,
body.kidui section, #kidUInav .row, body.kidui div,
body.kidui ol, body.kidui ul, body.kidui li,
body.kidui a, body.kidui form,
body.kidui select, body.kidui input,
body.kidui dl, body.kidui dt, body.kidui dd,
body.kidui table, body.kidui tr, body.kidui td,
body.kidui .btn, body.kidui .badge {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400; }

/***********************************/
/**** Bootstrap Tag Overrides ******/
/***********************************/
/* originally, margin-bottom: 20px */
.lead, .table, .navbar, .breadcrumb, .thumbnail, .alert, .progress, .form-group, .list-group,
.panel, .panel-group, .well {
  margin-bottom: 0.5em; }

footer .navbar-fixed-top, .navbar-fixed-bottom {
  left: 20px; }

/***********************************/
/******** Body backgrounds *********/
/***********************************/
.gray-bkg,
.faint-grey-bkg {
  background-color: #eaeaea; }

/*  Media -> Media Queries
	General Bootstrap overrides, which combine latest analytics about
	our visitors and our branding
	========================================================================== */
/* Bootstrap -> Container class overrides
	==================================== */
@media (min-width: 600px) {
  .col-sm-4 {
    width: 32%; }
  .mobile .col-sm-4 {
    width: 100%; }
  .col-sm-4:nth-of-type(3n+2) {
    margin: 0 2%; }
  .mobile .col-sm-4:nth-of-type(3n+2) {
    margin: 0; }
  .container {
    width: 600px; }
  .lpp .container,
  .lpu .container,
  .lfe .container {
    width: 572px; }
  .lfe[data-ga-l1~=Noresults] .container,
  .lpp[data-ga-l1~=Noresults] .container,
  .lpu[data-ga-l1~=Noresults] .container {
    width: auto; }
  .lpp.home .container,
  .lpp .navbar .container,
  .lpp .header-fluid .container,
  .lpu.home .container,
  .lpu .navbar .container,
  .lpu .header-fluid .container,
  .lfe.home .container,
  .lfe .navbar .container,
  .lfe .header-fluid .container {
    width: 600px; }
  .lpp footer .container,
  .lpu footer .container,
  .lfe footer .container {
    width: 100%; }
  .mobile .container {
    width: 100%; }
  .lpp .carousel .col-xs-12.col-sm-4,
  .lpu .carousel .col-xs-12.col-sm-4,
  .lfe .carousel .col-xs-12.col-sm-4 {
    width: 100%; }
  .kidui.lpp .container {
    width: 100%;
    margin: 0;
    padding: 0; }
  .kidui.lpp .navbar .container .container {
    width: auto;
    float: left; } }

@media (min-width: 720px) {
  .mobile .col-sm-4 {
    width: 32%; }
  .mobile .container {
    width: 720px; }
  .mobile .row-results hr {
    display: none; }
  .mobile .row-results hr:nth-of-type(3n+0) {
    display: block; } }

@media (min-width: 768px) {
  .container {
    width: 600px; }
  .mobile .container {
    width: 720px; }
  .mobile footer .container {
    width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 768px; }
  .mobile .container {
    width: 720px; }
  .mobile footer .container {
    width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 960px; }
  .mobile .container {
    width: 720px; }
  .mobile footer .container {
    width: 100%; } }

/* Colors -> 

	Basic set of colors used throughout our Branding

	Gradients, button, and copy colors will be found in modules, 
	button, and ui-pattern files, as needed.
	========================================================================== */
.leapfrog-green {
  color: #15803d; }

.dark-green {
  color: #006232; }

.light-green {
  color: #9c0; }

.pale-green {
  color: #f6fbf4; }

.yellow {
  color: #fdc303; }

.pale-yellow {
  color: #fbf6ed; }

.orange {
  color: #ff8000; }

.dark-orange {
  color: #930; }

.white {
  color: white; }

.pale-grey {
  color: #ddd; }

.lighter-grey {
  color: #b3b3b3; }

.light-grey {
  color: #999; }

.grey {
  color: #666; }

.dark-grey {
  color: #333; }

.faint-grey {
  color: #eaeaea; }

.fainter-grey {
  color: #f4f4f4; }

.bg-faint-grey {
  background-color: #eaeaea; }

.bg-off-white {
  background-color: rgba(255, 255, 255, 0.8); }

/* carried over from ATG main.css */
/* .gray-bkg {
	background-color: #dcdcdc; 
}*/
.gray-bkg,
.faint-grey-bkg {
  background-color: #eaeaea; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/Font-awesome/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/Font-awesome/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/Font-awesome/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/Font-awesome/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/Font-awesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

@-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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

.fa-share-square-o:before {
  content: ""; }

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

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

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

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

.fa-bar-chart-o:before {
  content: ""; }

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

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

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

.fa-github-alt:before {
  content: ""; }

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

.fa-rss-square:before {
  content: ""; }

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

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

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

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

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

/* Forms ->

	Basic set of form elements, which extend Bootstrap and combine
	our Branding
	========================================================================== */
fieldset {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eaeaea; }

fieldset:last-of-type {
  border-bottom: none; }

legend {
  margin-top: 1em;
  border-bottom: none; }

.lpp legend,
.lpu legend,
.lfe legend {
  margin-bottom: 0;
  padding-bottom: 1em; }

fieldset label {
  font-weight: 400; }

form .panel-body {
  padding: 0; }

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0; }

.form-control {
  font-size: 10px;
  font-size: 1.3rem; }

.lpp .form-control,
.lpu .form-control {
  font-size: 14px;
  font-size: 1.82rem;
  border-radius: 0px;
  height: 38px; }

input:not(.btn) {
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.125); }

.lpp input:not(.btn),
.lpu input:not(.btn),
.lfe input:not(.btn) {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); }

.small-label {
  font-size: 84%; }

.mobile .input-large,
.mobile .input-xlarge,
.mobile .input-xxlarge {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*** custom checkboxes ***/
.checkbox-faux {
  position: relative;
  padding-left: 0;
  height: 3em; }

.checkbox-faux input[type=checkbox] {
  opacity: 0;
  width: 2em;
  position: absolute;
  vertical-align: bottom;
  z-index: 10; }

.checkbox-faux input[type=checkbox] + label {
  display: inline-block !important;
  vertical-align: top; }

.checkbox-faux input[type=checkbox] + label:before {
  content: "\f096";
  font-family: FontAwesome;
  font-size: 30px;
  color: #15803d;
  letter-spacing: 10px;
  display: inline-block; }

.checkbox-faux input[type=checkbox]:checked + label:before {
  content: "\f046";
  letter-spacing: 6px; }

.lpad3e.fr_FR .checkbox-faux,
.lpad3e.fr_CA .checkbox-faux,
.lpad3e.fr_OF .checkbox-faux {
  height: 4.5em; }

.lpad3e .checkbox-faux input[type=checkbox] + label {
  margin-top: -.5em; }

/*** custom radio buttons ***/
.radio-faux {
  position: relative;
  padding-left: 0;
  margin-top: 2px;
  margin-bottom: 0; }

.radio-faux input[type=radio] {
  opacity: 0;
  width: 100%;
  height: 30px;
  position: absolute;
  margin-top: -.5em;
  vertical-align: bottom;
  z-index: 10; }

.radio-faux input[type=radio] + label {
  vertical-align: top; }

.radio-faux input[type=radio] + label:before {
  content: "\f096";
  font-family: FontAwesome;
  font-size: 30px;
  color: #15803d;
  letter-spacing: 10px;
  display: inline-block; }

.radio-faux input[type=radio]:checked + label:before {
  content: "\f046";
  letter-spacing: 6px; }

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

.redeem-group input[type=text],
.redeem-group input[type=tel] {
  display: inline-block;
  width: 4em;
  margin-right: .3em;
  padding: 0 !important;
  font-size: 1rem; }

@media (min-width: 390px) {
  .redeem-group input[type=text],
  .redeem-group input[type=tel] {
    width: 4.5em; } }

/*** Product PDP Cart Form ***/
.form-group.cart-form {
  margin: 1em 0 0; }

/*** error handling ***/
.error-block {
  display: none; }

.has-error .error-block {
  display: block; }

.has-error .form-control,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .list-group-item-info,
.has-error a.list-group-item-info,
.has-error a.list-group-item-info:hover,
.has-error a.list-group-item-info:focus {
  border-color: #c00; }

/* Tables -> 

   Additions and extensions to Bootstrap to include branding

   e.g. Alternating rows, border colors, highlights, and 
        the display of data with files, as needed.
   ========================================================================== */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f6fbf4; }

.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd; }

/* Typography ->

	Headings, links, paragraphs, lists, and other ways we communicate
	typed/written elements throughout the app
	========================================================================== */
@font-face {
  font-family: 'Curse Casual';
  src: url("../fonts/CurseCasual/CurseCasual.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CurseCasual/CurseCasual.eot?#iefix") format("embedded-opentype"), url("../fonts/CurseCasual/CurseCasual.woff") format("woff"), url("../fonts/CurseCasual/CurseCasual.ttf") format("truetype"), url("../fonts/CurseCasual/CurseCasual.svg#31adf5f1fcadf5c9e638f9568d0edbb5") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

/* Roboto */
body.lfe.starter,
.lfe.starter header, .lfe.starter footer, .lfe.starter section,
.lfe.starter div, .lfe.starter ol, .lfe.starter ul, .lfe.starter li,
.lfe.starter a, .lfe.starter form, .lfe.starter select, .lfe.starter input,
.lfe.starter dl, .lfe.starter dt, .lfe.starter dd,
.lfe.starter table, .lfe.starter tr, .lfe.starter td,
.lfe.starter .row, .lfe.starter .btn, .lfe.starter .badge {
  font-family: "Roboto Condensed" !important;
  font-style: normal !important;
  font-weight: 400 !important; }

.lfe.starter ul.quanta {
  color: #868686;
  list-style-type: none;
  padding-left: .5em; }

.lfe.starter ul.quanta li {
  line-height: 24px;
  line-height: 3rem; }

.lfe.starter .text-center.quanta {
  text-align: left !important; }

b,
strong,
.strong,
.fw-bold {
  font-weight: 700; }

/* Headings
	==================================== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.25em; }

h1, .h1,
h2, .h2,
h3, .h3 {
  color: #006232;
  margin: 0.5em 0; }

.lpp h1, .lpp .h1,
.lpp h2, .lpp .h2,
.lpp h3, .lpp .h3,
.lpu h1, .lpu .h1,
.lpu h2, .lpu .h2,
.lpu h3, .lpu .h3,
.lfe h1, .lfe .h1,
.lfe h2, .lfe .h2,
.lfe h3, .lfe .h3 {
  margin: 0.5em 0 1em; }

.lpad3e.catalog h1 {
  margin: .75em; }

h4, .h4,
h5, .h5,
h6, .h6 {
  color: #666; }

h1, .h1,
h2 > big, .h2 > big,
.panel-title {
  font-size: 13px;
  font-size: 1.69rem; }

.lpp h1, .lpp .h1,
.lpp h2 > big, .lpp .h2 > big,
.lpp .panel-title,
.lpu h1, .lpu .h1,
.lpu h2 > big, .lpu .h2 > big,
.lpu .panel-title,
.lfe h1, .lfe .h1,
.lfe h2 > big, .lfe .h2 > big,
.lfe .panel-title {
  font-size: 17px;
  font-size: 2.21rem; }

.lfe.starter h1, .lfe.starter .h1 {
  font-size: 24px;
  font-size: 3.12rem; }

h2, .h2,
h1 > small, .h1 > small,
legend,
.btn {
  font-size: 14px; }

.connect .btn {
  font-size: 10px; }

.lpp legend,
.lpu legend,
.lfe legend {
  font-size: 15px;
  font-size: 1.95rem; }

.lpp h2, .lpp .h2,
.lpp h1 > small, .lpp .h1 > small,
.lpp .btn,
.lpu h2, .lpu .h2,
.lpu h1 > small, .lpu .h1 > small,
.lpu .btn,
.lfe h2, .lfe .h2,
.lfe h1 > small, .lfe .h1 > small,
.lfe .btn {
  font-size: 14px;
  font-size: 1.82rem; }

.lfe.starter h2, .lfe.starter .h2,
.lfe.starter .btn {
  font-size: 18px;
  font-size: 2.34rem; }

.lfe.starter h2.quanta, .lfe.starter .h2.quanta {
  font-size: 20px;
  font-size: 2.6rem;
  font-weight: 400;
  color: #333;
  margin-bottom: .5em; }

h3, .h3,
.btn.btn-link, a.btn.btn-link {
  font-size: inherit; }

.lpp h3, .lpp .h3,
.lpp .btn.btn-link, .lpp a.btn.btn-link,
.lpu h3, .lpu .h3,
.lpu .btn.btn-link, .lpu a.btn.btn-link,
.lfe h3, .lfe .h3,
.lfe .btn.btn-link, .lfe a.btn.btn-link {
  font-size: 13px;
  font-size: 1.69rem; }

.lpp.catalog .btn.btn-link, .lpp a.btn.btn-link, .lpp header .btn.btn-link,
.lpu.catalog .btn.btn-link, .lpu a.btn.btn-link, .lpu header .btn.btn-link,
.lfe.catalog .btn.btn-link, .lfe a.btn.btn-link, .lfe header .btn.btn-link {
  font-size: 15px;
  /* $fs-3; */ }
  .lpp.catalog .btn.btn-link.continue-shop, .lpp a.btn.btn-link.continue-shop, .lpp header .btn.btn-link.continue-shop,
  .lpu.catalog .btn.btn-link.continue-shop, .lpu a.btn.btn-link.continue-shop, .lpu header .btn.btn-link.continue-shop,
  .lfe.catalog .btn.btn-link.continue-shop, .lfe a.btn.btn-link.continue-shop, .lfe header .btn.btn-link.continue-shop {
    font-size: 18px;
    font-weight: 400; }

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

.lpp h4, .lpp .h4, .lpp .alert,
.lpu h4, .lpu .h4, .lpu .alert,
.lfe h4, .lfe .h4, .lfe .alert {
  font-size: 12px;
  font-size: 1.56rem; }

.lfe.starter h4, .lfe.starter .h4, .lfe.starter .alert {
  font-size: 17px;
  font-size: 2.21rem; }

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

.lpp h5, .lpp .h5,
.lpu h5, .lpu .h5,
.lfe h5, .lfe .h5 {
  font-size: 11px;
  font-size: 1.43rem; }

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

.lpp h6, .lpp .h6,
.lpu h6, .lpu .h6,
.lfe h6, .lfe .h6 {
  font-size: 10px;
  font-size: 1.3rem; }

legend {
  color: #333;
  font-weight: 400;
  margin-bottom: 0.5em; }

hr, address {
  margin-bottom: 0.5em; }

/* Body Copy
	==================================== */
p {
  line-height: 14px;
  line-height: 1.75rem; }

.lpp p,
.lpu p,
.lfe p {
  line-height: 18px;
  line-height: 2.25rem; }

.lfe.starter p {
  line-height: 24px;
  line-height: 3rem; }

.lfe.starter h1.quanta {
  font-size: 24px;
  font-size: 3.12rem;
  color: #333;
  font-weight: 400; }

.lfe.starter p.quanta {
  font-size: 24px;
  font-size: 3.12rem; }

.lfe.starter p.description,
.lfe.starter p span.quanta {
  color: #868686; }

/* Links
	==================================== */
a,
a:link,
a:visited {
  color: #15803d;
  cursor: pointer; }

a:hover,
a:active,
a:focus {
  color: #ff8000; }

/* Lists - Bootstrap Extensions and
	overrides
	==================================== */
ul, ol {
  position: relative;
  padding-left: 2em; }

li > span {
  margin-left: -0.3em; }

.list-unstyled li > span,
.list-inline li > span {
  margin-left: 0; }

ul.bullet-none {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

/* Inline Text Elements - Bootstrap 
	Extensions and overrides
	==================================== */
.disclaimer {
  color: #999; }

.connect b,
.connect strong,
.connect .strong,
.connect .fw-bold {
  font-family: 'Muli Bold','Muli','Muli-Regular',Arial,sans-serif; }

/* Buttons ->

	Base styles for primary, secondary, and link buttons used 
	throughout the app
	========================================================================== */
.btn {
  font-weight: 700;
  line-height: normal;
  white-space: normal;
  -webkit-user-select: none;
  user-select: none; }
  .btn * {
    pointer-events: none; }

.btn,
.btn-sm
.btn-lg {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transition: background-color 100ms ease-out, border-color 100ms ease-out; }

.btn-block {
  max-width: 272px; }

.btn-block + .btn-block {
  margin-top: 0.5em; }

.lpu .btn {
  border-radius: 0px; }

.lpp.starter .btn {
  margin: 0 1em;
  border-radius: 1em; }

.lfe.starter .btn {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0; }

.lfe.starter .footer-sticked-block .btn {
  min-width: 6em; }

.lpp.starter .btn:first-child {
  margin-left: 0;
  margin-right: 2em; }

.lpp.starter .btn:last-child {
  margin-right: 0; }

.starter-popup-confirm__buttons.text-center {
  text-align: center !important; }

.btn-primary {
  background-color: #fecc00;
  border-color: #fecc00;
  color: #333; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #febc35;
    border-color: #febc35;
    color: #333;
    box-shadow: none; }

a.btn-primary,
a.btn-primary:visited,
a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary:focus {
  color: #333 !important; }

.lpu a.btn-default,
.lpu a.btn-default:hover,
.lpu a.btn-default:focus,
.lpu .btn-default,
.lpu .btn-default:hover,
.lpu .btn-default:focus,
.lpu .open .dropdown-toggle.btn-default {
  color: #666;
  background-color: #ddd; }

.lpad3e a.btn-default,
.lpad3e a.btn-default:hover,
.lpad3e a.btn-default:focus,
.lpad3e .btn-default,
.lpad3e .btn-default:hover,
.lpad3e .btn-default:focus,
.lpad3e .open .dropdown-toggle.btn-default,
.mobile a.btn-default,
.mobile a.btn-default:hover,
.mobile a.btn-default:focus,
.mobile .btn-default,
.mobile .btn-default:hover,
.mobile .btn-default:focus,
.mobile .open .dropdown-toggle.btn-default,
.lpp a.btn-default,
.lpp a.btn-default:hover,
.lpp a.btn-default:focus,
.lpp .btn-default,
.lpp .btn-default:hover,
.lpp .btn-default:focus,
.lpp .open .dropdown-toggle.btn-default,
.lfe a.btn-default,
.lfe a.btn-default:hover,
.lfe a.btn-default:focus,
.lfe .btn-default,
.lfe .btn-default:hover,
.lfe .btn-default:focus,
.lfe .open .dropdown-toggle.btn-default {
  color: #666;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #ddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #ddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #ddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #ddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #ddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.lpp.starter a.btn-default,
.lpp.starter a.btn-default:hover,
.lpp.starter a.btn-default:focus,
.lpp.starter .btn-default,
.lpp.starter .btn-default:hover,
.lpp.starter .btn-default:focus,
.lpp.starter .open .dropdown-toggle.btn-default {
  color: #006232;
  text-shadow: 0px -1px 0px rgba(255, 251, 193, 0.9);
  background-image: -webkit-linear-gradient(top, #d9dfcf 0%, #bbbfb4 100%);
  box-shadow: inset 0px 50px 0px -29px rgba(255, 255, 255, 0.14); }

.lpu .btn-default:active,
.lpu .btn-default.active {
  color: #666;
  background-color: #ddd; }

.lpad3e .btn-default:active,
.lpad3e .btn-default.active,
.mobile .btn-default:active,
.mobile .btn-default.active,
.lpp .btn-default:active,
.lpp .btn-default.active,
.lfe .btn-default:active,
.lfe .btn-default.active {
  color: #666;
  background: #ddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddd 0%, #ddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #ddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddd 0%, #ddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddd 0%, #ddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddd 0%, #ddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddd 0%, #ddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.lpp.starter .btn-default:active,
.lpp.starter .btn-default.active {
  color: #006232;
  text-shadow: 0px -1px 0px rgba(255, 251, 193, 0.9);
  background-image: -webkit-linear-gradient(top, #d9dfcf 0%, #bbbfb4 100%);
  box-shadow: inset 0px 50px 0px -29px rgba(255, 255, 255, 0.14); }

a.btn-link {
  padding-left: 0;
  padding-right: 0; }

.btn-link,
.btn-link:hover,
.btn-link:focus {
  color: #15803d; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #666; }

.btn-yellow,
a.btn-yellow {
  background-color: #fecc00;
  color: #333;
  font-weight: 700;
  text-decoration: none; }
  .btn-yellow:hover, .btn-yellow:active,
  a.btn-yellow:hover,
  a.btn-yellow:active {
    background-color: #febc35;
    box-shadow: none; }

.btn-nav,
.btn-nav:hover,
.btn-nav:focus,
.btn-nav:active,
.btn-nav.active,
.open .dropdown-toggle.btn-nav {
  color: #15803d;
  background-color: white;
  border-color: #ddd; }

.btn-nav:active,
.btn-nav.active,
.open .dropdown-toggle.btn-nav {
  background-image: none; }

.lpu .btn-primary.disabled,
.lpu .btn-primary[disabled],
.lpu fieldset[disabled] .btn-primary,
.lpu .btn-primary.disabled:hover,
.lpu .btn-primary[disabled]:hover,
.lpu fieldset[disabled] .btn-primary:hover,
.lpu .btn-primary.disabled:focus,
.lpu .btn-primary[disabled]:focus,
.lpu fieldset[disabled] .btn-primary:focus,
.lpu .btn-primary.disabled:active,
.lpu .btn-primary[disabled]:active,
.lpu fieldset[disabled] .btn-primary:active,
.lpu .btn-primary.disabled.active,
.lpu .btn-primary[disabled].active,
.lpu fieldset[disabled] .btn-primary.active,
.lpu .btn-nav.disabled,
.lpu .btn-nav[disabled],
.lpu fieldset[disabled] .btn-nav,
.lpu .btn-nav.disabled:hover,
.lpu .btn-nav[disabled]:hover,
.lpu fieldset[disabled] .btn-nav:hover,
.lpu .btn-nav.disabled:focus,
.lpu .btn-nav[disabled]:focus,
.lpu fieldset[disabled] .btn-nav:focus,
.lpu .btn-nav.disabled:active,
.lpu .btn-nav[disabled]:active,
.lpu fieldset[disabled] .btn-nav:active,
.lpu .btn-nav.disabled.active,
.lpu .btn-nav[disabled].active,
.lpu fieldset[disabled] .btn-nav.active {
  color: #ddd;
  border-color: #666;
  background-color: #999; }

.lpad3e .btn-primary.disabled,
.lpad3e .btn-primary[disabled],
.lpad3e fieldset[disabled] .btn-primary,
.lpad3e .btn-primary.disabled:hover,
.lpad3e .btn-primary[disabled]:hover,
.lpad3e fieldset[disabled] .btn-primary:hover,
.lpad3e .btn-primary.disabled:focus,
.lpad3e .btn-primary[disabled]:focus,
.lpad3e fieldset[disabled] .btn-primary:focus,
.lpad3e .btn-primary.disabled:active,
.lpad3e .btn-primary[disabled]:active,
.lpad3e fieldset[disabled] .btn-primary:active,
.lpad3e .btn-primary.disabled.active,
.lpad3e .btn-primary[disabled].active,
.lpad3e fieldset[disabled] .btn-primary.active,
.lpad3e .btn-nav.disabled,
.lpad3e .btn-nav[disabled],
.lpad3e fieldset[disabled] .btn-nav,
.lpad3e .btn-nav.disabled:hover,
.lpad3e .btn-nav[disabled]:hover,
.lpad3e fieldset[disabled] .btn-nav:hover,
.lpad3e .btn-nav.disabled:focus,
.lpad3e .btn-nav[disabled]:focus,
.lpad3e fieldset[disabled] .btn-nav:focus,
.lpad3e .btn-nav.disabled:active,
.lpad3e .btn-nav[disabled]:active,
.lpad3e fieldset[disabled] .btn-nav:active,
.lpad3e .btn-nav.disabled.active,
.lpad3e .btn-nav[disabled].active,
.lpad3e fieldset[disabled] .btn-nav.active,
.mobile .btn-primary.disabled,
.mobile .btn-primary[disabled],
.mobile fieldset[disabled] .btn-primary,
.mobile .btn-primary.disabled:hover,
.mobile .btn-primary[disabled]:hover,
.mobile fieldset[disabled] .btn-primary:hover,
.mobile .btn-primary.disabled:focus,
.mobile .btn-primary[disabled]:focus,
.mobile fieldset[disabled] .btn-primary:focus,
.mobile .btn-primary.disabled:active,
.mobile .btn-primary[disabled]:active,
.mobile fieldset[disabled] .btn-primary:active,
.mobile .btn-primary.disabled.active,
.mobile .btn-primary[disabled].active,
.mobile fieldset[disabled] .btn-primary.active,
.mobile .btn-nav.disabled,
.mobile .btn-nav[disabled],
.mobile fieldset[disabled] .btn-nav,
.mobile .btn-nav.disabled:hover,
.mobile .btn-nav[disabled]:hover,
.mobile fieldset[disabled] .btn-nav:hover,
.mobile .btn-nav.disabled:focus,
.mobile .btn-nav[disabled]:focus,
.mobile fieldset[disabled] .btn-nav:focus,
.mobile .btn-nav.disabled:active,
.mobile .btn-nav[disabled]:active,
.mobile fieldset[disabled] .btn-nav:active,
.mobile .btn-nav.disabled.active,
.mobile .btn-nav[disabled].active,
.mobile fieldset[disabled] .btn-nav.active,
.lpp .btn-primary.disabled,
.lpp .btn-primary[disabled],
.lpp fieldset[disabled] .btn-primary,
.lpp .btn-primary.disabled:hover,
.lpp .btn-primary[disabled]:hover,
.lpp fieldset[disabled] .btn-primary:hover,
.lpp .btn-primary.disabled:focus,
.lpp .btn-primary[disabled]:focus,
.lpp fieldset[disabled] .btn-primary:focus,
.lpp .btn-primary.disabled:active,
.lpp .btn-primary[disabled]:active,
.lpp fieldset[disabled] .btn-primary:active,
.lpp .btn-primary.disabled.active,
.lpp .btn-primary[disabled].active,
.lpp fieldset[disabled] .btn-primary.active,
.lpp .btn-nav.disabled,
.lpp .btn-nav[disabled],
.lpp fieldset[disabled] .btn-nav,
.lpp .btn-nav.disabled:hover,
.lpp .btn-nav[disabled]:hover,
.lpp fieldset[disabled] .btn-nav:hover,
.lpp .btn-nav.disabled:focus,
.lpp .btn-nav[disabled]:focus,
.lpp fieldset[disabled] .btn-nav:focus,
.lpp .btn-nav.disabled:active,
.lpp .btn-nav[disabled]:active,
.lpp fieldset[disabled] .btn-nav:active,
.lpp .btn-nav.disabled.active,
.lpp .btn-nav[disabled].active,
.lpp fieldset[disabled] .btn-nav.active,
.lfe .btn-primary.disabled,
.lfe .btn-primary[disabled],
.lfe fieldset[disabled] .btn-primary,
.lfe .btn-primary.disabled:hover,
.lfe .btn-primary[disabled]:hover,
.lfe fieldset[disabled] .btn-primary:hover,
.lfe .btn-primary.disabled:focus,
.lfe .btn-primary[disabled]:focus,
.lfe fieldset[disabled] .btn-primary:focus,
.lfe .btn-primary.disabled:active,
.lfe .btn-primary[disabled]:active,
.lfe fieldset[disabled] .btn-primary:active,
.lfe .btn-primary.disabled.active,
.lfe .btn-primary[disabled].active,
.lfe fieldset[disabled] .btn-primary.active,
.lfe .btn-nav.disabled,
.lfe .btn-nav[disabled],
.lfe fieldset[disabled] .btn-nav,
.lfe .btn-nav.disabled:hover,
.lfe .btn-nav[disabled]:hover,
.lfe fieldset[disabled] .btn-nav:hover,
.lfe .btn-nav.disabled:focus,
.lfe .btn-nav[disabled]:focus,
.lfe fieldset[disabled] .btn-nav:focus,
.lfe .btn-nav.disabled:active,
.lfe .btn-nav[disabled]:active,
.lfe fieldset[disabled] .btn-nav:active,
.lfe .btn-nav.disabled.active,
.lfe .btn-nav[disabled].active,
.lfe fieldset[disabled] .btn-nav.active {
  color: #ddd;
  border-color: #666;
  background-color: #999;
  background: #999;
  /* Old browsers */
  background: -moz-linear-gradient(top, #999 0%, #999 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999), color-stop(100%, #999));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999 0%, #999 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #999 0%, #999 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #999 0%, #999 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #999 0%, #999 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

button,
.btn-nav:hover .badge,
.btn-nav:active .badge,
.btn-nav:focus .badge {
  text-decoration: none; }

.btn.btn-h-padding-1 {
  padding-left: 1em;
  padding-right: 1em; }

.btn.btn-h-padding-2 {
  padding-left: 2em;
  padding-right: 2em; }

.btn.btn-h-padding-3 {
  padding-left: 3em;
  padding-right: 3em; }

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

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

a.cart-item__action_remove {
  color: #000; }

.connect .btn {
  font-family: 'Muli Bold','Muli','Muli-Regular',Arial,sans-serif;
  font-weight: 700; }

.connect.catalog .call-to-action .btn {
  font-size: 100%; }

/* Utilities -> 
	Helper classes, which extend Bootstrap and combine Branding
	========================================================================== */
/* Common Device Layouts ->
	==================================== */
.row .span-auto {
  width: auto !important; }

.no-wrap {
  white-space: nowrap; }

.no-pad {
  padding: 0; }

.pad {
  padding: 1em; }

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

.overflow-x {
  overflow-x: visible; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

.max-width-40 {
  max-width: 40%; }

.max-width-50 {
  max-width: 50%; }

.virtual-keyboard {
  padding-bottom: 400px; }

.hcenter {
  margin: 0 auto; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.vcenter.text-left {
  line-height: 1.3; }

.vcenter.text-right {
  margin-left: -4px; }

.vgutter-em-t {
  margin-top: 1em; }

.margin {
  margin: 1em !important; }

.margin-t {
  margin-top: 1em !important; }

.margin-b {
  margin-bottom: 1em !important; }

.margin-l {
  margin-left: 1em !important; }

.margin-r {
  margin-right: 1em !important; }

.margin-lg {
  margin: 2em !important; }

.margin-lg-t {
  margin-top: 2em !important; }

.margin-lg-b {
  margin-bottom: 2em !important; }

.margin-lg-l {
  margin-left: 2em !important; }

.margin-lg-r {
  margin-right: 2em !important; }

.margin-xl {
  margin: 4em !important; }

.margin-xl-t {
  margin-top: 4em !important; }

.margin-xl-b {
  margin-bottom: 4em !important; }

.margin-xl-l {
  margin-left: 4em !important; }

.margin-xl-r {
  margin-right: 4em !important; }

.margin-sm {
  margin: 0.5em !important; }

.margin-sm-t {
  margin-top: 0.5em !important; }

.margin-sm-b {
  margin-bottom: 0.5em !important; }

.margin-sm-l {
  margin-left: 0.5em !important; }

.margin-sm-r {
  margin-right: 0.5em !important; }

.margin-xs {
  margin: 0.25em !important; }

.margin-xs-t {
  margin-top: 0.25em !important; }

.margin-xs-b {
  margin-bottom: 0.25em !important; }

.margin-xs-l {
  margin-left: 0.25em !important; }

.margin-xs-r {
  margin-right: 0.25em !important; }

.max-width-lg {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 800px; }

.max-width-sm {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 700px; }

.max-width-md {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 600px; }

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

ng\:form {
  display: block; }

.fa.pull-right {
  margin-top: 0.3em; }

.fa-info-circle {
  margin-left: 0.25em; }

.mobile .container-fluid,
.lpad3e .container-fluid,
.lpp .container-fluid,
.lpu .container-fluid,
.lfe .container-fluid {
  padding: 0;
  min-height: 131px; }

.mobile section[role=banner],
.lpad3e section[role=banner],
.lpp section[role=banner],
.lpu section[role=banner],
.lfe section[role=banner] {
  padding: 0.5em 0.5em 0; }

.mobile div[role=main],
.mobile div[role=complementary],
.lpad3e div[role=main],
.lpad3e div[role=complementary],
.lpp div[role=main],
.lpp div[role=complementary],
.lpu div[role=main],
.lpu div[role=complementary],
.lfe div[role=main],
.lfe div[role=complementary] {
  margin: 0; }

/* Pricing
	==================================== */
.price {
  color: #333; }

.strike {
  text-decoration: line-through; }

.old {
  text-decoration: line-through; }

.sale {
  font-weight: 700;
  color: #930; }

.strike + .sale {
  margin-left: .5em; }

.connect .sale {
  font-family: 'Muli Bold','Muli','Muli-Regular',Arial,sans-serif; }

.panel-group {
  line-height: 1em; }

.panel-body {
  padding: 0; }

.panel-accordion .list-group {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #eaeaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #eaeaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #eaeaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #eaeaea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #eaeaea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.lpp .panel-accordion .list-group,
.lpu .panel-accordion .list-group,
.lfe .panel-accordion .list-group {
  background: none; }

.panel-accordion .list-group > .list-group-heading {
  background-color: #ddd;
  margin: 0 1em;
  padding: 1em;
  color: #666; }

.panel-accordion .list-group-item {
  padding: .75em 1.5em;
  margin: 0 1em; }

.panel-accordion a.list-group-item,
.panel-accordion a.list-group-item:hover,
.panel-accordion a.list-group-item:focus {
  color: #15803d; }

.panel-accordion .list-group-item[data-toggle~=collapse],
.panel-accordion a.list-group-item[data-toggle~=collapse],
.panel-accordion a.list-group-item[data-toggle~=collapse]:hover,
a.list-group-item[data-toggle~=collapse]:focus {
  /* color: $grey */ }

.panel-accordion .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none !important; }

.panel-accordion .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.panel-accordion .list-group-item a {
  display: block; }

.panel-accordion .list-group-item-info,
.panel-accordion a.list-group-item-info,
.panel-accordion a.list-group-item-info:hover,
.panel-accordion a.list-group-item-info:focus {
  margin-bottom: 0;
  border-top: 1px solid white;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  border-left: none;
  border-right: none; }

.panel-accordion .list-group > .list-group-item-info:first-child,
.panel-accordion .list-group > a.list-group-item-info:first-child,
.panel-accordion .list-group > a.list-group-item-info:hover:first-child,
.panel-accordion .list-group > a.list-group-item-info:focus:first-child {
  border-top-color: transparent; }

.panel-accordion .list-group > .list-group-item-info:last-child,
.panel-accordion .list-group > a.list-group-item-info:last-child,
.panel-accordion .list-group > a.list-group-item-info:hover:last-child,
.panel-accordion .list-group > a.list-group-item-info:focus:last-child {
  border-bottom-color: transparent; }

.panel-accordion .list-group-item-info.expand,
.panel-accordion a.list-group-item-info.expand,
.panel-accordion a.list-group-item-info.expand:hover,
.panel-accordion a.list-group-item-info.expand:focus {
  border-bottom-color: transparent; }

.panel-accordion .list-group-item .btn-link {
  padding-right: 0;
  padding-left: 0; }

.panel-accordion .list-group-item-sub,
.panel-accordion a.list-group-item-sub,
.panel-accordion a.list-group-item-sub:hover,
.panel-accordion a.list-group-item-sub:focus {
  color: #666;
  padding: .6em 2.2em;
  margin: 0 1em;
  border: 1px solid #f4f4f4;
  /* background-color: transparent; */ }

div.collapse .list-group-item-sub:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

a .fa-minus,
a.expand .fa-plus {
  display: none; }

a .fa-plus,
a.expand .fa-minus {
  display: inline; }

.menu-nav .slidein-container,
.mobile .menu-nav .slidein-container {
  background-color: white; }

.menu-nav .slidein-content-wrap {
  background-color: white; }

@media (min-width: 798px) {
  /* extra 30px min-width to accomondate 15px margins when 768px wide */
  .menu-nav .slidein-content a {
    margin: 0 auto;
    max-width: 768px; } }

.menu-nav .panel-group,
.menu-nav .list-group {
  margin-bottom: 0; }

/* Override bootstrap rules for accordion */
.list-group-item[data-toggle~=collapse],
a.list-group-item[data-toggle~=collapse],
a.list-group-item[data-toggle~=collapse]:hover,
a.list-group-item[data-toggle~=collapse]:focus {
  /* color: $grey; */ }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

a.list-group-item-info {
  background: #f8f8f8; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #f0f0f0; }

a.list-group-item.list-group-item-sub:first-child,
a.list-group-item.list-group-item-sub:last-child {
  border-radius: 0; }

/**
*	Alerts, Errors, and other ways to inform a human
*   something made a left turn at Albequerque
*/
.alert {
  padding: 0.5em;
  font-size: 12px; }

.alert,
.alert h4 {
  color: #c00; }

.alert.alert-success,
.alert.alert-success h4 {
  color: #15803d; }

.alert p {
  line-height: 14px;
  margin-bottom: 0; }

.alert-danger {
  background-color: #fcf8f8; }

.error__with-slidein p {
  display: inline-block; }

.special-message {
  line-height: 15px;
  line-height: 1.875rem;
  display: block; }

#cartMergedHeading {
  padding: 6px 0 0;
  text-align: center;
  color: #ff8000; }

/* UI Patterns -> Banner / Banners 

	========================================================================== */
.mobile div[role=banner],
.lpad3e div[role=banner] {
  padding: 0; }

.lpp div[role=banner],
.lpu div[role=banner],
.lfe div[role=banner] {
  margin: 0 -15px; }

div.banner__media,
div.banner__promo-wrapper {
  position: relative; }

div.banner__media .details-link,
div.banner__promo .details-link {
  position: absolute;
  bottom: 0;
  right: 0; }

div.banner__media .details-link:hover {
  text-decoration: none; }

div.banner__media .details-link {
  width: 10em;
  height: 3em; }

.lpp div.banner__media .details-link,
.lpu div.banner__media .details-link,
.lfe div.banner__media .details-link {
  width: 15em; }

.lpp div[role=banner] .banner__promo-wrapper,
.lpu div[role=banner] .banner__promo-wrapper,
.lfe div[role=banner] .banner__promo-wrapper {
  padding: 0; }

.lpp div[role=banner] .banner__promo-wrapper p,
.lpu div[role=banner] .banner__promo-wrapper p,
.lfe div[role=banner] .banner__promo-wrapper p {
  font-size: 16px;
  margin: .75em -15px; }

.lpp div[role=banner] .banner__promo-wrapper .details-link,
.lpu div[role=banner] .banner__promo-wrapper .details-link,
.lfe div[role=banner] .banner__promo-wrapper .details-link {
  font-size: 13px;
  padding: 1em;
  margin-right: 1.5em; }

/* Text Banner - with button and img
	Basic styles (seen in Catalog)
	===================================== */
div.banner__promo-wrapper {
  padding: 0.25em;
  background-color: #fbf6ed; }

div.banner__promo-inner > a {
  display: block; }

div.banner__promo-inner > a.vcenter {
  display: inline-block; }

div.banner__promo-inner > span,
div.banner__promo-inner > p {
  padding: 0 0.25em;
  font-size: 12px;
  color: #006232;
  max-width: 70%; }

div.banner__promo-inner > p {
  margin: 0;
  line-height: 1.3em; }

div.banner__promo-inner .details-link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.25em;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.2;
  color: #707070;
  z-index: 1; }

div.banner__promo-inner a[href=""] {
  color: #333;
  pointer-events: none; }

/* Text Banner - Text-Only
	Promotional styles (seen in Checkout)
	===================================== */
div.banner__promo-wrapper--qualifier {
  background-color: #f4f4f4;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  font-size: 12px;
  color: #fe5100; }

/* UI Pattern -> Breadcrumbs

	Wayfinders, usually found at the top of the page beneath the 
	Header Module
	========================================================================== */
/*
#breadcrumbs li,
#breadcrumbs a,
#breadcrumbs li a {
	font-family: 'Arial',sans-serif;
}
*/
#breadcrumbs a,
#breadcrumbs li a {
  color: #15803d; }

#breadcrumbs .inline-links span,
#breadcrumbs li.lastRecord {
  color: #666; }

#breadcrumbs .inline-links li:after {
  content: '\203a';
  color: #666;
  position: relative;
  right: -0.3em; }

#breadcrumbs .inline-links li:last-child:after {
  content: "\00a0"; }

.breadcrumb {
  margin: 0;
  padding: 0; }

.breadcrumb-row {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

/* UI Pattern -> Carousel

   This file is the compilation of the extensions, functions, 
   and mixins of the Bootstrap Carousel used in various contexts 
   throughout the site   
   ========================================================================== */
.carousel {
  max-width: 246px; }

.CQContent.row .carousel {
  max-width: 100%; }

.lpp .carousel,
.lpu .carousel,
.lfe .carousel {
  max-width: none; }

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  top: 42%; }

/* UI Pattern -> Product Pods 
   ========================================================================== */
.mobile-device-home-pods .col-xs-4 {
  text-align: center; }

.pagination {
  margin: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.pagination > li {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.pagination > li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  margin: 1px !important;
  padding: 0 6px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background-clip: padding-box; }

.pagination > li > a,
.pagination > li > span {
  color: #15803d;
  font-family: 'Muli-Regular','Muli',Arial,sans-serif;
  font-weight: 700;
  border: none; }

.pagination > li > a.pagination-prev,
.pagination > li > a.pagination-next {
  background-color: transparent;
  border: none;
  color: #15803d; }

.pagination > li > a.disabled {
  background-color: transparent;
  border: none;
  color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #15803d; }

.mobile ul.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
  padding: 0; }
  .mobile ul.pagination li a[data-page] {
    display: block;
    width: 36px;
    padding: 6px 0px;
    background: transparent;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none; }

.fa-chevron-left + .fa-chevron-left,
.fa-chevron-right + .fa-chevron-right {
  margin-left: -.4em; }

/* Extending default dropdown for pagination list
===================================================== */
.mobile-dropdown__panel.mobile-dropdown-pager .mobile-dropdown__item {
  text-align: center;
  font-size: 20px; }
  .mobile-dropdown__panel.mobile-dropdown-pager .mobile-dropdown__item--selected {
    padding-right: 12px; }
    @media only screen and (min-width: 600px) {
      .mobile-dropdown__panel.mobile-dropdown-pager .mobile-dropdown__item--selected {
        padding-right: 16px; } }

.connect .paginator a,
.connect .pagination > li > a,
.connect .pagination > li > span {
  font-family: 'Muli Bold','Muli','Muli-Regular',Arial,sans-serif; }

.panel-info {
  border-color: #fdc303; }

.list-group-item {
  border: none; }

.lpu .panel {
  border-radius: 0px; }

/* UI Pattern -> Product Pods 
   ========================================================================== */
.product-pod,
.product-pod .product-pod {
  margin-top: 1em; }

.product-pod:first-child {
  margin-top: 0; }

.product-pod-object {
  display: block; }

.product-pod-heading {
  margin: 0 0 0.25em; }

.product-pod h4 {
  height: 5em;
  overflow: hidden; }

.mobile .product-pod h4,
.lpad3e .product-pod h4 {
  height: auto; }

.lpp .product-pod h2,
.lpu .product-pod h2,
.lfe .product-pod h2 {
  font-size: 11px;
  font-size: 1.43rem; }

.lpp .product-pod span,
.lpu .product-pod span {
  font-size: 13px;
  line-height: 16px;
  line-height: 2rem; }

.lfe .product-pod span {
  font-size: 10px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 2rem; }

.lpp .product-pod span.title,
.lfe .product-pod span.title {
  font-size: 1.4em; }

.lfe.starter .product-pod span.title {
  font-size: 18px;
  font-size: 2.34rem;
  line-height: 22px;
  line-height: 2.75rem; }

.product-pod > .pull-left {
  margin-right: 1em; }

.product-pod > .pull-right {
  margin-left: 1em; }

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

.product-pod-list li {
  *zoom: 1; }

.product-pod-list li:before, .product-pod-list li:after {
  content: "";
  display: table; }

.product-pod-list li:after {
  clear: both; }

/* UI Pattern -> Detail Item
	A Divergence/Deviation from Default Product Pod display
	Seen in the Endeca Details Cartridge
	========================================================================== */
.details-item {
  margin: 0 0 1.5em; }
  .details-item img {
    display: inline-block; }

.details-item:last-child {
  margin-bottom: 0; }

/* UI Pattern -> LPU -> Details Body 
	Seen in the Endeca Details Cartridge
	========================================================================== */
.lpp #details-container .details-body,
.lpu #details-container .details-body,
.lfe #details-container .details-body {
  padding: 0 0.5em; }

.lpp #details-container .details-body__override,
.lpu #details-container .details-body__override,
.lfe #details-container .details-body__override {
  padding: 0;
  width: 300%; }

header form {
  margin-bottom: 0 !important; }

.form-search {
  position: relative; }

.form-group.form-search {
  margin-bottom: 0; }

.form-search input[type="search"] {
  display: inline-block;
  padding: 4px 32px 4px 6px;
  width: 100%;
  height: auto;
  font-size: inherit;
  line-height: normal;
  color: #333;
  border-color: #8c8c8c;
  box-shadow: none;
  transition: none;
  -webkit-transition: none; }
  .form-search input[type="search"]:focus {
    border-color: #4da6ff;
    box-shadow: 0 0 0 1px #4da6ff; }

.form-search button[type="submit"] {
  color: #707070; }

.mobile .form-search input[type="search"] {
  min-height: 30px;
  font-size: 16px;
  line-height: normal; }

.mobile .form-search button[type="submit"] {
  font-size: 16px;
  border-radius: 4px; }

.lpad3e .form-search input[type="search"] {
  width: 10em; }

.device.layout_tablet .form-search input[type="search"] {
  width: 90%; }

.btn-search {
  position: absolute;
  background-color: transparent;
  border-radius: 0;
  border: none;
  width: 32px;
  padding: 0;
  margin: 0;
  height: 100%;
  line-height: normal;
  text-align: center;
  top: 0;
  right: 0;
  color: #690;
  outline: none;
  z-index: 10;
  -webkit-tap-highlight-color: transparent; }
  .btn-search i.fa {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1; }
  .btn-search:active {
    box-shadow: none; }

.list-starter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

.list-starter li {
  text-align: center;
  padding: 0;
  width: 19%;
  position: relative; }

.list-starter a {
  font-size: 10px;
  font-size: 1.3rem;
  font-weight: fw-bold;
  color: #999;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 5px 0;
  width: 100%;
  z-index: 2; }

.list-starter .active a {
  color: white;
  background-color: #15803d; }
  .list-starter .active a .fa-stack-1x {
    color: #15803d; }

.list-starter .fa-stack-1x {
  font-weight: 700;
  color: white; }

.list-starter .complete:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 48px;
  line-height: 48px;
  color: #ddd;
  text-align: center;
  position: absolute;
  margin-left: -22px;
  top: 18%;
  left: 50%;
  right: 50%;
  z-index: 1; }

.starter .thumbnail > img,
.starter .thumbnail .caption {
  display: inline-block;
  padding-top: 0;
  vertical-align: top; }

.starter h5 {
  margin-top: 0; }

.connect .list-starter a,
.connect .list-starter .fa-stack-1x {
  font-family: 'Muli Bold','Muli','Muli-Regular',Arial,sans-serif; }

section .row {
  margin-right: 0;
  margin-left: 0; }

.lpp section .row.hcenter,
.lpp section-fluid .row.hcenter,
.lpu section .row.hcenter,
.lpu section-fluid .row.hcenter,
.lfe section .row.hcenter,
.lfe section-fluid .row.hcenter {
  margin-right: auto;
  margin-left: auto; }

.lpp section .row.form-narrow,
.lpp section-fluid .row.form-narrow,
.lpu section .row.form-narrow,
.lpu section-fluid .row.form-narrow,
.lfe section .row.form-narrow,
.lfe section-fluid .row.form-narrow {
  width: 350px; }

section > .row {
  padding-right: 1em;
  padding-left: 1em; }

section > .row.no-pad,
section .container,
header .container,
footer .container {
  padding-right: 0;
  padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
  padding-left: 0; }

/* UI Patterns -> vCard 

	hCard (aka class="vCard") is a microformat, used to add an additional
	layer of meaning about people, addresses, and citations

	========================================================================== */
.vcard .note {
  word-wrap: pre-wrap; }

/* UI Pattern -> Wells

   These styles extend the basic Bootstrap wells   
   ========================================================================== */
.well {
  background-color: #eaeaea; }

/* Modules -> Cross Sell / Upsell 

   ========================================================================== */
#productSpotlight {
  margin-bottom: 1em;
  padding: 0 1em; }

.catalog #productSpotlight {
  padding: 0; }

.home.catalog #productSpotlight {
  padding: 0 1em; }

.mobile.catalog #productSpotlight {
  padding: 0 1em; }

#productSpotlight .product-pod {
  padding-top: 1.5em;
  padding-bottom: 1em;
  border-top: 1px solid #eaeaea; }

.mobile #productSpotlight .product-pod {
  width: 200px; }

#productSpotlight .product-pod:first-child {
  border-top: none !important;
  padding-top: 0; }

#productSpotlight .product-pod:last-child {
  padding-bottom: 0.75em; }

/* /* Modules -> Header

	Top area/section of the app
	Container for navigation, search bar, and purchase flow
	========================================================================== */
.navbar {
  min-height: 38px; }

.lpp .navbar,
.lpu .navbar,
.lfe .navbar {
  min-height: 57px; }

body.lpp.starter .__scrollable__:first-of-type > .__scrollable__viewport,
body.lfe.starter .__scrollable__:first-of-type > .__scrollable__viewport {
  padding-top: 0; }

body.lpp.starter header nav.navbar__starter.navbar.navbar-fixed-top,
body.lfe.starter header nav.navbar__starter.navbar.navbar-fixed-top {
  position: relative; }

.navbar-brand {
  padding: 3px 0 0 15px;
  line-height: 1; }

header #btnWishlist {
  display: none; }

header .navbar.navbar-fixed-top {
  padding-top: 0.5em;
  background-color: white; }

.lpp header .navbar.navbar-fixed-top,
.lpu header .navbar.navbar-fixed-top,
.lfe header .navbar.navbar-fixed-top {
  padding-top: .75em; }

header .navbar {
  overflow: visible;
  border-width: 0;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #ddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #ddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #ddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #ddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #ddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25); }

.mobile header .navbar {
  min-height: 40px; }

header .navbar .row:last-child {
  overflow: visible; }

header .row {
  margin: 0 auto; }

header .brand {
  position: absolute;
  top: -2px;
  left: 10px;
  width: 30px;
  height: 30px; }

header .brand a {
  display: block; }

.disclaimer {
  text-align: left;
  float: left;
  margin-left: 10px; }

header .navbar-text {
  font-size: 11px;
  word-wrap: break-word; }

@media (min-width: 768px) {
  header .navbar-text {
    float: none;
    margin: 0; } }

header .btn {
  margin-bottom: 0; }

header .btn-nav,
header .btn-link {
  margin: 0 1em;
  padding: 0;
  border: none;
  background-color: transparent; }

header .btn-nav,
header .btn-nav:hover,
header .btn-nav:focus,
header .btn-link,
header .btn-link:hover,
header .btn-link:focus {
  color: #666;
  text-decoration: none;
  background-color: transparent; }

header .btn-nav:active,
header .btn-link:active {
  color: #333;
  background-color: transparent; }

.lpad3e header .navbar .btn.btn-link,
.lpp header .navbar .btn.btn-link,
.lpu header .navbar .btn.btn-link,
.lfe header .navbar .btn.btn-link {
  position: relative; }

.header-fluid {
  /* padding-top: 4.5em; */
  /* ab - 5/6/2014 Commenting this out for now */ }

.lpp section.header-fluid .container,
.lpu section.header-fluid .container,
.lfe section.header-fluid .container {
  background-color: #eaeaea; }

.header-fluid .row {
  margin-top: 0.6em;
  margin-bottom: 0.6em; }

.mobile .header-fluid .row,
.lpad3e .header-fluid .row,
.lpp .header-fluid .row,
.lpu .header-fluid .row,
.lfe .header-fluid .row {
  padding-left: 1em;
  padding-right: 1em; }

.header-fluid .row .col-xs-12 {
  float: none; }

.starter section:nth-of-type(1) {
  /* margin-top: 5em; */
  /* ab - 5/6/2014 Commenting this out for now */
  margin-bottom: 2.5em; }

/* /* Modules -> Home

	Home page overrides
	========================================================================== */
.lpad3e.home .header-fluid,
.mobile.home,
.mobile.home .thumbnail {
  background-color: #eaeaea; }

.lpp.home,
.lpp.home .thumbnail,
.lpp.home .gray-bkg .col-xs-12,
.lpp.home .owl-theme .owl-dots .owl-dot span,
.lpu.home,
.lpu.home .thumbnail,
.lpu.home .gray-bkg .col-xs-12,
.lpu.home .owl-theme .owl-dots .owl-dot span,
.lfe.home,
.lfe.home .thumbnail,
.lfe.home .gray-bkg .col-xs-12,
.lfe.home .owl-theme .owl-dots .owl-dot span,
.mobile.home .gray-bkg .col-xs-12,
.mobile.home .owl-theme .owl-dots .owl-dot span {
  background-color: white; }

.lpp.home .owl-theme .owl-dots .owl-dot.active span,
.lpp.home .owl-theme .owl-dots .owl-dot:hover span,
.lpu.home .owl-theme .owl-dots .owl-dot.active span,
.lpu.home .owl-theme .owl-dots .owl-dot:hover span,
.lfe.home .owl-theme .owl-dots .owl-dot.active span,
.lfe.home .owl-theme .owl-dots .owl-dot:hover span,
.mobile.home .owl-theme .owl-dots .owl-dot.active span,
.mobile.home .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #15803d; }

/* Catalog Page -> Filter 
	Dropdown List Items
	==================================== */
a.list-group-item-info:hover,
a.list-group-item-info:active,
a.list-group-item-info:focus {
  background-color: transparent;
  color: #ff8000; }

a.list-group-item-sub .fa {
  color: #15803d; }

a.list-group-item-sub.selected .fa-check {
  visibility: visible; }

a.list-group-item-sub .fa-check {
  visibility: hidden; }

.nav-guided .panel-group,
.nav-guided .list-group {
  margin-bottom: 0; }

.nav-guided .panel-body {
  padding: .5em 0; }

.nav-guided .panel-filter a[data-toggle][aria-expanded="false"] .fa-minus {
  display: none; }

.nav-guided .panel-filter a[data-toggle][aria-expanded="false"] .fa-plus {
  display: block; }

.nav-guided .panel-filter a[data-toggle][aria-expanded="true"] .fa-minus {
  display: block; }

.nav-guided .panel-filter a[data-toggle][aria-expanded="true"] .fa-plus {
  display: none; }

.nav-guided .filter-group-list {
  padding: 0; }

.nav-guided .list-group-item-sub,
.nav-guided a.list-group-item-sub {
  padding-left: 0.5em; }

.nav-guided .list-group-item-sub > i,
.nav-guided a.list-group-item-sub > i {
  vertical-align: top; }

.nav-guided .list-group-item-sub > span,
.nav-guided a.list-group-item-sub > span {
  display: inline-block;
  max-width: 82.352941%; }

/* Catalog Page -> 
	Filter By & Sort By Breadcrumbs
	==================================== */
.nav-filters {
  margin-top: 1em; }
  .layout_tablet .nav-filters {
    margin-top: 0; }
  .nav-filters #currentFilters {
    display: block;
    line-height: normal; }
    .nav-filters #currentFilters a {
      display: inline-block;
      margin: 0 8px 8px 0;
      padding: 8px 12px;
      vertical-align: top;
      background: #f5f5f5;
      border-radius: 99px; }
      .nav-filters #currentFilters a i.fa {
        margin-left: 2px;
        color: #888; }
      .nav-filters #currentFilters a:active i.fa {
        color: #333; }

.nav-filters a {
  font-weight: 700;
  text-decoration: none;
  margin-right: 0.6em; }

.nav-filters a.applied-filter {
  font-weight: 400;
  color: #666; }

.nav-filters .fa-times-circle {
  color: #999; }

.lpp .nav-filters,
.lpu .nav-filters,
.lfe .nav-filters {
  padding: 1em 0; }
  .lpp .nav-filters,
  .lpu .nav-filters,
  .lfe .nav-filters {
    *zoom: 1; }
  .lpp .nav-filters:before, .lpp .nav-filters:after,
  .lpu .nav-filters:before,
  .lpu .nav-filters:after,
  .lfe .nav-filters:before,
  .lfe .nav-filters:after {
    content: "";
    display: table; }
  .lpp .nav-filters:after,
  .lpu .nav-filters:after,
  .lfe .nav-filters:after {
    clear: both; }

.connect .nav-filters a {
  font-family: 'Muli Bold','Muli','Muli-Regular',Arial,sans-serif; }

/* Modules -> Search Results

   Basic set of styles used on search results or SERP pages
   
   ========================================================================== */
.thumbnail {
  border-color: transparent; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  position: relative;
  display: block;
  border-color: transparent; }

#search__root {
  position: relative;
  min-height: 200px; }
  #search__root .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.search-results {
  position: relative; }
  .search-results[aria-busy="true"]::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    user-select: none;
    z-index: 100; }
  .search-results .product-pod {
    margin-bottom: 30px; }
    .search-results .product-pod .thumbnail .thumbnail__img-container {
      position: relative;
      width: 100%;
      padding-top: 70%;
      background: #f5f5f5;
      border-radius: 8px; }
      .search-results .product-pod .thumbnail .thumbnail__img-container img.media-item {
        position: absolute;
        display: block;
        width: 100%;
        top: 0;
        left: 0; }

#page-vspacer {
  position: relative;
  height: 300px;
  height: 100vh; }

.device.layout_tablet #page-vspacer {
  height: 90vh; }

#page-floating-spinner {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 24px;
  height: 24px;
  box-sizing: content-box;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.25);
  z-index: 200;
  user-select: none;
  -webkit-user-drag: none; }

.device.layout_tablet #page-floating-spinner {
  top: 30%;
  width: 32px;
  height: 32px; }

/* Modules -> Wishlist

	Most of these styles are inherited from the CART.
	What is here are divergences and/or renaming of items
	========================================================================== */
.wishlist h2 {
  margin-bottom: 1.5em; }

.wishlist h2:nth-of-type(2) {
  margin-bottom: 0; }

.wishlist h3 {
  color: #15803d;
  margin-top: 2px;
  overflow-y: hidden; }

.wishlist .panel-default {
  border: none; }

.wishlist .panel-warning {
  padding: 1em;
  margin: 0; }

.wishlist .panel-warning col-xs-3,
.wishlist .panel-warning col-xs-9 {
  padding: 0; }

.wishlist .media {
  margin-bottom: 0.5em; }

.wishlist .list-group-item {
  margin: 0;
  padding: 0.75em 5px;
  border-top: none;
  border-left: none;
  border-right: none; }

.wishlist .list-group-item:last-child {
  border-bottom: none; }

.wishlist .list-group-item a {
  display: block; }

.wishlist .list-group-item .btn-link {
  padding-right: 0;
  padding-left: 0; }

.wishlist #promoApply,
.wishlist .panel-warning,
.existingCardForm a.btn-primary {
  margin-top: 1em;
  margin-bottom: 1em; }

.wishlist .orderSubTotalCart {
  margin-bottom: 1em; }

#orderSummary .list-group-item {
  margin: 0; }

#orderSummary .col-xs-3,
#orderSummary .col-xs-9,
#orderSummary .col-xs-12,
#orderSummary li {
  padding-left: 0;
  padding-right: 0; }

.totals.price-type-index {
  padding: 5px;
  margin: 0 -5px;
  background-color: #eaeaea; }

/* Modules -> Footer

	Bottom area/section of the app
	Container for tertiary navigation, social bar, and legal notices
	========================================================================== */
footer {
  margin-top: 40px;
  overflow-x: hidden; }

.lpp footer,
.lpu footer,
.lfe footer {
  margin: 40px -15px 0 -15px; }

.lpp.starter footer,
.lfe.starter footer {
  margin: 0; }

.lpp.starter footer .navbar,
.lfe.starter footer .navbar {
  margin: 0;
  padding: 1em 0;
  background: #007c54;
  /* Old browsers */
  background: -moz-linear-gradient(top, #007c54 0%, #00392d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007c54), color-stop(100%, #00392d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #007c54 0%, #00392d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #007c54 0%, #00392d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #007c54 0%, #00392d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #007c54 0%, #00392d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border-top: 4px solid #8bff0e; }

.lpp.starter footer .navbar-fixed-bottom,
.lfe.starter footer .navbar-fixed-bottom {
  left: 0; }

footer > .row {
  margin: 0 auto;
  max-width: 768px; }

footer h4 {
  margin-bottom: .5rem; }

footer > .container {
  padding: 0; }

footer > .container,
.lpad3e footer > div > .container {
  padding-bottom: 0.5em;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.2); }

footer .container,
.layout_mobile footer > div > .container {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #ddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #ddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #ddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #ddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #ddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.lpu footer > div > .container {
  background: #ddd; }

footer .container .center.section,
footer .container .link-list.section {
  text-align: center; }

footer .container .link-list.section {
  padding: 0 0.5em; }

footer a#pageTop {
  font-size: 13px;
  width: 12rem;
  color: #666;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #ddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #ddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #ddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #ddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #ddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.lpu footer a#pageTop {
  border-radius: 0;
  background: white; }

footer .list-inline {
  margin-bottom: 0; }

.lpad3e footer .list-inline {
  width: 252px;
  margin: 0 auto; }

footer .list-inline > li {
  padding-right: 1px;
  padding-left: 1px; }

footer .link-list.section .list-inline > li {
  line-height: 1em;
  border-right: 1px solid #999;
  margin-right: .25em;
  padding-right: .5em; }

footer .link-list.section .list-inline > li:last-child {
  border-right: none;
  margin-right: 0; }

.lpad3e footer {
  font-size: 12px; }

.layout_tablet footer {
  font-size: 16px; }

.mobile footer {
  font-size: 13px; }
  .mobile footer .list-inline {
    margin: 0; }
  .mobile footer .link-list.section {
    margin: 12px 0;
    padding: 0; }
    .mobile footer .link-list.section .list-inline {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .mobile footer .link-list.section .list-inline > li {
        margin: 0;
        padding: 0 12px;
        border-right-color: #ccc; }
        .mobile footer .link-list.section .list-inline > li a {
          display: block;
          margin: 0;
          padding: 0; }

footer .richtext {
  margin-top: 0.5em; }

@media (min-width: 768px) {
  footer > .container {
    width: 100%; } }

@media (min-width: 992px) {
  footer > .container {
    width: 100%; } }

#cookie-privacy-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: #636261;
  opacity: 0.9;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=90)';
  filter: alpha(opacity=90); }

#cookie-privacy-banner .container:before,
#cookie-privacy-banner .container:after {
  display: block; }

#cookie-privacy-banner .close-button {
  display: block;
  margin-top: -.5em;
  padding: .5em;
  cursor: pointer; }

/*
#cookie-privacy-modal {
	height: 420px;
	padding: 5px;
}
#cookie-privacy-modal .lf-modal-body {
	height: 370px;
}
*/
.connect footer .list-inline a {
  font-family: 'Muli Bold','Muli','Muli-Regular',Arial,sans-serif; }

/* Modules -> Profile -> Add Credit Cards

	========================================================================== */
.cc-exp-month,
.cc-exp-year {
  display: inline-block; }

.cc-exp-month .mobile-dropdown-button,
.cc-exp-year .mobile-dropdown-button {
  min-width: 100px; }

.cc-us-state .mobile-dropdown-button {
  min-width: 200px; }

/* Modules -> Slide-ins

	Basic set of classes used to mark up and style the Angular
	"Slide In" functionality, used for the mobile/CABO device view

	========================================================================== */
.mobile .container .menu-nav,
.lpad3e .container .menu-nav {
  padding: 0; }

.mobile .slidein__section_embedded,
.lpad3e .slidein__section_embedded {
  margin: 0; }

.mobile .slidein__section_embedded > row,
.lpad3e .slidein__section_embedded > row {
  padding-right: 1em;
  padding-left: 1em; }

.__slidein__bottom-close-button-container {
  text-align: right;
  margin: 1em; }

.slidein-country-picker .slidein-country-picker__dropdown-container {
  margin-top: 1.5em; }

.slidein-geo-ip-mismatch-info .slidein-geo-ip-mismatch-info__content {
  padding: 1em !important; }

/* Modules -> Video

	Unit/Component Styles for Video Player
	========================================================================== */
.video {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0);
  text-decoration: none; }
  .video:hover, .video:active, .video:focus {
    color: rgba(0, 0, 0, 0); }

#productMediaCarousel .owl-stage .video {
  height: auto;
  margin: 0 auto; }

.layout_mobile #productMediaCarousel .owl-stage .video {
  width: 200px; }

.layout_tablet #productMediaCarousel .owl-stage .video {
  width: 480px; }

#details-container .details-item .video {
  margin: 0 auto; }

.layout_mobile #details-container .details-item .video {
  width: 200px;
  height: 113px; }

.layout_tablet #details-container .details-item .video {
  width: 164px;
  height: 93px; }

.video:after {
  position: absolute;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 70; }

.mobile .video:after {
  margin-left: auto;
  margin-right: auto; }

.video i {
  position: absolute;
  opacity: 0.9;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=$opacity-ie)';
  /* IE9 opacity hack */
  filter: alpha(opacity=90);
  top: 29px;
  left: 100px;
  color: #fff;
  z-index: 80; }

.owl-stage .video i,
.details-item .video i {
  top: 50%;
  left: 50%;
  margin-top: -0.47em;
  margin-left: -0.43em;
  padding: 0px 2px 0px 2px; }

.product-overview__media-container {
  width: 200px;
  margin: 0 auto; }
  .product-overview__media-container > a {
    display: block; }
    .product-overview__media-container > a img.center-block {
      width: 100%;
      aspect-ratio: 16 / 9; }
  .product-overview__media-container .video::after {
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .product-overview__media-container .video i {
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -0.47em;
    margin-left: -0.43em;
    z-index: 20; }

.layout_tablet .product-overview__media-container {
  width: 480px; }

/* Product overview quickview slidein (redeem/starter) */
.product-overview__actions {
  padding: 1.5em 0; }

.product-overview__actions button:first-child {
  margin-right: 1em; }

.icon-nav {
  position: relative;
  padding: 0 1.3em;
  height: 24px;
  /*
	background-color:rgb(170,170,170);
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(83,83,98,0.38);
	   -moz-box-shadow:inset 0px 1px 0px 0px rgba(83,83,98,0.38);
	        box-shadow:inset 0px 1px 0px 0px rgba(83,83,98,0.38);
*/ }

.lpp .icon-nav,
.lpu .icon-nav,
.lfe .icon-nav {
  height: 30px; }

.icon-cart {
  background: url("https://t7.leapfrog.com/images/mobile-nav-icon/cart_icon.png") no-repeat center center;
  background-size: contain; }

.icon-menu {
  background: url("https://t7.leapfrog.com/images/mobile-nav-icon/menu_icon.png") no-repeat center center;
  background-size: contain; }

.icon-search {
  background: url("https://t7.leapfrog.com/images/mobile-nav-icon/search_icon.png") no-repeat center center;
  background-size: contain; }

.icon-wishlist {
  background: url("https://t7.leapfrog.com/images/mobile-nav-icon/wishlist_icon.png") no-repeat center center;
  background-size: contain; }

.lpp .icon-menu,
.lpu .icon-menu,
.lfe .icon-menu {
  top: 0; }

.menu-label {
  display: none;
  visiblity: hidden;
  color: #999;
  position: absolute;
  margin: 0 -50%; }

.lpad3e .menu-label,
.lpp .menu-label,
.lpu .menu-label,
.lfe .menu-label {
  display: inline;
  visiblity: visible; }

.lpp .menu-label,
.lpu .menu-label,
.lfe .menu-label {
  font-size: 12px;
  position: relative;
  bottom: .5em; }

.lpad3e .menu-label {
  font-size: 11px;
  position: relative;
  bottom: 0; }

.badge-nav,
.btn .badge.badge-nav {
  background-color: #15803d;
  border: 2px solid #f4f4f4;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 3px 6px 3px 5px;
  font-size: 11px;
  letter-spacing: -1px;
  min-width: 21px;
  color: #fff; }

.icon-cart .badge-nav,
.btn .icon-cart .badge.badge-nav {
  position: absolute;
  left: 25px;
  top: -5px; }

.icon-wishlist .badge-nav,
.btn .icon-wishlist .badge.badge-nav {
  position: absolute;
  left: 25px;
  top: -5px; }

.mobile .icon-nav {
  padding: 0 1em; }

.mobile .icon-cart .badge-nav,
.mobile .btn .icon-cart .badge.badge-nav {
  left: 22px; }

.mobile .icon-wishlist .badge-nav,
.mobile .btn .icon-wishlist .badge.badge-nav {
  left: 22px; }

.lpp .badge-nav,
.lpp .btn .badge.badge-nav,
.lpu .badge-nav,
.lpu .btn .badge.badge-nav,
.lfe .badge-nav,
.lfe .btn .badge.badge-nav {
  font-size: 14px; }

.lpp .icon-wishlist .badge-nav,
.lpp .btn .icon-wishlist .badge.badge-nav,
.lpu .icon-wishlist .badge-nav,
.lpu .btn .icon-wishlist .badge.badge-nav,
.lfe .icon-wishlist .badge-nav,
.lfe .btn .icon-wishlist .badge.badge-nav {
  left: 34px;
  top: -6px; }

.lpp .icon-cart .badge-nav,
.lpp .btn .icon-cart .badge.badge-nav,
.lpu .icon-cart .badge-nav,
.lpu .btn .icon-cart .badge.badge-nav,
.lfe .icon-cart .badge-nav,
.lfe .btn .icon-cart .badge.badge-nav {
  position: absolute;
  left: 33px;
  top: -6px; }

/* Modules -> Norton Secured

	Basic set of global styles used for norton secured seal (third party generated html)
	NOTE: Reactivate commented out code & removed display none when required for mobile & devices
	========================================================================== */
.lpad3e .container-norton .secured-seal-container,
.mobile .container-norton .secured-seal-container,
.layout_mobile .container-norton .secured-seal-container {
  display: none;
  position: absolute;
  top: 0;
  right: -1em;
  z-index: 1; }

.lpp .container-norton .secured-seal-container,
.lpp2 .container-norton .secured-seal-container,
.lpu .container-norton .secured-seal-container,
.lfe .container-norton .secured-seal-container,
.and2 .container-norton .secured-seal-container,
.layout_tablet .container-norton .secured-seal-container {
  display: none;
  position: absolute;
  top: .25em;
  right: -1em;
  z-index: 1; }

/* Layout -> Home/Mobile Root Landing Page

	Page-level styles for Mobile Home Page
	Styles for items within ATG/CQ slots are found in either the 
	ui-pattern or modules directories
	========================================================================== */
.home.mobile div[role=main].gray-bkg > .col-xs-12 > h2 + div.container {
  margin: 0 auto;
  max-width: 320px; }

.home.mobile div[role=main] > div.col-xs-12 > div.container,
.home.lpad3e div[role=main] > div.col-xs-12 > div.container {
  padding: 0; }

.home.mobile div[role=complementary],
.home.lpad3e div[role=complementary] {
  padding: 0; }

.home.mobile .list-group-item,
.home.lpad3e .list-group-item {
  margin: 0 1em; }

.pdp.mobile div[role=main] {
  padding-right: 1em;
  padding-left: 1em; }

.pdp.lpad3e div[role=main] {
  padding-right: 15px;
  padding-left: 15px; }

.pdp.mobile #product-overview,
.pdp.lpad3e #product-overview {
  padding-right: 1em;
  padding-left: 1em; }

/* Layout -> Home/Mobile -> Pods */
.mobile-device-home-pods > .col-xs-6,
.mobile-device-home-pods > .col-xs-12 {
  margin-bottom: 0.7em; }

.mobile-device-home-pods > .col-xs-6 img,
.mobile-device-home-pods > .col-xs-12 img {
  display: block;
  margin: 0 auto; }

/* Layouts -> Account 

	Page-level styles for account pages

	Styles for items within ATG/CQ slots are found in either the ui-pattern or modules directories
	========================================================================== */
.account h5 {
  color: #006232;
  margin-bottom: 1.5em; }

#accountLabel,
#accountValue {
  font-size: inherit; }

#accountCreditCards label,
#loginForm label,
#resetForm label {
  font-weight: 400; }

.block-billing-information {
  background: #f0f0f0;
  position: relative;
  margin-left: -1em !important;
  margin-right: -1em !important;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em; }

.lpp .block-billing-information,
.lpu .block-billing-information,
.lfe .block-billing-information {
  margin-top: 1em !important;
  padding: 0.5em 1em 1em 1em !important; }

#myAccountDownloads .sku-name {
  max-width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5em 0;
  line-height: normal;
  font-weight: 400; }

#myAccountDownloads .sku-download {
  max-width: 34%; }
  #myAccountDownloads .sku-download > a {
    display: block;
    padding: 0.5em 12px;
    line-height: normal;
    font-size: 1.82rem;
    font-weight: bold; }

.lpad3e #myAccountDownloads .sku-download > a {
  font-size: 1.3rem;
  padding: 0.5em 0; }

.lpad3e.fr_CA #myAccountDownloads .sku-name, .lpad3e.fr_FR #myAccountDownloads .sku-name, .lpad3e.fr_OF #myAccountDownloads .sku-name {
  max-width: 55%; }

.lpad3e.fr_CA #myAccountDownloads .sku-download, .lpad3e.fr_FR #myAccountDownloads .sku-download, .lpad3e.fr_OF #myAccountDownloads .sku-download {
  max-width: 44%; }

.lpp.account .section-fluid .product-pod h2,
.lpu.account .section-fluid .product-pod h2,
.lfe.account .section-fluid .product-pod h2 {
  font-size: 1.1em; }

#leapUpMembership {
  margin-bottom: 2em;
  min-height: 75px;
  border-bottom: 2px solid #ddd; }
  #leapUpMembership p {
    width: 80%; }

body.account_change-password form[name=changePasswordForm] .form-group {
  margin-bottom: 15px; }

body.account_change-password form[name=changePasswordForm] label {
  font-weight: 400; }

body.account_change-password form[name=changePasswordForm] [error-message-for] {
  margin: 5px 0 0 0;
  line-height: normal; }

body.account_change-password form[name=changePasswordForm] .form__buttons {
  padding-top: 20px; }

body.account_change-password.layout_tablet .form-narrow.hcenter {
  padding: 0; }

body.account_change-password.layout_mobile form[name=changePasswordForm] .form-group {
  margin-bottom: 10px; }

body.account_change-password .alert {
  margin-bottom: 20px;
  line-height: normal; }

/* Layouts -> Account -> Add Credit Card
	========================================================================== */
.lpp .credit-card-form__cvc-wrapper .col-xs-3,
.lpu .credit-card-form__cvc-wrapper .col-xs-3,
.lfe .credit-card-form__cvc-wrapper .col-xs-3 {
  width: 6em !important; }

.credit-card-form__cvc-wrapper {
  margin-bottom: 1.5em; }

.credit-card-form__cvc-icon {
  position: relative;
  top: -5px;
  margin-left: 0.4em; }

.credit-card-form__save-info {
  margin: 0; }
  .credit-card-form__save-info input[type=checkbox] + label {
    display: block;
    padding-left: 3em;
    line-height: 1.3em;
    margin-bottom: 1.5em; }
    .credit-card-form__save-info input[type=checkbox] + label::before {
      position: absolute;
      top: 0;
      left: 0; }

/* Layouts -> Cart 

	Page-level styles for cart pages

	Styles for items within ATG/CQ slots are found in either the ui-pattern or modules directories
	========================================================================== */
/* inconsistent spacing throughout checkout flow 
.cart h2 {
	margin-bottom: 1.5em;
}
*/
.cart h2:nth-of-type(2) {
  margin-bottom: 0; }

.cart h3 {
  color: #15803d;
  margin-top: 2px;
  overflow-y: hidden; }

.cart .panel-default {
  border: none; }

.cart .panel-warning {
  padding: 1em;
  margin: 0; }

.cart .panel-warning col-xs-3,
.cart .panel-warning col-xs-9 {
  padding: 0; }

.lpad3e.cart #orderSummary h2 {
  margin-top: 0; }

.cart .media {
  margin-bottom: 0.5em; }

#cartContent .list-group-item {
  margin: 0;
  padding: 1.5em 5px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #eaeaea; }

#cartContent .list-group-item:first-child {
  border-top: none !important;
  padding-top: 0; }

#cartContent .list-group-item:last-child {
  padding-bottom: 0.75em; }

#cartContent .list-group-item .btn-link {
  padding-right: 0;
  padding-left: 0; }

.cart #promoApply,
.cart .panel-warning,
.existingCardForm a.btn-primary {
  margin-top: 1em;
  margin-bottom: 1em; }

/*
#orderSummary .list-group-item {
	font-size: $fs-3;
}
*/
.cart .orderSubTotalCart {
  font-weight: 700; }

.cart .orderAccountBalanceApplied,
.cart .orderTaxCart,
.cart .orderSubTotalCart {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.cart .orderAccountBalanceApplied + .orderTaxCart {
  margin-top: 0; }

.media-link-wrapper,
.media-link-wrapper:hover,
.media-link-wrapper:active,
.media-link-wrapper:focus {
  text-decoration: none; }

.orderSubTotalCart {
  font-size: inherit; }

.promo-disc {
  color: #ff8000; }

.orderTotalCart {
  font-weight: 700; }

.orderTotalCart__label {
  margin-right: 1em; }

.totals.price-type-index {
  padding: 5px;
  margin: 0 -5px 1em -5px;
  background-color: #eaeaea; }

#accountBalanceSubtotal .totals.price-type-index {
  border-bottom: 1px solid #eaeaea;
  background-color: transparent; }

.existingCardForm {
  padding: 1em;
  margin: 1em 0 0 0; }

/* Layouts -> Cart -> Redeem Flow
	======================================= */
.cart .redeemForm1,
.cart .redeemForm2 {
  padding: 0; }

.connect .cart .orderSubTotalCart,
.connect .orderTotalCart {
  font-family: 'Muli Bold','Muli','Muli-Regular',Arial,sans-serif; }

/* Layouts -> Catalog 

	Page-level styles for product catalog and product description pages

	Styles for items within ATG/CQ slots are found in either the ui-pattern or modules directories
	========================================================================== */
.catalog h4 {
  color: #15803d; }

.catalog .row-results .product-pod,
#product-overview .row-results .product-pod {
  margin-bottom: 0.5em;
  min-height: 268px; }

.lpad3e.catalog .row-results .product-pod,
.lpad3e #product-overview .row-results .product-pod,
.mobile.catalog .row-results .product-pod,
.mobile #product-overview .row-results .product-pod,
.lpp .carousel .product-pod,
.lpu .carousel .product-pod,
.lfe .carousel .product-pod {
  width: 200px; }

@media screen and (min-device-width: 601px) and (max-device-width: 719px) and (orientation: landscape) {
  .mobile .ui-carousel .product-pod,
  .mobile.catalog .row-results .product-pod,
  .mobile #product-overview .row-results .product-pod,
  .layout_mobile #productMediaCarousel .owl-stage .video,
  .mobile .owl-carousel .owl-item img.media-item {
    width: 175px !important; } }

.lpad3e.catalog .row-results .product-pod,
.mobile.catalog .row-results .product-pod,
.mobile #product-overview .row-results .product-pod {
  margin-bottom: 0;
  min-height: 0 !important;
  height: auto !important; }

.catalog .row-results hr {
  margin-top: 1.5em;
  margin-bottom: 1em; }

.lpp.catalog .row-results hr,
.lpu.catalog .row-results hr,
.lfe.catalog .row-results hr {
  margin-top: 1em; }

.catalog .row-results .thumbnail {
  position: relative;
  padding-bottom: 0; }

.mobile.catalog .row-results .thumbnail img.media-item {
  min-height: 132px; }

.layout_tablet.catalog .row-results .thumbnail img.media-item {
  min-height: 112px; }

.mobile.catalog .row-results .product-pod .thumbnail > img {
  min-height: 133px; }

.layout_tablet.catalog .row-results .product-pod .thumbnail > img {
  min-height: 113px; }

.catalog .row-results .thumbnail:focus,
.catalog .row-results .thumbnail:active,
.catalog .row-results .thumbnail:hover,
#product-overview .row-results .thumbnail:focus,
#product-overview .row-results .thumbnail:active,
#product-overview .row-results .thumbnail:hover {
  text-decoration: none;
  border-color: white; }

.flagRibbon {
  position: absolute;
  display: block;
  top: 0;
  left: -1px;
  pointer-events: none; }
  .flagRibbon img {
    display: block; }

.row-results .thumbnail .caption {
  padding: 0; }

.caption-content-type {
  color: #666;
  position: absolute;
  top: -23px;
  font-size: 11px !important;
  padding-left: 10px;
  white-space: nowrap; }

.row-results .thumbnail .caption {
  position: relative; }

.row-results .thumbnail .caption h2 {
  height: 3em; }

.mobile .row-results .thumbnail .caption h2,
.lpad3e .row-results .thumbnail .caption h2 {
  height: auto; }

.mobile .row-results .product-pod div[cart-button-container] {
  min-height: 34px;
  background: #f7f7f7;
  border-radius: 4px; }

.lpp .row-results .col-xs-7.text-right,
.lpu .row-results .col-xs-7.text-right,
.lfe .row-results .col-xs-7.text-right {
  white-space: nowrap;
  overflow-x: visible;
  height: 1.5em; }

.lpp .row-results .col-xs-7.text-right .btn-link,
.lpu .row-results .col-xs-7.text-right .btn-link,
.lfe .row-results .col-xs-7.text-right .btn-link {
  white-space: nowrap;
  overflow-x: visible;
  margin-left: -1em; }

.lpp.en_AU .row-results .col-xs-7.text-right,
.lpp.en_AU #productSpotlight .col-xs-7.text-right,
.lpp.en_OE .row-results .col-xs-7.text-right,
.lpp.en_OE #productSpotlight .col-xs-7.text-right,
.lpu.en_AU .row-results .col-xs-7.text-right,
.lpu.en_AU #productSpotlight .col-xs-7.text-right,
.lpu.en_OE .row-results .col-xs-7.text-right,
.lpu.en_OE #productSpotlight .col-xs-7.text-right,
.lfe.en_AU .row-results .col-xs-7.text-right,
.lfe.en_AU #productSpotlight .col-xs-7.text-right,
.lfe.en_OE .row-results .col-xs-7.text-right,
.lfe.en_OE #productSpotlight .col-xs-7.text-right {
  white-space: normal;
  overflow-x: inherit;
  height: 2.5em; }

.lpp.en_AU .row-results .col-xs-7.text-right span.strike,
.lpp.en_AU #productSpotlight .col-xs-7.text-right span.strike,
.lpp.en_OE .row-results .col-xs-7.text-right span.strike,
.lpp.en_OE #productSpotlight .col-xs-7.text-right span.strike,
.lpu.en_AU .row-results .col-xs-7.text-right span.strike,
.lpu.en_AU #productSpotlight .col-xs-7.text-right span.strike,
.lpu.en_OE .row-results .col-xs-7.text-right span.strike,
.lpu.en_OE #productSpotlight .col-xs-7.text-right span.strike,
.lfe.en_AU .row-results .col-xs-7.text-right span.strike,
.lfe.en_AU #productSpotlight .col-xs-7.text-right span.strike,
.lfe.en_OE .row-results .col-xs-7.text-right span.strike,
.lfe.en_OE #productSpotlight .col-xs-7.text-right span.strike {
  display: inline-block !important; }

.lpp.en_AU .row-results .col-xs-7.text-right span.sale,
.lpp.en_AU #productSpotlight .col-xs-7.text-right span.sale,
.lpp.en_OE .row-results .col-xs-7.text-right span.sale,
.lpp.en_OE #productSpotlight .col-xs-7.text-right span.sale,
.lpu.en_AU .row-results .col-xs-7.text-right span.sale,
.lpu.en_AU #productSpotlight .col-xs-7.text-right span.sale,
.lpu.en_OE .row-results .col-xs-7.text-right span.sale,
.lpu.en_OE #productSpotlight .col-xs-7.text-right span.sale,
.lfe.en_AU .row-results .col-xs-7.text-right span.sale,
.lfe.en_AU #productSpotlight .col-xs-7.text-right span.sale,
.lfe.en_OE .row-results .col-xs-7.text-right span.sale,
.lfe.en_OE #productSpotlight .col-xs-7.text-right span.sale {
  display: block !important; }

.lpp .row-results .thumbnail,
.lpu .row-results .thumbnail,
.lfe .row-results .thumbnail {
  margin-bottom: 0; }

.lpp .row-results .thumbnail .caption h2,
.lpu .row-results .thumbnail .caption h2,
.lfe .row-results .thumbnail .caption h2 {
  height: 3.5em;
  overflow: hidden; }

.lpp .row-results hr,
.lpu .row-results hr,
.lfe .row-results hr {
  display: none; }

.lpp .row-results hr:nth-of-type(3n+0),
.lpu .row-results hr:nth-of-type(3n+0),
.lfe .row-results hr:nth-of-type(3n+0) {
  display: block; }

.catalog .lpp .curriculum,
.catalog .lpu .curriculum,
.catalog .lfe .curriculum {
  line-height: 1.25em;
  display: block;
  height: 2.5em;
  overflow: hidden; }

.mobile.catalog .product-pod .curriculum,
.mobile.catalog .product-pod .format {
  display: block;
  line-height: 1.25em;
  vertical-align: middle;
  height: 1.25em;
  overflow: hidden;
  max-width: 97%; }

.lpp .row-results #FreeApps .thumbnail .caption h2,
.lpu .row-results #FreeApps .thumbnail .caption h2,
.lfe .row-results #FreeApps .thumbnail .caption h2 {
  margin-bottom: 0; }

.lpp .product-pod span.app-type,
.lpu .product-pod span.app-type,
.lfe .product-pod span.app-type {
  font-weight: bold;
  display: block !important;
  height: 2em;
  overflow: hidden; }

.lfe div[ng-controller="FreeAppListCtrl"] .product-pod span.app-type {
  line-height: 13px;
  line-height: 1.625rem;
  height: 3em; }

#details h4 {
  height: 1.25em; }

@media (min-width: 720px) {
  .mobile .row-results .thumbnail .caption h2 {
    height: 3.5em;
    overflow: hidden; }
  .mobile .row-results .col-xs-7.text-right {
    height: 3em; }
  .mobile .row-results hr:nth-of-type(3n+0) {
    display: block; }
  .mobile .row-results .thumbnail {
    margin-bottom: 0; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .mobile .row-results .thumbnail .caption h2 {
    height: 3.5em;
    overflow: hidden; } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .mobile .row-results .thumbnail .caption h2 {
    height: 3.5em;
    overflow: hidden; } }

/* Product Description Page
===================================================== */
.mobile.pdp .root-layer {
  overflow-x: visible; }

.product.pdp.lpad3e h1 + h2,
.product.pdp.mobile h1 + h2,
.product.pdp.lpp h1 + h2,
.product.pdp.lpu h1 + h2,
.product.pdp.lfe h1 + h2 {
  color: #666; }

.product.pdp.lpad3e h3,
.product.pdp.mobile h3,
.product.pdp.lpp h3,
.product.pdp.lpu h3,
.product.pdp.lfe h3 {
  color: #666; }

.lpp.starter #product-overview h1,
.lfe.starter #product-overview h1 {
  margin-right: 2em; }

.product.pdp.lpp p,
.product.pdp.lpu p,
.product.pdp.lfe p {
  font-size: 13px;
  font-size: 1.69rem; }

.product.pdp.lpp li span,
.product.pdp.lpu li span,
.product.pdp.lfe li span {
  font-size: 13px;
  font-size: 1.69rem; }

.product.pdp.lpad3e .well,
.product.pdp.mobile .well,
.product.pdp.lpu .well,
.product.pdp.lpp .well,
.product.pdp.lfe .well {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.product.pdp.lpad3e .well,
.product.pdp.mobile .well {
  margin-left: -1em;
  margin-right: -1em; }

.product.pdp.lpp .well,
.product.pdp.lpu .well,
.product.pdp.lfe .well {
  padding: 1em;
  border-radius: 0; }

.product.pdp.layout_tablet .well {
  margin-bottom: 18px; }

.product.pdp.mobile .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 100; }

.product.pdp.lpad3e .well.sticky-sticked,
.product.pdp.mobile .well.sticky-sticked,
.product.pdp.lpp .well.sticky-sticked,
.product.pdp.lpu .well.sticky-sticked,
.product.pdp.lfe .well.sticky-sticked {
  margin-left: 0;
  margin-right: 0; }

.product.pdp .sku-selection > * {
  display: inline-block; }
  .product.pdp .sku-selection > *:last-child {
    margin-left: 1em; }

.product.pdp.lfe .sku-selection strong {
  margin-right: .5em; }

.product.pdp.lpad3e .pricing,
.product.pdp.mobile .pricing,
.product.pdp.lpp .pricing,
.product.pdp.lpu .pricing,
.product.pdp.lfe .pricing {
  vertical-align: middle;
  padding-top: 0.2em; }

.product.pdp .sku-selection > .add-to-cart {
  margin-left: 1em; }

.product.pdp .cart-form .lfa-message {
  margin: -18px 0 18px;
  padding: 0 18px 18px;
  font-size: 1.69rem;
  background-color: #eaeaea; }

/* Catalog Guided Navigation
===================================================== */
section > .row.catalog__guided-nav {
  padding: 1em 0 0 0; }

.guided-nav__filter-button,
.guided-nav__sort-by-button {
  font-size: 12px;
  font-weight: 400;
  padding: 6px 12px; }
  .mobile .guided-nav__filter-button, .mobile
  .guided-nav__sort-by-button {
    font-size: inherit; }

@media (min-width: 375px) {
  .guided-nav__filter-button {
    min-width: 80px; } }

.guided-nav__sort-by-button {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  font-weight: 400;
  margin-left: 0.5em; }
  .layout_tablet .guided-nav__sort-by-button {
    padding: 6px 24px 6px 12px; }
    .layout_tablet .guided-nav__sort-by-button::after {
      right: 8px; }
  .guided-nav__sort-by-button::after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 12px;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../../legacy-assets/img/mobile-dropdown-ico.png") 0 0 no-repeat;
    opacity: .5; }

.layout_tablet .guided-nav__filter-button {
  padding: 6px 12px; }

.lpp .product-pod .btn-block.btn-primary,
.lpu .product-pod .btn-block.btn-primary,
.lfe .product-pod .btn-block.btn-primary {
  margin-left: 5px;
  max-width: 165px; }

.product-pod .product-pod__bv-rating-container {
  padding: 6px 0 1px 0;
  margin: 0;
  text-align: left; }

.product-pod .product-pod__bv-rating-container .product-pod__bv-rating-image {
  width: 65px;
  padding: 0;
  margin: 0; }

.catalog #guidedNavigation .list-group-item span[data-count]::after {
  display: inline;
  content: "(" attr(data-count) ")";
  margin-left: 4px;
  color: #757575; }

.catalog #TwoColumnContainerCommon h1, .catalog #TwoColumnContainerCommon .count {
  display: inline-block; }

.catalog #TwoColumnContainerCommon h1 + .count {
  margin-left: 4px;
  font-size: 14px;
  color: #999; }

/*	Kid UI styles
	========================================================================== */
/* Roboto Condensed Light */
/*
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/RobotoCondensed/RobotoCondensed-Light.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 300;
	src: url("../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf") format('truetype');
}
*/
/* Roboto Condensed */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf") format("truetype"); }

/* Roboto Condensed Bold */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: "../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf" format("truetype"); }

@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf") format("truetype"); }

body.kidui,
body.kidui section, #kidUInav .row, body.kidui div,
body.kidui ol, body.kidui ul, body.kidui li,
body.kidui a, body.kidui form,
body.kidui select, body.kidui input,
body.kidui dl, body.kidui dt, body.kidui dd,
body.kidui table, body.kidui tr, body.kidui td,
body.kidui .btn, body.kidui .badge {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.kidui.lpp .btn-default {
  color: #15803d;
  background: transparent none; }

.kidui.lpp .btn:focus, .kidui.lpp .btn:active:focus, .kidui.lpp .btn.active:focus {
  color: #15803d;
  outline: none; }

.kidui.lpp .row-results .thumbnail .caption h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  height: 2.5em; }

/*
.kidui.lpp .btn.download, .kidui.lpp .btn.download:focus,
.kidui.lpp .btn.download:active:focus, .kidui.lpp .btn.download.active:focus {
	color: transparent;
	background: transparent url('https://t7.leapfrog.com/images/png-alpha-no-resize/_sprite_buttons.png') no-repeat 0 -146px;
	background-size: 67%;
}
*/
.kidui .__scrollable__viewport {
  padding-top: 0; }

.kidui .__scrollable__.root-layer {
  top: 40px;
  left: 93px; }

.kidui.lpp .__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content, .kidui.lfe .__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content {
  min-height: 520px;
  padding: 20px 15px 60px 25px; }

.kidui .row {
  margin: 0;
  padding: 0; }

.kidui a {
  outline: none; }

.kidui .centered-block__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center; }
  .kidui .centered-block__container::before {
    position: relative;
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 100%;
    width: 0 !important;
    margin-left: -0.5%; }

.kidui .centered-block__inner {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.kidui .par.parsys .banner {
  position: relative;
  margin-bottom: 20px; }

.kidui {
  font-size: 15px;
  color: #fff;
  background: #147234;
  background: #147234;
  /* Old browsers */
  background: -moz-linear-gradient(top, #147234 0%, #29A349 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #147234), color-stop(100%, #29A349));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #147234 0%, #29A349 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #147234 0%, #29A349 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #147234 0%, #29A349 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #147234 0%, #29A349 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  /*
	a {
		color: #fff;
		text-decoration: underline;
	}
	
	.btn.btn-default {
		color: #fff;
		text-decoration: none;
		
		&:hover {
			color: #fff;
			background: rgba(255, 255, 255, .1);
			border-color: #fff;
		}
	}
	*/ }
  .kidui h1, .kidui h2, .kidui h3, .kidui h4, .kidui h5 {
    color: #fff; }
  .kidui .slidein .slidein-content {
    color: #333;
    padding: 20px; }
    .kidui .slidein .slidein-content h1, .kidui .slidein .slidein-content h2, .kidui .slidein .slidein-content h3, .kidui .slidein .slidein-content h4, .kidui .slidein .slidein-content h5 {
      color: #006232; }

.kidui-nav .navbar-form,
.kidui-nav .navbar-form .form-group {
  margin: 0;
  padding: 0;
  width: 100%; }

.kidui-nav .form-group a {
  margin-right: 0.5em;
  vertical-align: middle; }

.kidui-nav .form-control {
  padding-top: 2px;
  padding-bottom: 1px;
  height: auto; }

.kidui-nav .collapsing,
.kidui-nav .collapse.in {
  display: inline-block;
  vertical-align: middle; }

.kidui-nav .navbar-form button {
  margin: 0;
  padding: 0.5em;
  border: none; }

.kidui .nav-filters {
  margin-bottom: 20px; }
  .kidui .nav-filters a {
    color: #fff; }
    .kidui .nav-filters a i.fa-times-circle {
      color: #fff;
      opacity: 0.9; }

.kidui-nav .navbar.navbar-fixed-top {
  left: 0;
  min-height: 1px;
  height: 40px;
  border-bottom: 2px solid lime;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 200; }

.kidui .topnav {
  font-size: 17px;
  color: #555; }

.kidui .topnav .row {
  margin: 0; }

.kidui .topnav__age-dropdown-container {
  position: absolute;
  top: 4px;
  left: 20px; }
  .kidui .topnav__age-dropdown-container .mobile-dropdown__button::after {
    width: 12px;
    height: 7px;
    top: 12px;
    right: 11px;
    background: url("https://t7.leapfrog.com/images/png-alpha-no-resize/dropdown_arrow.png") 0 0 no-repeat;
    opacity: 1; }

.kidui .topnav__title-container {
  position: absolute;
  width: 400px;
  top: 6px;
  left: 50%;
  margin-left: -200px;
  line-height: normal;
  text-align: center;
  font-size: 23px;
  color: #006232; }
  .kidui .topnav__title-container img {
    position: relative;
    top: -2px;
    max-height: 30px;
    margin-left: 5px; }

.kidui.lpp .navbar.navbar-fixed-top .container .container {
  line-height: 40px;
  position: absolute;
  width: 40%;
  z-index: 2; }

.kidui.lpp .navbar.navbar-fixed-top a {
  text-decoration: none; }

.kidui.lpp .navbar.navbar-fixed-top .dropdown-menu a {
  font-size: 18px;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.kidui.lpp .navbar.navbar-fixed-top .navbar-nav:nth-of-type(0n+2) {
  line-height: 40px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1; }

.kidui.lpp .navbar.navbar-fixed-top .navbar-nav:nth-of-type(0n+3) {
  line-height: 34px;
  text-align: right;
  position: absolute;
  top: 0;
  right: .25em;
  width: 50%;
  z-index: 2; }

.kidui .navbar-right {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 2px; }
  .kidui .navbar-right a, .kidui .navbar-right button, .kidui .navbar-right input {
    outline: none; }
  .kidui .navbar-right .my-library-link__container,
  .kidui .navbar-right .nav-controls__container {
    margin-right: 20px; }
  .kidui .navbar-right .search__container {
    margin-right: 10px; }
  .kidui .navbar-right .my-library-link {
    position: relative;
    display: block;
    color: #777;
    text-decoration: none;
    padding: 7px 37px 0 0; }
    .kidui .navbar-right .my-library-link:hover, .kidui .navbar-right .my-library-link:active {
      color: #777; }
    .kidui .navbar-right .my-library-link .my-library-link__icon {
      position: absolute;
      top: 0;
      right: 0; }
  .kidui .navbar-right .search__container .search-icon__toggle {
    display: block; }
  .kidui .navbar-right .search__container .search-form__container {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 300px;
    background-color: #f8f8f8;
    padding: 5px; }
    .kidui .navbar-right .search__container .search-form__container input[type="search"] {
      width: 100%;
      padding: 3px;
      border: 1px solid #aaa;
      outline: none; }
    .kidui .navbar-right .search__container .search-form__container .search-form__submit-button {
      position: absolute;
      top: 7px;
      right: 7px;
      border: none;
      background: transparent;
      padding: 0;
      margin: 0; }
      .kidui .navbar-right .search__container .search-form__container .search-form__submit-button > img {
        display: block;
        width: 26px; }

.kidui-nav .navbar-fixed-left {
  height: 600px;
  border: none;
  background: transparent url("https://t7.leapfrog.com/images/png-alpha-no-resize/bg_nav.png") repeat-y 0 0; }

.kidui.lpp .kidui-nav > .container {
  position: absolute;
  width: 99px;
  height: 600px;
  z-index: 100; }

.kidui .navbar-brand {
  padding: 0;
  width: 100%;
  height: 97px;
  background: transparent url("https://t7.leapfrog.com/images/png-alpha-no-resize/_sprite_nav.png") no-repeat 0 0; }

.kidui .nav-pills {
  position: absolute;
  top: 40px;
  width: 93px; }

.kidui .nav-pills li a {
  color: transparent;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 84px;
  background: transparent url("https://t7.leapfrog.com/images/png-alpha-no-resize/_sprite_nav.png") no-repeat; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_games a {
  background-position: 0 0; }
  .kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_games a:active {
    background-position: -173px 0px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_games.kidui-leftnav__menu_selected a {
  background-position: -519px 0px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_ebooks a {
  background-position: 0 -84px; }
  .kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_ebooks a:active {
    background-position: -173px -84px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_ebooks.kidui-leftnav__menu_selected a {
  background-position: -519px -84px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_videos a {
  background-position: 0 -168px; }
  .kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_videos a:active {
    background-position: -173px -168px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_videos.kidui-leftnav__menu_selected a {
  background-position: -519px -168px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_creativity a {
  background-position: 0 -252px; }
  .kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_creativity a:active {
    background-position: -173px -252px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_creativity.kidui-leftnav__menu_selected a {
  background-position: -519px -252px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_music a {
  background-position: 0 -336px; }
  .kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_music a:active {
    background-position: -173px -336px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_music.kidui-leftnav__menu_selected a {
  background-position: -519px -336px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_all a {
  background-position: 0 -420px; }
  .kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_all a:active {
    background-position: -173px -420px; }

.kidui:not(.kidui-page_error) .nav-pills .kidui-leftnav__menu_all.kidui-leftnav__menu_selected a {
  background-position: -519px -420px; }

.kidui.kidui-page_error .nav-pills .kidui-leftnav__menu_games a {
  background-position: -345px  0px; }

.kidui.kidui-page_error .nav-pills .kidui-leftnav__menu_ebooks a {
  background-position: -345px -84px; }

.kidui.kidui-page_error .nav-pills .kidui-leftnav__menu_videos a {
  background-position: -345px -168px; }

.kidui.kidui-page_error .nav-pills .kidui-leftnav__menu_creativity a {
  background-position: -345px -252px; }

.kidui.kidui-page_error .nav-pills .kidui-leftnav__menu_music a {
  background-position: -345px -336px; }

.kidui.kidui-page_error .nav-pills .kidui-leftnav__menu_all a {
  background-position: -345px -420px; }

.kidui .navbar-fixed-top button.mobile-dropdown__button {
  background: transparent;
  border: none;
  box-shadow: none; }

/*
.kidui .nav-pills li:nth-of-type(0n+1) a { background-position: 0  0px; }
.kidui .nav-pills li:nth-of-type(0n+2) a { background-position: 0 -84px; }
.kidui .nav-pills li:nth-of-type(0n+3) a { background-position: 0 -168px; }
.kidui .nav-pills li:nth-of-type(0n+4) a { background-position: 0 -252px; }
.kidui .nav-pills li:nth-of-type(0n+5) a { background-position: 0 -336px; }
.kidui .nav-pills li:nth-of-type(0n+6) a { background-position: 0 -420px; }

.kidui .nav-pills li:nth-of-type(0n+1) a:hover { background-position: -173px  0px; }
.kidui .nav-pills li:nth-of-type(0n+2) a:hover { background-position: -173px -84px; }
.kidui .nav-pills li:nth-of-type(0n+3) a:hover { background-position: -173px -168px; }
.kidui .nav-pills li:nth-of-type(0n+4) a:hover { background-position: -173px -252px; }
.kidui .nav-pills li:nth-of-type(0n+5) a:hover { background-position: -173px -336px; }
.kidui .nav-pills li:nth-of-type(0n+6) a:hover { background-position: -173px -420px; }

.kidui .nav-pills li.selected {
	border: none;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}

.kidui .nav-pills li.selected:nth-of-type(0n+1) a { background-position: -519px  0px; }
.kidui .nav-pills li.selected:nth-of-type(0n+2) a { background-position: -519px -84px; }
.kidui .nav-pills li.selected:nth-of-type(0n+3) a { background-position: -519px -168px; }
.kidui .nav-pills li.selected:nth-of-type(0n+4) a { background-position: -519px -252px; }
.kidui .nav-pills li.selected:nth-of-type(0n+5) a { background-position: -519px -336px; }
.kidui .nav-pills li.selected:nth-of-type(0n+6) a { background-position: -519px -420px; }
*/
.kidui .catalog__guided-nav.kidui-screen {
  text-align: right;
  padding: 0;
  background: transparent; }
  .kidui .catalog__guided-nav.kidui-screen > button {
    text-decoration: underline;
    border: none; }

.kidui .nav-guided.kidui-screen {
  background: transparent; }

.kidui .nav-filters {
  padding: 0; }

.kidui .slidein.video-slidein .slidein-content {
  margin: 0;
  padding: 0; }

.kidui .video-container-rotated .video-slidein__header {
  padding-top: 60px; }

.kidui .kidui-carousel_record-spotlight {
  width: 1080px; }

@media (min-width: 600px) {
  .kidui.home.lpp .col-xs-12 > .container {
    margin-bottom: 1em; } }

.kidui.home.lpp .__scrollable__.root-layer > .__scrollable__viewport > .__scrollable__content,
.kidui.home.lfe .__scrollable__.root-layer > .__scrollable__viewport > .__scrollable__content {
  padding-bottom: 30px; }

.kidui.home #productSpotlight {
  margin-bottom: 0;
  padding: 0; }
  .kidui.home #productSpotlight > .col-xs-12 > div {
    margin-bottom: 1em; }
    .kidui.home #productSpotlight > .col-xs-12 > div > h1 {
      font-size: 18px;
      font-size: 2.34rem;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 0; }

.kidui.home .carousel.section {
  margin-left: -0.25em; }

.kidui.home .carousel__item p {
  margin-top: 0.25em; }

.kidui.home .pod {
  margin-bottom: 0; }

.kidui.home .col-xs-12 > h2 {
  display: none; }

.kidui.home .par.parsys .banner {
  margin-bottom: 0; }

.kidui.home .title.section > h2 {
  font-size: 18px;
  font-size: 2.34rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }

.kidui.home .columncontrol .blk.blk-l {
  position: relative;
  display: inline-block;
  width: auto !important; }

.kidui.home .columncontrol .blk.blk-l:first-child {
  margin-right: 0.5em; }

/* UI Pattern -> Detail Item
	A Divergence/Deviation from Default Product Pod display
	Seen in the Endeca Details Cartridge
	========================================================================== */
.kidui .details-item img.media-item {
  width: 100%;
  border: 1px solid white; }

.kidui .pod {
  position: relative;
  display: block;
  width: 165px;
  height: 209px;
  margin: 0 13px 30px 0; }
  .kidui .pod a {
    outline: none; }
  .kidui .pod .pod__header > img {
    height: 27px; }
  .kidui .pod .pod__body {
    height: 182px;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    border-radius: 0 0 6px 6px; }
    .kidui .pod .pod__body .pod__link {
      display: block;
      color: #299212;
      text-decoration: none; }
      .kidui .pod .pod__body .pod__link:hover, .kidui .pod .pod__body .pod__link:active, .kidui .pod .pod__body .pod__link:visited {
        color: #299212; }
      .kidui .pod .pod__body .pod__link img.media-item {
        display: block;
        width: 152px;
        height: 90px;
        margin: 0 auto; }
    .kidui .pod .pod__body .pod__title {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4em;
      padding: 5px 0 0 0;
      height: 50px;
      overflow: hidden; }
      .kidui .pod .pod__body .pod__title > span {
        display: block;
        overflow: hidden;
        height: 2.8em; }
    .kidui .pod .pod__body a.pod__action {
      display: block; }

.kidui .pod-list {
  margin: 0; }
  .kidui .pod-list .pod {
    float: left; }

.kidui .row.kidui-screen .btn.btn-default {
  color: #fff; }

.kidui .sort-container {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin: 0 -20px; }
  .kidui .sort-container .sort ul.nav.nav-tabs {
    border-bottom: none; }
    .kidui .sort-container .sort ul.nav.nav-tabs > li {
      border: none;
      margin-bottom: 0; }
      .kidui .sort-container .sort ul.nav.nav-tabs > li.active > a {
        background-color: rgba(0, 0, 0, 0);
        font-weight: bold; }
      .kidui .sort-container .sort ul.nav.nav-tabs > li > a {
        color: #fff;
        border: none;
        font-size: 20px;
        padding: 5px 20px; }
        .kidui .sort-container .sort ul.nav.nav-tabs > li > a:not(.active):hover {
          background-color: rgba(0, 0, 0, 0); }

.kidui .nav-guided .panel-body .list-group-item:hover {
  background-color: #f5f5f5; }

.kidui ul.pagination {
  position: relative;
  display: block;
  margin: 20px auto;
  padding: 0;
  color: #fff;
  font-size: 26px;
  line-height: normal; }
  .kidui ul.pagination a {
    color: #fff; }
  .kidui ul.pagination > li {
    display: inline-block; }
  .kidui ul.pagination .pagination__page {
    display: inline-block;
    min-width: 40px;
    padding: 0;
    margin: 0 15px;
    text-align: center;
    background-color: #ECECEC;
    color: #4F4F4F;
    border-radius: 6px; }
    .kidui ul.pagination .pagination__page > .pagination__page-link {
      color: #4F4F4F;
      line-height: normal; }
    .kidui ul.pagination .pagination__page.pagination__page_active {
      background-color: #6ED160;
      color: #fff; }
  .kidui ul.pagination .pagination__page-link {
    background: transparent;
    float: none; }
  .kidui ul.pagination .pagination__prev-set,
  .kidui ul.pagination .pagination__next-set {
    min-width: 40px; }
    .kidui ul.pagination .pagination__prev-set > a,
    .kidui ul.pagination .pagination__next-set > a {
      display: block;
      float: none;
      background: transparent;
      padding: 0;
      margin: 0; }

.kidui.page_my-library .__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content {
  padding: 0 0 60px 0; }

.kidui.page_my-library .my-library__tip {
  position: relative;
  font-size: 16px;
  padding: 20px 20px 10px 25px;
  margin-bottom: 10px; }
  .kidui.page_my-library .my-library__tip img.my-library__tip-icon {
    display: inline-block; }

.kidui.page_my-library .category__block {
  background: #2AA347;
  padding: 10px 0 0 30px;
  margin-bottom: 15px; }
  .kidui.page_my-library .category__block .category__name {
    font-size: 27px;
    font-weight: normal;
    margin: 0 0 15px 0; }
  .kidui.page_my-library .category__block .icon-pod {
    position: relative;
    float: left;
    width: 112px;
    margin: 0 15px 30px 0; }
    .kidui.page_my-library .category__block .icon-pod .icon-pod__link {
      display: block;
      color: #fff; }
      .kidui.page_my-library .category__block .icon-pod .icon-pod__link:hover, .kidui.page_my-library .category__block .icon-pod .icon-pod__link:active, .kidui.page_my-library .category__block .icon-pod .icon-pod__link:visited {
        color: #fff;
        text-decoration: none; }
    .kidui.page_my-library .category__block .icon-pod .icon-pod__icon {
      display: block;
      width: 100px;
      height: 108px;
      margin: 0 auto; }
    .kidui.page_my-library .category__block .icon-pod .icon-pod__title {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4em;
      padding: 5px 0 0 0;
      height: 50px;
      text-align: center;
      overflow: hidden; }
      .kidui.page_my-library .category__block .icon-pod .icon-pod__title > span {
        display: block;
        overflow: hidden;
        height: 2.8em; }
    .kidui.page_my-library .category__block .icon-pod .icon-pod__remove-button {
      display: block;
      width: 113px; }
      .kidui.page_my-library .category__block .icon-pod .icon-pod__remove-button > img {
        display: block; }

.kidui.page_my-library .my-library__no-apps-container {
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: 240px; }
  .kidui.page_my-library .my-library__no-apps-container .my-library__no-apps {
    position: relative;
    display: inline-block;
    padding-right: 150px;
    font-size: 30px; }
  .kidui.page_my-library .my-library__no-apps-container .my-library__no-apps-icon {
    position: absolute;
    top: -40px;
    right: 0; }

.kidui.page_pdp .pdp__container {
  /* padding: 30px 15px 30px 30px; */
  padding: 0; }
  .kidui.page_pdp .pdp__container h1, .kidui.page_pdp .pdp__container h2, .kidui.page_pdp .pdp__container h3, .kidui.page_pdp .pdp__container h4 {
    color: #fff; }
  .kidui.page_pdp .pdp__container a, .kidui.page_pdp .pdp__container .btn-link {
    color: #fff;
    text-decoration: underline; }
    .kidui.page_pdp .pdp__container a:hover, .kidui.page_pdp .pdp__container .btn-link:hover {
      color: rgba(255, 255, 255, 0.6); }
  .kidui.page_pdp .pdp__container .pdp__media-and-actions {
    float: left;
    background: #fff;
    width: 486px;
    padding: 3px; }
  .kidui.page_pdp .pdp__container .pdp__media img.media-item {
    width: 480px;
    height: 270px; }
  .kidui.page_pdp .pdp__container .pdp__media .ui-carousel {
    margin: 0;
    padding: 0; }
    .kidui.page_pdp .pdp__container .pdp__media .ui-carousel .owl-dot > span {
      width: 9px;
      height: 9px;
      background: transparent;
      border: 1px solid #A1A1A1; }
    .kidui.page_pdp .pdp__container .pdp__media .ui-carousel .owl-dot.active > span {
      background: #5F5F5F;
      border-color: #5F5F5F; }
  .kidui.page_pdp .pdp__container .pdp__actions {
    padding: 15px 0;
    color: #333;
    text-align: center; }
    .kidui.page_pdp .pdp__container .pdp__actions .pdp__action {
      display: inline-block; }
    .kidui.page_pdp .pdp__container .pdp__actions .pdp__action_play-trailer {
      position: relative;
      padding-left: 25px;
      margin: 0 30px 0 0;
      color: #333;
      text-decoration: underline; }
      .kidui.page_pdp .pdp__container .pdp__actions .pdp__action_play-trailer i.fa {
        position: absolute;
        font-size: 20px;
        top: 1px;
        left: 0; }
    .kidui.page_pdp .pdp__container .pdp__actions .pdp__action_download {
      margin-left: 50px; }
    .kidui.page_pdp .pdp__container .pdp__actions .pdp__action_installed,
    .kidui.page_pdp .pdp__container .pdp__actions .pdp__action_remove-app {
      margin: 0 10px; }
  .kidui.page_pdp .pdp__container .pdp__overview {
    float: left;
    width: 400px;
    padding: 0 0 30px 20px;
    background: rgba(0, 0, 0, 0); }
    .kidui.page_pdp .pdp__container .pdp__overview h1 {
      margin: 0 0 1em 0; }
    .kidui.page_pdp .pdp__container .pdp__overview h1 + h2 {
      color: #fff; }
    .kidui.page_pdp .pdp__container .pdp__overview p.description {
      margin: 20px 0 20px 0; }
    .kidui.page_pdp .pdp__container .pdp__overview ul.product-attributes li {
      line-height: 1.2em;
      margin-bottom: 0.4em; }
  .kidui.page_pdp .pdp__container #BVRRSummaryContainer {
    margin: 0;
    padding: 0;
    width: 100%; }
    .kidui.page_pdp .pdp__container #BVRRSummaryContainer a {
      text-decoration: none; }
    .kidui.page_pdp .pdp__container #BVRRSummaryContainer .BVRRPrimarySummary {
      width: auto; }
  .kidui.page_pdp .pdp__container .bazaar-voice__container #BVRRContainerExp {
    background: #fff; }
  .kidui.page_pdp .pdp__container .bazaar-voice__container a {
    color: #690;
    text-decoration: none; }
  .kidui.page_pdp .pdp__container .disclaimer {
    color: rgba(255, 255, 255, 0.7); }

.kidui.page_pdp .BVRRStyledSelectList {
  color: #333; }

.kidui.kidui-page_error .topnav__age-dropdown-container,
.kidui.kidui-page_error .topnav .navbar-right {
  display: none; }

.kidui.kidui-page_search .catalog__guided-nav {
  top: 15px; }

.kidui.kidui-page_search.kidui-page_search_no-results .no-results-text {
  font-size: 28px;
  line-height: 2em;
  text-align: center; }

.kidui.kidui-page_search.kidui-page_search_no-results .kidui__footer {
  display: none; }

.kidui .ui-component-popup .ui-component-popup-content {
  width: 550px;
  height: 350px;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -275px;
  border-radius: 0;
  text-align: center;
  font-weight: 300;
  line-height: normal;
  color: #333; }
  .kidui .ui-component-popup .ui-component-popup-content h1, .kidui .ui-component-popup .ui-component-popup-content h2, .kidui .ui-component-popup .ui-component-popup-content h3, .kidui .ui-component-popup .ui-component-popup-content h4, .kidui .ui-component-popup .ui-component-popup-content h5 {
    color: #006232; }
  .kidui .ui-component-popup .ui-component-popup-content p {
    line-height: normal; }
  .kidui .ui-component-popup .ui-component-popup-content div, .kidui .ui-component-popup .ui-component-popup-content p, .kidui .ui-component-popup .ui-component-popup-content a {
    font-weight: 300; }
  .kidui .ui-component-popup .ui-component-popup-content .popup__header {
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd; }
  .kidui .ui-component-popup .ui-component-popup-content .popup__title {
    font-size: 37px;
    margin: 0;
    padding: 0; }
  .kidui .ui-component-popup .ui-component-popup-content a {
    color: #333;
    text-decoration: underline; }
  .kidui .ui-component-popup .ui-component-popup-content .popup__body {
    padding: 40px 0; }
  .kidui .ui-component-popup .ui-component-popup-content .popup__actions a {
    display: inline-block;
    font-size: 23px;
    padding: 10px;
    margin: 0 20px; }

.kidui .ui-component-popup-content.popup_get-app {
  height: auto;
  min-height: 434px;
  margin-top: -215px; }
  .kidui .ui-component-popup-content.popup_get-app .popup__title {
    margin-bottom: 10px; }
  .kidui .ui-component-popup-content.popup_get-app .popup__note {
    margin: 0;
    color: #888; }
  .kidui .ui-component-popup-content.popup_get-app .popup__body {
    padding: 30px 0; }
  .kidui .ui-component-popup-content.popup_get-app .app__name {
    font-size: 20px;
    padding: 0 50px; }
  .kidui .ui-component-popup-content.popup_get-app .app__icon {
    display: block;
    margin: 20px auto 0;
    width: 100px;
    height: 108px; }
  .kidui .ui-component-popup-content.popup_get-app .app__request-spinner {
    padding: 100px 0; }
  .kidui .ui-component-popup-content.popup_get-app .app__download-error {
    font-size: 20px;
    color: #D93600; }

.kidui .ui-component-popup-content.popup_app-is-downloading {
  height: auto;
  min-height: 367px; }
  .kidui .ui-component-popup-content.popup_app-is-downloading .popup__header {
    padding-bottom: 30px; }
  .kidui .ui-component-popup-content.popup_app-is-downloading .popup__title {
    display: inline-block;
    position: relative; }
    .kidui .ui-component-popup-content.popup_app-is-downloading .popup__title .app_parents-icon {
      position: absolute;
      top: -7px;
      left: -70px; }
  .kidui .ui-component-popup-content.popup_app-is-downloading .popup__body {
    font-size: 23px;
    font-weight: 300;
    padding: 40px; }

.kidui .ui-component-popup-content.popup_app-is-installed {
  height: auto;
  min-height: 338px; }
  .kidui .ui-component-popup-content.popup_app-is-installed .popup__header {
    border-bottom: none; }
  .kidui .ui-component-popup-content.popup_app-is-installed .popup__title {
    font-size: 28px; }
  .kidui .ui-component-popup-content.popup_app-is-installed .popup__body {
    padding-top: 10px; }
    .kidui .ui-component-popup-content.popup_app-is-installed .popup__body a.app__link {
      display: block;
      color: #299212; }
    .kidui .ui-component-popup-content.popup_app-is-installed .popup__body .app__icon {
      display: block;
      margin: 0 auto;
      width: 100px;
      height: 108px; }
    .kidui .ui-component-popup-content.popup_app-is-installed .popup__body .app__pdp-link {
      margin-top: 10px; }

.kidui .ui-component-popup-content.popup_remove-app {
  height: auto;
  min-height: 300px;
  margin-top: -150px; }
  .kidui .ui-component-popup-content.popup_remove-app .popup__title {
    font-size: 32px; }
  .kidui .ui-component-popup-content.popup_remove-app .popup__body {
    padding-bottom: 60px; }
  .kidui .ui-component-popup-content.popup_remove-app .app__name {
    font-size: 25px;
    padding: 0 50px; }
  .kidui .ui-component-popup-content.popup_remove-app .popup-action_remove {
    position: relative; }
    .kidui .ui-component-popup-content.popup_remove-app .popup-action_remove i.fa-times-circle {
      position: absolute;
      top: 12px;
      left: -18px; }
  .kidui .ui-component-popup-content.popup_remove-app .popup__actions > a {
    margin: 0 auto; }
  .kidui .ui-component-popup-content.popup_remove-app .popup__actions .popup-action_close {
    margin-right: 100px; }
  .kidui .ui-component-popup-content.popup_remove-app .app__remove-spinner-block {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 25px;
    font-size: 24px; }
    .kidui .ui-component-popup-content.popup_remove-app .app__remove-spinner-block > img.app__remove-spinner {
      position: absolute;
      top: 15px;
      left: 0; }
  .kidui .ui-component-popup-content.popup_remove-app .app__remove-error {
    font-size: 20px;
    color: #D93600; }

.kidui .mobile-dropdown__item {
  color: #333; }

.kidui .kidui__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
  font: 16px 'Roboto Condensed';
  padding: 0 10px; }
  .kidui .kidui__footer .par.parsys ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .kidui .kidui__footer .par.parsys ul > li {
      margin: 0;
      padding: 0; }
      .kidui .kidui__footer .par.parsys ul > li > a {
        display: inline-block;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        padding: 10px; }

.lpp.kidui .kidui__footer {
  font-weight: 700; }

/* Layouts -> Redeem Flow

	Page-Level styles for Redeem Flow pages/App
	Styles for items within ATG/CQ slots are found in either the 
	ui-pattern or modules directories
	========================================================================== */
.redeem-group > input[type=text], .redeem-group > input[type=tel] {
  padding: 0.5em;
  text-align: center; }

.redeem__back-btn {
  padding-top: 1em; }

.redeem__btn-submit {
  outline: none !important;
  transition: none; }

.redeem__btn-submit:active {
  background: #ff9c37;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.redeem__btn-submit_requesting {
  position: relative;
  background: #ff9c37 !important;
  border: 1px solid #ff9c37 !important;
  color: transparent !important;
  cursor: default !important;
  text-shadow: none;
  opacity: 1 !important; }

.redeem__btn-submit_requesting::before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  background: #ff9c37 url(data:image/gif;base64,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) no-repeat;
  background-size: 20px 20px; }

/* Layout -> Starter Flow

	Page-level styles for Starter Flow pages
	Styles for items within ATG/CQ slots are found in either the 
	ui-pattern or modules directories
	========================================================================== */
.starter header {
  min-height: 34px; }

header .navbar.navbar-fixed-top.navbar__starter {
  padding-top: 0;
  min-height: 34px; }

.starter div[role=main] {
  padding-top: 0.5em; }

.starter #starterAppConfirm {
  padding-top: 1em; }

.starter.layout_tablet .ui-component-popup-content {
  top: 200px;
  width: 400px;
  margin-left: -200px;
  padding: 30px; }

.lpp .starter #starterAppConfirm,
.lfe .starter #starterAppConfirm {
  padding-top: 0; }

.lpp .starter #starterAppConfirm .row.cq-banner-bg,
.lfe .starter #starterAppConfirm .row.cq-banner-bg {
  min-height: 130px;
  background: transparent url("https://t7.leapfrog.com/images/png-alpha-no-resize/bg_stars.png") repeat-y 0 0; }

.lpp .starter #starterAppConfirm h1,
.lfe .starter #starterAppConfirm h1 {
  font-size: 44px;
  font-size: 5.72rem;
  line-height: 58px;
  line-height: 7.25rem;
  font-weight: 400;
  color: #319c1a;
  margin: 0.25em 0 0.1em 0; }

.lpp .starter #starterAppConfirm p,
.lfe .starter #starterAppConfirm p {
  font-size: 1.2em;
  color: #656565; }

.lpad3e .starter #starterAppConfirm .row.cq-banner-bg {
  min-height: 85px;
  background: transparent url("https://t7.leapfrog.com/images/cq-png-alpha-no-resize/bg_stars-w272.png") repeat-y 0 0; }

.lpad3e .starter #starterAppConfirm h1 {
  font-size: 1.5em;
  color: #319c1a;
  margin: 0.5em 0 .25em 0; }

.lpad3e .starter #starterAppConfirm p {
  font-size: 1.2em;
  color: #656565; }

.starter-kit-filters label.label-grade {
  position: relative;
  margin: 0 .3em 0 0;
  top: -1px; }

.starter-kit-filters div[name=grade] {
  display: inline-block; }

.lpad3e .lpp .starter-kit-filters div[name=grade] .mobile-dropdown__button,
.mobile .lpp .starter-kit-filters div[name=grade] .mobile-dropdown__button {
  max-width: 180px; }

.lpp .starter-kit-filters div[name=grade] .mobile-dropdown__button,
.lpu .starter-kit-filters div[name=grade] .mobile-dropdown__button,
.lfe .starter-kit-filters div[name=grade] .mobile-dropdown__button {
  width: auto;
  white-space: nowrap; }

.starter .row-results {
  margin-top: 1em;
  margin-bottom: 1em; }

.row-results .product-pod {
  width: auto; }

.product-pod.starter hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.starter div.caption h4 {
  margin-top: 0;
  font-size: 13px; }

.lfe.starter div.caption h4 {
  margin-top: 1.5em; }

.lfe .product-pod.starter.productPod {
  display: inline; }

.lfe .product-pod.starter.productPod .col-xs-3 {
  text-align: center; }

.lfe .product-pod.starter.productPod .col-xs-3 img.pull-left {
  margin-top: .75em;
  float: none !important; }

.starter div.caption h4 {
  margin-top: 0;
  font-size: 13px; }

.starter span.subject {
  font-size: 12px; }

.lpp .starter span.subject,
.lfe .starter span.subject {
  display: block;
  padding-bottom: 1em;
  font-size: .9em; }

.starter.layout_tablet .ui-component-popup-content {
  top: 200px; }

.lfe.starter .starter span.subject {
  font-size: 18px;
  font-size: 2.34rem; }

.lfe.starter .starter span.subject.quanta {
  font-size: 16px;
  font-size: 2.08rem; }

.lfe.starter .btn-primary.quanta {
  float: right;
  margin-right: 1em; }

.starter div[popup=skip] p,
.starter div[popup=confirm] p.h4 {
  margin-bottom: 1.5em; }

.lfe.starter div[popup=confirm] p {
  color: #868686; }

.lfe.starter div[popup=confirm] p.h4 {
  font-weight: 700;
  text-align: center;
  color: #333; }

.starter .starter__confirmation-banner {
  margin-bottom: 0;
  margin-left: -1em;
  margin-right: -1em; }

.starter .btn-link.grey {
  color: #666; }

.lpp .starter-skip-popup__buttons-container .starter-skip-popup__button-confirm-skip,
.lpu .starter-skip-popup__buttons-container .starter-skip-popup__button-confirm-skip,
.lfe .starter-skip-popup__buttons-container .starter-skip-popup__button-confirm-skip {
  margin-right: 2em; }

.layout_tablet .starter-popup-confirm__button_cancel {
  margin-right: 2em; }

.lfe .starter-kit-filters.quanta {
  width: 75% !important; }

.lfe .starter-kit-filters.quanta label.label-grade {
  font-weight: 400;
  color: #868686 !important; }

.lfe.starter .product-overview__media-container.quanta {
  margin: 0; }

/* Hacks to mimic Android dialog style */
.lfe.starter.layout_tablet .ui-component-popup-content {
  width: 580px;
  margin-left: -290px;
  padding: 30px;
  border-radius: 0; }

.lfe.starter.layout_tablet .ui-component-popup-content .text-center {
  text-align: left; }

.lfe.starter.layout_tablet .ui-component-popup-content .starter-skip-popup__buttons-container.text-center {
  text-align: center; }

.lfe.starter.layout_tablet .ui-component-popup-content h2,
.lfe.starter.layout_tablet .ui-component-popup-content p,
.lfe.starter.layout_tablet .ui-component-popup-content button {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400; }

.lfe.starter.layout_tablet .ui-component-popup-content h2 {
  font-size: 24px;
  font-size: 3.12rem;
  color: #333;
  padding-bottom: 6px;
  border-bottom: 2px solid #ccc; }

.lfe.starter.layout_tablet .ui-component-popup-content button {
  padding-left: 30px;
  padding-right: 30px; }

.lfe.starter .starter-container.starter-container_fixed-footer.__scrollable__ >
.__scrollable__viewport > .__scrollable__content {
  padding-bottom: 80px; }

.lfe.starter .footer-sticked-block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2); }

body.page-subscription {
  line-height: normal;
  color: #333; }
  body.page-subscription h1, body.page-subscription h2, body.page-subscription h3, body.page-subscription h4, body.page-subscription h5 {
    line-height: normal;
    color: #006232;
    margin: 0 0 1em 0; }
  body.page-subscription h1 {
    font-size: 21px;
    margin-top: 1em; }
  body.page-subscription h3 {
    font-size: 16px; }
  body.page-subscription a, body.page-subscription a:link, body.page-subscription a:visited {
    outline: none; }
  body.page-subscription .row {
    margin: 0; }
  body.page-subscription label {
    font-weight: normal; }
  body.page-subscription .mobile-dropdown__button {
    border-radius: 3px;
    padding: 7px 30px 5px 8px;
    font-size: 15px; }
    body.page-subscription .mobile-dropdown__button::after {
      top: 10px;
      right: 10px; }
  body.page-subscription .superform__error {
    /* background: #FFECD7; */
    color: #D93600;
    padding: 10px;
    margin: 15px 0;
    border: 2px solid #D93600;
    border-radius: 3px; }

body.page-subscription .button {
  display: inline-block;
  font-size: 14px;
  padding: 7px 16px 5px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none; }

body.page-subscription .button, body.page-subscription a.button {
  color: #333; }

body.page-subscription .button:hover {
  border-color: #888; }

body.page-subscription .button:active {
  background: #e8e8e8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

body.page-subscription .button.button_primary {
  font-weight: bold;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 6px;
  border: none;
  background-color: #FF8000;
  background-image: linear-gradient(to bottom, #FFC926, #FF9326 50%); }

body.page-subscription .button.button_primary:active {
  background: #FF9326; }

body.page-subscription .button.button_primary[disabled] {
  background: #FFCD91;
  color: rgba(255, 255, 255, 0.9);
  cursor: default;
  box-shadow: none; }

body.page-subscription form[superform] .form__field {
  margin-bottom: 15px; }
  body.page-subscription form[superform] .form__field:last-child {
    margin-bottom: 0; }
  body.page-subscription form[superform] .form__field .field__label {
    margin-bottom: 5px; }
  body.page-subscription form[superform] .form__field .field__input input:not([type="submit"]) {
    width: 100%;
    padding: 7px 8px 5px;
    font-size: 15px;
    line-height: normal;
    color: #333;
    border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    outline: none; }
    body.page-subscription form[superform] .form__field .field__input input:not([type="submit"]):hover body.page-subscription form[superform] .form__field .field__input input:not([type="submit"]):not(.has-error) {
      border-color: #888; }
    body.page-subscription form[superform] .form__field .field__input input:not([type="submit"]):focus {
      border: 1px solid #4DA6FF !important;
      outline: 1px solid #4DA6FF !important; }
  body.page-subscription form[superform] .form__field .field__input.has-error input:not([type="submit"]),
  body.page-subscription form[superform] .form__field .field__input.has-error .mobile-dropdown__button {
    border-color: #D93600; }
  body.page-subscription form[superform] .form__field.form__field_country .field__label,
  body.page-subscription form[superform] .form__field.form__field_country .field__input {
    display: inline; }

body.page-subscription form[superform] .form__field.form__field_expires .error-message_invalid-expiration-date {
  display: none;
  margin-top: 5px;
  font: 13px arial;
  color: #D93600; }

body.page-subscription form[superform] .has-error input:not([type="submit"]),
body.page-subscription form[superform] .has-error .mobile-dropdown__button {
  border-color: #D93600; }

body.page-subscription form[superform] [error-message-for] {
  margin-top: 5px;
  color: #D93600; }

body.page-subscription .popup_processing {
  width: auto;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -59px;
  padding: 30px 20px 10px;
  background: #fff;
  text-align: center;
  border: none;
  box-shadow: none; }
  body.page-subscription .popup_processing .processing__text {
    padding: 0;
    margin: 15px 0 0 0; }

body.page-subscription .popup_password-recovery {
  width: 80%;
  top: 10%;
  margin-left: -40%; }
  body.page-subscription .popup_password-recovery .from__field_email .field__input {
    position: relative; }
  body.page-subscription .popup_password-recovery .password-recovery__actions {
    margin-top: 30px; }
    body.page-subscription .popup_password-recovery .password-recovery__actions .button_reset-password {
      padding: 8px 20px 6px 20px; }
    body.page-subscription .popup_password-recovery .password-recovery__actions .button_back {
      margin-left: 10px;
      padding: 8px 14px; }
  body.page-subscription .popup_password-recovery .password-recovery__spinner {
    position: absolute;
    top: 8px;
    right: 8px; }
  body.page-subscription .popup_password-recovery .password-recovery__error {
    color: #D93600;
    margin-bottom: 10px; }

body.page-subscription.page-subscription_login .page-subscription_container {
  background: #45b772;
  color: #fff;
  padding: 20px 0;
  margin: 0 0 40px; }
  body.page-subscription.page-subscription_login .page-subscription_container h1 {
    font-size: 28px;
    color: #fff;
    margin: 0 0 10px; }
  body.page-subscription.page-subscription_login .page-subscription_container .welcome-info {
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px; }
  body.page-subscription.page-subscription_login .page-subscription_container .welcome-instruction {
    font-size: 13px;
    color: #006232; }
  body.page-subscription.page-subscription_login .page-subscription_container .superform-login__password-recovery {
    margin-top: 15px; }
    body.page-subscription.page-subscription_login .page-subscription_container .superform-login__password-recovery > a {
      color: #fff;
      text-decoration: none; }

body.page-subscription.page-subscription_login .login-form__container .buttons__container {
  text-align: right; }

body.page-subscription.page-subscription_login .login-form__container .login-form__submit-button {
  padding-left: 30px;
  padding-right: 30px; }

body.page-subscription.page-subscription_login .login-form__container [error-message-for] {
  text-align: left;
  background: #FFF6AA;
  padding: 2px 4px; }

body.page-subscription.page-subscription_login .login-form__error {
  background: #FFF6AA;
  color: #D93600;
  text-align: center;
  padding: 10px;
  margin: 0 0 15px 0; }

body.page-subscription.page-subscription_login .popup-not-eligible,
body.page-subscription.page-subscription_login .popup-already-signed-up {
  width: 90%;
  top: 20%;
  margin-left: -45%; }
  body.page-subscription.page-subscription_login .popup-not-eligible h2,
  body.page-subscription.page-subscription_login .popup-already-signed-up h2 {
    font-size: 21px; }
  body.page-subscription.page-subscription_login .popup-not-eligible .buttons__container,
  body.page-subscription.page-subscription_login .popup-already-signed-up .buttons__container {
    margin-top: 30px; }
    body.page-subscription.page-subscription_login .popup-not-eligible .buttons__container .goto-app-center,
    body.page-subscription.page-subscription_login .popup-not-eligible .buttons__container .goto-membership-page,
    body.page-subscription.page-subscription_login .popup-already-signed-up .buttons__container .goto-app-center,
    body.page-subscription.page-subscription_login .popup-already-signed-up .buttons__container .goto-membership-page {
      margin-right: 10px; }
      body.page-subscription.page-subscription_login .popup-not-eligible .buttons__container .goto-app-center + a,
      body.page-subscription.page-subscription_login .popup-not-eligible .buttons__container .goto-membership-page + a,
      body.page-subscription.page-subscription_login .popup-already-signed-up .buttons__container .goto-app-center + a,
      body.page-subscription.page-subscription_login .popup-already-signed-up .buttons__container .goto-membership-page + a {
        float: right; }

body.page-subscription.page-subscription_payment h1 {
  margin-bottom: 0px; }

body.page-subscription.page-subscription_payment h3 {
  padding-top: 1.5em;
  border-top: 1px solid #ddd; }

body.page-subscription.page-subscription_payment .payment-notes {
  padding: 10px 15px;
  margin: 0 -15px 20px -15px;
  font-size: 13px; }
  body.page-subscription.page-subscription_payment .payment-notes .payment-notes__title {
    font-weight: bold; }
  body.page-subscription.page-subscription_payment .payment-notes > ul {
    margin: 0 0 0 15px;
    padding: 0; }
    body.page-subscription.page-subscription_payment .payment-notes > ul > li {
      padding: 0;
      margin: 0 0 5px 0; }
      body.page-subscription.page-subscription_payment .payment-notes > ul > li:last-child {
        margin-bottom: 0; }

body.page-subscription.page-subscription_payment .billing-info .card-form__card-icons {
  text-align: center;
  margin: 0 0 15px 0; }

body.page-subscription.page-subscription_payment .billing-address {
  margin: 30px 0; }

body.page-subscription.page-subscription_payment .form__required-fields-text {
  color: #666;
  margin: 0 0 30px 0; }

body.page-subscription.page-subscription_payment .payment-legal {
  font-size: 12px;
  line-height: 1.1em;
  color: #555; }

body.page-subscription.page-subscription_payment .payment-tos-agreement {
  display: block;
  margin: 30px 0;
  background: #F3F3F3;
  padding: 7px;
  border-radius: 3px; }
  body.page-subscription.page-subscription_payment .payment-tos-agreement > input {
    margin-right: 10px; }
  body.page-subscription.page-subscription_payment .payment-tos-agreement > label {
    vertical-align: top;
    width: 80%;
    margin: 0; }
  body.page-subscription.page-subscription_payment .payment-tos-agreement > div[error-message-for] {
    margin-left: 18px; }

body.page-subscription.page-subscription_payment .form__field.form__field_cvc input[name="cvc"] {
  width: 100px !important; }

body.page-subscription.page-subscription_payment .form__field.form__field_cvc .field__input {
  position: relative; }

body.page-subscription.page-subscription_payment .form__field.form__field_cvc .card-form__cvc-image {
  position: absolute;
  top: 5px;
  left: 115px; }

body.page-subscription.page-subscription_payment .form__field.form__field_state .mobile-dropdown,
body.page-subscription.page-subscription_payment .form__field.form__field_state .mobile-dropdown__button {
  display: block;
  width: 100%; }

body.page-subscription.page-subscription_payment .buttons__container {
  padding: 10px 0 0; }
  body.page-subscription.page-subscription_payment .buttons__container button[type="submit"] {
    width: 100%; }

body.page-subscription.page-subscription_payment .payment-error {
  /* background: #FFECD7; */
  color: #D93600;
  padding: 10px;
  margin: 15px 0;
  border: 2px solid #D93600;
  border-radius: 3px; }

body.page-subscription.page-subscription_confirmation h2 {
  font-size: 16px; }

body.page-subscription.page-subscription_confirmation h3 {
  padding-top: 1em;
  border-top: 1px solid #ddd; }

body.page-subscription.page-subscription_confirmation .membership-details {
  margin: 1em 0; }
  body.page-subscription.page-subscription_confirmation .membership-details > p {
    margin: 0 0 .3em 0;
    padding: 0; }

body.page-subscription.page-subscription_confirmation .buttons__container {
  margin-bottom: 30px; }

body.page-subscription.page-subscription_membership h3 {
  padding-top: 1.5em;
  border-top: 1px solid #ddd; }

body.page-subscription.page-subscription_membership .warning-block {
  border: 2px solid #FF6E00;
  color: #FF6E00;
  padding: 15px 15px 15px 45px;
  margin-bottom: 20px;
  position: relative; }
  body.page-subscription.page-subscription_membership .warning-block h3 {
    color: #ff6e00;
    margin-bottom: 15px;
    padding-top: 0;
    border-top: none; }
  body.page-subscription.page-subscription_membership .warning-block p {
    margin-bottom: 0; }
  body.page-subscription.page-subscription_membership .warning-block .warning-block__icon {
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
    font-size: 26px; }

body.page-subscription.page-subscription_membership .plan-details__block h3,
body.page-subscription.page-subscription_membership .billing__block h3,
body.page-subscription.page-subscription_membership .billing-history__block h3 {
  padding-top: 0;
  border-top: none; }

body.page-subscription.page-subscription_membership .plan-details__membership-will-be-canceled,
body.page-subscription.page-subscription_membership .plan-details__membership-is-expired {
  color: #FF6E00;
  margin-top: 15px; }

body.page-subscription.page-subscription_membership li > span {
  margin: 0; }

body.page-subscription.page-subscription_membership .billing__block,
body.page-subscription.page-subscription_membership .plan-details__block,
body.page-subscription.page-subscription_membership .billing-history__block {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ddd; }
  body.page-subscription.page-subscription_membership .billing__block ul,
  body.page-subscription.page-subscription_membership .plan-details__block ul,
  body.page-subscription.page-subscription_membership .billing-history__block ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.page-subscription.page-subscription_membership .billing__block ul > li,
    body.page-subscription.page-subscription_membership .plan-details__block ul > li,
    body.page-subscription.page-subscription_membership .billing-history__block ul > li {
      padding: 0;
      margin: 0 0 5px 0; }
      body.page-subscription.page-subscription_membership .billing__block ul > li:last-child,
      body.page-subscription.page-subscription_membership .plan-details__block ul > li:last-child,
      body.page-subscription.page-subscription_membership .billing-history__block ul > li:last-child {
        margin-bottom: 0; }
  body.page-subscription.page-subscription_membership .billing__block .restart-membership__note,
  body.page-subscription.page-subscription_membership .plan-details__block .restart-membership__note,
  body.page-subscription.page-subscription_membership .billing-history__block .restart-membership__note {
    font-family: 'Arial', sans-serif;
    margin-top: 10px; }

body.page-subscription.page-subscription_membership .payment-error {
  color: #D93600;
  padding: 15px;
  margin: 15px 0;
  border: 2px solid #D93600;
  border-radius: 3px; }

body.page-subscription.page-subscription_membership ul.billing-history__items {
  list-style: none;
  margin: 0;
  padding: 0; }
  body.page-subscription.page-subscription_membership ul.billing-history__items li.billing-history__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    body.page-subscription.page-subscription_membership ul.billing-history__items li.billing-history__item > p {
      margin: 0;
      padding: 0; }
  body.page-subscription.page-subscription_membership ul.billing-history__items li.billing-history__item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

body.page-subscription.page-subscription_membership .membership__legal {
  margin-top: 30px;
  font-size: 12px;
  color: #555; }

body.page-subscription.page-subscription_membership .slidein_update-credit-card .billing-info .card-form__card-icons {
  text-align: center;
  margin: 0 0 15px 0; }

body.page-subscription.page-subscription_membership .slidein_update-credit-card .form__field.form__field_cvc input[name="cvc"] {
  width: 100px !important; }

body.page-subscription.page-subscription_membership .slidein_update-credit-card .form__field.form__field_cvc .field__input {
  position: relative; }

body.page-subscription.page-subscription_membership .slidein_update-credit-card .form__field.form__field_cvc .card-form__cvc-image {
  position: absolute;
  top: 5px;
  left: 115px; }

body.page-subscription.page-subscription_membership .slidein_update-credit-card .form__field.form__field_state .mobile-dropdown,
body.page-subscription.page-subscription_membership .slidein_update-credit-card .form__field.form__field_state .mobile-dropdown__button {
  display: block;
  width: 100%; }

body.page-subscription.page-subscription_membership .slidein_cancel-membership .cancel-membership__error-block {
  color: #D93600;
  margin: 20px 0 0 0; }

body.page-subscription.page-subscription_membership .slidein_cancel-membership,
body.page-subscription.page-subscription_membership .slidein_update-credit-card {
  padding: 0 15px 15px; }
  body.page-subscription.page-subscription_membership .slidein_cancel-membership h2,
  body.page-subscription.page-subscription_membership .slidein_update-credit-card h2 {
    font-size: 21px; }
  body.page-subscription.page-subscription_membership .slidein_cancel-membership .credit-card-form__container input[name="cvc"],
  body.page-subscription.page-subscription_membership .slidein_update-credit-card .credit-card-form__container input[name="cvc"] {
    width: 70px !important; }
  body.page-subscription.page-subscription_membership .slidein_cancel-membership .billing-info,
  body.page-subscription.page-subscription_membership .slidein_cancel-membership .billing-address,
  body.page-subscription.page-subscription_membership .slidein_update-credit-card .billing-info,
  body.page-subscription.page-subscription_membership .slidein_update-credit-card .billing-address {
    margin-top: 30px; }
  body.page-subscription.page-subscription_membership .slidein_cancel-membership .buttons__container,
  body.page-subscription.page-subscription_membership .slidein_update-credit-card .buttons__container {
    padding: 40px 0 20px; }
    body.page-subscription.page-subscription_membership .slidein_cancel-membership .buttons__container a,
    body.page-subscription.page-subscription_membership .slidein_update-credit-card .buttons__container a {
      margin-right: 1em; }
    body.page-subscription.page-subscription_membership .slidein_cancel-membership .buttons__container .button, body.page-subscription.page-subscription_membership .slidein_cancel-membership .buttons__container a,
    body.page-subscription.page-subscription_membership .slidein_update-credit-card .buttons__container .button,
    body.page-subscription.page-subscription_membership .slidein_update-credit-card .buttons__container a {
      display: inline-block; }
    body.page-subscription.page-subscription_membership .slidein_cancel-membership .buttons__container .button_update-payment-method,
    body.page-subscription.page-subscription_membership .slidein_update-credit-card .buttons__container .button_update-payment-method {
      margin-right: 20px; }
    body.page-subscription.page-subscription_membership .slidein_cancel-membership .buttons__container .field__label,
    body.page-subscription.page-subscription_membership .slidein_update-credit-card .buttons__container .field__label {
      margin-top: 5px; }
    body.page-subscription.page-subscription_membership .slidein_cancel-membership .buttons__container .field__label,
    body.page-subscription.page-subscription_membership .slidein_cancel-membership .buttons__container .field__input,
    body.page-subscription.page-subscription_membership .slidein_update-credit-card .buttons__container .field__label,
    body.page-subscription.page-subscription_membership .slidein_update-credit-card .buttons__container .field__input {
      display: inline-block;
      vertical-align: middle; }

body.page-subscription.page-subscription_membership.page-subscription_restart-membership .restart-membership__note-text {
  margin-bottom: 20px; }

body.page-subscription.page-subscription_membership.page-subscription_restart-membership button.button.button_restart-membership {
  float: right; }

body.page-lfe [scrollable="main"].root-layer {
  top: 36px; }
  body.page-lfe [scrollable="main"].root-layer > .__scrollable__viewport {
    padding: 0;
    margin: 0; }
    body.page-lfe [scrollable="main"].root-layer > .__scrollable__viewport > .__scrollable__content {
      min-height: 0;
      padding: 0;
      margin: 0;
      padding-bottom: 0; }

body.page-lfe .container {
  width: auto; }

body.page-lfe .page-lfe__container {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  z-index: 10; }

body.page-lfe h1, body.page-lfe h2, body.page-lfe h3, body.page-lfe h4, body.page-lfe h5, body.page-lfe h6,
body.page-lfe div, body.page-lfe p, body.page-lfe span, body.page-lfe em, body.page-lfe b, body.page-lfe strong, body.page-lfe label, body.page-lfe input, body.page-lfe textarea, body.page-lfe button, body.page-lfe select, body.page-lfe a {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  line-height: normal; }

body.page-lfe h1, body.page-lfe h2, body.page-lfe h3, body.page-lfe h4, body.page-lfe h5, body.page-lfe h6 {
  font-weight: 600;
  color: #006232; }
  body.page-lfe h1 b, body.page-lfe h1 strong, body.page-lfe h1 span, body.page-lfe h2 b, body.page-lfe h2 strong, body.page-lfe h2 span, body.page-lfe h3 b, body.page-lfe h3 strong, body.page-lfe h3 span, body.page-lfe h4 b, body.page-lfe h4 strong, body.page-lfe h4 span, body.page-lfe h5 b, body.page-lfe h5 strong, body.page-lfe h5 span, body.page-lfe h6 b, body.page-lfe h6 strong, body.page-lfe h6 span {
    font-weight: 600; }

body.page-lfe a,
body.page-lfe input,
body.page-lfe textarea,
body.page-lfe button,
body.page-lfe select {
  outline: none; }

body.page-lfe b {
  font-weight: 600; }

body.page-lfe h1 {
  font-size: 21px;
  margin-top: 1em; }

body.page-lfe h3 {
  font-size: 16px; }

body.page-lfe a,
body.page-lfe a:link,
body.page-lfe a:visited {
  outline: none; }

body.page-lfe .row {
  margin: 0; }

body.page-lfe label {
  font-weight: normal; }

body.page-lfe input[type="checkbox"] {
  display: none; }
  body.page-lfe input[type="checkbox"] ~ label {
    position: relative;
    display: block;
    padding: 4px 0 4px 30px;
    margin: 0;
    line-height: 1.3em; }
    body.page-lfe input[type="checkbox"] ~ label::before {
      position: absolute;
      display: block;
      top: 6px;
      left: 0;
      width: 24px;
      height: 24px;
      content: "\f096";
      font-family: "FontAwesome";
      font-size: 21px;
      color: #26854a; }
  body.page-lfe input[type="checkbox"]:checked ~ label::before {
    content: ""; }
  body.page-lfe input[type="checkbox"][disabled] ~ label::before {
    color: rgba(0, 0, 0, 0.3); }

body.page-lfe .mobile-dropdown__button {
  border-radius: 3px;
  padding: 7px 30px 5px 8px;
  font-size: 15px; }
  body.page-lfe .mobile-dropdown__button::after {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

body.page-lfe .superform__error {
  /* background: #FFECD7; */
  color: #D93600;
  padding: 10px;
  margin: 15px 0;
  border: 2px solid #D93600;
  border-radius: 3px; }

@media (min-width: 720px) {
  body.page-lfe.mobile .container {
    width: auto; } }

@media (min-width: 768px) {
  body.page-lfe.mobile .container {
    width: auto; } }

@media (min-width: 992px) {
  body.page-lfe.mobile .container {
    width: auto; } }

@media (min-width: 1200px) {
  body.page-lfe.mobile .container {
    width: auto; } }

body.page-lfe.layout_tablet .mobile-dropdown__button {
  border-radius: 3px;
  padding: 8px 50px 8px 12px;
  font-size: 19px; }
  body.page-lfe.layout_tablet .mobile-dropdown__button::after {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

body.page-lfe.layout_tablet .mobile-dropdown__panel {
  width: 360px;
  margin-left: -180px; }

body.page-lfe.layout_tablet .mobile-dropdown__list .mobile-dropdown__item {
  padding: 15px 50px 15px 20px;
  font-size: 18px; }
  body.page-lfe.layout_tablet .mobile-dropdown__list .mobile-dropdown__item--selected::after {
    font-size: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

body.page-lfe.oobe .header__container {
  box-shadow: none; }
  body.page-lfe.oobe .header__container > img {
    display: block; }

body.page-lfe.oobe .container-fluid {
  width: auto;
  margin: 0;
  padding: 0; }

body.page-lfe.oobe [scrollable="main"] {
  top: 100px; }
  body.page-lfe.oobe [scrollable="main"] > .__scrollable__viewport {
    padding: 0;
    margin: 0; }
    body.page-lfe.oobe [scrollable="main"] > .__scrollable__viewport > .__scrollable__content {
      padding: 0;
      margin: 0; }

body.page-lfe.oobe.lpp [scrollable="main"] {
  top: 100px; }

body.page-lfe.oobe.lpp .header__container {
  height: 100px; }

body.page-lfe.oobe.lfe [scrollable="main"] {
  top: 154px; }

body.page-lfe.oobe.lfe .header__container {
  height: 154px; }

body.page-lfe.oobe .page-lfe__container {
  position: relative;
  margin: 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #333;
  z-index: 10; }
  body.page-lfe.oobe .page-lfe__container > .container {
    margin: 0 auto; }

body.page-lfe .button {
  display: inline-block;
  font-size: 14px;
  padding: 7px 16px 5px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none; }

body.page-lfe .button, body.page-lfe a.button {
  color: #333; }

body.page-lfe .button:hover {
  border-color: #888; }

body.page-lfe .button:active {
  background: #e8e8e8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

body.page-lfe .button.button_primary {
  font-weight: bold;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 6px;
  border: none;
  background-color: #FF8000;
  background-image: linear-gradient(to bottom, #FFC926, #FF9326 50%); }

body.page-lfe .button.button_primary:active {
  background: #FF9326; }

body.page-lfe .button.button_primary[disabled] {
  background: #FFCD91;
  color: rgba(255, 255, 255, 0.9);
  cursor: default;
  box-shadow: none; }

body.page-lfe .mobile-dropdown__overlay {
  background: rgba(0, 0, 0, 0.5); }

body.page-lfe .mobile-dropdown__panel .mobile-dropdown__item {
  font: 15px 'Open Sans', arial, sans-serif;
  padding: 13px 40px 13px 13px; }

body.page-lfe .mobile-dropdown__panel .mobile-dropdown__item--selected::after {
  font-size: 19px;
  top: 14px; }

body.page-lfe form[superform] .form__field {
  margin-bottom: 15px; }
  body.page-lfe form[superform] .form__field:last-child {
    margin-bottom: 0; }
  body.page-lfe form[superform] .form__field .field__label {
    margin-bottom: 5px; }
  body.page-lfe form[superform] .form__field .field__input input:not([type="submit"]) {
    width: 100%;
    padding: 7px 9px;
    font-size: 13px;
    line-height: normal;
    background-color: #fff;
    color: #333;
    border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    outline: none; }
    body.page-lfe form[superform] .form__field .field__input input:not([type="submit"]):hover body.page-lfe form[superform] .form__field .field__input input:not([type="submit"]):not(.has-error) {
      border-color: #888; }
    body.page-lfe form[superform] .form__field .field__input input:not([type="submit"]):focus {
      border: 1px solid #4DA6FF !important;
      outline: 1px solid #4DA6FF !important; }
  body.page-lfe form[superform] .form__field .field__input .mobile-dropdown {
    display: block; }
    body.page-lfe form[superform] .form__field .field__input .mobile-dropdown .mobile-dropdown__button {
      display: block;
      width: 100%;
      padding: 7px 30px 7px 9px;
      font-size: 13px; }
  body.page-lfe form[superform] .form__field .field__input.has-error input:not([type="submit"]),
  body.page-lfe form[superform] .form__field .field__input.has-error .mobile-dropdown__button {
    border-color: #D93600; }

body.page-lfe form[superform] .has-error input:not([type="submit"]),
body.page-lfe form[superform] .has-error .mobile-dropdown__button {
  border-color: #D93600; }

body.page-lfe form[superform] [error-message-for] {
  margin-top: 5px;
  color: #D93600; }

body.page-lfe .popup_processing {
  width: auto;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -59px;
  padding: 30px 20px 10px;
  background: #fff;
  text-align: center;
  border: none;
  box-shadow: none; }
  body.page-lfe .popup_processing .processing__text {
    padding: 0;
    margin: 15px 0 0 0; }

body.page-lfe div[popup="login"] .ui-component-popup-backdrop {
  background: rgba(0, 0, 0, 0.7); }

body.page-lfe .popup_login {
  width: 80%;
  top: 10%;
  margin-left: -40%; }
  body.page-lfe .popup_login form[name="superform-login"] input[name="email"][readonly], body.page-lfe .popup_login form[name="superform-login"] input[name="email"][readonly]:hover, body.page-lfe .popup_login form[name="superform-login"] input[name="email"][readonly]:focus {
    border: none !important;
    outline: none !important;
    padding: 0;
    box-shadow: none; }
  body.page-lfe .popup_login form[name="superform-login"] .form__field_email .field__input_read-only {
    padding: 7px 0 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word; }
  body.page-lfe .popup_login .buttons__container {
    margin-top: 20px; }
    body.page-lfe .popup_login .buttons__container .login-form__submit-button {
      padding: 8px 30px 6px 30px; }
  body.page-lfe .popup_login .login-form__error {
    color: #D93600;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word; }

body.page-lfe div[popup="landingLogin"] .ui-component-popup-backdrop {
  background: rgba(0, 0, 0, 0.7); }

body.page-lfe .popup_password-recovery {
  width: 80%;
  top: 10%;
  margin-left: -40%; }
  body.page-lfe .popup_password-recovery .from__field_email .field__input {
    position: relative; }
  body.page-lfe .popup_password-recovery .password-recovery__actions {
    margin-top: 30px; }
    body.page-lfe .popup_password-recovery .password-recovery__actions .button_reset-password {
      padding: 8px 20px 6px 20px; }
    body.page-lfe .popup_password-recovery .password-recovery__actions .button_back {
      margin-left: 10px;
      padding: 8px 14px; }
  body.page-lfe .popup_password-recovery .password-recovery__spinner {
    position: absolute;
    top: 8px;
    right: 8px; }
  body.page-lfe .popup_password-recovery .password-recovery__error {
    color: #D93600;
    margin-bottom: 10px; }

body.page-lfe .header__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font: 12px 'Open Sans', arial, san-serif;
  font-weight: 600;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
  body.page-lfe .header__container div, body.page-lfe .header__container span, body.page-lfe .header__container a {
    font: 12px 'Open Sans', arial, san-serif;
    font-weight: 600; }
  body.page-lfe .header__container .header__inner {
    position: relative;
    width: auto;
    height: 36px;
    margin: 0 auto;
    padding: 8px 0 9px 0; }
  body.page-lfe .header__container .header-logo__container {
    position: relative; }
    body.page-lfe .header__container .header-logo__container .header-logo__image {
      position: absolute;
      width: 104px;
      height: 27px;
      top: -2px;
      left: 15px; }
  body.page-lfe .header__container .header-menu__container {
    position: absolute;
    top: 0;
    right: 0; }
    body.page-lfe .header__container .header-menu__container a {
      display: inline-block;
      font: 12px 'Open Sans', arial, san-serif;
      font-weight: 600;
      text-decoration: none; }
      body.page-lfe .header__container .header-menu__container a, body.page-lfe .header__container .header-menu__container a:link, body.page-lfe .header__container .header-menu__container a:visited {
        color: #690;
        text-decoration: none;
        outline: none; }
      body.page-lfe .header__container .header-menu__container a:hover, body.page-lfe .header__container .header-menu__container a:active {
        color: #ff8000; }
    body.page-lfe .header__container .header-menu__container a.header__play-button {
      display: block;
      position: absolute;
      top: 4px;
      left: -125px;
      font-size: 14px;
      font-weight: 700;
      margin: 0;
      padding: 4px 30px 5px;
      background: #4CA028;
      background: -webkit-linear-gradient(top, #85BD22, #4CA028);
      background: -moz-linear-gradient(top, #85BD22, #4CA028);
      background: -ms-linear-gradient(top, #85BD22, #4CA028);
      background: linear-gradient(top, #85BD22, #4CA028);
      border-radius: 4px;
      color: #fff; }
    body.page-lfe .header__container .header-menu__container .header-menu__bars {
      display: block;
      font-size: 21px;
      padding: 4px 15px; }
      body.page-lfe .header__container .header-menu__container .header-menu__bars:hover, body.page-lfe .header__container .header-menu__container .header-menu__bars:active, body.page-lfe .header__container .header-menu__container .header-menu__bars:focus {
        color: #690; }
    body.page-lfe .header__container .header-menu__container > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body.page-lfe .header__container .header-menu__container > ul > li {
        position: relative;
        display: block;
        float: left;
        padding: 0 10px; }
        body.page-lfe .header__container .header-menu__container > ul > li::after {
          position: absolute;
          display: block;
          top: -1px;
          right: -1px;
          content: '|';
          color: rgba(0, 0, 0, 0.2); }
        body.page-lfe .header__container .header-menu__container > ul > li:last-child::after {
          display: none;
          content: ''; }
  body.page-lfe .header__container .main-menu__container {
    position: fixed;
    z-index: 100;
    top: 36px;
    left: 0;
    right: 0;
    bottom: 0; }
    body.page-lfe .header__container .main-menu__container .main-menu__backdrop {
      position: fixed;
      z-index: 101;
      top: 36px;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4); }
    body.page-lfe .header__container .main-menu__container .main-menu__block {
      position: fixed;
      top: 36px;
      right: 0;
      padding: 0 0 10px 0;
      background: #fff;
      color: #333;
      z-index: 102;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
      body.page-lfe .header__container .main-menu__container .main-menu__block > ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        body.page-lfe .header__container .main-menu__container .main-menu__block > ul > li.header__menu-item {
          position: relative;
          display: block;
          font-size: 14px;
          padding: 0; }
          body.page-lfe .header__container .main-menu__container .main-menu__block > ul > li.header__menu-item > div,
          body.page-lfe .header__container .main-menu__container .main-menu__block > ul > li.header__menu-item > a {
            display: block;
            padding: 13px 30px;
            font-size: 14px;
            font-weight: 600;
            outline: none;
            -webkit-user-select: none;
            user-select: none; }
          body.page-lfe .header__container .main-menu__container .main-menu__block > ul > li.header__menu-item_active {
            color: #006232;
            background: #F0F2F4;
            font-size: 14px;
            font-weight: 600;
            cursor: default; }

body.page-lfe.oobe .header__container .header__inner {
  height: 100px; }

body.page-lfe .footer__container {
  font: 12px 'Open Sans', arial, san-serif;
  font-weight: 600;
  background: #fff; }
  body.page-lfe .footer__container div, body.page-lfe .footer__container span, body.page-lfe .footer__container a {
    font: 12px 'Open Sans', arial, san-serif;
    font-weight: 600; }
  body.page-lfe .footer__container .footer__inner {
    position: relative;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center; }
  body.page-lfe .footer__container a {
    display: inline-block;
    font: 12px 'Open Sans', arial, san-serif;
    font-weight: 600; }
  body.page-lfe .footer__container .footer__links {
    padding: 0; }
    body.page-lfe .footer__container .footer__links > ul {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0; }
      body.page-lfe .footer__container .footer__links > ul > li {
        position: relative;
        display: block;
        float: left;
        padding: 0 10px; }
        body.page-lfe .footer__container .footer__links > ul > li::after {
          position: absolute;
          display: block;
          top: 1px;
          right: -1px;
          content: '|';
          color: rgba(0, 0, 0, 0.2); }
        body.page-lfe .footer__container .footer__links > ul > li:last-child::after {
          display: none;
          content: ''; }
  body.page-lfe .footer__container .footer__copyright {
    padding: 5px 0 0 0;
    font-size: 11px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5); }

body.page-lfe.page-lfe_landing #cqContentSubscriptionLFELandingTop > .container,
body.page-lfe.page-lfe_landing #cqContentSubscriptionLFELandingBottom > .container {
  padding: 0;
  margin: 0; }

body.page-lfe.page-lfe_landing .header-menu__container > ul > .header__menu-item {
  padding: 0 4px; }
  body.page-lfe.page-lfe_landing .header-menu__container > ul > .header__menu-item a {
    font-size: 13px;
    padding: 5px;
    margin-top: 4px; }
  body.page-lfe.page-lfe_landing .header-menu__container > ul > .header__menu-item.header__menu-item_login {
    padding-left: 10px; }
    body.page-lfe.page-lfe_landing .header-menu__container > ul > .header__menu-item.header__menu-item_login > a {
      padding: 5px 12px;
      border-radius: 4px;
      background: #4CA028;
      background: -webkit-linear-gradient(top, #85BD22, #4CA028);
      background: -moz-linear-gradient(top, #85BD22, #4CA028);
      background: -ms-linear-gradient(top, #85BD22, #4CA028);
      background: linear-gradient(top, #85BD22, #4CA028);
      color: #fff;
      text-decoration: none; }
  body.page-lfe.page-lfe_landing .header-menu__container > ul > .header__menu-item::after {
    display: none; }

body.page-lfe.page-lfe_landing .page-lfe__container > .container {
  padding: 0;
  margin: 0; }

body.page-lfe.page-lfe_landing .page-lfe__container .country-switcher__outer {
  position: relative;
  padding: 15px 15px 0 0;
  text-align: right; }
  body.page-lfe.page-lfe_landing .page-lfe__container .country-switcher__outer .mobile-dropdown__button {
    padding: 3px 30px 3px 8px;
    font-size: 13px; }

body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__outer {
  background-color: #79BD14;
  color: #fff; }

body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px; }

body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__coppa-info-icon {
  position: absolute;
  display: block;
  top: -3px;
  right: -24px;
  padding: 0 5px;
  font-size: 16px;
  cursor: pointer; }
  body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__coppa-info-icon > i {
    margin: 0;
    color: #fff; }

body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__heading {
  text-align: center;
  margin-bottom: 15px; }
  body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__heading .heading__title {
    font-family: 'Curse Casual';
    font-size: 30px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__heading .landing-form__subhead {
    font-size: 14px; }
    body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__heading .landing-form__subhead .subhead__first-row,
    body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__heading .landing-form__subhead .subhead__second-row {
      font-weight: 600; }

body.page-lfe.page-lfe_landing .page-lfe__container .landing-form_device .landing-form__subhead {
  margin-top: 15px; }

body.page-lfe.page-lfe_landing .page-lfe__container .landing-form_device .form__field.form__field_email {
  margin: 20px 0; }

body.page-lfe.page-lfe_landing .page-lfe__container form[superform] .form__field .field__input input {
  font-size: 16px;
  padding: 8px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  outline: none; }
  body.page-lfe.page-lfe_landing .page-lfe__container form[superform] .form__field .field__input input:focus {
    border: none !important;
    outline: none !important; }

body.page-lfe.page-lfe_landing .page-lfe__container .form__field.form__field_email {
  color: #333; }
  body.page-lfe.page-lfe_landing .page-lfe__container .form__field.form__field_email .field__label {
    font-size: 13px; }

body.page-lfe.page-lfe_landing .page-lfe__container .form__field.form__field_year-of-birth {
  position: relative; }
  body.page-lfe.page-lfe_landing .page-lfe__container .form__field.form__field_year-of-birth [name="yearOfBirth"] .mobile-dropdown {
    display: block; }
  body.page-lfe.page-lfe_landing .page-lfe__container .form__field.form__field_year-of-birth [name="yearOfBirth"] .mobile-dropdown__button {
    display: block;
    width: 100%;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px 30px 8px 8px; }
    body.page-lfe.page-lfe_landing .page-lfe__container .form__field.form__field_year-of-birth [name="yearOfBirth"] .mobile-dropdown__button span.mobile-dropdown__value {
      color: #444;
      font-size: 16px; }
      body.page-lfe.page-lfe_landing .page-lfe__container .form__field.form__field_year-of-birth [name="yearOfBirth"] .mobile-dropdown__button span.mobile-dropdown__value.mobile-dropdown__placeholder {
        color: #999; }

body.page-lfe.page-lfe_landing .page-lfe__container .form__field.form__field_email-opt-in {
  position: relative; }
  body.page-lfe.page-lfe_landing .page-lfe__container .form__field.form__field_email-opt-in label[for="emailOptIn"] {
    color: #fff;
    font-size: 13px;
    line-height: 1.3em; }
    body.page-lfe.page-lfe_landing .page-lfe__container .form__field.form__field_email-opt-in label[for="emailOptIn"]::before {
      color: #fff; }

body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__footer {
  color: #333;
  font-size: 11px; }
  body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__footer .landing-form__coppa {
    display: none; }

body.page-lfe.page-lfe_landing .page-lfe__container .buttons__container {
  margin: 25px 0;
  text-align: center; }
  body.page-lfe.page-lfe_landing .page-lfe__container .buttons__container .landing-form__submit-button {
    display: block;
    width: 100%;
    background: #FF6800;
    padding: 8px 16px 8px 16px;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: none; }

body.page-lfe.page-lfe_landing .page-lfe__container [error-message-for] {
  color: #D0021B;
  font-size: 14px;
  font-weight: 600; }

body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__error {
  background: #FFE2D8;
  font-size: 14px;
  color: #D93600;
  padding: 10px;
  margin: 15px 0;
  border: none;
  border-radius: 4px; }
  body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__error span {
    color: #D93600; }

body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__no-parent-account {
  text-align: center; }
  body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__no-parent-account h3 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 10px; }
  body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__no-parent-account .buttons_container {
    margin-top: 20px; }
    body.page-lfe.page-lfe_landing .page-lfe__container .landing-form__no-parent-account .buttons_container .button_primary {
      padding-left: 50px;
      padding-right: 50px; }

body.page-lfe.page-lfe_landing div[popup="coppa"] .ui-component-popup-content {
  width: 300px;
  margin-left: -150px;
  top: 50%;
  margin-top: -60px; }

body.page-lfe.page-lfe_landing.oobe .container {
  width: auto; }

body.page-lfe.page-lfe_landing.oobe .buttons__container {
  margin-bottom: 0; }

body.page-lfe.page-lfe_landing.oobe .skip-button__container {
  margin-top: 30px; }
  body.page-lfe.page-lfe_landing.oobe .skip-button__container > a {
    font-size: 18px;
    color: #444;
    text-decoration: underline; }

body.page-lfe.page-lfe_landing.oobe div[popup="confirmSkipOffer"] .ui-component-popup-content,
body.page-lfe.page-lfe_landing.oobe div[popup="skipOfferConfirmed"] .ui-component-popup-content {
  top: 50%;
  width: 400px;
  margin-left: -200px;
  margin-top: -110px;
  padding: 30px;
  font-size: 19px; }
  body.page-lfe.page-lfe_landing.oobe div[popup="confirmSkipOffer"] .ui-component-popup-content .buttons__container,
  body.page-lfe.page-lfe_landing.oobe div[popup="skipOfferConfirmed"] .ui-component-popup-content .buttons__container {
    margin-top: 30px; }
    body.page-lfe.page-lfe_landing.oobe div[popup="confirmSkipOffer"] .ui-component-popup-content .buttons__container .button,
    body.page-lfe.page-lfe_landing.oobe div[popup="confirmSkipOffer"] .ui-component-popup-content .buttons__container a,
    body.page-lfe.page-lfe_landing.oobe div[popup="skipOfferConfirmed"] .ui-component-popup-content .buttons__container .button,
    body.page-lfe.page-lfe_landing.oobe div[popup="skipOfferConfirmed"] .ui-component-popup-content .buttons__container a {
      display: inline-block;
      font-size: 19px;
      padding: 8px 30px; }
    body.page-lfe.page-lfe_landing.oobe div[popup="confirmSkipOffer"] .ui-component-popup-content .buttons__container .button_primary,
    body.page-lfe.page-lfe_landing.oobe div[popup="skipOfferConfirmed"] .ui-component-popup-content .buttons__container .button_primary {
      background: #FF6800;
      margin-left: 30px; }

body.page-lfe.page-lfe_signup {
  background-color: #fff; }
  body.page-lfe.page-lfe_signup .page-lfe__container {
    background-color: #fff;
    background-image: url("../../legacy-assets/img/lfe/bg_bottom.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300% auto; }
    @media screen and (min-width: 500px) {
      body.page-lfe.page-lfe_signup .page-lfe__container {
        background-size: 180% auto; } }
    @media screen and (min-width: 768px) {
      body.page-lfe.page-lfe_signup .page-lfe__container {
        background-size: 1400px auto;
        padding-bottom: 40px; } }
    body.page-lfe.page-lfe_signup .page-lfe__container h1 {
      margin: 20px 0 20px;
      font-size: 26px;
      font-weight: 600;
      line-height: 1.3em; }
    body.page-lfe.page-lfe_signup .page-lfe__container > .container {
      position: relative;
      max-width: 400px;
      padding-bottom: 180px; }
    body.page-lfe.page-lfe_signup .page-lfe__container .content__heading {
      text-align: center; }
      body.page-lfe.page-lfe_signup .page-lfe__container .content__heading .lfa-logo {
        display: block;
        width: 233px;
        margin: 30px auto 10px; }
      body.page-lfe.page-lfe_signup .page-lfe__container .content__heading .current-step {
        display: block;
        width: 162px;
        margin: 0 auto; }
    body.page-lfe.page-lfe_signup .page-lfe__container .signup-form__container h2 {
      font-size: 22px;
      margin: 20px 0; }
    body.page-lfe.page-lfe_signup .page-lfe__container .signup-form__container .form__field.form__field_email .signup-form__email-field {
      width: 80%;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-all;
      word-break: break-word; }
    body.page-lfe.page-lfe_signup .page-lfe__container .signup-form__container .form__field_confirm-password {
      margin-bottom: 15px; }
    body.page-lfe.page-lfe_signup .page-lfe__container .signup-form__container form[superform] .form__field .field__input input {
      font-size: 16px;
      padding: 8px;
      box-shadow: none;
      border-radius: 4px;
      outline: none; }
    body.page-lfe.page-lfe_signup .page-lfe__container .signup-form__container form[superform] .form__field .field__input .mobile-dropdown .mobile-dropdown__button {
      font-size: 16px; }
    body.page-lfe.page-lfe_signup .page-lfe__container .signup-form__container .buttons__container {
      margin: 30px 0 50px 0;
      text-align: center; }
      body.page-lfe.page-lfe_signup .page-lfe__container .signup-form__container .buttons__container .signup-form__submit-button {
        background: #FF6800;
        padding: 8px 40px 8px 40px;
        font-weight: 600;
        font-size: 22px;
        color: #fff;
        border: none;
        border-radius: 8px;
        box-shadow: none; }
    body.page-lfe.page-lfe_signup .page-lfe__container .signup-form__container .membership-includes-placeholder {
      display: none; }
    body.page-lfe.page-lfe_signup .page-lfe__container .legal-text__container {
      font-size: 13px;
      margin-top: 25px;
      color: #555; }
      body.page-lfe.page-lfe_signup .page-lfe__container .legal-text__container a {
        color: #555;
        text-decoration: underline; }
    body.page-lfe.page-lfe_signup .page-lfe__container [error-message-for] {
      color: #D93600;
      font-size: 15px;
      margin-top: 3px; }
    body.page-lfe.page-lfe_signup .page-lfe__container .signup-form__error {
      background: #FFF0EA;
      font-size: 15px;
      color: #D93600;
      padding: 15px;
      margin: 0 0 30px;
      border-radius: 4px; }
      body.page-lfe.page-lfe_signup .page-lfe__container .signup-form__error span {
        color: #D93600; }

body.page-lfe.page-lfe_login {
  background: #f8f8f8; }
  body.page-lfe.page-lfe_login .page-lfe__container {
    font-size: 13px; }
    body.page-lfe.page-lfe_login .page-lfe__container > .container {
      max-width: 400px; }
  body.page-lfe.page-lfe_login h1 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 400; }
  body.page-lfe.page-lfe_login .login__container {
    margin-bottom: 50px; }
  body.page-lfe.page-lfe_login .login__instructions {
    margin-bottom: 20px; }
  body.page-lfe.page-lfe_login .no-account-instructions {
    margin-top: 50px;
    padding-top: 30px;
    color: #6C6C6C;
    border-top: 1px solid #e5e5e5; }
    body.page-lfe.page-lfe_login .no-account-instructions a {
      font-weight: 600; }
  body.page-lfe.page-lfe_login .superform-login__password-recovery > a {
    font-weight: 600; }
  body.page-lfe.page-lfe_login .buttons__container {
    margin-top: 30px; }
    body.page-lfe.page-lfe_login .buttons__container .login-form__back-button {
      display: inline-block;
      padding: 8px 10px;
      margin: 0 15px 0 -10px;
      font-size: 13px;
      font-weight: 600;
      text-decoration: none; }
    body.page-lfe.page-lfe_login .buttons__container .button_primary {
      padding: 8px 30px;
      font-size: 13px;
      font-weight: 600; }
  body.page-lfe.page-lfe_login .login-form__error {
    margin: 15px 0;
    padding: 10px;
    background: #FFF0EA;
    font-size: 13px;
    color: #D93600;
    border: none;
    border-radius: 3px; }

body.page-lfe.page-lfe_payment {
  background-color: #fff; }
  body.page-lfe.page-lfe_payment .page-lfe__container {
    background-color: #fff;
    background-image: url("../../legacy-assets/img/lfe/bg_bottom.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300% auto; }
    @media screen and (min-width: 500px) {
      body.page-lfe.page-lfe_payment .page-lfe__container {
        background-size: 180% auto; } }
    @media screen and (min-width: 768px) {
      body.page-lfe.page-lfe_payment .page-lfe__container {
        background-size: 1400px auto;
        padding-bottom: 40px; } }
    body.page-lfe.page-lfe_payment .page-lfe__container h1 {
      margin: 30px 0 30px;
      font-size: 23px;
      font-weight: 600;
      line-height: 1.2em; }
      body.page-lfe.page-lfe_payment .page-lfe__container h1 > b {
        line-height: inherit; }
    body.page-lfe.page-lfe_payment .page-lfe__container > .container {
      position: relative;
      max-width: 400px;
      padding-bottom: 180px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .country-switcher__container {
      position: absolute;
      top: 15px;
      right: 15px; }
      body.page-lfe.page-lfe_payment .page-lfe__container .country-switcher__container .mobile-dropdown__button {
        padding: 3px 30px 3px 8px;
        font-size: 13px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .content__heading {
      text-align: center;
      padding-top: 30px; }
      body.page-lfe.page-lfe_payment .page-lfe__container .content__heading .lfa-logo {
        display: block;
        width: 233px;
        margin: 30px auto 10px; }
      body.page-lfe.page-lfe_payment .page-lfe__container .content__heading .current-step {
        display: block;
        width: 162px;
        margin: 0 auto; }
    body.page-lfe.page-lfe_payment .page-lfe__container .membership-info {
      background: #F5F5F5;
      padding: 15px;
      margin-bottom: 15px;
      border-radius: 8px;
      text-align: left;
      font-size: 14px;
      overflow: hidden; }
      body.page-lfe.page-lfe_payment .page-lfe__container .membership-info ul {
        margin: 10px 0 0 0;
        padding-left: 20px; }
      body.page-lfe.page-lfe_payment .page-lfe__container .membership-info .container {
        width: auto;
        padding: 0; }
      body.page-lfe.page-lfe_payment .page-lfe__container .membership-info .parsys {
        margin-top: 20px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container h2, body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container h3 {
      font-weight: 400; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container h2 {
      margin: 0 0 20px;
      font-size: 21px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container h3 {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 600; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .billing-info,
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .billing-address {
      margin-bottom: 30px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .billing-info .card-form__card-icons {
      text-align: left;
      margin: 0 0 15px 0; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field_expires .field__input_expires-month {
      width: 60%;
      margin-right: 0 !important;
      padding-right: 5px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field_expires .field__input_expires-year {
      width: 40%;
      padding-left: 5px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field_expires .error-message_invalid-expiration-date {
      display: none;
      margin-top: 5px;
      font-size: 13px;
      color: #D93600; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field_cvc input[name="cvc"] {
      width: 100px !important; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field_cvc .field__input {
      position: relative; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field_cvc .card-form__cvc-image {
      position: absolute;
      top: 0px;
      left: 115px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field_postal-code div[error-message-for="postalCode"] {
      pointer-events: none; }
      body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field_postal-code div[error-message-for="postalCode"] a {
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
        text-decoration: none;
        outline: none;
        cursor: default; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container h3 {
      font-size: 21px;
      margin: 0 0 10px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field .field__input input {
      font-size: 16px;
      padding: 8px;
      box-shadow: none;
      border-radius: 4px;
      outline: none; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field .field__input .mobile-dropdown__button {
      border-radius: 4px;
      box-shadow: none;
      padding: 8px 30px 8px 12px; }
      body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field .field__input .mobile-dropdown__button:focus {
        box-shadow: 0 0 0 1px #66afe9; }
      body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field .field__input .mobile-dropdown__button::after {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
      body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field .field__input .mobile-dropdown__button span.mobile-dropdown__value {
        color: #444;
        font-size: 16px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field_expires .error-message_invalid-expiration-date {
      color: #D93600;
      font-size: 15px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field_cvc .card-form__cvc-image {
      position: absolute;
      top: 2px;
      left: 115px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .billing-info .card-form__card-icons {
      margin-bottom: 15px;
      text-align: center; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .billing-address {
      margin: 0 0 30px; }
      body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .billing-address h3 {
        display: none; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .form__field_country .field__input {
      position: relative; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .form__field_country .payment__change-country-hint-icon {
      font-size: 16px;
      color: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: -25px;
      right: -5px;
      padding: 0 5px;
      cursor: pointer; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .form__required-fields-text {
      font-size: 13px;
      margin-bottom: 10px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .payment-tos-agreement {
      position: relative;
      display: block;
      margin: 40px 0;
      background: rgba(255, 255, 255, 0.7);
      color: #444;
      font-size: 14px;
      padding: 7px;
      border-radius: 3px; }
      body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .payment-tos-agreement label[for="agree"] {
        padding-left: 40px; }
        body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .payment-tos-agreement label[for="agree"] > a {
          color: #444;
          text-decoration: underline; }
      body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .payment-tos-agreement > div[error-message-for] {
        font-size: 14px;
        margin-left: 40px;
        color: #D93600; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container [error-message-for] {
      color: #D93600;
      font-size: 15px;
      margin-top: 3px; }
    body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .buttons__container {
      margin: 30px 0 50px 0;
      text-align: center; }
      body.page-lfe.page-lfe_payment .page-lfe__container .credit-card-form__container .buttons__container .button_primary {
        background: #FF6800;
        padding: 8px 30px 8px 30px;
        font-weight: 600;
        font-size: 22px;
        color: #fff;
        border: none;
        border-radius: 8px;
        box-shadow: none; }
    body.page-lfe.page-lfe_payment .page-lfe__container .payment-legal {
      font-size: 13px;
      color: #555; }
      body.page-lfe.page-lfe_payment .page-lfe__container .payment-legal a {
        color: #555;
        text-decoration: underline; }
    body.page-lfe.page-lfe_payment .page-lfe__container .payment-error {
      background: #FFF0EA;
      font-size: 15px;
      color: #D93600;
      padding: 10px;
      margin: 0 0 30px;
      border: none;
      border-radius: 4px; }
      body.page-lfe.page-lfe_payment .page-lfe__container .payment-error span {
        color: #D93600; }
  body.page-lfe.page-lfe_payment div[popup="changeCountryHint"] .ui-component-popup-content {
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    margin-left: -150px; }

body.page-lfe.oobe.page-lfe_payment .container {
  width: auto;
  padding: 0; }

body.page-lfe.oobe.page-lfe_payment #cqContentTop {
  margin: 0 -100px; }

body.page-lfe.oobe.page-lfe_payment .learn-more-button__container {
  margin: 0 -100px;
  padding: 20px;
  background: #e6e7e8;
  text-align: center; }
  body.page-lfe.oobe.page-lfe_payment .learn-more-button__container > a {
    display: inline-block;
    background: #C8C8C8;
    color: #fff;
    font-size: 18px;
    padding: 6px 16px;
    border-radius: 6px; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container > .container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 180px; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container h1 {
  font-size: 24px;
  margin-top: 50px;
  color: #444; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container .country-switcher__container {
  position: relative;
  top: 0;
  right: 0;
  margin: 15px 0 0 0; }
  body.page-lfe.oobe.page-lfe_payment .page-lfe__container .country-switcher__container .mobile-dropdown__button {
    padding: 5px 30px 5px 10px;
    font-size: 16px; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container .membership-info {
  font-size: 16px;
  background: transparent;
  padding: 0; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container .billing-info h3 {
  font-size: 21px;
  margin-bottom: 30px;
  color: #444; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field .field__input input,
body.page-lfe.oobe.page-lfe_payment .page-lfe__container .credit-card-form__container form[superform] .form__field .field__input .mobile-dropdown__button .mobile-dropdown__value {
  font-size: 19px; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container .payment-legal {
  font-size: 14px; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container .form__field.payment-tos-agreement label {
  font-size: 16px;
  padding-left: 50px; }
  body.page-lfe.oobe.page-lfe_payment .page-lfe__container .form__field.payment-tos-agreement label::before {
    width: 27px;
    height: 27px;
    font-size: 27px; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container .form__field.payment-tos-agreement > div[error-message-for] {
  margin-left: 50px; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container .buttons__container {
  margin: 30px 0 30px 0; }
  body.page-lfe.oobe.page-lfe_payment .page-lfe__container .buttons__container .button_primary {
    font-size: 23px;
    border: none;
    box-shadow: none;
    padding: 8px 30px; }

body.page-lfe.oobe.page-lfe_payment .page-lfe__container .skip-button__container {
  text-align: center;
  margin-bottom: 30px; }
  body.page-lfe.oobe.page-lfe_payment .page-lfe__container .skip-button__container > a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 20px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    color: #333;
    font-size: 19px;
    text-decoration: none; }

body.page-lfe.oobe.page-lfe_payment .slidein-content .container {
  padding: 0 15px; }

body.page-lfe.page-lfe_in-app-info {
  background-color: #fff; }
  body.page-lfe.page-lfe_in-app-info .page-lfe__container {
    background-color: #fff;
    background-image: url("../../legacy-assets/img/lfe/bg_bottom.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300% auto; }
    @media screen and (min-width: 500px) {
      body.page-lfe.page-lfe_in-app-info .page-lfe__container {
        background-size: 180% auto; } }
    @media screen and (min-width: 768px) {
      body.page-lfe.page-lfe_in-app-info .page-lfe__container {
        background-size: 1400px auto;
        padding-bottom: 40px; } }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container h1 {
      margin: 30px 0 30px;
      font-size: 17px;
      font-weight: 600;
      line-height: 1.2em;
      color: #444; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container > .container {
      position: relative;
      max-width: 400px;
      padding-bottom: 180px; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .content__heading {
      text-align: center; }
      body.page-lfe.page-lfe_in-app-info .page-lfe__container .content__heading .lfa-logo {
        display: block;
        width: 233px;
        margin: 30px auto 10px; }
      body.page-lfe.page-lfe_in-app-info .page-lfe__container .content__heading .current-step {
        display: block;
        width: 162px;
        margin: 0 auto; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .payment-info {
      background: #fff;
      padding: 30px;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 14px; }
      body.page-lfe.page-lfe_in-app-info .page-lfe__container .payment-info a {
        text-decoration: underline; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .in-app-info__price {
      margin-bottom: 15px; }
      body.page-lfe.page-lfe_in-app-info .page-lfe__container .in-app-info__price .applicable-taxes {
        font-weight: 400;
        font-size: 12px;
        color: #777; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .in-app-info__free-until {
      margin-bottom: 15px; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .in-app-info__user-email-field {
      width: 70%;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-all;
      word-break: break-word; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .payment-tos-agreement {
      position: relative;
      display: block;
      margin: 30px 0;
      background: rgba(255, 255, 255, 0.7);
      color: #444;
      font-size: 14px;
      padding: 7px;
      border-radius: 3px; }
      body.page-lfe.page-lfe_in-app-info .page-lfe__container .payment-tos-agreement label[for="agree"] > a {
        color: #444;
        text-decoration: underline; }
      body.page-lfe.page-lfe_in-app-info .page-lfe__container .payment-tos-agreement > div[error-message-for] {
        margin-left: 30px; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .buttons__container {
      margin: 30px 0 30px;
      text-align: center; }
      body.page-lfe.page-lfe_in-app-info .page-lfe__container .buttons__container > .button_primary {
        background: #FF6800;
        padding: 8px 20px 8px 20px;
        font-weight: 600;
        font-size: 19px;
        color: #fff;
        border: none;
        border-radius: 8px;
        box-shadow: none; }
        body.page-lfe.page-lfe_in-app-info .page-lfe__container .buttons__container > .button_primary[disabled] {
          background: #FF6800;
          opacity: 0.6; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .recover__container {
      margin: 50px 0 40px 0;
      text-align: center;
      font-size: 14px; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .recover__label {
      margin-bottom: 10px; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .recover__button {
      background: transparent;
      padding: 6px 20px;
      border: 2px solid rgba(0, 0, 0, 0.2);
      box-shadow: none; }
    body.page-lfe.page-lfe_in-app-info .page-lfe__container .payment-error {
      background: #FFF0EA;
      font-size: 14px;
      color: #D93600;
      padding: 10px;
      margin: 0 0 20px;
      border: none;
      border-radius: 4px; }
      body.page-lfe.page-lfe_in-app-info .page-lfe__container .payment-error span {
        color: #D93600; }

body.page-lfe.page-lfe_confirmation {
  background-color: #fff; }
  body.page-lfe.page-lfe_confirmation .page-lfe__container {
    background-color: #fff;
    background-image: url("../../legacy-assets/img/lfe/bg_bottom.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300% auto; }
    @media screen and (min-width: 500px) {
      body.page-lfe.page-lfe_confirmation .page-lfe__container {
        background-size: 180% auto; } }
    @media screen and (min-width: 768px) {
      body.page-lfe.page-lfe_confirmation .page-lfe__container {
        background-size: 1400px auto;
        padding-bottom: 40px; } }
    body.page-lfe.page-lfe_confirmation .page-lfe__container h1 {
      margin: 20px 0 20px;
      font-size: 26px;
      font-weight: 600;
      line-height: 1.3em; }
    body.page-lfe.page-lfe_confirmation .page-lfe__container > .container {
      position: relative;
      max-width: 400px;
      padding-bottom: 180px; }
    body.page-lfe.page-lfe_confirmation .page-lfe__container .content__heading {
      text-align: center; }
      body.page-lfe.page-lfe_confirmation .page-lfe__container .content__heading .lfa-logo {
        display: block;
        width: 233px;
        margin: 30px auto 10px; }
      body.page-lfe.page-lfe_confirmation .page-lfe__container .content__heading .current-step {
        display: block;
        width: 162px;
        margin: 0 auto; }
    body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block {
      width: 100%;
      margin: 25px auto 0;
      padding: 20px;
      background: #fff;
      border-radius: 4px;
      border: 1px solid #ccc;
      font-size: 14px;
      color: #444; }
      body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block h3 {
        font-size: 21px;
        margin: 0 0 15px;
        color: #444; }
      body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block .membership-details {
        margin-bottom: 20px; }
        body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block .membership-details .membership-details__item {
          display: table;
          border-spacing: 0;
          border-collapse: collapse;
          margin-bottom: 10px; }
          body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block .membership-details .membership-details__item:last-child {
            margin-bottom: 0; }
          body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block .membership-details .membership-details__item .item-cell__label,
          body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block .membership-details .membership-details__item .item-cell__value {
            display: table-cell; }
          body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block .membership-details .membership-details__item .item-cell__label {
            padding-right: 10px;
            white-space: nowrap; }
          body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block .membership-details .membership-details__item .item-cell__value {
            font-weight: 600; }
          body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block .membership-details .membership-details__item_email .item-cell__value-container {
            font-weight: 600;
            overflow-wrap: break-word;
            word-wrap: break-word;
            word-break: break-all;
            word-break: break-word; }
      body.page-lfe.page-lfe_confirmation .page-lfe__container .membership-info-block .membership-info-block__managing-text a {
        font-size: 14px;
        font-weight: 600;
        color: #444;
        text-decoration: underline; }
    body.page-lfe.page-lfe_confirmation .page-lfe__container .buttons__container {
      margin: 40px 0 40px;
      text-align: center; }
      body.page-lfe.page-lfe_confirmation .page-lfe__container .buttons__container > .button_primary {
        background: #FF6800;
        padding: 8px 40px 8px 40px;
        font-weight: 600;
        font-size: 22px;
        color: #fff;
        border: none;
        border-radius: 8px;
        box-shadow: none; }

body.page-lfe.page-lfe_confirmation.oobe .content__heading {
  display: none; }

body.page-lfe.page-lfe_membership {
  background: #f8f8f8; }
  body.page-lfe.page-lfe_membership .page-lfe__container {
    font-size: 13px; }
    body.page-lfe.page-lfe_membership .page-lfe__container > .container {
      max-width: 400px; }
  body.page-lfe.page-lfe_membership h1 {
    margin: 20px 0; }
  body.page-lfe.page-lfe_membership h3 {
    margin: 0 0 10px 0; }
  body.page-lfe.page-lfe_membership .warning-block {
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 15px 15px 40px;
    border: 2px solid #FF6E00;
    color: #FF6E00;
    background: #fff; }
    body.page-lfe.page-lfe_membership .warning-block h3 {
      color: #ff6e00;
      margin: 0 0 10px 0;
      font-size: 14px; }
    body.page-lfe.page-lfe_membership .warning-block p {
      margin-bottom: 0; }
    body.page-lfe.page-lfe_membership .warning-block .warning-block__icon {
      position: absolute;
      display: block;
      top: 13px;
      left: 11px;
      font-size: 24px; }
  body.page-lfe.page-lfe_membership .main-blocks__container a {
    font-weight: 600; }
  body.page-lfe.page-lfe_membership .membership__block,
  body.page-lfe.page-lfe_membership .my-profile__block,
  body.page-lfe.page-lfe_membership .billing-history__block {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff; }
  body.page-lfe.page-lfe_membership .membership__block .membership__plan-details {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.page-lfe.page-lfe_membership .membership__block .membership__plan-details > li {
      margin-bottom: 3px; }
    body.page-lfe.page-lfe_membership .membership__block .membership__plan-details .cell__label {
      font-weight: 600; }
  body.page-lfe.page-lfe_membership .membership__block hr {
    margin: 15px 0; }
  body.page-lfe.page-lfe_membership .membership__block .billing__actions > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.page-lfe.page-lfe_membership .membership__block .billing__actions > ul > li a {
      display: inline-block;
      padding: 5px 0; }
  body.page-lfe.page-lfe_membership .membership__block .restart-membership__block {
    padding: 15px 0 0 0;
    text-align: center; }
    body.page-lfe.page-lfe_membership .membership__block .restart-membership__block .button_primary {
      display: block;
      width: 100%;
      font-size: 13px;
      padding: 8px; }
    body.page-lfe.page-lfe_membership .membership__block .restart-membership__block .restart-membership__note {
      font-size: 11px;
      margin: 5px 0 0 0;
      color: #555; }
  body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account > li {
      margin-bottom: 3px; }
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account .cell__label {
      display: none; }
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account .row__first-name,
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account .row__last-name {
      display: inline-block; }
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account .row__first-name,
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account .row__last-name,
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account .row__email {
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-all;
      word-break: break-word; }
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account .row__password {
      color: #888; }
      body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account .row__password .cell__label {
        display: inline-block; }
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__account .my-profile__change-password {
      margin-left: 10px; }
  body.page-lfe.page-lfe_membership .my-profile__block .my-profile__email-preferences {
    margin: 20px 0 20px; }
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__email-preferences h4 {
      margin: 0 0 10px 0;
      padding: 0;
      font: 16px 'Open Sans';
      border: none; }
    body.page-lfe.page-lfe_membership .my-profile__block .my-profile__email-preferences > div:first-of-type {
      position: relative; }
      body.page-lfe.page-lfe_membership .my-profile__block .my-profile__email-preferences > div:first-of-type input[type="checkbox"] {
        position: absolute;
        top: 3px;
        left: 0;
        margin: 0;
        padding: 0;
        border: none;
        box-shadow: none; }
      body.page-lfe.page-lfe_membership .my-profile__block .my-profile__email-preferences > div:first-of-type label {
        font-size: 13px;
        margin: 0;
        padding: 0 0 0 25px; }
  body.page-lfe.page-lfe_membership .plan-details__membership-will-be-canceled,
  body.page-lfe.page-lfe_membership .plan-details__membership-is-expired {
    color: #FF6E00;
    margin: 0 0 15px 0; }
  body.page-lfe.page-lfe_membership li > span {
    margin: 0; }
  body.page-lfe.page-lfe_membership .billing__block,
  body.page-lfe.page-lfe_membership .plan-details__block,
  body.page-lfe.page-lfe_membership .billing-history__block {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd; }
    body.page-lfe.page-lfe_membership .billing__block ul,
    body.page-lfe.page-lfe_membership .plan-details__block ul,
    body.page-lfe.page-lfe_membership .billing-history__block ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body.page-lfe.page-lfe_membership .billing__block ul > li,
      body.page-lfe.page-lfe_membership .plan-details__block ul > li,
      body.page-lfe.page-lfe_membership .billing-history__block ul > li {
        padding: 0;
        margin: 0 0 5px 0; }
        body.page-lfe.page-lfe_membership .billing__block ul > li:last-child,
        body.page-lfe.page-lfe_membership .plan-details__block ul > li:last-child,
        body.page-lfe.page-lfe_membership .billing-history__block ul > li:last-child {
          margin-bottom: 0; }
    body.page-lfe.page-lfe_membership .billing__block .restart-membership__note,
    body.page-lfe.page-lfe_membership .plan-details__block .restart-membership__note,
    body.page-lfe.page-lfe_membership .billing-history__block .restart-membership__note {
      font-family: 'Arial', sans-serif;
      margin-top: 10px; }
  body.page-lfe.page-lfe_membership ul.billing-history__items {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.page-lfe.page-lfe_membership ul.billing-history__items li.billing-history__item {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #ddd; }
      body.page-lfe.page-lfe_membership ul.billing-history__items li.billing-history__item > p {
        margin: 0 0 3px 0;
        padding: 0; }
    body.page-lfe.page-lfe_membership ul.billing-history__items li.billing-history__item:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
  body.page-lfe.page-lfe_membership .button {
    font-size: 13px; }
  body.page-lfe.page-lfe_membership .membership__legal {
    margin: 30px 0;
    font-size: 11px;
    color: #555; }
  body.page-lfe.page-lfe_membership .payment-error {
    color: #D93600;
    padding: 15px;
    margin: 15px 0;
    border: 2px solid #D93600;
    border-radius: 3px; }

body.page-lfe.page-lfe_where-to-play {
  background: #f8f8f8; }
  body.page-lfe.page-lfe_where-to-play .page-lfe__container {
    font-size: 13px;
    color: #555; }
    body.page-lfe.page-lfe_where-to-play .page-lfe__container > .container {
      max-width: 400px; }
  body.page-lfe.page-lfe_where-to-play h1 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center; }
  body.page-lfe.page-lfe_where-to-play .appstore-instructions {
    font-size: 16px;
    padding: 15px;
    text-align: center; }
  body.page-lfe.page-lfe_where-to-play .appstore-link {
    display: inline-block;
    margin: 0 auto 10px; }
    body.page-lfe.page-lfe_where-to-play .appstore-link > img {
      display: block;
      width: 125px; }
  body.page-lfe.page-lfe_where-to-play .subhead__block {
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px 20px 20px;
    font-size: 16px; }
    body.page-lfe.page-lfe_where-to-play .subhead__block_appstore {
      margin: 0 -15px;
      background: #fff; }
  body.page-lfe.page-lfe_where-to-play .platform {
    display: table-row; }
    body.page-lfe.page-lfe_where-to-play .platform .platform__image {
      display: table-cell;
      width: 110px;
      padding: 12px 8px 8px 8px;
      vertical-align: top; }
      body.page-lfe.page-lfe_where-to-play .platform .platform__image > img {
        display: block;
        margin: 0 auto;
        width: 97px; }
    body.page-lfe.page-lfe_where-to-play .platform .platform__text {
      display: table-cell;
      padding: 8px;
      vertical-align: top; }
      body.page-lfe.page-lfe_where-to-play .platform .platform__text p {
        margin: 0;
        line-height: 1.3em; }
    body.page-lfe.page-lfe_where-to-play .platform h3 {
      font-size: 14px;
      font-weight: 600;
      margin: 0 0 5px;
      color: #555; }
  body.page-lfe.page-lfe_where-to-play .legal__block {
    margin: 30px 0;
    font-size: 10px; }

body.page-lfe .slidein_change-password {
  background: #fff; }
  body.page-lfe .slidein_change-password .slidein-content {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 15px 15px; }
    body.page-lfe .slidein_change-password .slidein-content h2 {
      font-size: 22px;
      font-weight: 400;
      margin: 0 0 30px 0; }
  body.page-lfe .slidein_change-password .field__label,
  body.page-lfe .slidein_change-password .field__input {
    display: block;
    width: auto;
    color: #333; }
  body.page-lfe .slidein_change-password .field__label {
    text-align: left;
    margin: 0 0 5px 0; }
  body.page-lfe .slidein_change-password .form__field_new-password .label__new-password-tip {
    font-size: 13px;
    color: #777; }
  body.page-lfe .slidein_change-password div[error-message-for] {
    font-size: 13px; }
  body.page-lfe .slidein_change-password .buttons__container {
    padding: 30px 0 0 0; }
    body.page-lfe .slidein_change-password .buttons__container .button_cancel,
    body.page-lfe .slidein_change-password .buttons__container .form__submit-button {
      padding: 8px 16px; }
    body.page-lfe .slidein_change-password .buttons__container .button_cancel {
      position: relative;
      display: inline-block;
      margin: 0 0 0 -16px;
      font-weight: 600;
      text-decoration: none;
      outline: none; }
    body.page-lfe .slidein_change-password .buttons__container .form__submit-button {
      padding: 8px 20px;
      font-weight: 600; }
  body.page-lfe .slidein_change-password .form__error {
    margin: 15px 0;
    color: #D93600; }

body.page-lfe .slidein_update-profile {
  background: #fff; }
  body.page-lfe .slidein_update-profile .slidein-content {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 15px 15px; }
    body.page-lfe .slidein_update-profile .slidein-content h2, body.page-lfe .slidein_update-profile .slidein-content h3 {
      font-weight: 400; }
    body.page-lfe .slidein_update-profile .slidein-content h2 {
      margin: 0 0 30px 0;
      font-size: 22px; }
    body.page-lfe .slidein_update-profile .slidein-content h3 {
      margin: 25px 0 10px;
      padding: 0;
      font-size: 16px;
      border: none; }
  body.page-lfe .slidein_update-profile .field__label,
  body.page-lfe .slidein_update-profile .field__input {
    display: block;
    width: auto;
    color: #333; }
  body.page-lfe .slidein_update-profile .field__label {
    text-align: left;
    margin: 0 0 5px 0; }
  body.page-lfe .slidein_update-profile .form__field_email-opt-in {
    position: relative; }
    body.page-lfe .slidein_update-profile .form__field_email-opt-in input[type="checkbox"] {
      position: absolute;
      top: 3px;
      left: 0;
      margin: 0;
      padding: 0;
      border: none;
      box-shadow: none; }
    body.page-lfe .slidein_update-profile .form__field_email-opt-in label {
      margin: 0;
      padding: 0 0 0 25px; }
  body.page-lfe .slidein_update-profile div[error-message-for] {
    font-size: 13px; }
  body.page-lfe .slidein_update-profile .buttons__container {
    padding: 15px 0 0 0; }
    body.page-lfe .slidein_update-profile .buttons__container .button_cancel,
    body.page-lfe .slidein_update-profile .buttons__container .form__submit-button {
      padding: 8px 16px; }
    body.page-lfe .slidein_update-profile .buttons__container .button_cancel {
      position: relative;
      display: inline-block;
      margin: 0 0 0 -16px;
      font-weight: 600;
      text-decoration: none;
      outline: none; }
    body.page-lfe .slidein_update-profile .buttons__container .form__submit-button {
      padding: 8px 40px;
      font-weight: 600; }
  body.page-lfe .slidein_update-profile .form__error {
    margin: 15px 0;
    color: #D93600; }

body.page-lfe div[data-slidein-name="update-credit-card"] .slidein-content {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 15px 15px; }
  body.page-lfe div[data-slidein-name="update-credit-card"] .slidein-content h2, body.page-lfe div[data-slidein-name="update-credit-card"] .slidein-content h3 {
    font-weight: 400; }
  body.page-lfe div[data-slidein-name="update-credit-card"] .slidein-content h2 {
    margin: 0 0 20px;
    font-size: 21px; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container h2, body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container h3 {
  font-weight: 400; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container h2 {
  margin: 0 0 20px;
  font-size: 21px; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .billing-info,
body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .billing-address {
  margin-bottom: 30px; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .billing-info .card-form__card-icons {
  text-align: left;
  margin: 0 0 15px 0; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .form__field_expires .field__input_expires-month {
  width: 60%;
  margin-right: 0 !important;
  padding-right: 5px; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .form__field_expires .field__input_expires-year {
  width: 40%;
  padding-left: 5px; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .form__field_expires .error-message_invalid-expiration-date {
  display: none;
  margin-top: 5px;
  font-size: 13px;
  color: #D93600; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .form__field_cvc input[name="cvc"] {
  width: 100px !important; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .form__field_cvc .field__input {
  position: relative; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .form__field_cvc .card-form__cvc-image {
  position: absolute;
  top: 0px;
  left: 115px; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .form__field_postal-code div[error-message-for="postalCode"] {
  pointer-events: none; }
  body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] .form__field_postal-code div[error-message-for="postalCode"] a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: default; }

body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container {
  margin-top: 30px; }
  body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400; }
  body.page-lfe div[data-slidein-name="update-credit-card"] .credit-card-form__container form[superform] [error-message-for] {
    font-size: 13px; }

body.page-lfe div[data-slidein-name="update-credit-card"] .buttons__container {
  padding: 10px 0 20px; }
  body.page-lfe div[data-slidein-name="update-credit-card"] .buttons__container a,
  body.page-lfe div[data-slidein-name="update-credit-card"] .buttons__container .button {
    display: inline-block;
    font-size: 13px;
    font-weight: 600; }
  body.page-lfe div[data-slidein-name="update-credit-card"] .buttons__container a {
    margin-right: 15px; }
  body.page-lfe div[data-slidein-name="update-credit-card"] .buttons__container .button_primary {
    padding: 8px 20px; }
  body.page-lfe div[data-slidein-name="update-credit-card"] .buttons__container .field__label {
    margin-top: 5px; }
  body.page-lfe div[data-slidein-name="update-credit-card"] .buttons__container .field__label,
  body.page-lfe div[data-slidein-name="update-credit-card"] .buttons__container .field__input {
    display: inline-block;
    vertical-align: middle; }

body.page-lfe div[data-slidein-name="cancel-membership"] .slidein-content {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 15px 15px; }
  body.page-lfe div[data-slidein-name="cancel-membership"] .slidein-content h2 {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 500; }

body.page-lfe div[data-slidein-name="cancel-membership"] .buttons__container {
  padding: 40px 0 20px; }
  body.page-lfe div[data-slidein-name="cancel-membership"] .buttons__container a,
  body.page-lfe div[data-slidein-name="cancel-membership"] .buttons__container .button {
    display: inline-block;
    font-size: 13px;
    font-weight: 600; }
  body.page-lfe div[data-slidein-name="cancel-membership"] .buttons__container a {
    margin-right: 15px; }
  body.page-lfe div[data-slidein-name="cancel-membership"] .buttons__container .button_primary {
    padding: 8px 20px; }

body.page-lfe div[data-slidein-name="cancel-membership"] .cancel-membership__error-block {
  color: #D93600;
  margin: 20px 0 0 0; }

body.page-lfe div[popup="cancel-survey"] .ui-component-popup-content {
  visibility: hidden;
  padding: 40px 15px 15px;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  font-weight: 400; }
  body.page-lfe div[popup="cancel-survey"] .ui-component-popup-content h2 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 400; }

body.page-lfe.page-lfe_restart-membership h1 {
  margin: 20px 0 10px;
  font-weight: 400; }

body.page-lfe.page-lfe_restart-membership h2 {
  margin: 0 0 20px;
  font-size: 17px;
  color: #333; }

body.page-lfe.page-lfe_restart-membership .restart-membership__note-text {
  margin-bottom: 20px; }

body.page-lfe.page-lfe_restart-membership .plan-details__block b {
  font-weight: 600; }

body.page-lfe.page-lfe_restart-membership .payment__subhead {
  margin-bottom: 15px; }

body.page-lfe.page-lfe_restart-membership .payment__label-plan,
body.page-lfe.page-lfe_restart-membership .payment-price {
  font-size: 14px; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container h2, body.page-lfe.page-lfe_restart-membership .credit-card-form__container h3 {
  font-weight: 400; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container h2 {
  margin: 0 0 20px;
  font-size: 21px; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .billing-info,
body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .billing-address {
  margin-bottom: 30px; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .billing-info .card-form__card-icons {
  text-align: left;
  margin: 0 0 15px 0; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .form__field_expires .field__input_expires-month {
  width: 60%;
  margin-right: 0 !important;
  padding-right: 5px; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .form__field_expires .field__input_expires-year {
  width: 40%;
  padding-left: 5px; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .form__field_expires .error-message_invalid-expiration-date {
  display: none;
  margin-top: 5px;
  font-size: 13px;
  color: #D93600; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .form__field_cvc input[name="cvc"] {
  width: 100px !important; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .form__field_cvc .field__input {
  position: relative; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .form__field_cvc .card-form__cvc-image {
  position: absolute;
  top: 0px;
  left: 115px; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .form__field_postal-code div[error-message-for="postalCode"] {
  pointer-events: none; }
  body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .form__field_postal-code div[error-message-for="postalCode"] a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: default; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .billing-info {
  margin-top: 15px; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .billing-address {
  margin-bottom: 15px; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] h3 {
  margin-bottom: 15px;
  font-weight: 400; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .card-form__required-fields-label {
  font-size: 11px;
  color: #555; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .membership__legal {
  margin: 20px 0; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .payment-tos-agreement {
  position: relative;
  background: #eaeaea;
  margin: 0;
  padding: 7px 7px 7px 32px;
  border-radius: 3px; }
  body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .payment-tos-agreement label[for="agree"] {
    padding-left: 40px; }
    body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .payment-tos-agreement label[for="agree"] > a {
      color: #444;
      text-decoration: underline; }
  body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .payment-tos-agreement > div[error-message-for] {
    font-size: 14px;
    margin-left: 40px;
    color: #D93600; }

body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .buttons__container {
  margin: 30px 0; }
  body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .buttons__container .button {
    padding: 8px 20px; }
  body.page-lfe.page-lfe_restart-membership .credit-card-form__container form[superform] .buttons__container .button_go-back {
    margin-right: 10px;
    margin-left: -10px;
    padding: 10px;
    font-weight: 600;
    background: none;
    border: none;
    box-shadow: none;
    color: #690; }

body.page-lfe.page-lfe_restart-membership .restart-membership__actions {
  padding: 10px 0 0 0; }
  body.page-lfe.page-lfe_restart-membership .restart-membership__actions .button_go-back {
    font-size: 13px;
    font-weight: 600;
    color: #690;
    background: transparent;
    padding: 8px;
    border: none;
    box-shadow: none; }
  body.page-lfe.page-lfe_restart-membership .restart-membership__actions .button_restart-membership {
    font-size: 13px;
    padding: 8px 20px;
    margin-left: 10px; }

body.page-lfe.page-lfe_expired {
  background: #f8f8f8; }
  body.page-lfe.page-lfe_expired .page-lfe__container > .container {
    text-align: center; }
  body.page-lfe.page-lfe_expired .expired-block__container {
    background: #fff;
    max-width: 400px;
    margin: 60px auto 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px; }
  body.page-lfe.page-lfe_expired .expired-block__header {
    max-width: 300px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 600; }
    body.page-lfe.page-lfe_expired .expired-block__header h1 {
      font-size: 26px;
      margin: 0 0 20px; }
    body.page-lfe.page-lfe_expired .expired-block__header div {
      font-size: 18px;
      font-weight: 600; }
  body.page-lfe.page-lfe_expired .expired-block__instructions {
    max-width: 300px;
    margin: 0 auto;
    font-size: 15px; }
    body.page-lfe.page-lfe_expired .expired-block__instructions a {
      font-size: 15px;
      font-weight: 600; }

body.page-lfe.page-lfe_device-oobe-offer .page-lfe__container .country-switcher__container {
  margin-bottom: 15px;
  text-align: right; }

body.page-lfe.page-lfe_device-oobe-offer div[popup="confirmSkipOffer"] .ui-component-popup-content,
body.page-lfe.page-lfe_device-oobe-offer div[popup="skipOfferConfirmed"] .ui-component-popup-content {
  top: 50%;
  width: 400px;
  margin-left: -200px;
  margin-top: -110px;
  padding: 30px;
  font-size: 19px; }
  body.page-lfe.page-lfe_device-oobe-offer div[popup="confirmSkipOffer"] .ui-component-popup-content .buttons__container,
  body.page-lfe.page-lfe_device-oobe-offer div[popup="skipOfferConfirmed"] .ui-component-popup-content .buttons__container {
    margin-top: 30px; }
    body.page-lfe.page-lfe_device-oobe-offer div[popup="confirmSkipOffer"] .ui-component-popup-content .buttons__container .button,
    body.page-lfe.page-lfe_device-oobe-offer div[popup="confirmSkipOffer"] .ui-component-popup-content .buttons__container a,
    body.page-lfe.page-lfe_device-oobe-offer div[popup="skipOfferConfirmed"] .ui-component-popup-content .buttons__container .button,
    body.page-lfe.page-lfe_device-oobe-offer div[popup="skipOfferConfirmed"] .ui-component-popup-content .buttons__container a {
      display: inline-block;
      font-size: 19px;
      padding: 8px 30px; }
    body.page-lfe.page-lfe_device-oobe-offer div[popup="confirmSkipOffer"] .ui-component-popup-content .buttons__container .button_primary,
    body.page-lfe.page-lfe_device-oobe-offer div[popup="skipOfferConfirmed"] .ui-component-popup-content .buttons__container .button_primary {
      background: #FF6800;
      margin-left: 30px; }

body.page-lfe.page-lfe_device-already-subscribed h1 {
  font-size: 27px;
  margin: 40px 0 20px;
  text-align: left; }

body.page-lfe.page-lfe_device-already-subscribed .page-lfe__container {
  background-image: url("../../legacy-assets/img/lfe/device/device-oobe-bg-island.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 560px; }
  body.page-lfe.page-lfe_device-already-subscribed .page-lfe__container > .container {
    width: 500px;
    margin: 0 auto;
    padding: 0; }

body.page-lfe.page-lfe_device-already-subscribed .buttons__container {
  margin-top: 50px; }
  body.page-lfe.page-lfe_device-already-subscribed .buttons__container .button {
    background: #D7D7D7;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    padding: 8px 30px;
    border: none;
    border-radius: 0; }
    body.page-lfe.page-lfe_device-already-subscribed .buttons__container .button.button_primary {
      background: #EFAF00;
      color: #fff; }

body.page-lfe.page-lfe_device-expired h1 {
  font-size: 27px;
  margin: 40px 0 20px;
  text-align: left; }

body.page-lfe.page-lfe_device-expired .page-lfe__container {
  background-image: url("../../legacy-assets/img/lfe/device/device-oobe-bg-island.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 560px; }
  body.page-lfe.page-lfe_device-expired .page-lfe__container > .container {
    width: 500px;
    margin: 0 auto;
    padding: 0; }

body.page-lfe.page-lfe_device-expired .buttons__container {
  margin-top: 50px; }
  body.page-lfe.page-lfe_device-expired .buttons__container .button {
    background: #D7D7D7;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    padding: 8px 30px;
    border: none;
    border-radius: 0; }
    body.page-lfe.page-lfe_device-expired .buttons__container .button.button_primary {
      background: #EFAF00;
      color: #fff; }

body.page-lfe.page-lfe_device-handoff #starterAppConfirm .starter__top-banner {
  padding: 10px 0 20px; }

body.page-lfe.page-lfe_device-handoff #starterAppConfirm h1.starter__heading {
  font-size: 44px; }

body.page-lfe.page-lfe_device-handoff #starterAppConfirm .starter__subheading {
  font-size: 22px; }

body.page-lfe.page-lfe_device-handoff .lfe-app-banner,
body.page-lfe.page-lfe_device-handoff .startplaying {
  margin-top: 10px; }
  body.page-lfe.page-lfe_device-handoff .lfe-app-banner a,
  body.page-lfe.page-lfe_device-handoff .lfe-app-banner img,
  body.page-lfe.page-lfe_device-handoff .startplaying a,
  body.page-lfe.page-lfe_device-handoff .startplaying img {
    display: block; }

body.page-lfe.page-lfe_device-coming-soon {
  background: #0094ff; }
  body.page-lfe.page-lfe_device-coming-soon [scrollable="main"] {
    top: 0; }
  body.page-lfe.page-lfe_device-coming-soon .page-lfe__container {
    color: #fff;
    text-align: center;
    padding: 15px; }
    body.page-lfe.page-lfe_device-coming-soon .page-lfe__container > .container {
      padding: 0; }
  body.page-lfe.page-lfe_device-coming-soon .country-switcher__container {
    text-align: right; }
  body.page-lfe.page-lfe_device-coming-soon .mobile-dropdown .mobile-dropdown__button {
    padding: 6px 50px 6px 12px;
    font-size: 15px;
    border: none;
    border-radius: 0; }
  body.page-lfe.page-lfe_device-coming-soon .mobile-dropdown .mobile-dropdown__value {
    color: #333; }
  body.page-lfe.page-lfe_device-coming-soon .mobile-dropdown__panel {
    width: 300px;
    margin-left: -150px; }
    body.page-lfe.page-lfe_device-coming-soon .mobile-dropdown__panel .mobile-dropdown__item {
      font-size: 15px;
      padding: 15px 60px 15px 20px; }
      body.page-lfe.page-lfe_device-coming-soon .mobile-dropdown__panel .mobile-dropdown__item--selected::after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 24px; }
  body.page-lfe.page-lfe_device-coming-soon .logo {
    display: block;
    width: 260px;
    margin: 60px auto 40px; }
  body.page-lfe.page-lfe_device-coming-soon .heading,
  body.page-lfe.page-lfe_device-coming-soon .subheading {
    font-weight: 600;
    margin: 0 auto; }
  body.page-lfe.page-lfe_device-coming-soon .heading {
    font-size: 26px;
    margin-bottom: 20px; }
  body.page-lfe.page-lfe_device-coming-soon .subheading {
    font-size: 16px;
    line-height: 1.5em; }
  @media (min-width: 600px) {
    body.page-lfe.page-lfe_device-coming-soon {
      background: -webkit-linear-gradient(top, #0094ff 0%, #e9e4cd 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #0094ff 0%, #e9e4cd 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      body.page-lfe.page-lfe_device-coming-soon .page-lfe__container {
        padding: 30px; }
      body.page-lfe.page-lfe_device-coming-soon .mobile-dropdown .mobile-dropdown__button {
        font-size: 18px; }
      body.page-lfe.page-lfe_device-coming-soon .mobile-dropdown__panel {
        width: 360px;
        margin-left: -180px; }
        body.page-lfe.page-lfe_device-coming-soon .mobile-dropdown__panel .mobile-dropdown__item {
          font-size: 18px; }
      body.page-lfe.page-lfe_device-coming-soon .logo {
        width: auto;
        margin: 80px auto 60px; }
      body.page-lfe.page-lfe_device-coming-soon .heading,
      body.page-lfe.page-lfe_device-coming-soon .subheading {
        width: 500px; }
      body.page-lfe.page-lfe_device-coming-soon .heading {
        font-size: 36px; }
      body.page-lfe.page-lfe_device-coming-soon .subheading {
        font-size: 25px; } }
  body.page-lfe.page-lfe_device-coming-soon .buttons__container {
    margin-top: 60px;
    text-align: center; }
    body.page-lfe.page-lfe_device-coming-soon .buttons__container .button {
      background: #EFAF00;
      font-size: 25px;
      color: #fff;
      padding: 8px 80px;
      border: none;
      border-radius: 0;
      box-shadow: none; }

.bv-stars__container a {
  font-weight: bold;
  text-decoration: none; }

.bv-stars__container img.bazaarvoice__stars-image {
  width: 90px;
  position: relative;
  top: -2px; }

.bv-summary__container {
  background-color: #f4f4f4;
  border: 1px solid #e9e9e9;
  width: 100%;
  margin: 30px 0 0;
  padding: 15px; }

.bv-summary__header,
.bv-summary__histogram,
.bv-summary__see-reviews-container {
  display: none; }

.bv-summary__container_has-reviews .bv-summary__header_has-reviews,
.bv-summary__container_has-reviews .bv-summary__histogram,
.bv-summary__container_has-reviews .bv-summary__see-reviews-container {
  display: block; }

.bv-summary__container_no-reviews .bv-summary__header_no-reviews {
  display: block; }

.bv-summary__header_has-reviews {
  margin-bottom: 30px; }
  .bv-summary__header_has-reviews h2.bv-summary-header__title {
    margin: 0; }
  .bv-summary__header_has-reviews img.bazaarvoice__stars-image {
    width: 100px;
    position: relative;
    top: -2px;
    margin-right: 5px; }
  .bv-summary__header_has-reviews .bv-summary-header__stars-and-average-rating {
    color: #777;
    font-weight: bold; }

.bv-summary__header_no-reviews h2.bv-summary-header__title {
  margin: 0 15px 0 0; }

.bv-summary__header_no-reviews img.bv-summary-header__stars-image {
  width: 90px;
  margin-right: 10px; }

.bv-summary__header_no-reviews .bv-summary-header__text-no-reviews {
  color: #656565;
  font-size: 0.9em; }

.bv-summary__container .bv-summary__btn-see-reviews {
  margin: 20px 0;
  padding-left: 30px;
  padding-right: 30px; }

.lpad3e .bv-summary__container {
  padding: 5px; }

/*
.bv-summary__container > h2 {
  font-size: 18px;
  @include Muli-Bold;
  line-height: normal;
  color: $dark-green;
  margin: 0 0 20px 0 !important;
}
*/
.bv-summary__histogram {
  width: 235px;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
  border: 1px solid #d4d3d3; }

.lpu .bv-summary__histogram {
  width: 300px; }

.lpad3e .bv-summary__histogram {
  padding: 10px; }

.bv-summary__histogram > table {
  border-spacing: 0;
  border-collapse: collapse; }

.lpu .bv-summary__histogram > table {
  margin: 0 auto; }

.bv-summary__histogram > table td {
  padding: 2px 5px; }

.lpad3e .bv-summary__histogram > table td {
  padding: 2px; }

.bv-histogram__bar-box {
  position: relative;
  width: 100px;
  background-color: #ebebeb; }

.bv-histogram__bar {
  height: 16px;
  background: #97ca00 url("//leapfrog.ugc.bazaarvoice.com/bvstaging/static/8818mexp-en_US/full_bar.png") top left repeat-y; }

.bv-summary__histogram > table td.bv-summary__rating-value-cell {
  white-space: nowrap; }

.bv-summary__histogram > table td.bv-summary__ratings-count-cell {
  color: #777; }

.connect .bv-summary__container > h2 {
  font-family: 'Muli Bold','Muli','Muli-Regular',Arial,sans-serif; }

/* Vendor -> Bazaar Voice Overrides
	Media Queries to provide a better experience on smaller
	screens and LF devices
	========================================================================== */
.lpp #BVRRSecondarySummaryContainer .BVRRHistogram,
.lpu #BVRRSecondarySummaryContainer .BVRRHistogram,
.lfe #BVRRSecondarySummaryContainer .BVRRHistogram {
  margin: 0 auto; }

.lpp #BVRRSecondarySummaryContainer .BVRRCustomReviewLabel,
.lfe #BVRRSecondarySummaryContainer .BVRRCustomReviewLabel {
  font-size: 14px;
  font-size: 1.82rem; }

.lpp #BVRRSecondarySummaryContainer .BVRRRatingSummaryLinkWriteFirstPrefix,
.lpp .BVRRRootElement #BVRRRatingSummaryLinkReadID a,
.lfe #BVRRSecondarySummaryContainer .BVRRRatingSummaryLinkWriteFirstPrefix,
.lfe .BVRRRootElement #BVRRRatingSummaryLinkReadID a {
  font-size: 13px;
  font-size: 1.69rem; }

.lpp #BVRRSecondarySummaryContainer .BVRRRatingSummaryNoReviewsWriteImageLink {
  width: 90px;
  height: 20px;
  background-size: 90px 20px; }

.lpp .BVRROverallRatingContainer .BVRRRatingNormalImage img {
  width: 90px; }

body.layout_tablet.pdp #BVRRSummaryContainer {
  margin: 0 !important; }
  body.layout_tablet.pdp #BVRRSummaryContainer .BVRRRatingSummary.BVRRPrimaryRatingSummary {
    width: 140px !important; }

/*
@media only screen and (max-width : 480px) { // setting this to CABO landscape
	#BVRRSecondarySummaryContainer {
		float: none;
		margin: 0;
	}
	
	.BVRRReviewDisplayStyle5BodyUser,
	.BVRRReviewDisplayStyle5BodyContent,
	.BVRRReviewSocialLinksContainer {
		float: none;
		width: 100%;
	}
	
	.BVRRAvatar {
		margin-bottom: 0.3em;
	}
	
	.BVRRPrimarySummary {
		width: auto;
	}
}

	#bvContainerSum {
		background: #f4f4f4;
	}
	
	#BVRRSummaryContainer {
		margin: 2px 0 0;
	}
	
	.BVRRRatingSummaryHeader {
		display: none;
	}
	
	.BVRRContextDataContainer {
		margin-left: 0;
	}
*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 6px;
  background: #e5e5e5;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots span {
  background: #659900; }

.owl-carousel .owl-item img {
  width: auto;
  margin: auto; }

/* CC Info Styles -> Moved to SASS 
   modules/module_profile_addcc */
/* Footer Styles -> Moved to SASS
   modules/_footer
/* ----------------- */
.mobile-dropdown {
  display: inline-block; }

.mobile-dropdown__overlay {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  cursor: default; }
  .mobile .mobile-dropdown__overlay {
    position: fixed; }

.mobile-dropdown__panel {
  position: absolute;
  display: none;
  width: 240px;
  top: 50%;
  left: 50%;
  margin-left: -120px;
  background: #fff;
  border-radius: 6px;
  /*   box-shadow: 0 5px 20px rgba(0, 0, 0, .5); */
  z-index: 20001;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  cursor: default;
  /*-webkit-transition: all 100ms;*/
  /*opacity: 0;*/ }
  .mobile .mobile-dropdown__panel {
    position: fixed; }
  @media only screen and (min-width: 600px) {
    .mobile-dropdown__panel {
      width: 400px;
      margin-left: -200px; } }

.mobile-dropdown__content {
  position: relative;
  padding: 0; }

.mobile-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.mobile-dropdown__item {
  position: relative;
  padding: 12px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .mobile-dropdown__item:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .mobile-dropdown__item:last-of-type {
    border-bottom: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
  .mobile-dropdown__item--selected {
    background: #fffbe5;
    padding-right: 40px; }
    .mobile-dropdown__item--selected::after {
      position: absolute;
      display: block;
      content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.281 5.281L9 15.563 4.719 11.28 3.28 12.72l5 5 .719.687.719-.687 11-11z"/></svg>');
      top: 50%;
      right: 12px;
      color: #333;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 24px;
      height: 24px; }
  @media only screen and (min-width: 600px) {
    .mobile-dropdown__item {
      padding: 16px; }
      .mobile-dropdown__item--selected {
        padding-right: 60px; }
        .mobile-dropdown__item--selected::after {
          width: 32px;
          height: 32px;
          right: 16px; } }

.mobile-dropdown__item--tapped {
  background: #E7ECF5; }

/* previous checkmark version (saved) */
.mobile-dropdown__item--selected-blue-checkmark::after {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  height: 12px;
  background: url("/store-assets/img/mobile-dropdown-checkmark.png") 0 0 no-repeat;
  top: 13px;
  right: 15px; }

.mobile-dropdown__item--disabled {
  color: #888; }

.mobile-dropdown__button {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 10px;
  padding-right: 40px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  line-height: normal;
  text-align: left;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none; }
  .mobile-dropdown__button:not([disabled]):hover {
    border-color: #888; }
  .mobile-dropdown__button:focus {
    border-color: #4da6ff !important;
    box-shadow: 0 0 0 1px #4da6ff !important; }
  .mobile-dropdown__button::after {
    position: absolute;
    display: block;
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    height: 24px;
    width: 24px;
    top: 50%;
    right: 4px;
    color: #555;
    opacity: 0.7;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none; }
  .mobile-dropdown__button option[disabled] {
    color: #999; }

.mobile-dropdown__placeholder {
  color: #777; }

.__scrollable__ {
  position: relative;
  overflow: hidden; }

.__scrollable__viewport {
  position: absolute;
  padding-top: 3px;
  width: 100%;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

/*
.mobile .__scrollable__viewport {
  width: 91.66666666666666667%; // Fix for right shift in mobile
}
*/
.root-layer {
  overflow-x: hidden; }

/* TODO: move away from here */
.__scrollable__.root-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content {
  padding-bottom: 230px; }

.lpu .__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content,
.lpp .__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content,
.lfe .__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content {
  padding-bottom: 240px; }

.__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content > footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

.lpad3e .__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content {
  min-height: 388px; }

.lpp .__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content,
.lpu .__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content,
.lfe .__scrollable__.root-layer >
.__scrollable__viewport >
.__scrollable__content {
  min-height: 859px; }

.slidein > .slidein-container.scrollable {
  /* Prevent native touch events on Windows */
  -ms-touch-action: none;
  /* Prevent the callout on tap-hold and text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Prevent text resize on orientation change, useful for web-apps */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  cursor: default; }

.slidein-container.scrollable > .slidein-content-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  /* Prevent elements to be highlighted on tap */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Put the scroller into the HW Compositing layer right from the start */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.slidein-container.scrollable >
.slidein-content-wrap >
.slidein-content {
  position: relative;
  padding: 20px; }
  .device.layout_tablet .slidein-container.scrollable >
.slidein-content-wrap >
.slidein-content {
    padding: 30px; }

.slidein-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  /*-webkit-transition: all 200ms;*/ }
  .mobile .slidein-backdrop {
    position: fixed; }

.slidein {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  background: #fff;
  outline: none;
  /*-webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);*/ }

.slidein .slidein-container.scrollable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0; }

.slidein-hidden {
  position: absolute;
  display: none;
  left: 9999;
  z-index: -1; }

.slidein.slidein_loading .__slidein__bottom-close-button-container {
  display: none; }

.slidein .ajax-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
  .slidein .ajax-loading img.spinner {
    display: block;
    width: 24px;
    height: 24px; }
    @media only screen and (min-width: 600px) {
      .slidein .ajax-loading img.spinner {
        width: 32px;
        height: 32px; } }

.slidein .ajax-loading .label-loading {
  margin-bottom: 20px; }

.slidein__error-message {
  text-align: center;
  padding: 160px 0 60px;
  font-size: 14px;
  line-height: 1.7em;
  color: #D93600; }
  .slidein__error-message > i.fa {
    display: block;
    margin-bottom: 10px;
    font-size: 30px; }

.__slidein__ {
  display: none; }

.slidein.__slidein__visible,
.__slidein__.__slidein__visible {
  display: block; }

.__slidein__top-close-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  appearance: none;
  border: none;
  background: transparent 50% 50% no-repeat;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2236%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 30px;
  border-radius: 4px;
  padding: 0;
  font-weight: normal;
  overflow: hidden;
  color: #333;
  cursor: pointer;
  opacity: 0.7;
  z-index: 10; }
  @media only screen and (min-width: 600px) {
    .__slidein__top-close-button {
      width: 50px;
      height: 50px;
      background-size: 40px; } }

/* popups */
.ui-component-popup {
  display: none;
  z-index: 20000; }

.ui-component-popup-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20001;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  cursor: default; }

.ui-component-popup-content {
  box-sizing: border-box;
  position: absolute;
  width: 240px;
  top: 40px;
  left: 50%;
  margin-left: -120px;
  z-index: 20002;
  background: #fff;
  border-radius: 5px;
  padding: 20px; }

.layout_tablet .ui-component-popup-content {
  top: 160px;
  width: 400px;
  margin-left: -200px;
  padding: 30px; }

a.ui-component-popup__close-button {
  position: absolute;
  display: block;
  top: 0;
  right: 0px;
  color: #000;
  opacity: 0.4;
  font-weight: normal; }

.layout_tablet a.ui-component-popup__close-button {
  font-size: 24px;
  padding: 10px; }

.layout_mobile a.ui-component-popup__close-button {
  font-size: 20px;
  padding: 5px; }

/* TODO: consider why div.row has negative margins (bootstrap)? (-15px) */
.ui-component-popup-content div.row {
  margin-left: 0;
  margin-right: 0; }

.video-slidein {
  display: none; }

.slidein.video-slidein
.slidein-container.scrollable >
.slidein-content-wrap,
.slidein.video-slidein
.slidein-content-wrap >
.slidein-container.scrollable >
.slidein-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px; }
  .lpp .slidein.video-slidein
.slidein-container.scrollable >
.slidein-content-wrap,
  .lfe .slidein.video-slidein
.slidein-container.scrollable >
.slidein-content-wrap, .lpp
  .slidein.video-slidein
.slidein-content-wrap >
.slidein-container.scrollable >
.slidein-content,
  .lfe
  .slidein.video-slidein
.slidein-content-wrap >
.slidein-container.scrollable >
.slidein-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }

/* ADD - Space at "top" of screen so content does not collide with close button.
         Adjust so no space is added in video slide-in */
.slidein .slidein-content {
  padding-top: 3em; }

.slidein.video-slidein .slidein-content {
  padding-top: 0; }

.video-container-rotated {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 443px;
  height: 272px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.lpp .video-container-rotated,
.lfe .video-container-rotated {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none; }

.video-container-rotated
.video-slidein__header {
  position: absolute;
  height: 40px;
  top: 0;
  right: 0;
  left: 0;
  padding: 4px;
  text-align: center;
  z-index: 20; }

.lpp .video-container-rotated
.video-slidein__header,
.lfe .video-container-rotated
.video-slidein__header {
  position: relative;
  height: auto;
  top: auto;
  right: auto;
  left: auto; }

.lpp .video-slidein__header,
.lfe .video-slidein__header {
  padding: 200px 0 40px;
  margin-left: 0.55em; }

.video-slidein__btn-close {
  position: absolute;
  top: -0.4em;
  right: -0.2em;
  cursor: pointer;
  z-index: 1;
  padding: 1em 1em 0.7em; }

.video-slidein__btn-play,
.video-slidein__btn-rewind {
  padding-left: 1em;
  padding-right: 1em;
  min-width: 100px;
  position: relative;
  top: 1px; }

.video-slidein__btn-play {
  margin-right: 1.5em; }

.video-container-rotated video {
  background: #fff;
  z-index: 10;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0; }

.lpp .video-container-rotated video,
.lfe .video-container-rotated video {
  position: relative;
  width: 580px;
  height: 326px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0 auto; }

.video-slidein .video-player .video-player__loader,
.video-slidein .video-player .video-player__error {
  background: #fff;
  z-index: 11;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center; }

.lpp .video-slidein .video-player,
.lfe .video-slidein .video-player {
  position: relative;
  margin: 0 -30px; }

.lpp .video-slidein .video-player .video-player__loader,
.lpp .video-slidein .video-player .video-player__error,
.lfe .video-slidein .video-player .video-player__loader,
.lfe .video-slidein .video-player .video-player__error {
  top: 0; }

.video-slidein .video-player .video-player__loader .video-player__loader-content,
.video-slidein .video-player .video-player__error .video-player__error-content {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 100%;
  text-align: center;
  overflow: hidden; }

.video-slidein .video-player .video-player__loader .video-player__loader-content p,
.video-slidein .video-player .video-player__error .video-player__error-content p {
  margin: 0.5em 0 0 0; }

.video-slidein .video-player .video-player__error .video-player__error-content i.fa-warning {
  font-size: 30px;
  color: #FF7A4D; }

.notification-banner {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  /*margin-left: -136px;*/
  background: #fff;
  font-size: 13px;
  cursor: default;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1020;
  /* need to be less than header's 'z-index */ }
  .mobile .notification-banner {
    position: fixed;
    font-size: inherit; }

.lpp .notification-banner,
.lpu .notification-banner,
.lfe .notification-banner {
  font-size: 16px; }

.notification-banner
.notification-banner-content {
  position: relative;
  padding: 14px 14px 10px 33px;
  line-height: 1.2em; }

.notification-banner .notification-banner-content i.fa {
  display: block;
  position: absolute;
  top: 1em;
  left: 1em; }
  .notification-banner .notification-banner-content i.fa.fa-heart {
    color: #669900;
    left: .75em; }
  .notification-banner .notification-banner-content i.fa.fa-shopping-cart {
    color: #669900;
    left: .75em; }
  .notification-banner .notification-banner-content i.fa.fa-times {
    color: #669900; }

/*.notification-banner
.notification-banner-content::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  font: FontAwesome;
  content: "\f058";
  color: #00B285;
}*/
.notification-banner
.notification-banner-content-error.notification-banner-content::before {
  display: block;
  position: absolute;
  top: 13px;
  left: 8px;
  font-family: FontAwesome;
  content: "\f071";
  color: #FF7A4D; }

.notification-banner
.notification-banner-content-error.notification-banner-content b.b-red {
  color: #FF5E00; }

.notification-banner
.notification-banner-content.notification-banner-content-abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.btn.btn-add-to-cart {
  position: relative;
  font-size: inherit; }
  .btn.btn-add-to-cart span {
    font-size: inherit; }
    .device.layout_tablet .btn.btn-add-to-cart span {
      font-size: 16px; }
  .btn.btn-add-to-cart .cart-button__spinner {
    display: none; }
  .btn.btn-add-to-cart[disabled].btn-add-to-cart_added {
    background: transparent;
    border: 1px solid #ddd;
    color: #6A6A6A;
    font-weight: normal;
    opacity: 1; }
  .btn.btn-add-to-cart[disabled].btn-add-to-cart_requesting {
    background: #febc35;
    border-color: #febc35;
    color: transparent;
    cursor: default;
    opacity: 1; }
    .btn.btn-add-to-cart[disabled].btn-add-to-cart_requesting .cart-button__spinner {
      position: absolute;
      display: block;
      box-sizing: border-box;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      margin-left: -10px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #fff;
      border-right-color: #fff;
      outline: none;
      -webkit-animation: spinner 0.7s linear infinite;
      animation: spinner 0.7s linear infinite;
      pointer-events: none;
      z-index: 2; }

/* STICKY */
.sticky-sticked {
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

/* NEW CAROUSEL */
.ui-carousel {
  position: relative;
  width: 100%;
  margin-top: 10px; }

.ui-carousel img {
  max-height: none; }

.lpp .ui-carousel__item img,
.lpu .ui-carousel__item img,
.lfe .ui-carousel__item img {
  width: auto; }

.ui-carousel .owl-controls .owl-nav {
  display: none; }

.ui-carousel__btn-prev,
.ui-carousel__btn-next {
  display: none;
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  top: 0;
  background-color: transparent;
  border: none;
  font-size: 50px;
  color: #669900;
  cursor: pointer;
  padding: 0 15px;
  line-height: 150px;
  z-index: 200; }

.ui-carousel__btn-prev i.fa,
.ui-carousel__btn-next i.fa {
  line-height: inherit; }

.ui-carousel__btn-prev {
  left: -25px; }
  .mobile .ui-carousel__btn-prev {
    left: 0;
    padding: 0 24px 0 0; }

.lpad3e .ui-carousel__btn-prev {
  left: -20px; }

.layout_tablet #productMediaCarousel .ui-carousel__btn-prev {
  left: 0; }

.ui-carousel__btn-next {
  right: -25px; }
  .mobile .ui-carousel__btn-next {
    right: 0;
    padding: 0 0 0 24px; }

.lpad3e .ui-carousel__btn-next {
  right: -20px; }

.lpp.catalog .ui-carousel__btn-prev,
.lpp.catalog .ui-carousel__btn-next,
.lpu.catalog .ui-carousel__btn-prev,
.lpu.catalog .ui-carousel__btn-next,
.lfe.catalog .ui-carousel__btn-prev,
.lfe.catalog .ui-carousel__btn-next {
  padding: 0 10px; }

.lfe.catalog .ui-carousel__btn-next, .lfe.pdp .ui-carousel__btn-next, .lpp.catalog .ui-carousel__btn-next, .lpp.pdp .ui-carousel__btn-next, .lpu.catalog .ui-carousel__btn-next, .lpu.pdp .ui-carousel__btn-next {
  right: -22px;
  padding-left: 30px; }

.lfe.catalog .ui-carousel__btn-prev, .lfe.pdp .ui-carousel__btn-prev, .lpp.catalog .ui-carousel__btn-prev, .lpp.pdp .ui-carousel__btn-prev, .lpu.catalog .ui-carousel__btn-prev, .lpu.pdp .ui-carousel__btn-prev {
  left: -22px;
  padding-right: 30px; }

.layout_tablet #productMediaCarousel .ui-carousel__btn-next {
  right: 0; }

.ui-carousel a.thumbnail {
  position: relative;
  display: block; }

.ui-carousel .flagRibbon {
  z-index: 10; }

.lpp .ui-carousel .product-pod,
.lpu .ui-carousel .product-pod,
.lfe .ui-carousel .product-pod {
  width: 175px; }

/* IFRAME TOUCH DEVICES FIX */
.content-iframe-wrapper {
  position: relative; }

.content-iframe-overlay {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

/* CART/WISHLIST LINKS SPINNER ON REQUEST */
.btn-cart_link,
.btn-wishlist_link {
  outline: none !important; }

.btn-cart_link.btn-cart-requesting,
.btn-wishlist_link.btn-wishlist-requesting {
  position: relative;
  color: rgba(0, 0, 0, 0.5) !important;
  /* padding-right: 18px !important; */
  text-decoration: none; }

.btn-cart_link.btn-cart-requesting::before,
.btn-wishlist_link.btn-wishlist-requesting::before {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  top: 4px;
  right: -18px;
  /*spinner-18x18.gif*/
  background: transparent url(data:image/gif;base64,R0lGODlhEgASAKUAACQiJJSSlMzKzGRmZKyurOTm5Hx6fDQ2NJyenNza3MTCxPTy9GxubLS2tISChDw+PJyanNTS1Ozu7KSmpOTi5Pz6/CQmJJSWlMzOzGxqbLSytOzq7Hx+fDw6PKSipNze3MTGxPT29HRydLy6vISGhERCRP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBQAmACwAAAAAEgASAAAGo0CTcCgMXIjIIWIkNHCECEdS6MlsTAaD6dMhTU0SxtFpEj0kSIJmYRpZBQKux1QQiYQKBwkUug4/CxcWAEdCEhMOaEgJAAMfSYpJj0MKDRoNFF8aJZwDCpcamVObnURsUyFJIQINp6YNAqlCCQ0NCRWyQgsVtLZCGBGptCEFGwu+IcBIFbAmCiAmrLlIGA2pzyYhGhFfGAlCINAmCRhfRBHcU0EAIfkECQUAKQAsAAAAABIAEgCFBAYEhIKExMLEpKKk5OLkVFJUtLK0lJKU1NLU9PL0NDY0ZGZkjIqMzMrMrKqs7OrsZGJkvLq8DA4MXFpcnJ6c3Nrc/Pr8PD48DAoMhIaExMbEpKak5ObkVFZUtLa0lJaU9Pb0PDo8dHZ0jI6MzM7MrK6s7O7svL683N7c////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABqTAlHAoHGyIyGFJI2SMhKVDUmgImFLOFKcgnSYyDuwzM7kSTwJQSmBFILal1CMQEJIoFATILCSABhcKA0MJERR8QygKIhxJCVMpBEQIGpUPkCcdEx0iJBoNGpdTER2aIkSPUxVJIA0eqUQVAB0oQxUeHhUWaoQgDBIYDHZ6KbcgHA8JuVoLEEgWHg1rTK68SSQeagJMIAYIkCSrKZVCFSSQk99TQQAh+QQJBQAnACwAAAAAEgASAIUEBgSEhoTEwsSkpqTk4uRUUlSUlpTU0tT08vRkZmS0trQkIiSMjozMyszs6uycnpxsbmysrqxkYmTc2tz8+vy8vrwUEhSMiozExsTk5uRUVlScmpz09vRsamy8urwkJiSUkpTMzszs7uykoqR0cnS0srTc3tz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGpMCTcCgslYjIYeUgfIyEikdSKNggTs5TpjOYnjgPD/ZpgFyJoQPndHggDpOtWARiCCcKxYQiImY4ERoFEUMIDQpnRAQFAQ5JiUgZRAcYlY5TAh0JHQEhGA0Yl0kVHZoXRJBEJkkch6knJgsSq3d5e2tDEyIGHwsGQmlreBwZDhMAdg4kJEgUCg0nAhgnBRaSUyEKa9Inxx1eIRNClUIXEl6TTFNBACH5BAkFACkALAAAAAASABIAhRweHJSWlMzKzGRiZOTm5LSytHR2dDQ2NKSmpNza3PTy9GxubMTCxISChERCRJyenCQmJNTS1GxqbOzu7Ly6vHx+fDw+POTi5Pz6/CQiJJyanMzOzGRmZOzq7LS2tHx6fDw6PKyurNze3PT29HRydMTGxISGhERGRKSipP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagwJRwKGQwiMjhRiQseIqhpDDiGaUKhdSkkZWOPILrE2FSIDcRa8KjEF06jVJK8UAJ1x4RxjrsjCgLEhRDCgIFZkgEEgEdSXxJjUMRJZSRSQIfmQEbJQIllkgCFR8VAUSISReOAmxJIiAGqnceHgl7RCJ0FiB2KWhqVU4iGaZwFUgYYCkODikDEKBEG1XLzSIABlK+CUIOJ0IBJNpEHBzaQQAh+QQJBQAnACwAAAAAEgASAIUMCgyEhoTEwsTk4uRUUlSkoqR0cnTU0tT08vS0srQ0NjScnpyMjozMyszs6uxcXlysqqx8fnzc2tz8+vy8urw8PjwMDgyMiozExsTk5uRUVlSkpqR0dnT09vS0trQ8OjyUkpTMzszs7uxkZmSsrqyEgoTc3tz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGocCTcCg8hIjIYcgkFGCKlGTR0zk5T4iFQHrqeBonzJOyqBJDh6rEg8g4RIsDlpQQrj2miVmI6AgCJU98DQkISQ4lGyJJe0iLQwdiGA5cBwyXBSEYDZOVlwwFRIZSGYwNbEkZBAGUdh4eEh0SRAMIJBoEJEJoVRcAJhQUJh+hIiAMSBkWBCcEGiccFY9JI7/NzwMKAVwPF0LOQgURXEQGHFxBACH5BAkFACUALAAAAAASABIAhQQGBISChMTCxOTi5KSipFRSVJSSlNTS1PTy9GRmZLSytCQiJIyKjMzKzOzq7GxubFxaXJyenNza3Pz6/Ly6vBQSFISGhMTGxOTm5KyurJSWlPT29GxqbLS2tCQmJIyOjMzOzOzu7HRydFxeXNze3P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAamwJJwKDyAiMghiCQUXISSY7J06GxKztKmc5hqO43S5dnoTJCgw1XSQWAcCIVEK6BAOx3S5DpETEAREV1CCA0KCEkhERSISHxJjUVjFw5eEhEEEQogFw2UlpiaRHNTlUgSBQCkRBgcGqYlDAAVHwhMQxgbFA8cdiUjCRglGgsDThgFCiUhmUgOHgklCRwlARAhXiILTBzUyBpeD+DS1CUZH15EARZeQQAh+QQJBQAnACwAAAAAEgASAIUcHhyUkpTMysxkYmSsrqzk5uR0dnQ8OjykoqTc2tzEwsT08vSEgoRsamy0trQkJiScnpzU0tTs7ux8fnxEQkSsqqzk4uT8+vwkIiSUlpTMzsxkZmS0srTs6ux8enw8PjykpqTc3tzExsT09vSEhoRsbmy8urz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGpcCTcCiMaIjIoSYkVIiEiWPyFHGMTs7TyBGZah2Ck+gpcFyQmsg14VgUOgtOQmuEOhyhy3W4uIQcHExCCwIcC0kLYIdIe4hEGxSRDl4WgA4KkJKUHIAKRIJJEkkhAxigQx0MIKJCGQAPGQsWRB0jCiQMTyclBh0nCAcFAgIFDSYnCwQcSB0fBiceEycZJYtJDMEnBtIdDQheE9/QHkIOEF5EARleQQAh+QQJBQAnACwAAAAAEgASAIUEBgSEgoTEwsSkoqTk4uRUUlS0srTU0tT08vR0cnSUkpQ8OjyMiozMysysqqzs6uxcXly8urzc2tz8+vx8fnwUEhSEhoTExsSkpqTk5uRUVlS0trT09vR0dnScnpw8PjyMjozMzsysrqzs7uxkZmS8vrzc3tz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGpMCTcCg8hIjIYcgkFFyEkmPydNhwTs4TZ3OYajeN0+XZ2EyQENLjJNkgMg+EQaI1ChmACoiDIHImbQZMUAUAdEgIYFdIh0l9Qx0akgJeGWMXBwkaEBolXg8XDZhEBF4jSQQJC6VIIx4RjyceCx8Db0QjEyEeHl0nFBZrIgUZBwcjAZQcAp64GhYnDCAnGBaxSArEJyDTyAZeICJ301jiXkMDGF5BACH5BAkFACQALAAAAAASABIAhQwKDISGhMTCxFRSVOTm5KSipGRmZNTS1PTy9BweHJSWlLSytMzKzFxeXHR2dIyOjOzu7GxubNza3Pz6/CQmJLy6vAwODIyKjMTGxFRWVOzq7KyurGxqbPT29CQiJJyenLS2tMzOzGRiZNze3P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAalQJJwKDyEiMhh4yLEYISSY5JkAIxIgmcHdJiSCJYByUligCbIiENDugAkBA1iISF1jEKFh6JA1IcIEyMgC1dCIyIehkRzDB1Ji0gIRAEclgJeBE4YBwEGHAZPUxoYDJxEBF6TSAQBA6mSII5DGwMZCwhsQxATEiAgfw8KECQgHBoSEhAfXXdSgBEKJB8FxQWPUwXH09XLmFMfIEIFH0UVXkQbC15BACH5BAkFACYALAAAAAASABIAhSQiJJSSlMzKzGRmZKyurOzq7Hx6fDQ2NKSipNza3MTCxPT29ERCRJyanGxubLS2tISChNTS1PTy9Dw+POTi5CQmJJSWlMzOzGxqbLSytOzu7Hx+fDw6PKyqrNze3MTGxPz6/ERGRJyenHRydLy6vISGhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAahQJNwKBxgiMihoyGchISJS1I4AnhMjKfkEZmaCpUBlmESPEDITalgslgzj23CtIhITSLOBCG5DiUgCQ8ZfiYUIwcUSQsZAgtJilOPQwEGBht3SQUfnBEWlgaZSBQfAh9dQ2ySmhYYqkRbjkMPGA4kCxqwCx6DfiIIuR8QGhQUW1d1oiYSJR0mGRkmH2deGcMmBA90GahJBApCcFDKUwrgU0EAIfkECQUAJgAsAAAAABIAEgCFBAYEhIKExMLE5OLkpKKkVFJU1NLU9PL0tLK0dHJ0lJaUPDo8jIqMzMrM7OrsZGJkvLq8rK6s3Nrc/Pr8fH58FBIUhIaExMbE5ObkpKakVFZU9Pb0tLa0dHZ0nJ6cPD48jI6MzM7M7O7sZGZkvL683N7c////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABqJAk3AoTHSIyCGFICxohIxHUhhYYExOkwQwmpocn2O2ULkSQQqRiWCFkLYg08YQEkaciEOJKNlIOAh7QhgBBQNJGwgNG0lmSQdEBCCTBl4OF5gGkgwglVMYFw0XnkJqU5BIIhkBpkQHHItDAgEWFxOtJgcTfxwSdnkmIR4HGA6vvnN1RBseECaYJg0cE14CwyYCF7kcpEgkntlCEspeQiHdREEAIfkECQUAKwAsAAAAABIAEgCFBAYEhIKExMLEpKKkVFJU5ObklJKU1NLUZGZktLK0HB4c9PL0dHJ0jIqMzMrMnJqc3NrcvLq8DA4MrKqsZGJk7O7sbG5sJCYk/Pr8DAoMhIaExMbEVFZU7OrslJaU1NbUbGpstLa0JCIk9Pb0dHZ0jI6MzM7MnJ6c3N7cvL68rK6s////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABqTAlXAoDGiIyGFJJUSAhB5GUmggFFagJ0pBmq4qnMbKuaJcOsjTYLGaWAWC7WNVQFCEIZAlMroOIQsNEhliQh0eIH5EHwAcKEloUxBECWonk1MdG5sHlQOXXgUbDhsHRGxTqKchJ6pDCyEOI0MmaiYYs68jKCEJjyspAmwQIX0dsI8jByZII7ErmysOIRheB8UrAhsrCwmmUyaY0SsQzF5DB99JQQA7) no-repeat;
  background-size: 14px 14px;
  opacity: .7; }

.btn-place-order_requesting {
  position: relative; }

.btn-place-order_requesting::after {
  display: block;
  position: absolute;
  margin: 0 -10px;
  content: '';
  width: 18px;
  height: 18px;
  top: 5px;
  left: 50%;
  right: 50%;
  /*spinner-18x18.gif*/
  background: transparent url(data:image/gif;base64,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) no-repeat;
  background-size: 18px 18px; }

.btn-superform-requesting {
  position: relative;
  transition: none;
  background: #ff9c37 !important;
  border: 1px solid #ff9c37 !important;
  color: transparent !important;
  cursor: default !important;
  text-shadow: none;
  opacity: 1 !important; }

.btn-superform-requesting::before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  background: #ff9c37 url(data:image/gif;base64,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) no-repeat;
  background-size: 20px 20px; }

.btn-promotion_code-requesting {
  position: relative;
  color: transparent !important; }

.btn-promotion_code-requesting::before {
  display: block;
  position: absolute;
  margin: -9px 0 0 -9px;
  content: '';
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  /*spinner-18x18.gif*/
  background: transparent url(data:image/gif;base64,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) no-repeat;
  background-size: 18px 18px; }

/* BazaarVoice overrides (only for mobile UI)
	==================================== */
.bazaar-voice__container {
  margin-bottom: 2em; }

.lpad3e .bazaar-voice__container {
  margin-left: -15px;
  margin-right: -15px; }
  .lpad3e .bazaar-voice__container #BVRRSecondarySummaryContainer {
    padding: 15px; }
  .lpad3e .bazaar-voice__container .BVRRDisplayContentReview {
    padding: 15px; }

.bazaar-voice__buttons {
  padding: 1.5em 0;
  background: #f7f7f7; }

.bazaar-voice__buttons_in-summary {
  background: #f4f4f4;
  padding-top: 0.5em;
  border: 1px solid #e9e9e9;
  border-top: none; }

.bazaar-voice__buttons .btn {
  padding-left: 2.5em;
  padding-right: 2.5em; }

.bazaar-voice__container .BVRRDisplayContentFooter {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 0; }

#BVRRSecondarySummaryContainer {
  border-bottom: none !important; }

.bazaar-voice__container .BVRRPager {
  padding: 0; }

.bazaar-voice__container .BVRRPageLink {
  display: inline-block; }

.bazaar-voice__container
.BVRRPageLink.BVRRSelectedPageNumber,
.bazaar-voice__container
.BVRRPageLink > a {
  padding: 0.5em 1em !important; }

.bazaar-voice__container
.BVRRSelectedPageNumber {
  background: #eaeaea !important; }

.device button, .device a {
  outline: none; }

#cookie-status {
  display: none; }

.links-text-inherit a {
  color: inherit; }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  html, body, header, footer, section, div, ol, ul, li, a, button, form, select, input, dl, dt, dd, table, tr, td, .row, .btn, .badge {
    font-family: Mulish, system-ui, Helvetica, Arial, sans-serif;
    font-style: normal; } }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 100%; }
  body {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5; }
  p {
    line-height: 1.5; }
  h1, .h1, h2 > big, .h2 > big, .panel-title {
    font-size: 1.25rem; }
  h2, .h2, h1 > small, .h1 > small, legend, .btn {
    font-size: 0.875rem; }
  footer nav ul {
    margin-bottom: 0; }
  footer nav h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #555; } }

@keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

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

.ui-popup__container {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }

.ui-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.ui-popup__modal {
  display: block;
  position: relative;
  max-width: 90%;
  max-height: 80%;
  max-height: 80vh;
  background-color: #fff;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: none;
  border-radius: 6px;
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.5);
  color: #333;
  z-index: 2; }
  .brio .ui-popup__modal {
    box-shadow: none; }
  @media only screen and (min-width: 600px) {
    .ui-popup__modal {
      min-width: 300px;
      max-width: 480px;
      padding: 30px; } }
  @media only screen and (min-width: 768px) {
    .ui-popup__modal {
      max-width: none;
      width: 600px; } }

.ui-popup__modal-content .row {
  margin: auto; }

.ui-popup__close-button {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent 50% 50% no-repeat;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2236%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 30px;
  transition: opacity 100ms ease-out;
  border-radius: 4px;
  padding: 0;
  font-weight: normal;
  overflow: hidden;
  color: #333;
  cursor: pointer;
  opacity: 0.7;
  user-select: none;
  z-index: 1; }
  .device .ui-popup__close-button {
    outline: none; }
  .ui-popup__close-button:hover, .ui-popup__close-button:active {
    opacity: 1; }

.ui-popup__loading,
.ui-popup__error {
  text-align: center; }

.ui-popup__loading img.spinner {
  display: block;
  width: 24px;
  height: 24px;
  margin: 60px auto; }

.ui-popup__error i.fa {
  display: block;
  font-size: 40px;
  color: #FF8000;
  margin-bottom: 10px; }

/* ==========================================================================
  Angular utility classes
  ========================================================================= */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important; }

ng\:form {
  display: block; }

.ng-animate-block-transitions {
  transition: 0s all !important;
  -webkit-transition: 0s all !important; }

.ng-hide-add-active, .ng-hide-remove {
  display: block !important; }

.ui-component-popup-content.popup_login-and-download {
  width: 500px;
  margin-left: -250px;
  top: 100px;
  font: 20px 'Roboto Condensed';
  font-weight: 300;
  border-radius: 0; }
  .ui-component-popup-content.popup_login-and-download div, .ui-component-popup-content.popup_login-and-download p, .ui-component-popup-content.popup_login-and-download span, .ui-component-popup-content.popup_login-and-download a, .ui-component-popup-content.popup_login-and-download button {
    font: 20px 'Roboto Condensed';
    font-weight: 300; }
  .ui-component-popup-content.popup_login-and-download .popup__header {
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd; }
  .ui-component-popup-content.popup_login-and-download .popup__title {
    font-size: 30px; }
  .ui-component-popup-content.popup_login-and-download .popup__body {
    padding: 30px 0; }
  .ui-component-popup-content.popup_login-and-download .login-and-download__view_login .login-form__forgot-password-block {
    margin-top: 10px;
    text-align: right; }
    .ui-component-popup-content.popup_login-and-download .login-and-download__view_login .login-form__forgot-password-block a {
      color: #333;
      text-decoration: underline; }
  .ui-component-popup-content.popup_login-and-download .login-and-download__view_legal-notice .popup__header {
    border-bottom: none; }
  .ui-component-popup-content.popup_login-and-download .login-and-download__view_legal-notice .popup__action.popup__action_cancel {
    display: block;
    width: auto;
    background: transparent;
    padding: 15px;
    color: #555;
    text-align: center;
    text-decoration: underline; }
  .ui-component-popup-content.popup_login-and-download .login-and-download__view_app-is-downloading .popup__title {
    text-align: center;
    margin-bottom: 10px; }
  .ui-component-popup-content.popup_login-and-download .login-and-download__view_app-is-downloading .popup__title-note {
    text-align: center;
    font-size: 16px; }
  .ui-component-popup-content.popup_login-and-download .login-and-download__view_app-is-downloading .popup__footer {
    padding-top: 20px; }
  .ui-component-popup-content.popup_login-and-download .form__field .form__input input {
    width: 100%;
    border: 2px solid #ccc;
    padding: 5px;
    outline: none; }
    .ui-component-popup-content.popup_login-and-download .form__field .form__input input:focus {
      border-color: #4DA6FF; }
  .ui-component-popup-content.popup_login-and-download .form__field .form__input.has-error input {
    border-color: #D93600; }
  .ui-component-popup-content.popup_login-and-download .form__field .form__input.has-error [error-message-for] {
    color: #D93600; }
  .ui-component-popup-content.popup_login-and-download .form__field .form__input [error-message-for] {
    margin-top: 5px;
    font-size: 15px; }
  .ui-component-popup-content.popup_login-and-download .app__title {
    text-align: center;
    margin-bottom: 20px; }
  .ui-component-popup-content.popup_login-and-download .app__icon {
    display: block;
    margin: 0 auto;
    height: 108px; }
  .ui-component-popup-content.popup_login-and-download .form__field p {
    margin-bottom: 5px; }
  .ui-component-popup-content.popup_login-and-download .form__field.form__field_email {
    margin-bottom: 30px; }
  .ui-component-popup-content.popup_login-and-download .form__field .form__input_email {
    color: #777; }
  .ui-component-popup-content.popup_login-and-download .login-and-download__spinner {
    display: block;
    width: 32px;
    height: 32px;
    margin: 50px auto; }
  .ui-component-popup-content.popup_login-and-download .popup__action {
    display: block;
    width: auto;
    padding: 15px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    outline: none;
    border-radius: 0; }
    .ui-component-popup-content.popup_login-and-download .popup__action.btn.btn-primary {
      background: #EEAF00;
      border: none; }
    .ui-component-popup-content.popup_login-and-download .popup__action.popup__action_cancel {
      background: #C8C8C8;
      text-decoration: none;
      margin-right: 10px; }
    .ui-component-popup-content.popup_login-and-download .popup__action.popup__action_close {
      display: block;
      width: auto;
      padding: 15px;
      color: #555;
      text-align: center;
      text-decoration: underline; }
    .ui-component-popup-content.popup_login-and-download .popup__action.popup__action_sign-in {
      width: 100%; }
    .ui-component-popup-content.popup_login-and-download .popup__action.popup__action_go-to-homescreen {
      font-size: 24px; }
  .ui-component-popup-content.popup_login-and-download .popup__x-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    color: #000;
    padding: 10px 13px;
    opacity: 0.4; }
  .ui-component-popup-content.popup_login-and-download .login-and-download__error {
    font-size: 15px;
    color: #D93600;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #D93600; }
    .ui-component-popup-content.popup_login-and-download .login-and-download__error div {
      font-size: 15px; }
