@charset "UTF-8";
/* Create an orange variations for various classes
-------------------------------------------------- */
/* Create the action button */
/* Common shadow treatment for box-shadow */
/* Default Image */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #45454a;
  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;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-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-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
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;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #8c8b86;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #000;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  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: #45454a;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #8c8b86;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #8c8b86;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f0efec;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(131.0629370629, 131.0629370629, 139.4370629371);
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  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-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #45454a;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #45454a;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #45454a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #45454a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #45454a;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #45454a;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #45454a;
}
.btn-primary {
  color: #fff;
  background-color: rgb(24, 89, 143);
  border-color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
  border-color: rgb(2.0119760479, 7.4610778443, 11.9880239521);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
  border-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
  background-image: none;
  border-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
  border-color: rgb(2.0119760479, 7.4610778443, 11.9880239521);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(24, 89, 143);
  border-color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
}
.btn-primary .badge {
  color: rgb(24, 89, 143);
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: rgb(24, 89, 143);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(13.005988024, 48.2305389222, 77.494011976);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #d3d1cc;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  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;
  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: 400;
  line-height: 1.428571429;
  color: #45454a;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(56.6958041958, 56.6958041958, 60.8041958042);
  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: rgb(24, 89, 143);
  outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #d3d1cc;
}
.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.428571429;
  color: #d3d1cc;
  white-space: nowrap;
}
.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 dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  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-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #8c8b86;
  text-align: center;
  background-color: #f0efec;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 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 {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f0efec;
}
.nav > li.disabled > a {
  color: #d3d1cc;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #d3d1cc;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f0efec;
  border-color: rgb(24, 89, 143);
}
.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f0efec #f0efec #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #8c8b86;
  cursor: default;
  background-color: #efeeec;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.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: rgb(24, 89, 143);
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #efeeec;
  }
}
.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;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@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;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 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-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.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 {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f0efec;
  border-color: rgb(225.375, 223.4, 217.475);
}
.navbar-default .navbar-brand {
  color: #45454a;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(44.3916083916, 44.3916083916, 47.6083916084);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: white;
}
.navbar-default .navbar-nav > li > a {
  color: #45454a;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #8c8b86;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
}
.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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: white;
  background-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #45454a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #8c8b86;
    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: white;
    background-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
  }
  .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-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: rgb(225.375, 223.4, 217.475);
}
.navbar-default .navbar-link {
  color: #45454a;
}
.navbar-default .navbar-link:hover {
  color: #8c8b86;
}
.navbar-default .btn-link {
  color: #45454a;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #8c8b86;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
}
.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: rgb(8.5, 8.5, 8.5);
}
.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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
  }
  .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: rgb(8.5, 8.5, 8.5);
  }
  .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-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: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(246.4315789474, 246.0421052632, 245.0684210526);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: rgb(175.5684210526, 171.9578947368, 162.9315789474);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(151.9473684211, 147.2631578947, 135.5526315789);
}
.label-primary {
  background-color: rgb(24, 89, 143);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
.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: middle;
  background-color: #d3d1cc;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(24, 89, 143);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #efeeec;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #45454a;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgb(24, 89, 143);
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  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.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #d3d1cc;
  cursor: not-allowed;
  background-color: #f0efec;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #d3d1cc;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(24, 89, 143);
  border-color: rgb(24, 89, 143);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(135.9760479042, 190.0778443114, 235.0239520958);
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.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,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.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,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #45454a;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #45454a;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: rgb(24, 89, 143);
}
.panel-primary > .panel-heading {
  color: #45454a;
  background-color: rgb(24, 89, 143);
  border-color: rgb(24, 89, 143);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(24, 89, 143);
}
.panel-primary > .panel-heading .badge {
  color: rgb(24, 89, 143);
  background-color: #45454a;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(24, 89, 143);
}
.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f0efec;
  border: 1px solid rgb(224.25, 222.2, 216.05);
  border-radius: 4px;
  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: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.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=83);
  opacity: 0.83;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    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: 1070;
  display: block;
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.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.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 300px;
  padding: 1px;
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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 > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix: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;
}
.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.btn {
  font-weight: 600;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: rgb(24, 89, 143);
    border-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
  }
  .navbar-default .navbar-nav {
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    color: white;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
  }
  .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-toggle {
    display: block;
  }
  .navbar-header {
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-header {
    float: left;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-collapse.collapse {
    display: block !important;
  }
}
.navbar-default .navbar-nav .btn-success {
  margin: 4px 10px 4px 0;
  padding: 10px 15px;
}
.navbar-default .navbar-nav .btn-success:hover {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.navbar-admin .navbar-nav > li {
  font-size: 14px;
}
.navbar-admin .navbar-nav > li > a {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media (max-width: 480px) {
  .navbar-admin .navbar-nav > li > ul {
    background-color: #5b87b2 !important;
  }
}
.navbar-fixed-top .navbar-collapse {
  padding-right: 15px;
}
.navbar {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.navbar .btn,
.navbar .dropdown-menu {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.navbar .btn .label,
.navbar .dropdown-menu .label {
  vertical-align: 10%;
}
.navbar-left {
  border-right: 1px solid rgb(28.7640718563, 106.6667664671, 171.3859281437);
  border-left: 1px solid rgb(19.2359281437, 71.3332335329, 114.6140718563);
}
.navbar-left > li {
  border-left: 1px solid rgb(28.7640718563, 106.6667664671, 171.3859281437);
  border-right: 1px solid rgb(19.2359281437, 71.3332335329, 114.6140718563);
}
.navbar-left > li:hover, .navbar-left > li.active {
  border-right-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
  border-left-color: rgb(19.2359281437, 71.3332335329, 114.6140718563);
}
.navbar-right {
  font-size: 100%;
}
@media (min-width: 992px) {
  .navbar-right {
    font-size: 90%;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    color: white;
  }
  .navbar .btn-primary {
    color: white;
    background-color: rgb(24, 89, 143);
    border-color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
  }
  .navbar .btn-primary:focus, .navbar .btn-primary.focus {
    color: white;
    background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
    border-color: rgb(2.0119760479, 7.4610778443, 11.9880239521);
  }
  .navbar .btn-primary:hover {
    color: white;
    background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
    border-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
  }
  .navbar .btn-primary:active, .navbar .btn-primary.active, .open > .navbar .btn-primary.dropdown-toggle {
    color: white;
    background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
    background-image: none;
    border-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
  }
  .navbar .btn-primary:active:hover, .navbar .btn-primary:active:focus, .navbar .btn-primary:active.focus, .navbar .btn-primary.active:hover, .navbar .btn-primary.active:focus, .navbar .btn-primary.active.focus, .open > .navbar .btn-primary.dropdown-toggle:hover, .open > .navbar .btn-primary.dropdown-toggle:focus, .open > .navbar .btn-primary.dropdown-toggle.focus {
    color: white;
    background-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
    border-color: rgb(2.0119760479, 7.4610778443, 11.9880239521);
  }
  .navbar .btn-primary.disabled:hover, .navbar .btn-primary.disabled:focus, .navbar .btn-primary.disabled.focus, .navbar .btn-primary[disabled]:hover, .navbar .btn-primary[disabled]:focus, .navbar .btn-primary[disabled].focus, fieldset[disabled] .navbar .btn-primary:hover, fieldset[disabled] .navbar .btn-primary:focus, fieldset[disabled] .navbar .btn-primary.focus {
    background-color: rgb(24, 89, 143);
    border-color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
  }
  .navbar .btn-primary .badge {
    color: rgb(24, 89, 143);
    background-color: white;
  }
  .navbar-collapse {
    background-color: rgb(24, 89, 143);
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:hover {
    color: white;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #f0efec;
  }
}
body.logged-in .navbar-fixed-bottom {
  display: none;
}
.navbar-fixed-bottom {
  color: #777;
  background-color: #d3d1cc;
  border-top: 1px solid rgb(159.8813559322, 159.0542372881, 154.9186440678);
  z-index: 1032;
}
@media (min-width: 992px) {
  .navbar-fixed-bottom {
    display: none;
  }
}
.brand-logo {
  width: 220px;
  padding: 15px 0 0 10px;
}
.navbar .navbar-btn {
  margin-top: 8px;
}
.nav-tabs {
  margin-bottom: 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 0 1px 0 #fff;
}
.img-thumbnail {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.thumbnail-fixed .media-heading {
  height: 42px;
  overflow: hidden;
  display: block;
}
.thumbnail-fixed .description {
  height: 140px;
  overflow: hidden;
}
#directory-content .media-heading {
  font-size: 32px;
  margin: 0 0 0 0;
  padding: 5px 0 10px 0;
}
#directory-content .media-subhead,
#directory-content .media-subhead p {
  line-height: 1.6 !important;
  margin: 0px 0px 10px 0px !important;
}
.tooltip {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  text-shadow: none;
}
.popover {
  min-width: 250px;
}
.popover .popover-title .close {
  margin-top: -3px;
}
.modal-header h1.title {
  padding-bottom: 0;
}
.modal-header h1,
.modal-header h2,
.modal-header h3 {
  margin: 0;
}
.modal-body form {
  margin-bottom: 0;
}
.modal-backdrop {
  background-image: url("https://static.lp.lexp.cloud/images/textures/body-bg.png");
}
.modal-backdrop.in {
  filter: alpha(opacity=83);
  opacity: 0.83;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .modal-backdrop {
    background-image: url("https://static.lp.lexp.cloud/images/textures/body-bg@2x.png");
    background-size: 100px 100px;
  }
}
.modal-content {
  box-shadow: 0 3px 9px #d3d1cc;
}
.ng-scope .pagination a {
  cursor: pointer;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.carousel-control .fa-chevron-left {
  margin-left: -15px;
  left: 50%;
}
.carousel-control .fa-chevron-right {
  margin-right: -15px;
  right: 50%;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb li {
  margin-right: 1px;
}
.label {
  text-shadow: none;
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.btn-default:focus,
.btn-default.focus {
  background-color: rgb(242.25, 242.25, 242.25);
}
.nowrap {
  white-space: nowrap;
}
.long-text-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-word;
}
.pull-none {
  float: none;
}
.background-color-white {
  background-color: #fff !important;
}
.background-color-light-gray {
  background-color: #f5f5f5 !important;
}
.fa-1-5x {
  font-size: 1.5em !important;
}
.display-none {
  display: none;
}
.display-inline-block {
  display: inline-block;
}
.verticalAlign--1 {
  vertical-align: -1px;
}
.mt--2 {
  margin-top: -2px;
}
.width-100 {
  width: 100%;
}
.border-top-1 {
  border-top: 1px solid #ddd;
}
.border-bottom-1 {
  border-bottom: 1px solid #ddd;
}
.fontWeight-bold {
  font-weight: bold;
}
.link {
  color: rgb(24, 89, 143);
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.link.text-danger {
  color: #a94442;
}
.borderRadius-4 {
  border-radius: 4px;
}
.mr3 {
  margin-right: 3px;
}
.ml3 {
  margin-left: 3px;
}
.middot {
  font-size: 2em;
  line-height: 0;
  font-family: serif;
  vertical-align: middle;
}
.position-relative {
  position: relative;
}
.bt0 {
  border-top: none !important;
}
.info-popover-wrapper.popover.top {
  margin-top: 5px;
}
.btn-default.btn-primary:focus {
  background-color: rgb(24, 89, 143) !important;
}
.feedback_how_lp_helps label::after,
.feedback_improvement_ideas label::after {
  content: "*";
  margin: 0 0 0 3px;
}
.table-actions-spacing {
  width: 75px;
  padding-top: 10px;
}
.table-row-spacing-top {
  padding-top: 10px;
}
.lp-le-icon {
  background-image: url("https://static.lp.lexp.cloud/images/homepage/le-icon@1x.png");
  background-repeat: no-repeat;
  background-size: 34px;
  width: 34px;
  height: 38px;
  position: absolute;
  left: 13px;
  top: 20px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .lp-le-icon {
    background-image: url("https://static.lp.lexp.cloud/images/homepage/le-icon@2x.png");
    background-size: 34px auto;
  }
}
.admin-menu {
  z-index: 2000;
}
body.has-search-tabs .headroom--not-top {
  box-shadow: 0px 1px #f1f1f4;
}
.lp-header {
  position: relative;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 65px;
  z-index: 1050;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.lp-header:not(.bg-gray-50) {
  box-shadow: 0px 1px #f1f1f4;
}
.toggle,
.lp-header [id^=drop] {
  display: none;
}
@media (min-width: 1100px) {
  .lp-nav-item {
    display: block;
    padding: 0px 26px 0px 9px;
    color: #45454a;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    height: 40px;
    line-height: 41px;
    margin-top: 12px;
    font-weight: normal;
    cursor: default;
  }
  li:hover .lp-nav-item {
    background-color: #f5f9fe;
    text-decoration: none;
    color: #168cd6;
  }
  li.lp-username .lp-nav-item {
    max-width: 133px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  li.lp-username .lp-nav-item.email {
    max-width: 130px;
  }
}
.lp-header-nav {
  position: relative;
  padding: 0;
  font-size: 14px;
}
.lp-header-nav:after {
  content: "";
  display: table;
  clear: both;
}
.lp-header-nav .custom-sl-logo-wrap.lp-logo-wrap img {
  width: auto;
  height: 65px;
  margin: 0;
}
@media (max-width: 1099px) {
  .lp-header-nav .custom-sl-logo-wrap.lp-logo-wrap img {
    height: 60px;
  }
}
@media (max-width: 399px) {
  .lp-header-nav .custom-sl-logo-wrap.lp-logo-wrap img {
    height: 40px;
  }
}
.lp-menu-link-title {
  display: block;
  font-weight: bold;
  color: #168cd6;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 3px;
}
@media (max-width: 1099px) {
  .lp-menu-link-title {
    font-size: 16px;
  }
}
.lp-menu-link-text {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  display: block;
  color: #45454a;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
.lp-logo-search-wrap {
  position: relative;
  display: table;
  height: 65px;
  max-width: 600px;
  z-index: 1;
  transition: max-width 0.2s;
}
.lp-logo-search-wrap.active {
  max-width: 100%;
}
@media (max-width: 1199px) {
  body.logged-out .lp-logo-search-wrap {
    max-width: 525px;
  }
}
.lp-header-nav .lp-logo-wrap {
  display: table-cell;
  vertical-align: middle;
  min-width: 272px;
  padding: 0;
}
.lp-header-nav .lp-logo-wrap:hover {
  background: none;
}
.lp-header-nav .lp-logo-wrap:focus {
  outline: none;
}
.lp-header-nav .lp-logo-wrap svg {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 32px;
  margin-top: -1px;
}
.lp-header-nav .lp-logo-wrap.le-logo svg {
  margin-top: -14px;
}
@media (max-width: 429px) {
  .lp-header-nav .lp-logo-wrap.le-logo svg {
    margin-top: -11px;
  }
  .lp-header-nav .lp-logo-wrap {
    min-width: 0px;
  }
  .lp-header-nav .lp-logo-wrap svg {
    max-width: 250px;
  }
}
@media (max-width: 389px) {
  .lp-header-nav .lp-logo-wrap svg {
    max-width: 230px;
  }
}
@media (max-width: 369px) {
  .lp-header-nav .lp-logo-wrap svg {
    max-width: 190px;
  }
}
.lp-search-toggle {
  display: none;
  position: absolute;
  right: 115px;
  top: 12px;
  padding: 0px;
  height: 41px;
  width: 105px;
  line-height: 41px;
  background: #f5f9fe;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #168cd6;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1099px) {
  .lp-search-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .lp-search-toggle {
    right: 52px;
    width: 44px;
  }
  .lp-search-toggle .fa-solid,
  .lp-search-toggle .fa-regular {
    line-height: 40px;
    font-size: 20px;
  }
}
.lp-search-toggle .toggle-text {
  margin-left: 3px;
}
@media (max-width: 767px) {
  .lp-search-toggle .toggle-text {
    display: none;
  }
}
.lp-logo-search-wrap.active + .lp-search-toggle {
  background: #168cd6;
  color: #fff;
  text-align: center;
}
.lp-logo-search-wrap.active + .lp-search-toggle .fa-solid,
.lp-logo-search-wrap.active + .lp-search-toggle .fa-regular {
  vertical-align: -2px;
}
.lp-logo-search-wrap.active + .lp-search-toggle .fa:before {
  content: "×";
  font-size: 29px;
  line-height: 0;
  font-weight: 600;
  vertical-align: -1px;
}
.lp-logo-search-wrap.active + .lp-search-toggle .toggle-text {
  display: none;
}
.lp-search-wrap {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 1099px) {
  .lp-search-wrap {
    display: none;
    position: fixed;
    width: auto;
    top: 65px;
    left: 0;
    right: 0;
    padding: 15px 15px 15px 15px;
    background: #fff;
    border-top: 1px solid #f1f1f4;
    box-shadow: 0px 1px 0 #f1f1f4, 0px 7px 20px 0px rgba(0, 0, 0, 0.02);
  }
  .lp-logo-search-wrap.active .lp-search-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .lp-search-wrap {
    padding: 12px 12px 36px 12px;
  }
}
.lp-extended-search-wrap {
  display: block !important;
}
#search-form,
#page-search-form {
  position: relative;
  margin: 0;
}
.lp-searchbar-close {
  display: none;
  background-color: #fff;
  min-width: 40px;
  text-align: right;
  font-size: 25px;
  color: #168cd6;
  cursor: pointer;
  vertical-align: middle;
}
.lp-logo-search-wrap.active .lp-searchbar-close {
  display: table-cell;
}
@media (max-width: 1099px) {
  .lp-logo-search-wrap.active .lp-searchbar-close {
    display: block;
    position: absolute;
    top: 83px;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .lp-logo-search-wrap.active .lp-searchbar-close {
    text-align: right;
    top: 81px;
    min-width: 25px;
    padding-right: 5px;
  }
}
@media (max-width: 499px) {
  .lp-logo-search-wrap.active .lp-searchbar-close {
    padding-right: 2px;
  }
}
input[type=text].lp-searchbar {
  border: 1px solid #dcdce3;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 41px;
  line-height: 39px;
  font-size: 14px;
  text-indent: 1px;
  padding: 0 40px 0 44px;
  vertical-align: middle;
  color: #45454a;
}
input[type=text].lp-searchbar.no-dropdown {
  padding: 0 40px 0 10px;
}
@media (max-width: 1199px) {
  input[type=text].lp-searchbar {
    text-overflow: ellipsis;
  }
}
@media (max-width: 1099px) {
  input[type=text].lp-searchbar {
    font-size: 16px;
    width: 100%;
  }
}
input[type=text].lp-searchbar:focus {
  outline: 0;
  border-color: #168cd6;
  box-shadow: 0 1px 7px rgba(25, 24, 71, 0.2);
}
.lp-logo-search-wrap.active input[type=text].lp-searchbar {
  padding-right: 150px;
  outline: 0;
  border-color: #168cd6;
  box-shadow: 0 1px 7px rgba(25, 24, 71, 0.2);
}
.lp-logo-search-wrap.active input[type=text].lp-searchbar::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}
.lp-logo-search-wrap.active input[type=text].lp-searchbar:-moz-placeholder {
  color: #888;
  opacity: 1;
}
.lp-logo-search-wrap.active input[type=text].lp-searchbar::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.lp-logo-search-wrap.active input[type=text].lp-searchbar:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}
@media (max-width: 767px) {
  .lp-logo-search-wrap.active input[type=text].lp-searchbar {
    height: 40px;
    padding-right: 45px;
  }
  .lp-logo-search-wrap.active input[type=text].lp-searchbar::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .lp-logo-search-wrap.active input[type=text].lp-searchbar:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .lp-logo-search-wrap.active input[type=text].lp-searchbar::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .lp-logo-search-wrap.active input[type=text].lp-searchbar:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }
}
@media (max-width: 1099px) {
  .lp-logo-search-wrap.active input[type=text].lp-searchbar {
    padding-right: 155px;
  }
}
@media (max-width: 767px) {
  .lp-logo-search-wrap.active input[type=text].lp-searchbar {
    padding-right: 90px;
  }
}
.lp-searchbar-label {
  display: none;
  position: absolute;
  top: 48px;
  left: 2px;
  width: 100%;
  font-size: 13.5px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #888;
  pointer-events: none;
  text-overflow: ellipsis;
  transition: top 0.3s, width 0.7s;
}
@media (max-width: 767px) {
  .lp-searchbar-label {
    display: block;
  }
}
@media (max-width: 570px) {
  .lp-searchbar-label {
    width: 272px;
    text-overflow: inherit;
  }
}
.lp-header-search-filter {
  color: #757575;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
  line-height: 0;
  cursor: pointer;
}
.lp-logo-search-wrap.active .lp-header-search-filter, .lp-header-search-filter.open, .lp-header-search-filter:hover {
  color: #168cd6;
}
.lp-logo-search-wrap.active .lp-header-search-filter .lp-ccss-icon, .lp-header-search-filter.open .lp-ccss-icon, .lp-header-search-filter:hover .lp-ccss-icon {
  filter: brightness(155%);
}
.lp-header-search-filter .fa-caret-down {
  font-size: 15px;
}
.lp-header-search-filter .lp-ccss-icon {
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: top right;
  width: 15px;
  height: 20px;
  vertical-align: middle;
  filter: grayscale(100%);
}
.lp-header-search-filter:hover .lp-ccss-icon {
  filter: brightness(155%);
}
.lp-header-search-filter .search-filter-dropdown {
  position: absolute;
  border: 1px solid #dcdce3;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  right: 0;
  top: 34px;
  white-space: nowrap;
  display: none;
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.lp-header-search-filter .search-filter-dropdown:after, .lp-header-search-filter .search-filter-dropdown:before {
  bottom: 100%;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1099px) {
  .lp-header-search-filter .search-filter-dropdown:after, .lp-header-search-filter .search-filter-dropdown:before {
    right: auto;
    left: 6px;
  }
}
.lp-header-search-filter .search-filter-dropdown:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-right: 11px;
}
@media (max-width: 1099px) {
  .lp-header-search-filter .search-filter-dropdown:after {
    margin-left: 1px;
  }
}
.lp-header-search-filter .search-filter-dropdown:before {
  border-color: transparent;
  border-bottom-color: #dcdce3;
  border-width: 11px;
  margin-right: 10px;
}
@media (max-width: 1099px) {
  .lp-header-search-filter .search-filter-dropdown:before {
    margin-left: 0px;
  }
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item {
  padding: 13px 10px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item:not(:first-child) {
  box-shadow: 0px -1px 0px #f1f1f4;
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item:hover + .search-filter-item, .lp-header-search-filter .search-filter-dropdown .search-filter-item:last-child:hover, .lp-header-search-filter .search-filter-dropdown .search-filter-item.selected + .search-filter-item {
  box-shadow: none;
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item.selected {
  background-color: #168cd6;
  color: #fff;
  border-radius: 4px;
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item .fa-solid,
.lp-header-search-filter .search-filter-dropdown .search-filter-item .fa-regular {
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  margin-left: 2px;
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item .lp-ccss-icon {
  background-repeat: no-repeat;
  background-position: top right;
  width: 15px;
  height: 20px;
  vertical-align: middle;
  filter: brightness(155%);
}
.lp-header-search-filter .search-filter-dropdown .search-filter-item:not(.selected):hover {
  background-color: #f5f9fe;
  border-radius: 4px;
}
@media (max-width: 1099px) {
  .lp-header-search-filter .search-filter-dropdown {
    left: -10px;
    right: auto;
  }
}
.lp-header-search-filter.open .search-filter-dropdown {
  display: block;
}
.lp-header-nav .directory,
.lp-extended-search-wrap .directory {
  display: block;
  color: #fff;
  position: absolute;
  right: 79px;
  font-weight: bold;
  padding: 7px 8px;
  font-size: 13px;
  border-radius: 3px;
  top: 6.5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.lp-header-nav .directory:hover,
.lp-extended-search-wrap .directory:hover {
  color: #fff;
}
@media (max-width: 499px) {
  .lp-header-nav .directory,
  .lp-extended-search-wrap .directory {
    padding: 7px 5px;
    font-size: 12px;
  }
}
.lp-header-nav .lp-logo-search-wrap.active .directory {
  right: 153px;
}
@media (max-width: 767px) {
  .lp-header-nav .lp-logo-search-wrap.active .directory {
    right: 87px;
  }
}
.lp-header-clear-search.active ~ .directory {
  right: 75px;
}
.lp-searchbar.empty ~ .directory {
  display: none !important;
}
.lp-header-nav .dropdown-lp-search {
  position: absolute;
  min-width: inherit;
  float: none;
}
.lp-header-nav .dropdown-lp-search > li {
  float: none;
  display: block;
  min-height: 0;
}
.lp-header-nav .dropdown-lp-search > li > a {
  border-radius: 0;
  padding: 6px 20px;
}
.lp-header-nav .dropdown-lp-search > li:first-child > a {
  border-radius: 4px 4px 0 0;
}
.lp-header-nav .dropdown-lp-search > li:last-child > a {
  border-radius: 0 0 4px 4px;
}
.lp-header-clear-search {
  display: none;
  position: absolute;
  right: 48px;
  top: 0;
  width: 37px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
}
.lp-header-clear-search:hover {
  color: #168cd6;
}
.lp-header-clear-search:after {
  content: "×";
  position: relative;
  display: inline-block;
  height: 0;
  line-height: 0;
}
.firefox .lp-header-clear-search:after {
  vertical-align: 1.5px;
}
.lp-header-clear-search.active, .lp-searchbar:not(.empty) ~ .lp-header-clear-search, .lp-searchbar:not(.empty) ~ .directory + .lp-header-clear-search {
  display: block;
}
.lp-searchbar.empty ~ .lp-header-clear-search.active {
  display: none;
}
@media (min-width: 768px) {
  .lp-header-clear-search {
    right: 41px;
  }
  .lp-logo-search-wrap.active .lp-header-clear-search {
    right: 110px;
  }
  .lp-header-clear-search:before {
    position: absolute;
    content: "";
    border-right: 1px solid #ccc;
    height: 22px;
    width: 10px;
    display: block;
    top: 9px;
    right: -1px;
  }
  .lp-logo-search-wrap.active .lp-header-clear-search:before {
    display: none;
  }
}
.lp-header-search-button {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0px;
  width: 43px;
  height: 41px;
  line-height: 39px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 7px 0 12px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
.lp-header-search-button:focus {
  outline: 0;
}
.lp-header-search-button:hover {
  color: #168cd6 !important;
  box-shadow: none !important;
  background-color: transparent;
  border-color: transparent;
}
.lp-header-search-button .lp-header-search-icon {
  font-size: 18px;
  margin-right: 15px;
  color: #168cd6;
}
.lp-logo-search-wrap.active .lp-header-search-button {
  right: 0;
  width: 105px;
  background-color: #f29121;
  border: 1px solid #b76b12;
  border-radius: 0px 4px 4px 0px;
  color: #fff !important;
  padding-left: 7px;
}
.lp-logo-search-wrap.active .lp-header-search-button .lp-header-search-icon {
  margin-right: 3px;
  color: #fff;
}
@media (max-width: 767px) {
  .lp-logo-search-wrap.active .lp-header-search-button .lp-header-search-icon {
    margin-right: 11px;
    margin-left: 4px;
  }
  .lp-logo-search-wrap.active .lp-header-search-button {
    width: 44px;
  }
}
@media (max-width: 1099px) {
  .toggle.main-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f5f9fe;
    padding: 0;
    height: 41px;
    width: 105px;
    line-height: 41px;
    margin-top: 12px;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .toggle.main-menu-toggle {
    width: 44px;
  }
  .toggle.main-menu-toggle .fa-icon {
    font-size: 19px;
    vertical-align: -2px;
  }
}
.toggle.main-menu-toggle .toggle-text {
  margin-left: 3px;
}
@media (max-width: 767px) {
  .toggle.main-menu-toggle .toggle-text {
    display: none;
  }
}
.mobile-menu-open .toggle.main-menu-toggle {
  background-color: #168cd6;
  color: #fff;
}
.mobile-menu-open .toggle.main-menu-toggle .fa-icon {
  vertical-align: -2px;
}
.mobile-menu-open .toggle.main-menu-toggle .fa-icon:before {
  content: "×";
  font-size: 29px;
  line-height: 0;
  font-weight: 600;
  vertical-align: -3px;
}
.mobile-menu-open .toggle.main-menu-toggle .toggle-text {
  display: none;
}
.lp-header-nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.lp-header-nav ul.lp-nav-menu {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.lp-header-nav ul.lp-nav-menu li:first-child {
  border-top: 0;
}
.lp-header-nav ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px;
  height: 100%;
}
.lp-header-nav ul li .section-icon {
  display: none;
}
.lp-header-nav ul li [id^=drop] + .fa-icon-caret {
  display: inline-block;
  position: absolute;
  font-size: 13px;
  top: 27px;
  right: 10px;
  color: #45454a;
  transition: transform 0.3s;
}
@media (max-width: 1099px) {
  .lp-header-nav ul li [id^=drop] + .fa-icon-caret {
    top: 22px;
    right: 0;
    font-size: 17px;
    color: #168cd6;
    pointer-events: none;
  }
  .lp-header-nav ul li .open + [id^=drop] + .fa-icon-caret {
    color: #168cd6;
    transform: rotate(180deg);
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul li.pull-left [id^=drop] + .fa-icon-caret {
    display: none;
  }
  .lp-header-nav ul li:hover .fa-icon-caret {
    color: #168cd6;
    transform: rotate(180deg);
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul li {
    display: block;
    width: 100%;
    border-top: 1px solid #f1f1f4;
    min-height: 56px;
    line-height: 30px;
    height: auto;
  }
  .lp-header-nav ul li .half-item {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    border-radius: 0;
  }
  .lp-header-nav ul li .half-item:first-child {
    border-right: 1px solid #f1f1f4;
    margin-right: -1px;
    padding: 19px 0;
  }
  .lp-header-nav ul li .half-item .lp-mobile-signup-btn {
    background-color: #5cb85c;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 4px;
  }
  .lp-header-nav ul li .half-item .lp-mobile-signup-btn:hover {
    background: #419641;
  }
  .lp-header-nav ul li .fa-regular,
  .lp-header-nav ul li .fa-solid {
    display: inline-block;
    width: 60px;
    font-size: 25px;
    text-align: center;
    vertical-align: -2px;
  }
  .lp-header-nav ul li .fa-lightbulb {
    font-size: 29px;
  }
}
.lp-header-nav a {
  display: block;
  padding: 13px 10px;
  color: #45454a;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
}
.lp-header-nav a:hover, .lp-header-nav a:focus {
  text-decoration: none;
}
@media (max-width: 1099px) {
  .lp-header-nav a {
    padding: 14px 0;
    font-weight: bold;
    font-size: 17px;
    color: #168cd6;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav .lp-nav-menu > li > a {
    padding: 0px 10px 0px 10px;
    height: 41px;
    line-height: 41px;
    margin-top: 12px;
  }
}
.lp-header-nav a:hover {
  background-color: #f5f9fe;
  text-decoration: none;
  color: #168cd6;
}
.lp-header-nav ul ul {
  display: none;
  position: absolute;
  top: 59px;
  background-color: #fff;
}
@media (min-width: 1100px) {
  .lp-header-nav ul ul {
    border-radius: 4px;
    box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdce3;
    z-index: 1;
  }
  .lp-header-nav ul ul:after, .lp-header-nav ul ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .lp-header-nav ul ul:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
  }
  .lp-header-nav ul ul:before {
    border-color: transparent;
    border-bottom-color: #d6d6d6;
    border-width: 13px;
    margin-left: -13px;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul ul {
    float: none;
    position: static;
  }
  .lp-resources > .fa-icon-caret {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-resources-dd {
    width: 755px;
    left: 50%;
    margin-left: -373px;
    padding: 10px;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd {
    display: block;
  }
}
.lp-header-nav ul .lp-resources-dd a {
  padding-left: 60px;
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-resources-dd a {
    min-height: 96px;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd a {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .lp-header-nav ul .lp-resources-dd a {
    min-height: 75px;
  }
}
.lp-header-nav ul .lp-resources-dd .dd-icon {
  display: block;
  position: absolute;
  left: 17px;
  top: 16px;
  font-size: 25px;
  width: auto;
  color: #168cd6;
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd .dd-icon {
    width: 60px;
    left: 0;
    text-align: center;
  }
}
.lp-header-nav ul .lp-resources-dd .fa-bookmark {
  left: 22px;
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd .fa-bookmark {
    width: 60px;
    left: 0;
    text-align: center;
  }
}
.lp-header-nav ul .lp-resources-dd .fa-check {
  left: 20px;
  width: auto;
}
.lp-header-nav ul .lp-resources-dd .fa-check:after {
  content: "";
  width: 23px;
  height: 23px;
  border: 2px solid #18598f;
  border-radius: 99px;
  display: block;
  position: absolute;
  top: 4px;
  left: -3px;
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd .fa-check {
    width: 60px;
    left: 0;
    text-align: center;
  }
}
.lp-header-nav ul .lp-resources-dd li {
  display: block;
  width: 50%;
  float: left;
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-resources-dd li {
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  .lp-header-nav ul .lp-resources-dd li {
    width: 100%;
    float: none;
    min-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .lp-header-nav ul .lp-resources-dd #curriculum-manager-menu-item {
    border-top: 0;
  }
}
@media (min-width: 1100px) and (max-width: 1540px) {
  .lp-header-nav .le-nav-menu .lp-resources-dd {
    margin-left: -593px;
  }
  .lp-header-nav .le-nav-menu .lp-resources-dd:before {
    margin-left: 204px !important;
  }
  .lp-header-nav .le-nav-menu .lp-resources-dd:after {
    margin-left: 205px !important;
  }
}
.lp-header-nav .lp-sign-up-popup {
  display: none;
  position: absolute;
  border: 1px solid #dcdce3;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-left: -119px;
  margin-top: -6px;
}
.lp-header-nav #curriculum-manager-menu-item:hover .lp-sign-up-popup {
  display: block;
}
.lp-header-nav .lp-sign-up-popup-header {
  display: block;
  padding: 10px;
  background-color: #f1f1f4;
  position: relative;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.lp-header-nav .lp-sign-up-popup-header:after, .lp-header-nav .lp-sign-up-popup-header:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.lp-header-nav .lp-sign-up-popup-header:after {
  border-color: rgba(245, 245, 245, 0);
  border-bottom-color: #f5f5f5;
  border-width: 15px;
  margin-left: -15px;
}
.lp-header-nav .lp-sign-up-popup-header:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 16px;
  margin-left: -16px;
}
.lp-header-nav .lp-sign-up-popup-body {
  display: block;
  text-align: center;
  padding: 10px 10px;
  font-size: 17px;
}
.lp-header-nav .lp-sign-up-popup-body a {
  display: inline-block;
  font-weight: bold;
}
.lp-header-nav .lp-sign-up-popup-body a:hover {
  text-decoration: underline;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-in-popup-link {
  position: relative;
  color: #168cd6;
  padding: 0 6px;
  font-size: 16px;
  min-height: 0;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-in-popup-link:hover {
  background-color: none;
  text-decoration: none;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-in-popup-link.disabled {
  color: #f1f1f4;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-in-popup-link.disabled .fa-arrows-rotate {
  color: #168cd6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: auto;
  font-size: 18px;
  vertical-align: middle;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-up-popup-link {
  position: relative;
  color: #a94442;
  padding: 0 6px;
  font-size: 16px;
  min-height: 0;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-up-popup-link:hover {
  background-color: none;
  text-decoration: none;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-up-popup-link.disabled {
  color: #f1f1f4;
}
.lp-header-nav .lp-sign-up-popup-body .lp-sign-up-popup-link.disabled .fa-arrows-rotate {
  color: #a94442;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: auto;
  font-size: 18px;
  vertical-align: middle;
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-solutions-dd {
    width: 420px;
    padding: 10px;
    left: 50%;
    margin-left: -206px;
  }
}
.lp-header-nav ul .lp-solutions-dd a {
  padding-left: 60px;
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-solutions-dd a {
    padding-left: 95px;
  }
}
.lp-header-nav ul .lp-solutions-dd .fa-solid {
  display: block;
  position: absolute;
  left: 16px;
  top: 17px;
  font-size: 25px;
  width: auto;
}
.lp-header-nav ul .lp-solutions-dd .fa-earth-americas {
  left: 17px;
  top: 14px;
  color: #168cd6;
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-solutions-dd .fa-earth-americas {
    left: 53px;
  }
  .lp-header-nav ul .lp-solutions-dd .lp-le-icon {
    left: 47px;
  }
  .open + [id^=drop] ~ .lp-solutions-dd {
    border-top: 1px solid #f1f1f4;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-username-dd {
    width: 240px;
    left: 50%;
    margin-left: -187px;
    padding: 10px;
  }
  .lp-header-nav ul .lp-username-dd .lp-menu-link-title {
    margin-bottom: 0;
    padding-left: 28px;
  }
  .lp-header-nav ul .lp-username-dd .icon {
    display: block;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -8px;
    font-size: 15px;
    width: 19px;
    text-align: center;
  }
  .lp-header-nav ul .lp-username-dd li:not(:first-child) a {
    box-shadow: 0px -1px 0px #f1f1f4;
  }
  .lp-header-nav ul .lp-username-dd li:hover a {
    box-shadow: none;
  }
  .lp-header-nav ul .lp-username-dd li:hover + li a {
    box-shadow: none;
  }
}
@media (min-width: 1421px) {
  .lp-header-nav ul .lp-username-dd {
    margin-left: -120px;
  }
}
@media (max-width: 1420px) {
  .lp-header-nav ul .lp-username-dd:before {
    margin-left: 54px !important;
  }
  .lp-header-nav ul .lp-username-dd:after {
    margin-left: 55px !important;
  }
}
@media (max-width: 1099px) {
  .open + [id^=drop] ~ .lp-username-dd {
    border-top: 1px solid #f1f1f4;
  }
  .lp-about > .fa-icon-caret,
  .lp-help > .fa-icon-caret {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-about-dd,
  .lp-header-nav ul .lp-help-dd,
  .lp-header-nav ul .lp-sa-dd {
    width: 215px;
    left: 50%;
    margin-left: -104px;
    padding: 10px;
  }
  body.logged-out .lp-header-nav ul .lp-about-dd,
  body.logged-out .lp-header-nav ul .lp-help-dd,
  body.logged-out .lp-header-nav ul .lp-sa-dd {
    width: 285px;
    margin-left: -140px;
  }
  .lp-header-nav ul .lp-about-dd .lp-menu-link-title,
  .lp-header-nav ul .lp-help-dd .lp-menu-link-title,
  .lp-header-nav ul .lp-sa-dd .lp-menu-link-title {
    margin-bottom: 0;
    padding-left: 28px;
  }
  .lp-header-nav ul .lp-about-dd .icon,
  .lp-header-nav ul .lp-help-dd .icon,
  .lp-header-nav ul .lp-sa-dd .icon {
    display: block;
    position: absolute;
    left: 13px;
    top: 56%;
    margin-top: -8px;
    font-size: 15px;
    width: 18px;
    text-align: center;
  }
  .lp-header-nav ul .lp-about-dd li:not(:first-child) a,
  .lp-header-nav ul .lp-help-dd li:not(:first-child) a,
  .lp-header-nav ul .lp-sa-dd li:not(:first-child) a {
    box-shadow: 0px -1px 0px #f1f1f4;
  }
  .lp-header-nav ul .lp-about-dd li:hover a,
  .lp-header-nav ul .lp-help-dd li:hover a,
  .lp-header-nav ul .lp-sa-dd li:hover a {
    box-shadow: none;
  }
  .lp-header-nav ul .lp-about-dd li:hover + li a,
  .lp-header-nav ul .lp-help-dd li:hover + li a,
  .lp-header-nav ul .lp-sa-dd li:hover + li a {
    box-shadow: none;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-about-dd,
  .lp-header-nav ul .lp-help-dd,
  .lp-header-nav ul .lp-sa-dd {
    display: block;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-sa-dd {
    width: 279px;
    margin-left: -139px;
    padding: 14px 18px 18px 18px;
  }
  .lp-header-nav ul .lp-sa-dd .sa-dd-text {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .lp-header-nav ul .lp-sa-dd .sa-dd-button {
    display: block;
    font-weight: 600;
    letter-spacing: 0.01rem;
    background: #168cd6;
    border: 1px solid #168cd6;
    color: #fff;
    height: 39px;
    line-height: 37px;
    padding: 0 30px;
    text-align: center;
    border-radius: 4px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    cursor: pointer;
  }
  .lp-header-nav ul .lp-sa-dd .sa-dd-button:hover {
    background: #fff;
    color: #168cd6;
    text-shadow: none;
  }
  .lp-header-nav ul .lp-sa-dd .sa-dd-button .arrow-icon {
    font-size: 12px;
    margin-left: 2px;
    vertical-align: 1px;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul .lp-sa-dd {
    display: none;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul .lp-help-dd {
    width: 185px;
    margin-left: -91px;
  }
  body.logged-out .lp-header-nav ul .lp-help-dd {
    width: 185px;
    margin-left: -91px;
  }
}
@media (max-width: 1099px) {
  .open + [id^=drop] ~ .second-tier {
    border-top: 1px solid #dcdce3;
  }
}
@media (min-width: 1100px) {
  .lp-header-nav ul li:hover > ul {
    display: inherit;
  }
}
.lp-header-nav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
}
@media (max-width: 1099px) {
  .lp-header-nav ul ul li {
    display: block;
    width: 100%;
  }
  .lp-header-nav ul ul li:first-child {
    border-top: 0;
  }
}
.lp-header-nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}
@media (max-width: 1099px) {
  .hide-mobile {
    display: none !important;
  }
  .toggle + a,
  .lp-nav-menu {
    display: none;
    width: 100%;
  }
  .toggle {
    display: block;
    padding: 13px 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #168cd6;
    text-decoration: none;
    border: none;
  }
  .toggle:hover {
    background-color: #f5f9fe;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  .open + [id^=drop] ~ ul {
    display: block;
  }
}
@media (max-width: 1099px) {
  .mobile-menu-open#header-wrap {
    z-index: 1050;
  }
  .mobile-menu-open .lp-header-nav .lp-nav-menu {
    box-shadow: 0px 6px 4px 2px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #f1f1f4;
    position: fixed;
    display: block;
    top: 65px;
    overflow: auto;
    bottom: auto;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  .mobile-menu-open .lp-header-nav .lp-nav-menu {
    bottom: 0;
  }
}
@media (max-width: 1099px) {
  .lp-header-nav ul ul .toggle,
  .lp-header-nav ul ul a {
    padding: 0 40px;
  }
  .lp-header-nav ul ul ul a {
    padding: 0 80px;
  }
  .lp-header-nav a:hover,
  .lp-header-nav ul ul ul a {
    background-color: #f5f9fe;
  }
  .lp-header-nav ul li ul li .toggle,
  .lp-header-nav ul ul a,
  .lp-header-nav ul ul ul a {
    padding: 14px 0;
    font-size: 17px;
    border-radius: 0;
  }
  .lp-header-nav ul ul ul li {
    position: static;
  }
}
@media (max-width: 350px) {
  .lp-header-nav ul li {
    display: block;
  }
}
.lp-try-it-free a,
.lp-upgrade a {
  position: relative;
  background-color: #5cb85c;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-left: 8px;
  padding-left: 9px !important;
  padding-right: 9px !important;
  height: 41px !important;
  line-height: 41px !important;
}
.lp-try-it-free a:hover,
.lp-upgrade a:hover {
  background: #419641 !important;
  color: #fff !important;
}
.lp-try-it-free .disabled,
.lp-try-it-free a.disabled:hover, .lp-try-it-free:hover a.disabled,
.lp-upgrade .disabled,
.lp-upgrade a.disabled:hover,
.lp-upgrade:hover a.disabled {
  color: transparent !important;
  text-shadow: none;
}
.lp-try-it-free .disabled .fa-solid,
.lp-try-it-free a.disabled:hover .fa-solid, .lp-try-it-free:hover a.disabled .fa-solid,
.lp-upgrade .disabled .fa-solid,
.lp-upgrade a.disabled:hover .fa-solid,
.lp-upgrade:hover a.disabled .fa-solid {
  color: #fff !important;
}
.lp-try-it-free .fa-arrows-rotate,
.lp-upgrade .fa-arrows-rotate {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: auto;
  font-size: 18px;
  vertical-align: middle;
}
@media (max-width: 1099px) {
  .lp-try-it-free,
  .lp-upgrade {
    display: none !important;
  }
}
.lp-sign-in a {
  position: relative;
}
.lp-sign-in .disabled,
.lp-sign-in a.disabled:hover, .lp-sign-in:hover a.disabled {
  color: transparent !important;
}
.lp-sign-in .disabled .fa-solid,
.lp-sign-in a.disabled:hover .fa-solid, .lp-sign-in:hover a.disabled .fa-solid {
  color: #168cd6 !important;
}
.lp-sign-in .fa-arrows-rotate {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: auto;
  font-size: 18px;
  vertical-align: middle;
}
@media (max-width: 1099px) {
  .lp-sign-in {
    display: none !important;
  }
}
/** Mobile Sign In **/
.lp-header-nav .lp-mobile-sign-in {
  display: none;
}
@media (max-width: 1099px) {
  .lp-header-nav .lp-mobile-sign-in {
    display: block;
  }
  .lp-header-nav .lp-username {
    display: none !important;
  }
}
.lp-header-nav.upgraded-user .lp-username {
  display: block;
}
.lp-header-nav .lp-mobile-username {
  display: none;
  border-top: 0;
}
@media (max-width: 1099px) {
  .lp-header-nav .lp-mobile-username {
    display: block;
  }
  .lp-header-nav .lp-mobile-username .username-wrap {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 1099px) and (max-width: 480px) {
  .lp-header-nav .lp-mobile-username .username-wrap {
    max-width: 68%;
  }
}
.lp-header-nav .lp-mobile-username .lp-mobile-upgrade-btn {
  position: absolute;
  left: 185px;
  top: 8px;
  background-color: #5cb85c;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  padding: 0px 11px !important;
  z-index: 1;
  font-size: 14px;
  line-height: 30px;
  border-radius: 4px;
}
.lp-header-nav .lp-mobile-username .lp-mobile-upgrade-btn a:hover, .lp-header-nav .lp-mobile-username .lp-mobile-upgrade-btn:hover a {
  background: #419641 !important;
}
.lp-upgrade {
  display: inline-block;
}
.lp-header .welcome-text {
  position: absolute;
  top: 23px;
  right: 0;
}
@media (max-width: 767px) {
  .lp-header .welcome-text {
    position: relative;
    top: -10px;
    left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    white-space: nowrap;
    margin-left: -7px;
  }
}
/* Create an orange variations for various classes
-------------------------------------------------- */
/* Create the action button */
/* Common shadow treatment for box-shadow */
/* Default Image */
body {
  background: #fff;
}
html.no-scroll {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: scroll !important;
  z-index: 10;
}
/* Set responsive widths of the main search field
-------------------------------------------------- */
.main-search .search-container {
  position: relative;
  margin-bottom: 0;
}
.main-search .search-container .directory {
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  right: 100px;
  font-size: 10px;
  padding: 4px 5px;
  z-index: 2;
}
@media (max-width: 767px) {
  .main-search .search-container .directory {
    right: 50px;
  }
}
html,
body {
  height: 100%;
}
/* Wrapper for page content to push down footer */
#sticky-footer-wrap {
  min-height: 100%;
  height: auto;
}
#sticky-footer-wrap.move-right {
  overflow-x: hidden;
}
#sticky-footer-wrap #main {
  min-height: 85vh;
}
footer ul {
  margin-left: 0;
  padding-left: 0;
}
footer li {
  list-style: none;
}
footer a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
}
footer a:active, footer a:focus {
  color: #fff;
}
footer .lp-footer-view-all-lesson-plans-link {
  float: left;
}
footer .lp-footer-view-all-lesson-plans-link:hover {
  color: #fff;
}
footer .lp-footer-view-all-lesson-plans-link .lp-icon {
  vertical-align: -1px;
  margin-left: 2px;
}
@media (max-width: 899px) {
  footer .lp-footer-view-all-lesson-plans-link {
    display: none;
  }
  footer .footer-col-title.open ~ .lp-footer-view-all-lesson-plans-link {
    display: block;
    margin-bottom: 10px;
    margin-top: -39px;
  }
}
footer .footer-col-title.open ~ .footer-col-content {
  padding-bottom: 30px;
}
footer .lp-footer-top {
  background: #18598f;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
}
@media (max-width: 899px) {
  footer .lp-footer-top {
    padding-bottom: 0;
  }
}
footer .lp-footer-top .copyright-text {
  margin-bottom: 20px;
  font-size: 14px;
}
footer .lp-footer-top .copyright-subtext {
  font-size: 13px;
}
@media (max-width: 899px) and (min-width: 767px) {
  footer .lp-footer-top .logo-box {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
footer .lp-footer-top .newsletter-box {
  padding-top: 5px;
}
@media (max-width: 899px) and (min-width: 767px) {
  footer .lp-footer-top .newsletter-box {
    width: 49%;
    display: inline-block;
  }
}
footer .lp-footer-top .newsletter-box .text {
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 13px;
}
@media (max-width: 899px) {
  footer .lp-footer-top .newsletter-box .text {
    white-space: normal;
  }
}
footer .lp-footer-top .newsletter-box {
  position: relative;
}
footer .lp-footer-top .newsletter-box .form-group {
  margin-bottom: 0;
}
footer .lp-footer-top .newsletter-box .has-error .help-block:last-of-type {
  display: block;
}
footer .lp-footer-top .newsletter-box .help-block {
  display: none;
  position: absolute;
  top: 70px;
  margin-top: 0;
  margin-bottom: 0;
  color: #ff4d4d;
}
footer .lp-footer-top .has-error .lp-newsletter-email-input {
  border-color: #ff4d4d;
}
footer .lp-footer-top .lp-newsletter-email-input {
  display: inline-block;
  border-radius: 4px 0 0 4px;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border: 0;
  font-size: 15px;
  width: 75%;
  color: #45454a;
  vertical-align: top;
}
footer .lp-footer-top .lp-newsletter-email-submit {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 0 0 -4px;
  padding: 0 13px;
  border-radius: 0 4px 4px 0;
  background-color: #f29121;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  border: 0;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
footer .lp-footer-top .lp-oer-col,
footer .lp-footer-top .lp-resources-col,
footer .lp-footer-top .lp-curriculum-col {
  padding: 0;
}
@media (max-width: 899px) {
  footer .lp-footer-top .lp-oer-col,
  footer .lp-footer-top .lp-resources-col,
  footer .lp-footer-top .lp-curriculum-col {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  }
}
footer .lp-footer-top .lp-logo-col {
  padding: 0;
}
@media (max-width: 1099px) {
  footer .lp-footer-top .lp-logo-col {
    width: 50%;
    margin-left: 0;
    height: 220px;
  }
}
@media (max-width: 899px) {
  footer .lp-footer-top .lp-logo-col {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  footer .lp-footer-top .lp-logo-col {
    padding-bottom: 10px;
  }
}
footer .lp-footer-top .lp-footer-logo:focus, footer .lp-footer-top .lp-footer-logo:active {
  outline: none;
}
footer .lp-footer-top .lp-footer-logo #lp-footer-logo {
  width: 100%;
  max-width: 270px;
}
footer .lp-footer-top .lp-oer-col {
  margin-left: 7%;
}
@media (max-width: 1099px) {
  footer .lp-footer-top .lp-oer-col {
    width: 50%;
    margin-left: 0;
    height: 220px;
  }
}
@media (max-width: 899px) {
  footer .lp-footer-top .lp-oer-col {
    width: 100%;
    height: auto;
  }
}
footer .lp-footer-top .lp-resources-col {
  margin-left: 5%;
}
@media (max-width: 1099px) {
  footer .lp-footer-top .lp-resources-col {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 899px) {
  footer .lp-footer-top .lp-resources-col {
    width: 100%;
  }
}
footer .lp-footer-top .lp-curriculum-col {
  margin-left: 3%;
}
@media (max-width: 1099px) {
  footer .lp-footer-top .lp-curriculum-col {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 899px) {
  footer .lp-footer-top .lp-curriculum-col {
    width: 100%;
  }
}
footer .lp-footer-top .footer-col-title {
  text-shadow: none;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  height: 15px;
  margin: 8px 0 13px 0;
  white-space: nowrap;
}
@media (max-width: 899px) {
  footer .lp-footer-top .footer-col-title {
    padding-top: 25px;
    padding-bottom: 23px;
    margin: 0;
    height: auto;
  }
}
footer .lp-footer-top .footer-col-title .fa-solid {
  display: none;
  margin-right: 3px;
}
@media (max-width: 899px) {
  footer .lp-footer-top .footer-col-title .fa-plus {
    display: inline-block;
  }
  footer .lp-footer-top .footer-col-title.open .fa-minus {
    display: inline-block;
  }
  footer .lp-footer-top .footer-col-title.open .fa-plus {
    display: none;
  }
}
footer .lp-footer-top .footer-col-content a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 899px) {
  footer .lp-footer-top .footer-col-content {
    display: none;
  }
  footer .lp-footer-top .footer-col-title.open + .footer-col-content {
    display: block;
  }
}
footer .lp-footer-bottom {
  background: #134773;
  padding: 30px 0 70px 0;
  color: #fff;
}
@media (max-width: 1200px) {
  footer .lp-footer-bottom {
    padding-bottom: 75px;
  }
}
@media (max-width: 480px) {
  footer .lp-footer-bottom {
    text-align: center;
  }
}
footer .lp-footer-bottom .lp-footer-social-links {
  float: right;
}
@media (max-width: 767px) {
  footer .lp-footer-bottom .lp-footer-social-links {
    float: none;
    margin-top: 20px;
  }
}
footer .lp-footer-bottom .lp-footer-social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 3px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  font-size: 24px;
}
@media (max-width: 767px) {
  footer .lp-footer-bottom .lp-footer-social-links a {
    margin-left: 0;
  }
}
footer .lp-footer-bottom .lp-footer-social-links a .fa-brands {
  color: #fff;
}
footer .lp-footer-bottom .lp-footer-social-links a:hover {
  background-color: #fff;
}
footer .lp-footer-bottom .lp-footer-social-links a:hover .fa-brands {
  color: #18598f;
}
footer .lp-footer-bottom .lp-bottom-footer-link {
  display: inline-block;
  margin-right: 20px;
}
footer .lp-footer-bottom .lp-bottom-footer-link:hover, footer .lp-footer-bottom .lp-bottom-footer-link:active, footer .lp-footer-bottom .lp-bottom-footer-link:focus {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .lp-footer-bottom .lp-bottom-footer-link {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  footer .lp-footer-bottom .lp-bottom-footer-link {
    margin-left: 15px;
    margin-right: 0;
  }
  footer .lp-footer-bottom .lp-bottom-footer-link:first-child + .lp-bottom-footer-link {
    margin-left: 0;
  }
}
footer .lp-footer-bottom .lp-footer-contact-link {
  border: 1px solid #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 4px;
}
footer .lp-footer-bottom .lp-footer-contact-link:hover {
  text-decoration: none;
  border-color: #fff;
  background-color: #fff;
  color: rgb(24, 89, 143);
}
@media (max-width: 480px) {
  footer .lp-footer-bottom .lp-footer-contact-link {
    display: block;
    margin-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
  }
}
footer .back-to-top-button {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  border-radius: 999px;
  background-color: rgb(24, 89, 143);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.le-footer {
  background-color: #134773;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10vh;
}
.le-footer .container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1320px) {
  .le-footer .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 499px) {
  .le-footer .container {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .le-footer {
    padding-bottom: 50px;
  }
}
.le-footer .le-footer-logo {
  float: left;
  width: 280px;
  padding: 11px 0;
}
.le-footer .le-footer-logo:focus {
  outline: none;
}
@media (max-width: 767px) {
  .le-footer .le-footer-logo {
    float: none;
    padding-bottom: 0;
    margin: 0 auto;
  }
}
.le-footer .le-footer-meta {
  float: right;
  padding-top: 14px;
  padding-bottom: 11px;
}
@media (max-width: 767px) {
  .le-footer .le-footer-meta {
    float: none;
    text-align: center;
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  .le-footer .le-footer-meta {
    display: block;
    margin: 0;
    padding-top: 5px;
  }
}
.le-footer .le-footer-meta-item {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
}
.le-footer .le-footer-meta-item:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .le-footer .le-footer-meta-item {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  .le-footer .le-footer-meta-item {
    display: block;
    margin: 0;
    padding: 10px 0;
  }
}
@media (max-width: 350px) {
  .searches-show footer .back-to-top-button {
    bottom: 55px;
  }
}
/* Header styles
-------------------------------------------------- */
#header-wrap {
  z-index: 1029;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
#header-wrap .navbar {
  border-radius: 0;
}
@media (max-width: 992px) {
  #header-wrap .navbar.admin-menu .container {
    width: 100%;
  }
}
#header-wrap.mobile-menu-open .navbar.admin-menu, #header-wrap.mobile-search-open .navbar.admin-menu {
  display: none;
}
#notification {
  margin: 0 auto;
}
#notification .alert {
  width: 100%;
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1030;
  border-radius: 0;
}
#notification .alert .close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 27px;
  opacity: 0.8;
}
body.has-admin-menu:not(.scrivito_editing_active) #header-wrap.headroom--unpinned:not(.mobile-menu-open):not(.mobile-search-open) {
  top: -52px;
}
body.has-admin-menu:not(.scrivito_editing_active) #main {
  padding-top: 117px;
}
.overflow-hidden {
  overflow: hidden;
}
.side-widget {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  font-size: 15px;
}
.side-widget h4:first-child {
  margin-top: 0;
  font-size: 16px;
}
.side-widget i[rel=popover] {
  cursor: pointer;
}
.side-widget ul {
  margin-left: 22px;
}
.side-widget ul li {
  margin-bottom: 10px;
}
.side-widget ul li:last-child {
  margin-bottom: 0;
}
.side-widget ul.no-bullets {
  padding-left: 0;
  margin-left: 5px;
}
.side-widget ul.no-bullets li {
  list-style: none;
}
.side-widget h1,
.side-widget h2,
.side-widget h3,
.side-widget h4,
.side-widget h5,
.side-widget h6 {
  margin-bottom: 0;
}
.side-widget p small {
  font-weight: 400;
}
.side-widget .badge {
  background-color: #8c8b86;
}
.side-widget.blue-widget {
  background-color: rgba(91, 192, 222, 0.25);
  border: 1px solid rgb(154.6852791878, 216.4644670051, 234.8147208122);
}
.side-widget.blue-widget hr {
  border-top-color: rgb(154.6852791878, 216.4644670051, 234.8147208122);
  border-bottom-color: white;
}
.side-widget .media-body p {
  font-size: 15px;
}
/* Brown panel
-------------------------------------------------- */
.panel-brown {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.panel-brown .panel-heading {
  background-color: #ebebeb;
  border-bottom: 1px solid #ddd;
}
.panel-brown .panel-title {
  font-size: 18px;
}
.panel-brown .nav {
  margin-left: 0;
}
.panel-brown .nav li {
  margin-bottom: 0px;
}
.panel-brown .nav li a {
  padding: 5px 10px;
  transition: background-color 250ms ease-out;
}
.panel-brown .nav li a:hover, .panel-brown .nav li a:focus {
  background-color: #ddd;
}
.panel-brown .nav li a.pl5 {
  padding-left: 5px;
}
.panel-brown .nav li.active a {
  color: #fff;
  background: #18598f;
}
.panel-brown .nav li.divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #ddd;
}
.panel-brown .panel-footer {
  background-color: #ebebeb;
  border-top: 1px solid #ddd;
}
.panel-brown .panel-footer .info-icon {
  position: absolute;
  top: 8px;
  left: -7px;
}
.panel-brown .popover-content {
  font-size: 14px;
  line-height: 1.4;
}
.panel-brown .popover-content ul {
  list-style-type: disc;
  margin: 0;
}
.panel-brown .popover-content ul li {
  margin-bottom: 10px;
}
.gradient-well {
  border-radius: 6px;
  background-image: linear-gradient(to bottom, rgb(229.8968421053, 228.7557894737, 225.9031578947) 0%, rgb(220.4484210526, 218.8778947368, 214.9515789474) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE6E5E2", endColorstr="#FFDCDBD7", GradientType=0);
  background-repeat: repeat-x;
}
.app-info h4 {
  font-size: 16px;
  line-height: 22px;
}
.app-info .label {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  text-shadow: none;
  font-weight: normal;
  vertical-align: 10%;
}
.box-shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
hr {
  margin: 10px 0;
  border-top-color: rgb(203.9136842105, 201.5915789474, 195.7863157895);
  border-bottom-color: #f0efec;
}
/* Phones only */
@media (max-width: 480px) {
  .phone-no-pull {
    float: none;
  }
}
.star-rating {
  white-space: nowrap;
}
.clear-both {
  clear: both;
}
.dib {
  display: inline-block;
}
.serif {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.font-larger {
  font-size: 16px;
  line-height: 24px;
}
.mt-10 {
  margin-top: -10px;
}
.mr-10 {
  margin-right: -10px;
}
.mb-10 {
  margin-bottom: -10px;
}
.ml-10 {
  margin-left: -10px;
}
.pt-10 {
  padding-top: -10px;
}
.pr-10 {
  padding-right: -10px;
}
.pb-10 {
  padding-bottom: -10px;
}
.pl-10 {
  padding-left: -10px;
}
.mt0 {
  margin-top: 0px;
}
.mr0 {
  margin-right: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pl0 {
  padding-left: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mr35 {
  margin-right: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.ml35 {
  margin-left: 35px;
}
.pt35 {
  padding-top: 35px;
}
.pr35 {
  padding-right: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pl35 {
  padding-left: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mr40 {
  margin-right: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pr40 {
  padding-right: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mr45 {
  margin-right: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.ml45 {
  margin-left: 45px;
}
.pt45 {
  padding-top: 45px;
}
.pr45 {
  padding-right: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.pl45 {
  padding-left: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mr50 {
  margin-right: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pr50 {
  padding-right: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mr55 {
  margin-right: 55px;
}
.mb55 {
  margin-bottom: 55px;
}
.ml55 {
  margin-left: 55px;
}
.pt55 {
  padding-top: 55px;
}
.pr55 {
  padding-right: 55px;
}
.pb55 {
  padding-bottom: 55px;
}
.pl55 {
  padding-left: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mr60 {
  margin-right: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.ml60 {
  margin-left: 60px;
}
.pt60 {
  padding-top: 60px;
}
.pr60 {
  padding-right: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pl60 {
  padding-left: 60px;
}
.well.blue-gradient {
  background-image: linear-gradient(to bottom, rgb(192.7479041916, 221.0443113772, 244.5520958084) 0%, rgb(149.077245509, 197.2239520958, 237.222754491) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC1DDF5", endColorstr="#FF95C5ED", GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-nolink {
  color: #8c8b86;
  display: block;
  padding: 3px 20px;
}
#inpage-confirm {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
#inpage-confirm .alert.alert-danger ul {
  list-style-type: none;
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
.controller-blog_post_page .newsletter-box,
.controller-blog_page .newsletter-box {
  display: none;
}
body.subscriptions-new #sticky-footer-wrap,
body.subscriptions-create #sticky-footer-wrap,
body.subscriptions-edit #sticky-footer-wrap,
body.subscriptions-update #sticky-footer-wrap,
body.purchases-new #sticky-footer-wrap,
body.purchases-create #sticky-footer-wrap {
  margin: 0 auto -41px;
  padding: 0 0 41px;
}
@media (max-width: 480px) {
  body.subscriptions-new #sticky-footer-wrap,
  body.subscriptions-create #sticky-footer-wrap,
  body.subscriptions-edit #sticky-footer-wrap,
  body.subscriptions-update #sticky-footer-wrap,
  body.purchases-new #sticky-footer-wrap,
  body.purchases-create #sticky-footer-wrap {
    margin: 0 auto -51px;
    padding: 0 0 51px;
  }
}
body.subscriptions-new .copyright,
body.subscriptions-create .copyright,
body.subscriptions-edit .copyright,
body.subscriptions-update .copyright,
body.purchases-new .copyright,
body.purchases-create .copyright {
  background-color: transparent;
  border-top: none;
  padding: 12px 0;
  color: #45454a;
  font-size: 12px;
  font-weight: 400;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
  ul.social-menu {
    min-width: auto;
  }
}
.controller-admin_test_iframe_integrations #main > .container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
.articles-list h1 {
  font-size: 32px;
  line-height: 1.35;
  margin: 0 0 15px 0;
}
.articles-list .article-body {
  font-size: 15px;
}
.custom-sl-404-error {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 150px auto;
}
.custom-sl-404-error p {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .custom-sl-404-error {
    margin: 60px auto;
  }
}
.label-instructional-video,
.label-news-clip,
.label-stock-footage {
  background: #454545;
}
.label-lesson-plan {
  background: #1f6eae;
}
.label-interactive {
  background: #ad1313;
}
.label-activities-project {
  background: #69a020;
}
.label-app {
  background: #662d91;
}
.label-worksheet {
  background: #028cab;
}
.label-presentation {
  background: #ef560f;
}
.label-printables-template {
  background: #9e005d;
}
.label-activities {
  background: #69a020;
}
.label-article {
  background: #4f6228;
}
.label-lesson-planet-article {
  background: #fbb03b;
}
.label-assessment {
  background: #b3995d;
}
.label-rubric {
  background: #767e88;
}
.label-syllabi {
  background: #3c38cb;
}
.label-study-guide {
  background: #995b35;
}
.label-audio,
.label-podcast {
  background: #7e98d9;
}
.label-learning-game {
  background: #4e223e;
}
.label-primary-source {
  background: #ff9000;
}
.label-professional-document {
  background: #eca180;
}
.label-website {
  background: #94a79a;
}
.label-unknown-type {
  background: #8b008b;
}
.label-interactive-whiteboard {
  background: #c1bf32;
}
.label-graphics-image {
  background: #00445d;
}
.label-writing-prompt {
  background: #946b8e;
}
.label-adaptable {
  border: 1px solid #b54316;
  background-color: transparent;
  color: #b54316;
}
.label-designed {
  border: 1px solid #f89e2e;
  background-color: transparent;
  color: #f89e2e;
}
.label-ebook {
  background: #263247;
}
.label-unit-plan {
  background: #165b62;
}
.label-graphic-organizer {
  background: #500000;
}
.label-handouts-reference {
  background: #77e093;
}
.label-constructed-response-item {
  background: #eb53a5;
}
.label-lab-resource {
  background: #38baa0;
}
.label-online-course {
  background: #946b8e;
}
.label-ap-test-prep {
  background: #ed595a;
}
.label-performance-task {
  background: #928686;
}
.label-home-letter {
  background: #e2c960;
}
.label-workbook {
  background: #240042;
}
.label-pd-course {
  background: #212d00;
}
.label-curriculum-set {
  background: #bab2e2;
}
.label-unit {
  background: #7ee7ed;
}
.label-course {
  background: #edcb7e;
}
.label-assessment-set {
  background: #f7e0b0;
}
.label-chapter {
  background: #ffbdbd;
}
.label-lesson {
  background: #97d3ff;
}
.small > .label-adaptable, .small > .label-designed {
  padding: 2px 5px;
  vertical-align: 1px;
}
.label-new-review {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 0 5px;
  vertical-align: 2px;
  border: 1px solid rgb(242, 145, 33);
  background-color: transparent;
  color: rgb(242, 145, 33);
}
.label-inactive-items {
  background-color: #b14a5b;
  margin-left: 20px;
}
.btn-icon {
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 5px;
}
.social-row a,
.share-buttons-row a,
.footer-icons a {
  text-decoration: none;
}
.social-menu i {
  font-size: 22px;
  vertical-align: -3px;
  padding: 3px 0;
}
.social-menu i.fa-link {
  font-size: 16px;
}
.fa-light {
  color: #fff;
}
.fa-lg {
  font-size: 1.2em;
}
.footer-icons .fa-stack {
  width: 1.8em;
  height: 1.5em;
}
.footer-icons .fa-youtube {
  font-size: 1.5em;
  line-height: 1.35em;
}
.fa-stack .stack-text {
  position: absolute;
  width: inherit;
  text-align: center;
  color: #fff;
  text-shadow: none;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.fa-stack .smaller {
  font-size: 80%;
}
.fa-stack a:hover {
  text-decoration: none !important;
}
.share-buttons-row i,
.social-row i {
  font-size: 24px;
  margin-left: 2px;
}
.fa-youtube {
  color: #d3492c;
}
.fa-facebook-square {
  color: #204385;
}
.fa-twitter-square {
  color: #2aa9e0;
}
.fa-pinterest-square {
  color: #ca2128;
}
.fa-rss-square {
  color: rgb(242, 145, 33);
}
.fa-linkedin-square {
  color: #2184ba;
}
.resource-icon.icon-sm .type-resource {
  width: 25px;
  height: 10px;
  margin: 0 auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.resource-icon.icon-sm .type-resource:after {
  content: none;
}
.resource-icon.icon-sm .file-icon {
  width: 25px;
  height: 22px;
  background-color: #f0efec;
  border: 1px solid rgb(217.5, 215, 207.5);
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: rgb(225.1726315789, 223.8168421053, 220.4273684211);
  top: 9px;
}
.resource-icon.icon-sm .file-app:after {
  line-height: 20px;
  font-size: 18px;
}
.resource-icon.icon-sm .resource-shadow {
  position: absolute;
  top: 28px;
  height: 3px;
  width: 25px;
  background-color: transparent;
  border-radius: 3px;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.0625);
}
.resource-icon.icon-sm .sample-text {
  font-size: 6px;
}
/******************/
/* Resource Types */
/******************/
.type-resource {
  width: 51px;
  text-align: center;
  color: white;
  font-size: 10px;
  font-weight: 600;
  padding-top: 1px;
  border-radius: 3px 3px 0px 0px;
  margin: 0 auto;
  position: relative;
}
.resource-type-banner [class^=type]:after {
  padding-left: 20px;
  vertical-align: 2px;
}
.type-lesson-plan {
  border: 1px solid rgb(27.143902439, 96.3170731707, 152.356097561);
  background-image: linear-gradient(to bottom, rgb(37.1697560976, 131.8926829268, 208.6302439024) 0%, #1f6eae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF2584D1", endColorstr="#FF1F6EAE", GradientType=0);
  background-repeat: repeat-x;
}
.type-lesson-plan + .collection-count .inner-icon {
  color: #1f6eae;
}
.type-worksheet {
  border: 1px solid rgb(1.7052023121, 119.3641618497, 145.7947976879);
  background-image: linear-gradient(to bottom, rgb(2.4716763006, 173.0173410405, 211.3283236994) 0%, #028cab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF02ADD3", endColorstr="#FF028CAB", GradientType=0);
  background-repeat: repeat-x;
}
.type-worksheet + .collection-count .inner-icon {
  color: #028cab;
}
.type-interactive {
  border: 1px solid rgb(150.0234375, 16.4765625, 16.4765625);
  background-image: linear-gradient(to bottom, rgb(209.7625, 23.0375, 23.0375) 0%, #ad1313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD21717", endColorstr="#FFAD1313", GradientType=0);
  background-repeat: repeat-x;
}
.type-interactive .primary-type {
  font-size: 8px;
}
.type-interactive + .collection-count .inner-icon {
  color: #ad1313;
}
.type-activities-project,
.type-activity {
  border: 1px solid rgb(91.0546875, 138.75, 27.75);
  background-image: linear-gradient(to bottom, rgb(127.3125, 194, 38.8) 0%, #69a020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF7FC227", endColorstr="#FF69A020", GradientType=0);
  background-repeat: repeat-x;
}
.type-activities-project + .collection-count .inner-icon,
.type-activity + .collection-count .inner-icon {
  color: #69a020;
}
.type-article {
  border: 1px solid rgb(64.402173913, 79.8913043478, 32.6086956522);
  background-image: linear-gradient(to bottom, rgb(102.3565217391, 126.9739130435, 51.8260869565) 0%, #4f6228 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF667F34", endColorstr="#FF4F6228", GradientType=0);
  background-repeat: repeat-x;
}
.type-article + .collection-count .inner-icon {
  color: #4f6228;
}
.type-lesson-planet-article {
  border: 1px solid rgb(250.49, 165.9275, 34.01);
  background-image: linear-gradient(to bottom, rgb(251.816, 192.116, 98.984) 0%, #fbb03b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFCC063", endColorstr="#FFFBB03B", GradientType=0);
  background-repeat: repeat-x;
}
.type-lesson-planet-article + .collection-count .inner-icon {
  color: #fbb03b;
}
.type-app {
  border: 1px solid rgb(88.3105263158, 38.9605263158, 125.5394736842);
  background-image: linear-gradient(to bottom, rgb(123.9031578947, 54.6631578947, 176.1368421053) 0%, #662d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF7C37B0", endColorstr="#FF662D91", GradientType=0);
  background-repeat: repeat-x;
}
.type-app + .collection-count .inner-icon {
  color: #662d91;
}
.type-presentation {
  border: 1px solid rgb(215.0059055118, 77.3661417323, 13.4940944882);
  background-image: linear-gradient(to bottom, rgb(242.2913385827, 112.662992126, 52.5086614173) 0%, #ef560f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF27135", endColorstr="#FFEF560F", GradientType=0);
  background-repeat: repeat-x;
}
.type-presentation + .collection-count .inner-icon {
  color: #ef560f;
}
.type-instructional-video,
.type-news-clip,
.type-stock-footage {
  border: 1px solid rgb(56.25, 56.25, 56.25);
  background-image: linear-gradient(to bottom, rgb(89.4, 89.4, 89.4) 0%, #454545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF595959", endColorstr="#FF454545", GradientType=0);
  background-repeat: repeat-x;
}
.type-instructional-video + .collection-count .inner-icon,
.type-news-clip + .collection-count .inner-icon,
.type-stock-footage + .collection-count .inner-icon {
  color: #454545;
}
.type-instructional-video .primary-type {
  font-size: 8px;
}
.type-topic {
  border: 1px solid rgb(221.2128712871, 61.2871287129, 110.8415841584);
  background-image: linear-gradient(to bottom, rgb(231.0594059406, 117.7405940594, 152.8534653465) 0%, #e1537f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE77699", endColorstr="#FFE1537F", GradientType=0);
  background-repeat: repeat-x;
}
.type-topic .primary-type {
  font-size: 9px;
  color: #fff;
}
.type-topic + .collection-count .inner-icon {
  color: #e1537f;
}
.type-topic .banner-inner-icon {
  color: #e1537f;
}
.type-printables-template {
  border: 1px solid rgb(132.5, 0, 77.9905063291);
  background-image: linear-gradient(to bottom, rgb(198.8, 0, 117.0151898734) 0%, #9e005d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC70075", endColorstr="#FF9E005D", GradientType=0);
  background-repeat: repeat-x;
}
.type-printables-template + .collection-count .inner-icon {
  color: #9e005d;
}
.type-unit-plan {
  border: 1px solid rgb(17.325, 71.6625, 77.175);
  background-image: linear-gradient(to bottom, rgb(29.48, 121.94, 131.32) 0%, #165b62 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF1D7A83", endColorstr="#FF165B62", GradientType=0);
  background-repeat: repeat-x;
}
.type-unit-plan + .collection-count .inner-icon {
  color: #165b62;
}
.type-exit-ticket {
  border: 1px solid rgb(120.7894736842, 101.25, 81.7105263158);
  background-image: linear-gradient(to bottom, rgb(157.6736842105, 134.4, 111.1263157895) 0%, #88725c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF9E866F", endColorstr="#FF88725C", GradientType=0);
  background-repeat: repeat-x;
}
.type-exit-ticket + .collection-count .inner-icon {
  color: #88725c;
}
.type-ebook {
  border: 1px solid rgb(29.1100917431, 38.3027522936, 54.3899082569);
  background-image: linear-gradient(to bottom, rgb(52.223853211, 68.7155963303, 97.576146789) 0%, #263247 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF344562", endColorstr="#FF263247", GradientType=0);
  background-repeat: repeat-x;
}
.type-ebook + .collection-count .inner-icon {
  color: #263247;
}
.type-online-course {
  border: 1px solid rgb(133.2, 96.3, 127.8);
  background-image: linear-gradient(to bottom, rgb(165.12, 130.68, 160.08) 0%, #946b8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA583A0", endColorstr="#FF946B8E", GradientType=0);
  background-repeat: repeat-x;
}
.type-online-course + .collection-count .inner-icon {
  color: #946b8e;
}
.type-rubric {
  border: 1px solid rgb(106.1535433071, 113.3503937008, 122.3464566929);
  background-image: linear-gradient(to bottom, rgb(139.7748031496, 146.5527559055, 155.0251968504) 0%, #767e88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8C939B", endColorstr="#FF767E88", GradientType=0);
  background-repeat: repeat-x;
}
.type-rubric + .collection-count .inner-icon {
  color: #767e88;
}
.type-syllabi {
  border: 1px solid rgb(52.0956175299, 48.374501992, 185.125498008);
  background-image: linear-gradient(to bottom, rgb(91.6972111554, 88.3474103586, 211.4525896414) 0%, #3c38cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5C58D3", endColorstr="#FF3C38CB", GradientType=0);
  background-repeat: repeat-x;
}
.type-syllabi + .collection-count .inner-icon {
  color: #3c38cb;
}
.type-ap-test-prep {
  border: 1px solid rgb(234.5054347826, 65.9945652174, 67.1331521739);
  background-image: linear-gradient(to bottom, rgb(240.9913043478, 125.8086956522, 126.5869565217) 0%, #ed595a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF17E7F", endColorstr="#FFED595A", GradientType=0);
  background-repeat: repeat-x;
}
.type-ap-test-prep + .collection-count .inner-icon {
  color: #ed595a;
}
.type-study-guide {
  border: 1px solid rgb(134.0606796117, 79.7354368932, 46.4393203883);
  background-image: linear-gradient(to bottom, rgb(183.3029126214, 109.0233009709, 63.4970873786) 0%, #995b35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB76D3F", endColorstr="#FF995B35", GradientType=0);
  background-repeat: repeat-x;
}
.type-study-guide + .collection-count .inner-icon {
  color: #995b35;
}
.type-lab-resource {
  border: 1px solid rgb(50.0991735537, 166.4008264463, 143.1404958678);
  background-image: linear-gradient(to bottom, rgb(80.3752066116, 202.4247933884, 178.0148760331) 0%, #38baa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF50CAB2", endColorstr="#FF38BAA0", GradientType=0);
  background-repeat: repeat-x;
}
.type-lab-resource + .collection-count .inner-icon {
  color: #38baa0;
}
.type-assessment {
  font-size: 8px;
  padding-bottom: 5px;
  border: 1px solid rgb(167.7857142857, 140.8571428571, 78.7142857143);
  background-image: linear-gradient(to bottom, rgb(192.0285714286, 170.4857142857, 120.7714285714) 0%, #b3995d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC0AA79", endColorstr="#FFB3995D", GradientType=0);
  background-repeat: repeat-x;
}
.type-assessment + .collection-count .inner-icon {
  color: #b3995d;
}
.type-collection-item {
  border: 1px solid rgb(199.1894736842, 196.6526315789, 190.3105263158);
  background-image: linear-gradient(to bottom, rgb(229.8968421053, 228.7557894737, 225.9031578947) 0%, #d3d1cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE6E5E2", endColorstr="#FFD3D1CC", GradientType=0);
  background-repeat: repeat-x;
}
.type-collection-item:after {
  content: "";
}
.type-collection-item + .collection-count .inner-icon {
  color: #d3d1cc;
}
.type-audio,
.type-podcast {
  border: 1px solid rgb(106.3023952096, 136.2724550898, 211.1976047904);
  background-image: linear-gradient(to bottom, rgb(157.5161676647, 177.1640718563, 226.2838323353) 0%, #7e98d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF9EB1E2", endColorstr="#FF7E98D9", GradientType=0);
  background-repeat: repeat-x;
}
.type-audio + .collection-count .inner-icon,
.type-podcast + .collection-count .inner-icon {
  color: #7e98d9;
}
.type-learning-game {
  border: 1px solid rgb(60.2410714286, 26.2589285714, 47.8839285714);
  background-image: linear-gradient(to bottom, rgb(106.4142857143, 46.3857142857, 84.5857142857) 0%, #4e223e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6A2E55", endColorstr="#FF4E223E", GradientType=0);
  background-repeat: repeat-x;
}
.type-learning-game + .collection-count .inner-icon {
  color: #4e223e;
}
.type-primary-source {
  border: 1px solid rgb(229.5, 129.6, 0);
  background-image: linear-gradient(to bottom, rgb(255, 161.76, 40.8) 0%, #ff9000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFA229", endColorstr="#FFFF9000", GradientType=0);
  background-repeat: repeat-x;
}
.type-primary-source + .collection-count .inner-icon {
  color: #ff9000;
}
.type-professional-document {
  border: 1px solid rgb(232.6815068493, 144.5821917808, 105.8184931507);
  background-image: linear-gradient(to bottom, rgb(241.3095890411, 187.2684931507, 163.4904109589) 0%, #eca180 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF1BBA3", endColorstr="#FFECA180", GradientType=0);
  background-repeat: repeat-x;
}
.type-professional-document + .collection-count .inner-icon {
  color: #eca180;
}
.type-custom {
  border: 1px solid rgb(0, 65.5243243243, 159.5);
  background-image: linear-gradient(to bottom, rgb(0, 92.7610810811, 225.8) 0%, #004cb9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF005DE2", endColorstr="#FF004CB9", GradientType=0);
  background-repeat: repeat-x;
}
.type-custom + .collection-count .inner-icon {
  color: #004cb9;
}
.type-website,
.type-webpage {
  border: 1px solid rgb(134.0076923077, 155.4923076923, 140.7923076923);
  background-image: linear-gradient(to bottom, rgb(170.3876923077, 185.4123076923, 175.1323076923) 0%, #94a79a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFAAB9AF", endColorstr="#FF94A79A", GradientType=0);
  background-repeat: repeat-x;
}
.type-website + .collection-count .inner-icon,
.type-webpage + .collection-count .inner-icon {
  color: #94a79a;
}
.type-unknown-type {
  border: 1px solid rgb(113.5, 0, 113.5);
  background-image: linear-gradient(to bottom, rgb(179.8, 0, 179.8) 0%, #8b008b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB400B4", endColorstr="#FF8B008B", GradientType=0);
  background-repeat: repeat-x;
}
.type-unknown-type + .collection-count .inner-icon {
  color: #8b008b;
}
.type-interactive-whiteboard {
  border: 1px solid rgb(172.7469135802, 170.9567901235, 44.7530864198);
  background-image: linear-gradient(to bottom, rgb(208.4567901235, 206.5950617284, 75.3432098765) 0%, #c1bf32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD0CF4B", endColorstr="#FFC1BF32", GradientType=0);
  background-repeat: repeat-x;
}
.type-interactive-whiteboard + .collection-count .inner-icon {
  color: #c1bf32;
}
.type-teacher-reference {
  border: 1px solid rgb(98.2335329341, 219.2664670659, 130.5089820359);
  background-image: linear-gradient(to bottom, rgb(152.2263473054, 231.5736526946, 173.3856287425) 0%, #77e093 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF98E8AD", endColorstr="#FF77E093", GradientType=0);
  background-repeat: repeat-x;
}
.type-teacher-reference + .collection-count .inner-icon {
  color: #77e093;
}
.type-graphics-image,
.type-graphics-images {
  border: 1px solid rgb(0, 49.3548387097, 67.5);
  background-image: linear-gradient(to bottom, rgb(0, 97.8322580645, 133.8) 0%, #00445d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF006286", endColorstr="#FF00445D", GradientType=0);
  background-repeat: repeat-x;
}
.type-graphics-image + .collection-count .inner-icon,
.type-graphics-images + .collection-count .inner-icon {
  color: #00445d;
}
.type-writing-prompt {
  border: 1px solid rgb(133.2, 96.3, 127.8);
  background-image: linear-gradient(to bottom, rgb(165.12, 130.68, 160.08) 0%, #946b8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA583A0", endColorstr="#FF946B8E", GradientType=0);
  background-repeat: repeat-x;
}
.type-writing-prompt + .collection-count .inner-icon {
  color: #946b8e;
}
.type-graphic-organizer {
  border: 1px solid rgb(54.5, 0, 0);
  background-image: linear-gradient(to bottom, rgb(120.8, 0, 0) 0%, #500000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF790000", endColorstr="#FF500000", GradientType=0);
  background-repeat: repeat-x;
}
.type-graphic-organizer + .collection-count .inner-icon {
  color: #500000;
}
.type-handouts-reference {
  border: 1px solid rgb(98.2335329341, 219.2664670659, 130.5089820359);
  background-image: linear-gradient(to bottom, rgb(152.2263473054, 231.5736526946, 173.3856287425) 0%, #77e093 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF98E8AD", endColorstr="#FF77E093", GradientType=0);
  background-repeat: repeat-x;
}
.type-handouts-reference + .collection-count .inner-icon {
  color: #77e093;
}
.type-performance-task {
  border: 1px solid rgb(133.8891304348, 120.6108695652, 120.6108695652);
  background-image: linear-gradient(to bottom, rgb(165.3356521739, 155.4643478261, 155.4643478261) 0%, #928686 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA59B9B", endColorstr="#FF928686", GradientType=0);
  background-repeat: repeat-x;
}
.type-performance-task + .collection-count .inner-icon {
  color: #928686;
}
.type-home-letter {
  border: 1px solid rgb(222.0664893617, 193.6755319149, 74.4335106383);
  background-image: linear-gradient(to bottom, rgb(232.2936170213, 212.7191489362, 130.5063829787) 0%, #e2c960 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE8D583", endColorstr="#FFE2C960", GradientType=0);
  background-repeat: repeat-x;
}
.type-home-letter + .collection-count .inner-icon {
  color: #e2c960;
}
.type-workbook {
  border: 1px solid rgb(22.0909090909, 0, 40.5);
  background-image: linear-gradient(to bottom, rgb(58.2545454545, 0, 106.8) 0%, #240042 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3A006B", endColorstr="#FF240042", GradientType=0);
  background-repeat: repeat-x;
}
.type-workbook + .collection-count .inner-icon {
  color: #240042;
}
.type-pd-course {
  border: 1px solid rgb(14.3, 19.5, 0);
  background-image: linear-gradient(to bottom, rgb(62.92, 85.8, 0) 0%, #212d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3F5600", endColorstr="#FF212D00", GradientType=0);
  background-repeat: repeat-x;
}
.type-pd-course + .collection-count .inner-icon {
  color: #212d00;
}
.type-constructed-response-item {
  font-size: 8px;
  padding-bottom: 5px;
  border: 1px solid rgb(232.34375, 60.15625, 153.046875);
  background-image: linear-gradient(to bottom, rgb(239.25, 119.55, 184.125) 0%, #eb53a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEF78B8", endColorstr="#FFEB53A5", GradientType=0);
  background-repeat: repeat-x;
}
.resource-icon .type-constructed-response-item:after {
  max-width: 50px;
  line-height: 9px;
  display: inline-block;
  text-align: center;
}
.type-constructed-response-item + .collection-count .inner-icon {
  color: #eb53a5;
}
.type-constructed-response-item .file-icon {
  height: 36px;
  top: 23px;
}
.type-constructed-response-item .file-icon:after {
  margin-top: -4px;
  display: block;
}
.folder-icon .type-curriculum-set {
  border: 1px solid rgb(169.4009433962, 159.4764150943, 219.0235849057);
  background-image: linear-gradient(to bottom, rgb(212.558490566, 207.6377358491, 237.1622641509) 0%, #bab2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD5D0ED", endColorstr="#FFBAB2E2", GradientType=0);
  background-repeat: repeat-x;
}
.folder-icon .type-curriculum-set .primary-type {
  font-size: 8px;
  color: #383734;
}
.folder-icon .type-curriculum-set .banner-inner-icon {
  color: #bab2e2;
}
.folder-icon .type-chapter {
  border: 1px solid rgb(255, 163.5, 163.5);
  background-image: linear-gradient(to bottom, rgb(255, 229.8, 229.8) 0%, #ffbdbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFE6E6", endColorstr="#FFFFBDBD", GradientType=0);
  background-repeat: repeat-x;
}
.folder-icon .type-chapter .primary-type {
  font-size: 9px;
  color: #383734;
}
.folder-icon .type-chapter .banner-inner-icon {
  color: #ffbdbd;
}
.folder-icon .type-lesson {
  border: 1px solid rgb(125.5, 200.2115384615, 255);
  background-image: linear-gradient(to bottom, rgb(191.8, 228.2615384615, 255) 0%, #97d3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC0E4FF", endColorstr="#FF97D3FF", GradientType=0);
  background-repeat: repeat-x;
}
.folder-icon .type-lesson .primary-type {
  font-size: 9px;
  color: #383734;
}
.folder-icon .type-lesson .banner-inner-icon {
  color: #97d3ff;
}
.folder-icon .type-assessment-set {
  border: 1px solid rgb(244.6551724138, 214.9137931034, 152.8448275862);
  background-image: linear-gradient(to bottom, rgb(250.7517241379, 238.5379310345, 213.0482758621) 0%, #f7e0b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFBEFD5", endColorstr="#FFF7E0B0", GradientType=0);
  background-repeat: repeat-x;
}
.folder-icon .type-assessment-set .primary-type {
  font-size: 8px;
  color: #383734;
}
.folder-icon .type-assessment-set .banner-inner-icon {
  color: #b3995d;
}
.folder-icon .type-unit {
  border: 1px solid rgb(103.6224489796, 226.8367346939, 233.8775510204);
  background-image: linear-gradient(to bottom, rgb(161.8040816327, 237.6612244898, 241.9959183673) 0%, #7ee7ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA2EEF2", endColorstr="#FF7EE7ED", GradientType=0);
  background-repeat: repeat-x;
}
.folder-icon .type-unit .primary-type {
  white-space: nowrap;
  font-size: 8px;
  color: #383734;
}
.folder-icon .type-unit .banner-inner-icon {
  color: #7ee7ed;
}
.folder-icon .type-course {
  border: 1px solid rgb(233.8775510204, 193.9795918367, 103.6224489796);
  background-image: linear-gradient(to bottom, rgb(241.9959183673, 217.4326530612, 161.8040816327) 0%, #edcb7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2D9A2", endColorstr="#FFEDCB7E", GradientType=0);
  background-repeat: repeat-x;
}
.folder-icon .type-course .primary-type {
  color: #383734;
  white-space: nowrap;
  font-size: 7px;
  vertical-align: 1px;
}
.folder-icon .type-course .banner-inner-icon {
  color: #edcb7e;
}
.folder-icon .inner-icon {
  position: absolute;
  top: 39px;
  left: 19px;
  z-index: 19;
  color: #f0efec !important;
}
.collection-rrp-link .collection-icon .folder-icon {
  height: 41px !important;
  width: 51px !important;
  display: flex;
}
.collection-rrp-link .collection-icon .folder-icon.fa-stack {
  font-size: 29px !important;
  position: absolute !important;
  line-height: 1;
}
.collection-rrp-link .collection-icon .folder-icon .fa-folder-blank {
  top: 3px;
}
.collection-rrp-link .collection-icon .folder-icon .inner {
  font-size: 0.5em;
  top: 13px !important;
}
.collection-rrp-link .collection-icon .type-curriculum-set {
  border: 1px solid rgb(169.4009433962, 159.4764150943, 219.0235849057);
  background-image: linear-gradient(to bottom, rgb(212.558490566, 207.6377358491, 237.1622641509) 0%, #bab2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD5D0ED", endColorstr="#FFBAB2E2", GradientType=0);
  background-repeat: repeat-x;
}
.collection-rrp-link .collection-icon .type-curriculum-set .primary-type {
  font-size: 8px;
  color: #383734;
}
.collection-rrp-link .collection-icon .type-chapter {
  border: 1px solid rgb(255, 163.5, 163.5);
  background-image: linear-gradient(to bottom, rgb(255, 229.8, 229.8) 0%, #ffbdbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFE6E6", endColorstr="#FFFFBDBD", GradientType=0);
  background-repeat: repeat-x;
}
.collection-rrp-link .collection-icon .type-chapter .primary-type {
  font-size: 9px;
  color: #383734;
}
.collection-rrp-link .collection-icon .type-lesson {
  border: 1px solid rgb(125.5, 200.2115384615, 255);
  background-image: linear-gradient(to bottom, rgb(191.8, 228.2615384615, 255) 0%, #97d3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC0E4FF", endColorstr="#FF97D3FF", GradientType=0);
  background-repeat: repeat-x;
}
.collection-rrp-link .collection-icon .type-lesson .primary-type {
  font-size: 9px;
  color: #383734;
}
.collection-rrp-link .collection-icon .type-assessment-set {
  border: 1px solid rgb(244.6551724138, 214.9137931034, 152.8448275862);
  background-image: linear-gradient(to bottom, rgb(250.7517241379, 238.5379310345, 213.0482758621) 0%, #f7e0b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFBEFD5", endColorstr="#FFF7E0B0", GradientType=0);
  background-repeat: repeat-x;
}
.collection-rrp-link .collection-icon .type-assessment-set .primary-type {
  font-size: 8px;
  color: #383734;
}
.collection-rrp-link .collection-icon .type-unit {
  border: 1px solid rgb(103.6224489796, 226.8367346939, 233.8775510204);
  background-image: linear-gradient(to bottom, rgb(161.8040816327, 237.6612244898, 241.9959183673) 0%, #7ee7ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA2EEF2", endColorstr="#FF7EE7ED", GradientType=0);
  background-repeat: repeat-x;
}
.collection-rrp-link .collection-icon .type-unit .primary-type {
  font-size: 9px;
  color: #383734;
}
.collection-rrp-link .collection-icon .type-course {
  border: 1px solid rgb(233.8775510204, 193.9795918367, 103.6224489796);
  background-image: linear-gradient(to bottom, rgb(241.9959183673, 217.4326530612, 161.8040816327) 0%, #edcb7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2D9A2", endColorstr="#FFEDCB7E", GradientType=0);
  background-repeat: repeat-x;
}
.collection-rrp-link .collection-icon .type-course .primary-type {
  font-size: 9px;
  color: #383734;
}
.collection-rrp-link .collection-icon .inner-icon {
  position: absolute;
  top: 40px;
  left: 19px;
  z-index: 19;
  color: #f0efec !important;
}
.file-icon {
  width: 51px;
  height: 41px;
  background-color: #f0efec;
  border: 1px solid #d3d1cc;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: rgb(215.7242105263, 213.9389473684, 209.4757894737);
  position: absolute;
  top: 17px;
  left: -1px;
  z-index: 10;
}
.file-icon .fa-youtube {
  color: #d8d6d1;
}
.resource-icon-title .folder-icon .file-icon,
.list-card .folder-icon .file-icon,
.tiled-card .folder-icon .file-icon {
  position: absolute !important;
  font-size: 37px !important;
  line-height: 1;
}
.resource-icon-title .folder-icon .file-icon:before,
.list-card .folder-icon .file-icon:before,
.tiled-card .folder-icon .file-icon:before {
  display: block;
  padding-top: 2px;
}
.resource-icon-title .folder-icon .file-icon:after,
.list-card .folder-icon .file-icon:after,
.tiled-card .folder-icon .file-icon:after {
  color: #f0efec !important;
  width: auto;
}
.resource-shadow {
  height: 2px;
  width: 51px;
  background-color: transparent;
  border-radius: 2px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.125);
  position: absolute;
  top: 56px;
  left: -1px;
  z-index: 5;
}
.icon-lg .type-resource {
  width: 65px;
  font-size: 13px;
  padding: 2px 0;
}
.icon-lg .file-icon {
  width: 65px;
  height: 55px;
  line-height: 50px;
  font-size: 40px;
  top: 23px;
}
.icon-lg .file-resource:after {
  font-family: FontAwesome;
  content: "\f115";
}
.icon-lg .resource-shadow {
  height: 2px;
  width: 65px;
  top: 75px;
}
.stack-text {
  font-size: 2em;
  position: relative;
  vertical-align: -15%;
  margin-right: 5px;
}
.stack-text span {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 55%;
  position: absolute;
  left: 15%;
  top: 12%;
  color: white;
}
.icon-social {
  font-size: 2em;
  vertical-align: -18%;
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
  font-style: normal;
}
.icon-social:before {
  content: "\f0c8";
  color: white;
}
.icon-social:after {
  position: absolute;
  top: 0;
  left: 0;
}
.icon-social-facebook:after {
  content: "\f082";
  color: #204385;
}
.icon-social-twitter:after {
  content: "\f081";
  color: #2aa9e0;
}
.icon-social-pinterest:after {
  content: "\f0d3";
  color: #ca2128;
}
.icon-social-google-plus:after {
  content: "\f0d4";
  color: #d3492c;
}
.icon-social-rss:after {
  content: "\f143";
  color: rgb(242, 145, 33);
}
.icon-social-linkedin:after {
  content: "\f08c";
  color: #2184ba;
}
.icon-social-youtube:after {
  content: "\f166";
  color: rgb(204, 24, 30);
}
i.icon-sm {
  font-size: 1.5em;
}
.icon-rotate-315::before {
  transform: rotate(315deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-rotate-45::before {
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
/* Image swap for CCSS tab on RPP */
.icon-ccss {
  width: 14px;
  height: 15px;
  margin-top: -1px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("https://static.lp.lexp.cloud/images/fa-ccss-inactive.png");
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-ccss {
    background-image: url("https://static.lp.lexp.cloud/images/fa-ccss-inactive@2x.png");
    background-size: 14px 15px;
  }
}
.active .icon-ccss {
  background-image: url("https://static.lp.lexp.cloud/images/fa-ccss-active.png");
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .active .icon-ccss {
    background-image: url("https://static.lp.lexp.cloud/images/fa-ccss-active@2x.png");
    background-size: 14px 15px;
  }
}
.small .icon-ccss {
  width: 10px;
  height: 12px;
  margin-top: -3px;
  background-image: url("https://static.lp.lexp.cloud/images/fa-ccss-muted.png");
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .small .icon-ccss {
    background-image: url("https://static.lp.lexp.cloud/images/fa-ccss-muted@2x.png");
    background-size: 10px 12px;
  }
}
.sample-resource-icon {
  height: 48px;
}
.sample-resource-icon .sample-type-resource {
  width: 37px;
  text-align: center;
  color: white;
  font-size: 8px;
  padding-top: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0 auto;
  position: relative;
  border: 1px solid rgb(27.143902439, 96.3170731707, 152.356097561);
  background-image: linear-gradient(to bottom, rgb(37.1697560976, 131.8926829268, 208.6302439024) 0%, #1f6eae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF2584D1", endColorstr="#FF1F6EAE", GradientType=0);
  background-repeat: repeat-x;
}
.sample-resource-icon .sample-type-resource:after {
  content: "Lesson";
}
.sample-resource-icon .sample-file-icon {
  width: 37px;
  height: 30px;
  background-color: #f0efec;
  border: 1px solid #d3d1cc;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: rgb(215.7242105263, 213.9389473684, 209.4757894737);
  position: absolute;
  top: 13px;
  left: -1px;
  z-index: 10;
}
.sample-resource-icon .sample-resource-shadow {
  height: 2px;
  width: 37px;
  background-color: transparent;
  border-radius: 2px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.125);
  position: absolute;
  top: 41px;
  left: -1px;
  z-index: 5;
}
.sample-resource-icon .sample-text {
  transform: rotate(-35deg);
  font-size: 9px;
  color: #bc2127;
  position: absolute;
  top: 22px;
  z-index: 11;
}
/* Collection & Folder Icon */
.lp-folder-icon-new {
  font-size: 0.5em;
}
.lp-folder-icon-new .fa-stack-1x {
  font-size: 0.9em;
}
.lp-folder-icon-new .fa-stack-1x.fa-play {
  margin-left: 0.5px;
}
.lp-collection-icon,
.lp-folder-icon {
  position: relative;
}
.lp-collection-icon .fa-play,
.lp-folder-icon .fa-play {
  font-size: 35%;
  color: #fff;
  position: absolute;
  bottom: 50%;
  margin-bottom: -22%;
  left: 40%;
}
.lp-collection-icon.fs-13,
.lp-folder-icon.fs-13 {
  font-size: 13px;
}
.lp-collection-icon.fs-13:after,
.lp-folder-icon.fs-13:after {
  font-size: 4px;
  line-height: 11px;
  margin-bottom: 0;
  bottom: 0;
}
.lp-collection-icon.fs-15,
.lp-folder-icon.fs-15 {
  font-size: 15px;
}
.lp-collection-icon.fs-15:after,
.lp-folder-icon.fs-15:after {
  font-size: 5px;
  line-height: 12px;
  margin-bottom: 1px;
  bottom: 0;
}
.lp-collection-icon.fs-16,
.lp-folder-icon.fs-16 {
  font-size: 16px;
}
.lp-collection-icon.fs-16:after,
.lp-folder-icon.fs-16:after {
  font-size: 6px;
  line-height: 14px;
  margin-bottom: 0;
  bottom: 0;
}
.lp-collection-icon.va--1,
.lp-folder-icon.va--1 {
  vertical-align: -1px;
}
.lp-collection-icon.va--2,
.lp-folder-icon.va--2 {
  vertical-align: -2px;
}
.lp-collection-icon.fa-3x:after,
.lp-folder-icon.fa-3x:after {
  margin-bottom: -18%;
}
.lp-folder-icon {
  position: relative;
}
.lp-folder-icon .lp-folder {
  font-size: 35%;
  color: #fff;
  position: absolute;
  bottom: 50%;
  margin-bottom: -25%;
  left: 40%;
}
/* Special Color Cases */
.btn-warning .lp-collection-icon:after {
  color: #f0ad4e;
}
.ui-draggable-dragging .folder-icon .lp-folder-icon {
  position: absolute;
  font-size: 37px;
  line-height: 1;
}
.google-drive-icon {
  background-image: url("https://static.lp.lexp.cloud/images/integration-icons/google-drive-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.google-docs-icon {
  background-image: url("https://static.lp.lexp.cloud/images/integration-icons/google-docs-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.google-forms-icon {
  background-image: url("https://static.lp.lexp.cloud/images/integration-icons/google-forms-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.google-slides-icon {
  background-image: url("https://static.lp.lexp.cloud/images/integration-icons/google-slides-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.google-sheets-icon {
  background-image: url("https://static.lp.lexp.cloud/images/integration-icons/google-sheets-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.google-jamboard-icon {
  background-image: url("https://static.lp.lexp.cloud/images/integration-icons/google-jamboard-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.google-drawing-icon {
  background-image: url("https://static.lp.lexp.cloud/images/integration-icons/google-drawings-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.type-user-added:after {
  font-size: 10px;
  content: "User Added";
}
form {
  margin-bottom: 20px;
}
input[type=radio], input[type=checkbox] {
  margin-top: 2px;
}
.check_boxes label.radio, .check_boxes label.checkbox {
  margin-top: 0;
}
.form-group.has-error .chzn-single, .form-group.has-error .chzn-choices {
  color: #d9534f;
  border-color: #d9534f;
}
#change-password-form .form-group:nth-of-type(2).has-error .help-block {
  display: none;
}
.has-error .error-message {
  color: #a94442;
}
.input-group-addon.dropdown ul {
  text-align: left;
}
.form-inline input.boolean {
  margin-right: 10px;
}
.form-inline input.date_picker {
  width: 102px;
}
form .form-control.width-mini {
  width: 60px;
}
form .form-control.width-small {
  width: 90px;
}
form .form-control.width-medium {
  width: 150px;
}
form .form-control.width-large {
  width: 210px;
}
form .form-control.width-xlarge {
  width: 270px;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 9px;
  margin-bottom: 0.4761904763;
  font-size: 17.5px;
}
.input-blue:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ; /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.form-group .ng-invalid {
  color: #b94a48;
  border: 1px solid #ee5f5b;
  border-radius: 0 4px 4px 0;
}
.form-group .ng-invalid:focus {
  border-color: rgb(233.2099447514, 49.9171270718, 44.7900552486);
  box-shadow: 0 0 6px rgb(247.5801104972, 185.1657458564, 183.4198895028);
}
.text-field-3rows {
  min-height: 90px;
}
.text-field-2rows {
  min-height: 70px;
}
input::-ms-clear {
  display: none;
}
.simple_form.new_user .lockable {
  position: relative;
}
.simple_form.new_user .lockable i {
  position: absolute;
  top: 10px;
  right: 28px;
  color: #8c8b86;
}
.simple_form.new_user .lockable input {
  padding-right: 30px;
}
.simple_form.new_user .secure-server i {
  color: #000000;
  font-size: 16px;
  vertical-align: middle;
}
.simple_form.new_user .secure-server a {
  color: #000000;
  text-decoration: none;
  font: bold 9px verdana, sans-serif;
  letter-spacing: 0.5px;
  padding: 0px;
}
/* Create an orange variations for various classes
-------------------------------------------------- */
/* Create the action button */
/* Common shadow treatment for box-shadow */
/* Default Image */
.clickable,
.dropdown-toggle {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.link-as-text,
link-as-text:hover {
  color: #45454a;
  text-decoration: none;
}
.dropdown-icon-right {
  padding-top: 2px;
}
.no-hover:hover, .no-hover:focus, .no-hover:visited {
  text-decoration: none;
}
.italicize {
  font-style: italic;
}
@media (max-width: 480px) {
  #recaptcha_table {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.recaptchatable #recaptcha_response_field {
  border: 1px solid #ddd !important;
  font-size: 11pt;
  border-radius: 3px;
  line-height: 14px;
  padding: 5px;
}
.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .anchor {
    top: -110px;
  }
}
@media (min-width: 992px) {
  .anchor {
    top: -135px;
  }
}
@media (min-width: 1200px) {
  .anchor {
    top: -140px;
  }
}
.js-hide {
  display: none;
}
.text-primary-dark {
  color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
}
.text-ghosted {
  color: #f0efec;
}
.lead.lead-sm {
  font-size: 16px;
}
.lead.lead-md {
  font-size: 18px;
}
.lead.lead-xl {
  font-size: 36px;
  margin-bottom: 0;
}
.nowrap {
  white-space: nowrap;
}
.nowrap li {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.article-body p {
  margin-bottom: 1em;
}
.article-body img {
  margin-top: 3px !important;
  margin-left: 0 !important;
}
.article-body img.main-photo {
  float: left;
  margin: 0 10px 10px 0;
  border: 3px solid #000;
}
.article-body ol,
.article-body ul {
  margin: 1em 3em 1em 0;
  padding: 0;
}
.article-body ol ul,
.article-body ul ul {
  margin: 0.5em 1em 0.5em 2.5em;
}
.article-body ol ul li,
.article-body ul ul li {
  list-style-type: circle;
}
.article-body ol li,
.article-body ul li {
  /** get lists to show up properly next to floated images */
  margin: 0;
  padding: 0;
  position: relative;
  left: 2.5em;
  list-style: disc;
}
.change-del {
  background: #fdd;
}
.change-add {
  background: #dfd;
}
#announcement {
  background: url("https://static.lp.lexp.cloud/images/announcement-bkg.png");
  border-top: 1px solid #fbeed5;
  border-bottom: 1px solid #fbeed5;
}
#announcement .alert-warning hr {
  border-top: 1px solid #fbeed5;
}
#announcement h1,
#announcement h2,
#announcement h3,
#announcement h4,
#announcement h5,
#announcement h6,
#announcement p {
  color: #45454a;
}
.messages-container {
  min-width: 400px;
  max-width: 600px;
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: -250px;
  background: #fff;
  padding: 15px 10px 10px;
  border-radius: 5px;
  z-index: 1055;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .messages-container {
    min-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.messages-container .close {
  position: absolute;
  right: 5px;
  top: 0;
}
.messages-container .alert {
  margin: 10px 0 0;
}
.messages-container .alert ul {
  margin-bottom: 0;
}
.info-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #d3d1cc;
}
.overview {
  line-height: 1.7857142863;
  font-size: 15px;
  font-weight: 400;
}
.counter {
  position: relative;
}
.counter i {
  font-size: 36px;
  float: left;
}
.counter .count {
  width: 31px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0px;
  font-size: 18px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.counter .input-group-addon-text {
  color: #45454a;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  float: left;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 8px;
}
.caption {
  padding-bottom: 0;
}
.caption hr {
  border-top: 1px dotted #f0efec;
  border-bottom: none;
  margin-top: 8px;
  margin-bottom: 5px;
}
.media-body h6 {
  margin-top: 0;
}
.media-body h6 small {
  color: #8c8b86;
}
.image-carousel {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  min-height: 320px;
  max-height: 520px;
  padding-bottom: 8px;
  -webkit-user-select: none;
}
.image-carousel ul {
  margin: 0;
  padding-left: 0;
}
.image-carousel li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.image-carousel li img {
  max-width: 320px;
  max-height: 480px;
}
.image-carousel li img.ipad_screenshot {
  max-width: 480px;
}
.image-carousel::-webkit-scrollbar {
  -webkit-appearance: none;
}
.image-carousel::-webkit-scrollbar:horizontal {
  height: 11px;
}
.image-carousel::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.video-small {
  position: relative;
  cursor: pointer;
}
.video-small .player-icon {
  position: absolute;
  text-align: center;
  left: 40%;
  top: 35%;
}
.video-small .player-icon i {
  font-size: 56px;
  color: #f0efec;
  text-shadow: 0 1px #8c8b86;
}
@media (max-width: 480px) {
  .video-small .player-icon i {
    font-size: 84px;
  }
}
.vid-responsive {
  position: relative;
  padding-bottom: 56.2%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}
.vid-responsive iframe,
.vid-responsive object,
.vid-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ten-by-six {
  padding-bottom: 75%;
}
.btn-action {
  color: #fff;
  background-color: rgb(242, 145, 33);
  border-color: rgb(235.6978723404, 132.7127659574, 13.8021276596);
}
.btn-action:focus, .btn-action.focus {
  color: #fff;
  background-color: rgb(211.6085106383, 119.1489361702, 12.3914893617);
  border-color: rgb(115.2510638298, 64.8936170213, 6.7489361702);
}
.btn-action:hover {
  color: #fff;
  background-color: rgb(211.6085106383, 119.1489361702, 12.3914893617);
  border-color: rgb(177.8834042553, 100.1595744681, 10.4165957447);
}
.btn-action:active, .btn-action.active, .open > .btn-action.dropdown-toggle {
  color: #fff;
  background-color: rgb(211.6085106383, 119.1489361702, 12.3914893617);
  background-image: none;
  border-color: rgb(177.8834042553, 100.1595744681, 10.4165957447);
}
.btn-action:active:hover, .btn-action:active:focus, .btn-action:active.focus, .btn-action.active:hover, .btn-action.active:focus, .btn-action.active.focus, .open > .btn-action.dropdown-toggle:hover, .open > .btn-action.dropdown-toggle:focus, .open > .btn-action.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(177.8834042553, 100.1595744681, 10.4165957447);
  border-color: rgb(115.2510638298, 64.8936170213, 6.7489361702);
}
.btn-action.disabled:hover, .btn-action.disabled:focus, .btn-action.disabled.focus, .btn-action[disabled]:hover, .btn-action[disabled]:focus, .btn-action[disabled].focus, fieldset[disabled] .btn-action:hover, fieldset[disabled] .btn-action:focus, fieldset[disabled] .btn-action.focus {
  background-color: rgb(242, 145, 33);
  border-color: rgb(235.6978723404, 132.7127659574, 13.8021276596);
}
.btn-action .badge {
  color: rgb(242, 145, 33);
  background-color: #fff;
}
.text-action {
  color: rgb(242, 145, 33);
}
.label-action {
  background-color: rgb(242, 145, 33);
}
.label-action[href]:hover, .label-action[href]:focus {
  background-color: rgb(211.6085106383, 119.1489361702, 12.3914893617);
}
.btn-file {
  width: 140px;
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  #off-canvas-wrap {
    position: relative;
    height: 100%;
  }
  #off-canvas-wrap,
  #off-canvas-wrap #header-wrap,
  #off-canvas-wrap .navbar-fixed-bottom {
    transition: all 0.3s ease-in-out;
  }
  .move-right #off-canvas-wrap,
  .move-right .navbar-fixed-bottom {
    transform: translateX(300px);
  }
  .off-canvas-menu {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-300px);
    width: 300px;
    z-index: 1039;
    height: 100%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .off-canvas-menu {
    padding: 0;
  }
}
#faqs h3 {
  color: #1474bd;
}
#faqs dl {
  margin-left: 0;
}
#faqs dt {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
#faqs dt:hover {
  cursor: pointer;
  color: #1474bd;
}
#faqs dd {
  margin: 0.5em 0 1em 0;
  font-size: 1.1em;
  line-height: 1.3em;
}
#faqs dd p {
  margin-top: 0.5em;
}
#faqs dd li {
  color: #45454a;
}
#faqs ul > li {
  color: #45454a;
}
.courses .thumbnail .course-title {
  text-align: center;
  background-color: #fff;
  font-weight: bold;
}
.modal-footer-title {
  margin-top: 5px;
  margin-bottom: 0;
}
ol#comments-list {
  padding: 0;
  margin: 0;
}
ol#comments-list li {
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  list-style: none;
  padding: 10px;
  margin: 25px 0 35px 0;
  border-radius: 4px;
  position: relative;
}
ol#comments-list li:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #d5d5d5 transparent;
  display: block;
  width: 0;
  top: -20px;
  left: 40px;
  border-width: 0 12px 20px;
}
ol#comments-list li:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #f5f5f5 transparent;
  display: block;
  width: 0;
  top: -19px;
  left: 41px;
  border-width: 0 11px 19px;
}
ul.bullet-lg > li {
  font-size: 18px;
  font-weight: 200;
  line-height: 32px;
}
@media (min-width: 1200px) {
  ul.bullet-lg > li {
    font-size: 20px;
    line-height: 34px;
  }
}
#announcement {
  background: url("https://static.lp.lexp.cloud/images/announcement-bkg.png");
  border-top: 1px solid #fbeed5;
  border-bottom: 1px solid #fbeed5;
}
#announcement .alert-warning hr {
  border-top: 1px solid #fbeed5;
}
#announcement h1,
#announcement h2,
#announcement h3,
#announcement h4,
#announcement h5,
#announcement h6,
#announcement p {
  color: #45454a;
}
.article-body p {
  margin-bottom: 1em;
}
.article-body img {
  margin-top: 3px !important;
  margin-left: 0 !important;
}
.article-body img.main-photo {
  float: left;
  margin: 0 10px 10px 0;
  border: 3px solid #000;
}
.article-body ol,
.article-body ul {
  margin: 1em 3em 1em 0;
  padding: 0;
}
.article-body ol ul,
.article-body ul ul {
  margin: 0.5em 1em 0.5em 2.5em;
}
.article-body ol ul li,
.article-body ul ul li {
  list-style-type: circle;
}
.article-body ol li,
.article-body ul li {
  /** get lists to show up properly next to floated images */
  margin: 0;
  padding: 0;
  position: relative;
  left: 2.5em;
}
table.recaptchatable {
  background-color: #ffffff;
}
/** a badge */
.star-badge {
  background-image: url("https://static.lp.lexp.cloud/images/empty-badge-blue.png");
  width: 97px;
  height: 98px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .star-badge {
    background-image: url("https://static.lp.lexp.cloud/images/empty-badge-blue@2x.png");
    background-size: 97px 98px;
  }
}
.star-badge p {
  color: #fff;
  font-size: 24px;
  padding: 25px 0 0 0;
  text-align: center;
  margin: 0;
  line-height: 24px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
.star-badge span {
  display: block;
}
.star-badge small {
  font-size: 65%;
}
#fb-likes {
  text-align: center;
}
#fb-likes a {
  font-size: 18px;
}
#fb-likes a .count-text {
  font-size: 16px;
}
#fb-likes a:hover {
  text-decoration: none;
}
.help-block #fb-likes a {
  font-size: 14px;
}
.help-block #fb-likes a .count-text {
  font-size: 12px;
}
.text-muted-info {
  border-top: 1px solid #d3d1cc;
  border-bottom: 1px solid #d3d1cc;
  padding: 5px 0;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.no-resize {
  resize: none;
}
.relative {
  position: relative;
}
#upgrade-browser-modal .modal-body {
  font-size: 16px;
  padding: 25px;
}
#upgrade-browser-modal .modal-body p {
  margin: 0 40px 0 40px;
}
#upgrade-browser-modal .chrome-link,
#upgrade-browser-modal .ie-link {
  padding-left: 75px;
}
#free-signup-modal .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#free-signup-modal .modal-header {
  width: 100%;
  max-width: 573px;
  margin: 0 auto;
  background-color: #1987c4;
  color: #fff;
  font-size: 25px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  #free-signup-modal .modal-header {
    font-size: 20px;
  }
}
#free-signup-modal .modal-header .free-member-text {
  color: #fcb42e;
}
#free-signup-modal .modal-body {
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 0;
  padding-bottom: 24px;
  width: 100%;
  max-width: 573px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  #free-signup-modal .modal-body {
    padding-bottom: 60px;
  }
}
#free-signup-modal .modal-body #free-signup-form {
  padding-top: 12px;
}
#free-signup-modal .modal-body .close {
  color: #a7a7a7;
  font-weight: bold;
  opacity: 1;
  font-size: 28px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
#free-signup-modal .modal-body input {
  padding: 4px 8px 4px 8px;
  width: 100%;
}
#free-signup-modal .modal-body input[type=submit] {
  width: 222px;
  margin-top: 10px;
  cursor: pointer;
}
.new-freemium-user {
  padding: 30px;
  float: none;
  margin: 0 auto;
}
.new-freemium-user .header {
  text-align: center;
  height: 80px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #1a86c3;
}
.new-freemium-user .header h2 {
  color: #fff;
}
@media (max-width: 480px) {
  .new-freemium-user .header h2 {
    font-size: 22px;
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .new-freemium-user .header h2 {
    font-size: 27px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .new-freemium-user .header h2 {
    font-size: 29px;
    margin-top: 20px;
  }
}
.new-freemium-user .header h2 span {
  color: #f29121;
  text-shadow: 0 1px 0 #f29121;
  font-style: italic;
}
.new-freemium-user .content {
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 0px 0px 10px 0px;
  width: auto;
}
.new-freemium-user .content #free-signup-form {
  padding-top: 30px;
}
.new-freemium-user .content input {
  padding: 4px 8px 4px 8px;
}
.new-freemium-user .content input[type=submit] {
  height: 47px;
  cursor: pointer;
}
.free-signup-result {
  width: auto;
  margin: 0 auto;
}
.free-signup-result .modal-dialog {
  width: auto;
  max-width: 574px;
}
.free-signup-result .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.free-signup-result .modal-header {
  background: url("https://static.lp.lexp.cloud/images/thanks_for_joining_modal_header.png");
  height: 164px;
}
@media (max-width: 480px) {
  .free-signup-result .modal-header {
    height: 100px;
    background-size: cover;
  }
}
.free-signup-result .modal-body {
  position: relative;
  text-align: center;
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 24px;
  padding-top: 24px;
}
.free-signup-result .modal-body p {
  margin-left: 25px;
  margin-right: 25px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #24649a;
}
.free-signup-result .modal-body .contact-link {
  font-size: 14px;
  padding-bottom: 24px;
  padding-top: 10px;
  width: 100%;
}
.free-signup-result .modal-body .close {
  color: #a7a7a7;
  font-weight: bold;
  opacity: 1;
  font-size: 25px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
#free-member-welcome .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#free-member-welcome .modal-header {
  background: url("https://static.lp.lexp.cloud/images/free_welcome_header.png");
  width: 582px;
  height: 225px;
  border-bottom: none;
}
#free-member-welcome .modal-body {
  margin-left: 5px;
  margin-right: 3px;
  position: relative;
  background-color: #1088c5;
  color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 32px;
  width: 574px;
}
#free-member-welcome .modal-body h3 {
  text-align: center;
  margin-top: 0px;
}
#free-member-welcome .modal-body .white-text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: block;
}
#free-member-welcome .modal-body .white-text.collect {
  width: 75%;
}
#free-member-welcome .modal-body .white-text.plan {
  width: 60%;
}
#free-member-welcome .modal-body #get-started-btn {
  margin-top: 5px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 19px;
  width: 235px;
  height: 45px;
}
#free-member-welcome .modal-body #upgrade-btn {
  margin-top: 5px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 19px;
  width: 240px;
  height: 45px;
}
#free-member-welcome .modal-body .button-cell {
  text-align: center;
  padding: 0px;
}
#free-member-welcome .modal-body .buttons-row {
  margin-left: 0px;
  margin-right: 0px;
}
#free-member-welcome .modal-body h4 {
  color: #ffb230;
  font-size: 20px;
  text-shadow: 0 1px 0 #ffb230;
  margin-top: 15px;
  margin-bottom: 5px;
}
#free-member-welcome .modal-body .lp-badge {
  background-image: url("https://static.lp.lexp.cloud/images/welcome_lp_badge.png");
  width: 131px;
  height: 130px;
  margin-top: -25px;
}
#free-member-welcome .modal-body .welcome-content {
  margin-bottom: 40px;
}
#free-member-welcome .modal-body .close {
  color: white;
  font-weight: bold;
  opacity: 1;
  font-size: 25px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.video-card {
  padding: 15px;
}
.video-card .video-container {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .video-card .video-container {
    height: 475px;
  }
}
#profile-user-avatar {
  padding-right: 4px;
}
#signup-modal {
  z-index: 1062;
}
#signup-modal .grecaptcha-badge {
  display: none;
}
#signup-modal .modal-content {
  width: 100%;
  max-width: 550px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#signup-modal .modal-header {
  text-align: center;
  padding: 0;
}
#signup-modal .modal-header .close {
  color: #a7a7a7;
  font-weight: bold;
  opacity: 1;
  font-size: 25px;
  position: absolute;
  top: 24px;
  right: 24px;
}
#signup-modal .modal-header .title {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  color: #565658;
  padding: 15px;
  font-size: 25px;
}
#signup-modal .modal-body {
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 40px 30px 30px 30px;
}
#signup-modal .modal-body #signup-send-communications {
  width: auto;
}
#signup-modal .modal-body input {
  padding: 4px 8px 4px 8px;
  width: 100%;
}
#signup-modal .modal-body input[type=submit] {
  padding: 10px 50px 10px 50px;
  width: auto;
  cursor: pointer;
  text-transform: uppercase;
  background: #f38e16;
  border-color: #d47f25;
}
#shared-collection-rating-rubric-modal {
  width: 900px;
}
#shared-collection-rating-rubric-modal ul {
  padding-left: 25px;
}
.break-word {
  word-wrap: break-word;
}
#report-problem-modal h5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
#report-problem-modal h5 .fa-solid {
  margin-left: 3px;
}
#report-problem-modal .radio + h5 {
  margin-top: 20px;
}
#report-problem-modal .radio {
  margin-top: 12px;
  margin-bottom: 12px;
}
#report-problem-modal .radio input[type=radio],
#report-problem-modal .radio input[type=checkbox] {
  margin-top: 6px;
}
#report-problem-modal .radio .fa-solid {
  vertical-align: -1px;
  margin-left: 7px;
}
#report-problem-modal label {
  font-weight: normal;
}
@media (min-width: 600px) {
  .devise_lp_sessions-create {
    background-color: #f5f5f5;
  }
  .login-box-wrap.login-page .login-box {
    border: 1px solid #e1e1e1;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 7vh auto 0 auto;
    background-color: #fff;
  }
}
@media (max-width: 599px) {
  .login-box-wrap.login-page .login-box .login-box-header {
    border-bottom: 0px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .login-box-wrap.login-page .login-box .login-box-header:after {
    content: "";
    display: block;
    width: 150px;
    margin: 20px auto -15px auto;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media (max-width: 450px) {
  .login-box-wrap.login-page .login-box {
    width: 100%;
  }
  .login-box-wrap.login-page .login-box .login-box-body {
    padding-left: 0;
    padding-right: 0;
  }
  .login-box-wrap.login-page .login-box .login-options-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.login-box-wrap .oauth-options {
  display: flex;
  flex-wrap: wrap;
  height: 218px;
  align-content: center;
}
@media (max-width: 700px) {
  .login-box-wrap .oauth-options {
    height: auto;
  }
}
.login-box-wrap .oauth-options .liwc {
  position: relative;
  width: 100%;
}
.login-box-wrap .oauth-options .liwc + .liwc {
  margin-top: 18px;
}
@media (max-width: 700px) {
  .login-box-wrap .oauth-options .liwc {
    margin: 0 0 18px 0;
  }
  .login-box-wrap .oauth-options .liwc + .liwc {
    margin-top: 0;
  }
}
.login-box-wrap .oauth-options .liwc .clever-icon,
.login-box-wrap .oauth-options .liwc .classlink-icon,
.login-box-wrap .oauth-options .liwc .google-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
.login-box-wrap .oauth-options .liwc .clever-icon img,
.login-box-wrap .oauth-options .liwc .classlink-icon img,
.login-box-wrap .oauth-options .liwc .google-icon img {
  display: inline-block;
  margin-top: 11px;
}
.login-box-wrap .oauth-options .liwc .clever-icon img {
  margin-top: 8px;
  margin-right: 2px;
}
.login-box-wrap .oauth-options .liwc .btn-classlink {
  background-color: #35abcd;
  color: #fff;
}
.login-box-wrap .oauth-options .liwc .btn-clever {
  background-color: #4274f6;
  color: #fff;
}
.login-box-wrap .oauth-options .liwc .btn-google {
  background-color: #db4437;
  color: #fff;
}
.login-box-wrap .login-options-container {
  width: 100%;
}
.login-box-wrap .login-options-container .login-box-body-col:after {
  top: 56px;
  right: 0;
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 214px;
  border-right: 1px solid #e1e1e1;
}
@media (max-width: 700px) {
  .login-box-wrap .login-options-container .login-box-body-col:after {
    display: none;
  }
}
.login-box-wrap .sso-body-col {
  width: 45%;
  float: left;
  font-size: 16px;
}
@media (max-width: 700px) {
  .login-box-wrap .sso-body-col {
    width: 100%;
  }
}
.login-box-wrap .sso-body-col .or-title {
  text-align: center;
}
@media (max-width: 700px) {
  .login-box-wrap .sso-body-col .or-title {
    margin: -30px 0 21px 0;
  }
}
.login-box-wrap .login-box-body-col {
  width: 55%;
  float: left;
}
@media (max-width: 700px) {
  .login-box-wrap .login-box-body-col {
    width: 100%;
  }
}
.login-box-wrap .login-box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .login-box-wrap .login-box {
    width: 95%;
  }
}
.login-box-wrap .login-box-header {
  padding: 19px 37px 18px 37px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-header {
    padding: 15px 20px;
  }
}
.login-box-wrap .login-box-header .modal-title {
  font-size: 22px;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-header .modal-title {
    font-size: 19px;
  }
}
.login-box-wrap .login-box-header .page-title {
  font-size: 24px;
  text-align: center;
  margin: 2px 0;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-header .page-title {
    font-size: 22px;
  }
}
.login-box-wrap .login-box-header .close {
  font-size: 39px;
  margin-top: 15px;
  line-height: 0;
  font-weight: 400;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-header .close {
    margin-top: 15px;
    font-size: 25px;
  }
}
.login-box-wrap .login-box-body {
  padding: 27px 22px;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-body {
    padding: 27px 15px;
  }
}
@media (max-width: 350px) {
  .login-box-wrap .login-box-body {
    padding: 27px 5px;
  }
}
.login-box-wrap .login-box-body #login {
  margin-bottom: 0;
}
.login-box-wrap .login-box-body #login .checkbox label {
  font-size: 14px;
  margin: 4px 0 0 0;
  padding-left: 18px;
}
.login-box-wrap .login-box-body #login label {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 7px;
}
.login-box-wrap .login-box-body #login .form-control {
  height: 40px;
}
@media (max-width: 768px) {
  .login-box-wrap .login-box-body #login .form-control {
    font-size: 16px;
  }
}
.login-box-wrap .login-box-body .user_login {
  margin-bottom: 15px;
}
.login-box-wrap .login-box-body .user_password {
  margin-bottom: 5px;
}
.login-box-wrap .login-box-body .btn {
  display: block;
  width: 100%;
  font-size: 17px;
  height: 43px;
  line-height: 43px;
  padding: 0;
  border: 0;
}
.login-box-wrap .login-box-body .user_remember_me {
  float: left;
  margin: 0;
}
.login-box-wrap .login-box-body .user_remember_me .checkbox {
  margin: 0;
}
.login-box-wrap .login-box-body .user_remember_me .checkbox input {
  top: 8px;
  left: 0;
  margin: 0;
  transform: scale(0.9);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.login-box-wrap .login-box-body .help-block {
  float: right;
  margin: 9px 0 20px 0;
  font-size: 14px;
}
.login-box-wrap .login-box-footer {
  border-top: none !important;
  position: relative;
  padding: 2px 15px 20px 15px;
  width: 100%;
}
.login-box-wrap .login-box-footer .h4 {
  display: block;
  font-size: 17px;
  text-align: left;
}
.login-box-wrap .login-box-footer .btn {
  height: 43px;
  line-height: 43px;
  width: 181px;
  padding: 0 18px;
  border: 0;
}
@media (max-width: 450px) {
  .login-box-wrap .login-box-footer .pull-left,
  .login-box-wrap .login-box-footer .pull-right {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .login-box-wrap .login-box-footer .h4 {
    text-align: center;
  }
}
.login-box-wrap .login-box-footer.modal-footer {
  width: 100%;
}
.login-box-wrap .login-box-footer .not-a-member {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .login-box-wrap .login-box-footer .not-a-member {
    margin-top: -20px;
  }
}
.login-box-wrap .login-box-footer .not-a-member a {
  color: green;
  margin-left: 3px;
}
@media (max-width: 350px) {
  .login-box-wrap .login-box-footer .not-a-member a {
    display: block;
    margin: 5px 0 0 0;
  }
}
.login-box-wrap .login-box-footer .questions {
  padding: 0 35px;
}
.login-box-wrap .login-box-footer .questions a {
  margin-left: 3px;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
.subscribe-accordion {
  margin-bottom: 20px;
}
.subscribe-accordion > .panel {
  border-radius: 0;
  border-top: none;
}
.subscribe-accordion > .panel + .panel {
  margin-top: 0;
}
.subscribe-accordion > .panel:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #ddd;
}
.subscribe-accordion > .panel:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.subscriptions-edit .subscribe-accordion .panel-collapse > .panel-body {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .subscriptions-edit .subscribe-accordion .panel-collapse > .panel-body {
    padding-bottom: 20px;
  }
}
.subscribe-accordion > .panel > .panel-heading > .panel-title {
  font-size: 18px;
}
.se-banner-container {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .se-banner-container {
    position: relative;
    margin-bottom: 0;
  }
}
.text-banner {
  background-image: url("https://static.lp.lexp.cloud/images/sign-up/se-banner.png");
  background-repeat: no-repeat;
  height: 57px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .text-banner {
    background-image: url("https://static.lp.lexp.cloud/images/sign-up/se-banner@2x.png");
    background-size: 100% auto;
  }
}
.text-banner h5 {
  padding-top: 7px;
  color: white;
  text-shadow: none;
}
.featured-item {
  padding: 0px 15px 0px 20px;
  border: 1px solid #d3d1cc;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  position: relative;
}
@media (min-width: 768px) {
  .featured-item {
    min-height: 260px;
  }
}
@media (min-width: 992px) {
  .featured-item {
    min-height: 155px;
  }
}
.featured-item h3 {
  margin-top: 0;
  line-height: 30px;
}
.featured-item h4 {
  font-size: 19px;
  line-height: 24px;
}
.featured-item .lead-in {
  position: absolute;
  bottom: 0;
}
.featured-item li {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .featured-item-v2 .featured-item {
    min-height: 203px;
  }
}
.side-widget.featured-item {
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px 20px;
}
.side-widget.featured-item hr {
  margin: 8px 0;
}
.side-widget.featured-item ul {
  margin-bottom: 0;
}
.side-widget.featured-item ul > li {
  font-size: 17px;
  margin-bottom: 5px;
}
.side-widget.featured-item ul > li:last-child {
  margin-bottom: 0;
}
.tl-quote {
  font-size: 20px;
  color: #f0ad4e;
  vertical-align: top;
}
.highlight {
  color: #f0ad4e;
}
@media (min-width: 992px) {
  .generic-text {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .generic-text {
    padding-left: 0px;
  }
}
.plan-feature {
  font-size: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 1px 0px 12px 0px;
  border-bottom: 1px solid #d3d1cc;
}
@media (min-width: 768px) {
  .plan-feature {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .plan-feature {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .plan-feature {
    font-size: 15px;
  }
}
.plan-feature:last-of-type {
  border-bottom: none;
  margin: 10px 0px -15px 0px;
  text-align: center;
}
.plan-feature .pricing {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgb(153, 151, 148);
}
@media (min-width: 768px) {
  .plan-feature .pricing {
    font-size: 13px;
  }
}
.plan-feature .pricing small {
  font-size: 75%;
}
.plan-feature .free-trial-text,
.plan-feature .collections-text {
  display: block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .plan-body {
    display: table;
    width: 100%;
  }
  .plan-body .col-sm-6 {
    display: table-cell;
    float: none;
    vertical-align: bottom;
  }
}
div.knovation-banner {
  width: 100%;
  min-height: 121px;
  background-image: url("https://static.lp.lexp.cloud/images/subscribe/KnovationBoclipsBanner_signup.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.edit-offers-form {
  display: table;
  width: 100%;
}
@media (min-width: 1200px) {
  .edit-offers-form .col-lg-4 {
    display: table-cell;
    float: none;
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .edit-offers-form .col-lg-6 {
    display: table-cell;
    float: none;
    vertical-align: bottom;
  }
}
.cc-panel .plan-feature {
  font-size: 18px;
  padding: 0 5px 5px 10px;
}
.cc-panel .plan-feature:first-child {
  border-top: none;
}
.cc-panel .plan-feature:last-of-type {
  border-bottom: none;
  padding: 0 0 0 10px;
  margin-bottom: 0;
}
.plan-container {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .plan-container {
    margin-bottom: 0;
  }
}
.edit-offers-form .plan-container {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .edit-offers-form .plan-container {
    margin-bottom: 0;
  }
}
.edit-offers-form .single-plan .plan-container {
  max-width: 300px;
  margin: 0 auto;
}
.plan-price {
  display: table;
  color: #45454a;
  font-weight: bold;
  font-style: italic;
  margin: 1px auto -16px auto;
}
.plan-price .price-symbol {
  display: table-cell;
  font-size: 35px;
  max-width: 18px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .plan-price .price-symbol {
    font-size: 28px;
  }
}
.plan-price .price-quotient {
  display: table-cell;
  font-size: 80px;
  line-height: 80px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .plan-price .price-quotient {
    font-size: 62px;
    line-height: 62px;
  }
}
.plan-price .price-mod {
  display: table-cell;
  font-size: 30px;
  padding-left: 1px;
  vertical-align: top;
}
.plan-price .per-mo {
  display: table-cell;
  font-size: 25px;
  vertical-align: top;
  white-space: nowrap;
  padding: 30px 0 0 0;
}
.plan-price .per-mo .per-mo-slash {
  font-style: normal;
  margin-right: -5px;
}
@media (max-width: 991px) {
  .plan-price .per-mo {
    font-size: 20px;
  }
}
.plan-price.is-float .per-mo {
  padding: 4px 0 0 5px;
}
.panel-offer {
  border-color: #ddd;
}
.panel-offer > .panel-heading {
  color: #45454a;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-offer > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-offer > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #45454a;
}
.panel-offer > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
@media (min-width: 768px) {
  .panel-offer .panel-title {
    font-size: 18px;
  }
}
.panel-offer .panel-heading {
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .panel-offer .panel-heading {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .panel-offer .panel-heading {
    height: 125px;
  }
}
.panel-offer .panel-heading .access-text {
  display: block;
  margin-top: 12px;
  line-height: 1.2;
  font-size: 13px;
}
.panel-offer .img-responsive {
  width: 100%;
  opacity: 0;
}
.panel-offer .plan-arrow {
  width: 100%;
  background-image: url("https://static.lp.lexp.cloud/images/subscribe/arrow-starter-pro.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.panel-offer.plan-highlight .plan-arrow {
  background-image: url("https://static.lp.lexp.cloud/images/subscribe/arrow-pro.png");
}
.panel-offer .panel-body .awarded-site-text {
  color: #18598f;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.panel-offer .panel-body .lesson-planning-text {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.panel-offer .panel-body .actions-text {
  text-align: center;
  font-size: 14px;
}
.panel-offer .panel-body .intro-copy .resource-nr {
  font-weight: bold;
  font-size: 34px;
}
.panel-offer .panel-body .intro-copy .teachers-text {
  font-weight: 200;
  font-size: 18px;
  line-height: 1.3;
}
.panel-offer .panel-footer {
  text-align: center;
  background-color: transparent;
}
.panel-offer .btn-offer {
  background-color: #c2c2c2;
  border-color: #999999;
  color: #fff;
}
.panel-offer .btn-offer-highlight {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.panel-offer .btn-offer-highlight:focus, .panel-offer .btn-offer-highlight.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.panel-offer .btn-offer-highlight:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.panel-offer .btn-offer-highlight:active, .panel-offer .btn-offer-highlight.active, .open > .panel-offer .btn-offer-highlight.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.panel-offer .btn-offer-highlight:active:hover, .panel-offer .btn-offer-highlight:active:focus, .panel-offer .btn-offer-highlight:active.focus, .panel-offer .btn-offer-highlight.active:hover, .panel-offer .btn-offer-highlight.active:focus, .panel-offer .btn-offer-highlight.active.focus, .open > .panel-offer .btn-offer-highlight.dropdown-toggle:hover, .open > .panel-offer .btn-offer-highlight.dropdown-toggle:focus, .open > .panel-offer .btn-offer-highlight.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.panel-offer .btn-offer-highlight.disabled:hover, .panel-offer .btn-offer-highlight.disabled:focus, .panel-offer .btn-offer-highlight.disabled.focus, .panel-offer .btn-offer-highlight[disabled]:hover, .panel-offer .btn-offer-highlight[disabled]:focus, .panel-offer .btn-offer-highlight[disabled].focus, fieldset[disabled] .panel-offer .btn-offer-highlight:hover, fieldset[disabled] .panel-offer .btn-offer-highlight:focus, fieldset[disabled] .panel-offer .btn-offer-highlight.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.panel-offer .btn-offer-highlight .badge {
  color: #5cb85c;
  background-color: #fff;
}
.edit-offers-form .panel-title + .custom-plan {
  font-size: 18px;
  margin-top: 0;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .edit-offers-form .panel-title + .custom-plan {
    margin-top: 25px;
  }
}
.edit-offers-form .panel-title + .custom-plan .access-text {
  line-height: 1.4;
}
.panel-offer.plan-highlight {
  border-width: 1px;
  border-color: #3b9a99;
}
.panel-offer.plan-highlight .panel-heading {
  position: relative;
  background-color: #3b9a99;
}
@media (min-width: 768px) {
  .panel-offer.plan-highlight .panel-heading {
    height: 165px;
  }
}
@media (min-width: 992px) {
  .panel-offer.plan-highlight .panel-heading {
    height: 160px;
  }
}
.panel-offer.plan-highlight .panel-heading .plan-price {
  color: #ffffff;
}
.panel-offer.plan-highlight .panel-title {
  color: #ffffff;
}
@media (min-width: 768px) {
  .panel-offer.plan-highlight .panel-title {
    font-size: 22px;
  }
}
.panel-offer.plan-highlight .access-text {
  color: #ffffff;
}
.panel-offer.plan-highlight .panel-body {
  background-color: white;
}
.panel-offer.plan-highlight .panel-body .awarded-site-text {
  color: #3b9a99;
  font-size: 20px;
}
.panel-offer.plan-highlight .panel-body .lesson-planning-text,
.panel-offer.plan-highlight .panel-body .actions-text {
  font-size: 14px;
}
.panel-offer.plan-highlight .panel-body .plan-feature:last-of-type {
  margin: 10px 0px -5px 0px;
}
.panel-offer.plan-highlight .panel-body .intro-copy p.resource-nr {
  color: #3b9a99;
}
.panel-offer.plan-highlight .panel-body .intro-copy p.resource-nr.videos_test_pro {
  color: #009e11;
  font-size: 34px;
}
.panel-offer.plan-highlight .panel-body span.free-trial-text,
.panel-offer.plan-highlight .panel-body span.collections-text {
  color: #3b9a99;
}
.panel-offer.plan-highlight .panel-footer {
  background-color: #ffffff;
}
.panel-offer.plan-highlight .btn-offer {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #999999;
}
.panel-offer.plan-highlight .btn-offer:focus, .panel-offer.plan-highlight .btn-offer.focus {
  color: #ffffff;
  background-color: rgb(199.1111111111, 123.5555555556, 16.8888888889);
  border-color: rgb(89.25, 89.25, 89.25);
}
.panel-offer.plan-highlight .btn-offer:hover {
  color: #ffffff;
  background-color: rgb(199.1111111111, 123.5555555556, 16.8888888889);
  border-color: rgb(122.4, 122.4, 122.4);
}
.panel-offer.plan-highlight .btn-offer:active, .panel-offer.plan-highlight .btn-offer.active, .open > .panel-offer.plan-highlight .btn-offer.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(199.1111111111, 123.5555555556, 16.8888888889);
  background-image: none;
  border-color: rgb(122.4, 122.4, 122.4);
}
.panel-offer.plan-highlight .btn-offer:active:hover, .panel-offer.plan-highlight .btn-offer:active:focus, .panel-offer.plan-highlight .btn-offer:active.focus, .panel-offer.plan-highlight .btn-offer.active:hover, .panel-offer.plan-highlight .btn-offer.active:focus, .panel-offer.plan-highlight .btn-offer.active.focus, .open > .panel-offer.plan-highlight .btn-offer.dropdown-toggle:hover, .open > .panel-offer.plan-highlight .btn-offer.dropdown-toggle:focus, .open > .panel-offer.plan-highlight .btn-offer.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(166.2024691358, 103.1345679012, 14.0975308642);
  border-color: rgb(89.25, 89.25, 89.25);
}
.panel-offer.plan-highlight .btn-offer.disabled:hover, .panel-offer.plan-highlight .btn-offer.disabled:focus, .panel-offer.plan-highlight .btn-offer.disabled.focus, .panel-offer.plan-highlight .btn-offer[disabled]:hover, .panel-offer.plan-highlight .btn-offer[disabled]:focus, .panel-offer.plan-highlight .btn-offer[disabled].focus, fieldset[disabled] .panel-offer.plan-highlight .btn-offer:hover, fieldset[disabled] .panel-offer.plan-highlight .btn-offer:focus, fieldset[disabled] .panel-offer.plan-highlight .btn-offer.focus {
  background-color: #ec971f;
  border-color: #999999;
}
.panel-offer.plan-highlight .btn-offer .badge {
  color: #ec971f;
  background-color: #ffffff;
}
.panel-offer.plan-highlight .plan-feature {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
@media (min-width: 768px) {
  .panel-offer.plan-highlight .plan-feature {
    font-size: 15px;
    padding: 0 0 9px 0;
    margin-bottom: 7px;
  }
}
@media (min-width: 992px) {
  .panel-offer.plan-highlight .plan-feature {
    font-size: 17px;
    padding: 0 0 5px 0;
  }
}
@media (min-width: 1200px) {
  .panel-offer.plan-highlight .plan-feature {
    font-size: 18px;
    padding: 0 0 8px 0;
    margin-bottom: 8px;
  }
}
.panel-offer.plan-highlight .plan-feature:last-of-type {
  border-bottom: none;
  padding: 0;
}
.panel-offer.plan-highlight .plan-feature.videos_test_pro .collections-text {
  font-size: 34px;
}
.panel-offer.plan-current {
  border-width: 1px;
  border-color: #aaa;
}
.panel-offer.plan-current .panel-heading {
  position: relative;
  padding-top: 22px;
}
@media (min-width: 768px) {
  .panel-offer.plan-current .panel-heading {
    height: 135px;
  }
}
@media (min-width: 992px) {
  .panel-offer.plan-current .panel-heading {
    height: 150px;
  }
}
.panel-offer.plan-current .panel-heading:after {
  content: "YOUR CURRENT PLAN";
  position: absolute;
  width: 175px;
  height: 30px;
  top: -17px;
  left: 50%;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 29px;
  font-weight: bold;
  margin-left: -88px;
}
.panel-offer.plan-current .panel-heading .access-text {
  display: block;
  margin-top: 15px;
}
.panel-offer.plan-current-dim {
  border-color: #ddd;
}
.panel-offer.plan-current-dim .panel-heading:after {
  border-color: #ddd;
  color: #ddd;
}
.subscribe-accordion > .custom-plan {
  font-size: 15px;
  color: rgb(24, 89, 143);
  padding-bottom: 10px;
}
.subscribe-accordion .form-control {
  font-size: 16px;
}
@media (min-width: 768px) {
  .subscribe-accordion .form-control {
    font-size: 14px;
  }
  #cc_exp_month_yr {
    width: 145px;
  }
}
@media (min-width: 992px) {
  #cc_exp_month_yr {
    width: 155px;
  }
}
@media (min-width: 1200px) {
  #cc_exp_month_yr {
    width: 170px;
  }
}
@media (min-width: 768px) {
  #cc_cvv {
    width: 75px;
    margin-left: 0px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  #cc_cvv {
    width: 78px;
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  #cc_cvv {
    width: 90px;
    margin-left: -15px;
    margin-right: -10px;
  }
}
.question-circle {
  cursor: pointer;
}
.question-circle:hover {
  color: #18598f;
}
@media (min-width: 992px) {
  .subscribe-accordion > .question-circle {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .subscribe-accordion > .question-circle {
    margin-left: -10px;
    padding-left: 0px;
  }
}
.panel-group .panel.panel-offer {
  overflow: visible;
}
.panel-dropshadow {
  box-shadow: 0 8px 20px -10px rgb(133.4568527919, 208.3096446701, 230.5431472081);
}
@media (min-width: 1200px) {
  .free-trial-offset-lg {
    padding-right: 20px;
  }
}
.starting-note {
  color: rgb(7, 87, 223);
}
@media (min-width: 992px) {
  .starting-note {
    font-size: 17px;
    width: 90%;
  }
}
.make-planning-easier-banner {
  background: url("https://static.lp.lexp.cloud/images/subscribe/s1_banner_makeplanningeasier.png") no-repeat right top;
  height: 304px;
  margin: -40px -9px 0px -132px;
}
@media (max-width: 767px) {
  .last-name-sm {
    margin-top: 15px;
  }
}
#step2-modal .grecaptcha-badge {
  display: none;
}
#step2-modal .modal-dialog {
  width: 820px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  #step2-modal .modal-dialog {
    width: 100%;
  }
}
#step2-modal .modal-dialog .modal-content {
  display: table;
  border: none;
  border-radius: 25px;
}
#step2-modal .modal-dialog .modal-content .modal-header {
  background-color: #e2e3e4;
  font-weight: bold;
  padding: 8px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
#step2-modal .modal-dialog .modal-content .modal-header h3 {
  font-size: 19px;
}
#step2-modal .modal-dialog .modal-content .modal-body {
  padding-top: 8px;
}
#step2-modal .modal-dialog .modal-content .modal-body .col-sm-12 > .form-group {
  margin-bottom: 14px;
}
#step2-modal .modal-dialog .modal-content .modal-body .teachers-text {
  font-size: 14px;
  padding-bottom: 3px;
}
#step2-modal .modal-dialog .modal-content .modal-body .resource-nr {
  font-size: 20px;
}
#step2-modal .modal-dialog .modal-content .modal-body .price-symbol {
  font-size: 27px;
}
#step2-modal .modal-dialog .modal-content .modal-body .price-quotient {
  font-size: 48px;
  line-height: 48px;
}
#step2-modal .modal-dialog .modal-content .modal-body .price-mod {
  font-size: 20px;
}
#step2-modal .modal-dialog .modal-content .modal-body .per-mo {
  font-size: 15px;
  padding: 18px 0 0 0;
}
#step2-modal .modal-dialog .modal-content .modal-body .is-float .per-mo {
  padding: 4px 0 0 5px;
}
@media (min-width: 768px) {
  #step2-modal .modal-dialog .modal-content .modal-body .is-float .pricing {
    font-size: 12px;
  }
}
#step2-modal .modal-dialog .modal-content .modal-body .is-float .pricing small {
  font-size: 80%;
}
#step2-modal .modal-dialog .modal-content .modal-body .help-block {
  margin-bottom: 0px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .plan-feature {
  padding: 0px 0px 1px 0px;
  margin-bottom: 3px;
  font-size: 14px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .plan-feature:last-of-type {
  margin-top: 0px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .panel-heading {
  border-bottom: none;
  height: 90px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .panel-footer {
  padding: 0 15px 8px 15px;
  border-top: 0;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-highlight .panel-heading, #step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-current .panel-heading {
  height: 105px !important;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-highlight .panel-heading .access-text, #step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-current .panel-heading .access-text {
  font-size: 13px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-highlight .panel-footer, #step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-current .panel-footer {
  background-color: #ffffff;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-highlight .panel-title, #step2-modal .modal-dialog .modal-content .modal-body .panel-offer.plan-current .panel-title {
  font-size: 21px;
}
#step2-modal .modal-dialog .modal-content .modal-body .panel-offer .btn-offer {
  padding: 5px 10px;
  font-size: 16px;
}
#step2-modal .modal-dialog .modal-content .trial-image {
  position: absolute;
  width: 90px;
  right: 65px;
  top: 0px;
}
#step2-modal .modal-dialog .modal-content .starting-note {
  font-size: 14px;
  width: 100%;
  margin-left: 15px;
  margin-bottom: 13px;
}
#step2-modal .modal-dialog .modal-content .modal-footer {
  padding: 0px;
  height: 25px;
  border-top: none;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#step2-modal .modal-dialog .modal-content .modal-footer .close {
  font-size: 30px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
#step2-modal .modal-dialog .modal-content #js-billing-terms {
  font-size: 11px;
  margin-bottom: 5px;
}
#step2-modal .modal-dialog .modal-content #js-submit-btn {
  font-size: 16px;
}
#step2-modal .modal-dialog .modal-content #cc_exp_month_yr {
  width: 100%;
}
.subscriptions-new #sticky-footer-wrap,
.subscriptions-create #sticky-footer-wrap {
  background-color: #fafafb;
}
.subscriptions-new #main > .container,
.subscriptions-create #main > .container,
.subscriptions-new #main > #main-inner,
.subscriptions-create #main > #main-inner {
  width: 100% !important;
  padding: 0;
  overflow: hidden;
}
.subscriptions-new #main > .container .subscribe-accordion,
.subscriptions-create #main > .container .subscribe-accordion,
.subscriptions-new #main > #main-inner .subscribe-accordion,
.subscriptions-create #main > #main-inner .subscribe-accordion {
  max-width: 1150px;
  margin: 0 auto 20px auto;
}
.subscriptions-new #main > .container .subscribe-accordion.signup,
.subscriptions-create #main > .container .subscribe-accordion.signup,
.subscriptions-new #main > #main-inner .subscribe-accordion.signup,
.subscriptions-create #main > #main-inner .subscribe-accordion.signup {
  padding-left: 20px;
  padding-right: 20px;
}
.subscriptions-new #main > .container .subscribe-accordion.active,
.subscriptions-create #main > .container .subscribe-accordion.active,
.subscriptions-new #main > #main-inner .subscribe-accordion.active,
.subscriptions-create #main > #main-inner .subscribe-accordion.active {
  max-width: 960px;
}
#paypal-button-container {
  max-width: 400px;
}
#new-checkout-options {
  margin-top: 20px;
}
#new-checkout-options > .panel {
  overflow: hidden;
}
#new-checkout-options > .panel .panel-heading {
  position: relative;
  padding: 0;
  background-color: #fff;
}
#new-checkout-options > .panel .panel-heading .lp-icon {
  margin-right: 4px;
}
#new-checkout-options > .panel .panel-body {
  background-color: #f8f8f8;
}
#new-checkout-options > .panel #paypal-panel .panel-body {
  padding-top: 17px;
  padding-bottom: 0;
}
#new-checkout-options > .panel .option-toggle {
  padding: 13px 15px;
}
#new-checkout-options > .panel .option-toggle:hover {
  color: #168cd6;
}
#new-checkout-options > .panel .option-toggle .lp-icon.closed {
  display: none;
}
#new-checkout-options > .panel .option-toggle.collapsed .lp-icon.open {
  display: none;
}
#new-checkout-options > .panel .option-toggle.collapsed .lp-icon.closed {
  display: inline-block;
}
#new-checkout-options > .panel:not(:last-child) {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#new-checkout-options > .panel + .panel {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#new-checkout-options > .panel + .panel .panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#new-checkout-options .cc-icons {
  position: absolute;
  top: 11px;
  right: 1px;
  width: 194px;
}
@media (max-width: 369px) {
  #new-checkout-options .cc-icons {
    top: 16px;
    width: 145px;
  }
}
#new-checkout-options .security-confirmation {
  max-width: 300px;
  margin: -10px 0 10px 0;
}
#new-checkout-options .security-confirmation .form-group {
  margin: 0 !important;
  padding: 0 !important;
}
#new-checkout-options .security-confirmation label {
  font-size: 14px;
}
#checkout {
  width: 100%;
  max-width: 865px;
  margin: 0 auto;
}
#checkout .close {
  position: absolute;
  top: 5px;
  right: 13px;
  z-index: 2;
  font-size: 36px;
  font-weight: normal;
}
#checkout #cvvModal .close {
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 24px;
}
#checkout .checkout-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
@media (min-width: 860px) {
  #checkout .checkout-box {
    border: 1px solid #ccc;
    box-shadow: 0 4px 13px 0 rgba(26, 81, 99, 0.15);
  }
}
#checkout .checkout-box #subscribe {
  background: rgb(243, 246, 248);
  background: linear-gradient(342deg, rgb(244, 247, 249) 30%, rgba(245, 251, 254, 0) 60%);
  background: linear-gradient(342deg, rgb(243, 246, 248) 35%, rgba(245, 251, 254, 0) 100%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#checkout .checkout-box .background {
  position: absolute;
  top: 0;
  left: 0;
  right: -30px;
  z-index: 0;
  height: 430px;
}
#checkout .checkout-box .title {
  position: relative;
  font-size: 22px;
  margin: 20px 0px 7px 0;
  z-index: 1;
}
#checkout .checkout-box .subtitle {
  position: relative;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 17px;
  z-index: 1;
}
#checkout .checkout-options {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 659px) {
  #checkout .checkout-options {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 15px;
  }
}
#checkout .checkout-options .option {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  width: 50%;
  margin: 0 25px;
  padding: 22px 25px 23px 25px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #checkout .checkout-options .option {
    margin: 0 15px;
  }
}
@media (max-width: 659px) {
  #checkout .checkout-options .option {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }
  #checkout .checkout-options .option.closed-on-mobile {
    height: 106px;
    overflow: hidden;
  }
  #checkout .checkout-options .option.closed-on-mobile .option-yearly {
    display: none;
  }
  #checkout .checkout-options .option.closed-on-mobile .option-description {
    border-top-color: transparent;
  }
}
#checkout .checkout-options .option.plan-highlight {
  border-color: #168cd6;
  background-color: #f9fdff;
  box-shadow: 0 4px 13px 0 rgba(26, 81, 99, 0.15), inset 0 0 0 2px #168cd6;
}
#checkout .checkout-options .option.plan-highlight .lp-icon {
  color: #168cd6;
}
#checkout .checkout-options .option .option-head {
  position: relative;
}
#checkout .checkout-options .option .option-title {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
}
#checkout .checkout-options .option .option-yearly {
  font-size: 15px;
  margin-top: 3px;
}
#checkout .checkout-options .option .option-price {
  position: absolute;
  top: -14px;
  right: 0;
}
#checkout .checkout-options .option .option-price .price-symbol {
  font-size: 21px;
  font-weight: 700;
  margin-right: -2px;
  display: inline-block;
  margin-top: 13px;
  vertical-align: top;
}
#checkout .checkout-options .option .option-price .price-quotient {
  font-size: 56px;
  font-weight: 700;
}
#checkout .checkout-options .option .option-price .per-mo {
  font-size: 18px;
}
#checkout .checkout-options .option .option-price .per-mo-slash {
  display: inline-block;
  margin: 0 -3px;
}
#checkout .checkout-options .option .option-description {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  margin-top: 15px;
  padding-bottom: 20px;
  font-size: 15px;
}
#checkout .checkout-options .option .select-plan-button {
  display: block;
  color: #168cd6;
  border: 1px solid #168cd6;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  height: 45px;
  line-height: 43px;
  letter-spacing: 0.02em;
}
#checkout .checkout-options .option .select-plan-button:hover, #checkout .checkout-options .option .select-plan-button:active, #checkout .checkout-options .option .select-plan-button:focus {
  text-decoration: none;
  outline: none;
}
#checkout .checkout-options .option .select-plan-button.selected {
  background-color: #168cd6;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#checkout .checkout-options .option .option-feature-list-title {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 15px 0;
}
#checkout .checkout-options .option .option-feature-list {
  font-size: 15px;
  padding-left: 2px;
}
#checkout .checkout-options .option .option-feature .lp-icon {
  margin-right: 5px;
}
#checkout .checkout-options .option .option-feature:not(:last-child) {
  margin-bottom: 10px;
}
#checkout .checkout-options .option .resource-num + .option-feature {
  display: none;
}
#checkout .checkout-options .option .mobile-show-details {
  font-size: 15px;
  color: #168cd6;
  font-weight: 600;
  margin-top: 5px;
  cursor: pointer;
}
@media (min-width: 700px) {
  #checkout .checkout-options .option .mobile-show-details {
    display: none;
  }
}
#checkout .checkout-options .option[data-plan=Pro] .mobile-show-details {
  display: none !important;
}
#checkout .checkout-options .option[data-plan=Starter] .option-title {
  font-size: 29px;
}
#checkout .checkout-payment-area {
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area {
    flex-direction: column;
    align-items: center;
    padding: 10px 15px 20px 15px;
  }
}
#checkout .checkout-payment-area .checkout-payment-info,
#checkout .checkout-payment-area #new-checkout-options {
  width: 50%;
  margin: 0 25px;
}
@media (max-width: 767px) {
  #checkout .checkout-payment-area .checkout-payment-info,
  #checkout .checkout-payment-area #new-checkout-options {
    margin: 0 15px;
  }
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area .checkout-payment-info,
  #checkout .checkout-payment-area #new-checkout-options {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .alert p,
#checkout .checkout-payment-area .checkout-payment-info .alert li,
#checkout .checkout-payment-area #new-checkout-options .alert p,
#checkout .checkout-payment-area #new-checkout-options .alert li {
  line-height: 1.35;
  font-size: 15px;
}
#checkout .checkout-payment-area .checkout-payment-info .alert > ul,
#checkout .checkout-payment-area #new-checkout-options .alert > ul {
  padding: 0 0 0 16px;
  margin: 0;
}
#checkout .checkout-payment-area .checkout-payment-info .alert p + ul,
#checkout .checkout-payment-area #new-checkout-options .alert p + ul {
  padding-top: 10px;
}
#checkout .checkout-payment-area .checkout-payment-info .alert li:not(:last-child),
#checkout .checkout-payment-area #new-checkout-options .alert li:not(:last-child) {
  margin-bottom: 10px;
}
#checkout .checkout-payment-area .checkout-payment-info {
  position: relative;
}
#checkout .checkout-payment-area .checkout-payment-info .title {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 0 0 0 55px;
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area .checkout-payment-info .title {
    text-align: center;
    padding: 0;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .title .plan-name {
  color: #168cd6;
}
#checkout .checkout-payment-area .checkout-payment-info .title .lp-icon {
  display: block;
  font-size: 28px;
  color: #168cd6;
  margin-bottom: 10px;
}
@media (min-width: 660px) {
  #checkout .checkout-payment-area .checkout-payment-info .title .lp-icon {
    position: absolute;
    left: 16px;
    top: 5px;
    font-size: 25px;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .arrow {
  position: absolute;
  top: -8px;
  right: 0;
}
#checkout .checkout-payment-area .checkout-payment-info .arrow path {
  stroke: #168cd6;
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area .checkout-payment-info .arrow {
    display: none;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .info {
  font-size: 16px;
  padding: 0 0 0 55px;
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area .checkout-payment-info .info {
    text-align: center;
    padding: 0;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .reassure {
  background-color: #fff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 4px;
  margin-top: 30px;
  padding: 10px 10px 12px 55px;
}
@media (max-width: 659px) {
  #checkout .checkout-payment-area .checkout-payment-info .reassure {
    max-width: 306px;
    margin: 18px auto;
  }
}
#checkout .checkout-payment-area .checkout-payment-info .reassure .lp-icon {
  position: absolute;
  top: 17px;
  left: 17px;
  font-size: 20px;
  color: #168cd6;
}
#checkout .checkout-terms {
  font-size: 13px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 25px;
}
.checkout-payment-area .form-control {
  padding-left: 9px !important;
}
.checkout-payment-area #new-checkout-options .cc-icons {
  position: absolute;
  top: 14px;
  right: 4px;
  width: 173px;
}
.checkout-payment-area #cc-panel > .panel-body {
  background-color: #fff;
  border-top: 0;
  padding-top: 1px;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 {
  width: 100%;
  padding-right: 11px;
  padding-left: 12px;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 + .col-sm-4 {
  display: none;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .form-group,
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 [class*=col-],
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .row {
  margin: 0 !important;
  padding: 0 !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 > .form-group {
  margin-bottom: 10px !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .img {
  display: none;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 [class*=col-] {
  width: 50% !important;
  float: left !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .col-md-7 {
  width: 100% !important;
  padding-right: 1px !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 > .row > .col-md-6 .col-xs-5,
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 #cc_cvv,
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 #cc_exp_month_yr {
  width: 100% !important;
  padding-right: 5px;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .question-circle {
  position: absolute;
  right: 11px;
  top: -5px;
  float: none !important;
  width: auto !important;
  z-index: 2;
  cursor: pointer;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .question-circle .lp-icon {
  color: #9d9d9d;
  font-size: 14px;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 .question-circle:hover .lp-icon {
  color: #18598f;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 > .row > .col-md-6 .col-xs-6 {
  position: absolute;
  width: 200% !important;
  bottom: -44px;
  right: 0;
  left: -100%;
  padding-right: 1px !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row > .col-sm-8 > .row > .col-md-6 .col-xs-6 .cc-zip {
  width: 100% !important;
  margin-left: 0 !important;
}
.checkout-payment-area #cc-panel > .panel-body > .row:last-child > [class*=col-] {
  width: 100% !important;
  padding: 0 11px 0 12px;
  margin-top: 40px;
}
.checkout-payment-area #cc-panel > .panel-body > .row:last-child #js-submit-btn {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 18px;
}
.checkout-payment-area input:not(#postal_code):focus {
  position: relative;
  z-index: 1;
}
@media (max-width: 660px) {
  .checkout-payment-area input {
    font-size: 16px;
  }
}
.checkout-payment-area .help-block {
  font-size: 12px;
  position: absolute;
  padding-left: 1px;
  top: -11px;
  background: #fff;
  left: 3px;
  line-height: 1;
  z-index: 2;
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.checkout-payment-area .form-control:focus ~ .help-block {
  border: 1px solid #a94442;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
  top: auto;
  padding: 5px;
  display: block;
  bottom: 80%;
  white-space: normal;
  overflow: visible;
}
.checkout-payment-area .form-control:focus ~ .help-block:after, .checkout-payment-area .form-control:focus ~ .help-block:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.checkout-payment-area .form-control:focus ~ .help-block:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.checkout-payment-area .form-control:focus ~ .help-block:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #a94442;
  border-width: 9px;
  margin-left: -9px;
}
.checkout-payment-area #firstname,
.checkout-payment-area #cc_exp_month_yr {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-payment-area #lastname,
.checkout-payment-area #cc_cvv {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px !important;
}
.checkout-payment-area #cc_number {
  margin-right: 1px;
}
.checkout-payment-area #cc_number + .lp-icon {
  position: absolute;
  right: 13px;
  top: 11px;
  font-size: 13px;
  color: #9d9d9d;
  z-index: 2;
}
#step2-modal #checkout {
  margin-top: 10px;
}
#step2-modal #checkout .checkout-terms {
  background: #f0f2f1;
}
@media (min-width: 768px) {
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 {
    margin-top: -5px;
  }
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 .form-group {
    margin: 5px 0 8px 0 !important;
  }
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 img {
    margin: 0;
    max-width: 143px;
  }
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row {
    margin-top: 14px;
  }
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row .col-md-5 {
    margin-right: 15px;
  }
  :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row .form-group {
    margin: 0 !important;
  }
  :not(.checkout-payment-area) .old-cc-form > .col-sm-8 {
    width: 78%;
  }
  :not(.checkout-payment-area) .old-cc-form > .col-sm-8 .cc-zip {
    width: 135px;
    margin-left: -3px;
  }
  :not(.checkout-payment-area) .old-cc-form > .col-sm-8 .col-lg-2.img {
    width: 165px;
  }
  :not(.checkout-payment-area) .old-cc-form > .col-sm-4 {
    width: 21%;
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
  }
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options {
  margin-right: -20px;
  margin-left: 15px;
  margin-top: 5px;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 {
  width: 100%;
  margin-top: -10px;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 + .col-sm-4 {
  display: none;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 .form-group {
  margin: 7px 0 !important;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 img {
  margin: 0;
  max-width: 143px;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row {
  margin-top: 14px;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row .col-md-5 {
  margin-right: -2px;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #cc-panel > .panel-body > .row > .col-sm-8 > .row .form-group {
  margin: 0 !important;
}
#step2-modal :not(.checkout-payment-area) > #new-checkout-options #js-submit-btn {
  padding: 9px 17px;
  margin-top: -4px;
}
#js-new-user-signup:not(.not-active) ~ #checkout {
  display: none !important;
}
.lazy-load-image-background.blur {
  filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.lazy-load-image-background.blur > img {
  opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity .3s;
}

[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://app.lp.dev.lexp.cloud/assets/packs/media/slick/ajax-loader-0b80f665.gif) center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-25572f22.eot);
    src: url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-25572f22.eot?#iefix) format('embedded-opentype'), url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-653a4cbb.woff) format('woff'), url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-6aa1ee46.ttf) format('truetype'), url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*# sourceMappingURL=content-c225f9d1.css.map*/