@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;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #d3d1cc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: rgb(24, 89, 143);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(13.005988024, 48.2305389222, 77.494011976);
  background-color: #f0efec;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(24, 89, 143);
  border-color: rgb(24, 89, 143);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d3d1cc;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f0efec;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #d3d1cc;
  cursor: not-allowed;
  background-color: #fff;
}
.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;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f0efec;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(217.5, 215, 207.5);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.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);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: rgb(24, 89, 143);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  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;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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;
  }
}
.btn-modal-green,
.btn-modal-orange {
  font-size: 23px;
  border-radius: 12px;
  padding: 6px 15px;
}
.btn.no-hover {
  cursor: auto;
}
.btn.no-hover:active {
  box-shadow: none;
}
.force-mobile-blur:hover,
.force-mobile-blur.hover {
  color: #45454a;
  background-color: #fff;
  border-color: #ccc;
}
.add-to-external-group {
  margin: 0;
}
.add-to-external-group .btn,
.add-to-external-tool .btn {
  position: relative;
  padding: 7px 9px 5px 8px;
  cursor: pointer;
  border-color: rgb(24, 89, 143);
  color: rgb(24, 89, 143);
}
.add-to-external-group .btn:active, .add-to-external-group .btn:focus,
.add-to-external-tool .btn:active,
.add-to-external-tool .btn:focus {
  border-color: rgb(24, 89, 143);
  outline: none;
}
.add-to-external-group .btn img,
.add-to-external-tool .btn img {
  display: none;
  width: 18px;
  height: auto;
  vertical-align: top;
}
.add-to-external-group .btn .loading-spinner,
.add-to-external-tool .btn .loading-spinner {
  font-size: 16px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: -1px;
}
.add-to-external-group .btn .loading-spinner[style*=none] ~ img,
.add-to-external-tool .btn .loading-spinner[style*=none] ~ img {
  display: inline-block;
}
.btn.added-to-external {
  color: #46b145;
  border-color: #46b145;
  background-color: #fff;
  pointer-events: none;
}
.dropdown-menu .add-to-external-tool .btn {
  display: block;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  padding: 10px 12px 9px 31px;
  margin: 0 !important;
  border: 0;
  border-radius: 3px;
}
.dropdown-menu .add-to-external-tool .btn:hover {
  background-color: rgb(244, 244, 245);
}
.dropdown-menu .add-to-external-tool .btn:focus, .dropdown-menu .add-to-external-tool .btn:active {
  outline: none;
  background-color: rgb(229, 241, 251);
}
.dropdown-menu .add-to-external-tool .btn img {
  position: absolute;
  left: 9px;
}
.dropdown-menu .add-to-external-tool .btn .loading-spinner {
  position: absolute;
  left: 11px;
  top: 13px;
  margin: 0;
}
.dropdown-menu .add-to-external-tool .btn .fa-check-circle {
  margin-right: 0;
}
.dropdown-menu .add-to-external-tool .btn.added-to-external:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 5px;
  right: 5px;
  border-top: 1px solid rgb(226, 232, 240);
}
.dropdown-menu li:hover + .add-to-external-tool .btn:before,
.dropdown-menu .add-to-external-tool .btn:hover:before {
  display: none;
}
.action-dropdown .add-to-external {
  white-space: nowrap;
}
.action-dropdown .add-to-external.added-to-external-tool {
  color: #46b145 !important;
  background-color: #fff !important;
  pointer-events: none;
}
.action-dropdown .add-to-external img {
  position: absolute;
  display: inline-block;
  left: 9px;
  top: 12px;
  width: 16px;
}
.action-dropdown .add-to-external .popuptext {
  white-space: normal;
}
.btn-default.no-hover:hover, .btn-default.no-hover:focus, .btn-default.no-hover:active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-success.no-hover:hover, .btn-success.no-hover:focus, .btn-success.no-hover:active {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-default.btn-inverse {
  color: #fff;
  background-color: #45454a;
  border-color: #fff;
}
.btn-default.btn-inverse:focus, .btn-default.btn-inverse.focus {
  color: #fff;
  background-color: rgb(44.3916083916, 44.3916083916, 47.6083916084);
  border-color: rgb(191.25, 191.25, 191.25);
}
.btn-default.btn-inverse:hover {
  color: #fff;
  background-color: rgb(44.3916083916, 44.3916083916, 47.6083916084);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-default.btn-inverse:active, .btn-default.btn-inverse.active, .open > .btn-default.btn-inverse.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.3916083916, 44.3916083916, 47.6083916084);
  background-image: none;
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-default.btn-inverse:active:hover, .btn-default.btn-inverse:active:focus, .btn-default.btn-inverse:active.focus, .btn-default.btn-inverse.active:hover, .btn-default.btn-inverse.active:focus, .btn-default.btn-inverse.active.focus, .open > .btn-default.btn-inverse.dropdown-toggle:hover, .open > .btn-default.btn-inverse.dropdown-toggle:focus, .open > .btn-default.btn-inverse.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(27.1657342657, 27.1657342657, 29.1342657343);
  border-color: rgb(191.25, 191.25, 191.25);
}
.btn-default.btn-inverse.disabled:hover, .btn-default.btn-inverse.disabled:focus, .btn-default.btn-inverse.disabled.focus, .btn-default.btn-inverse[disabled]:hover, .btn-default.btn-inverse[disabled]:focus, .btn-default.btn-inverse[disabled].focus, fieldset[disabled] .btn-default.btn-inverse:hover, fieldset[disabled] .btn-default.btn-inverse:focus, fieldset[disabled] .btn-default.btn-inverse.focus {
  background-color: #45454a;
  border-color: #fff;
}
.btn-default.btn-inverse .badge {
  color: #45454a;
  background-color: #fff;
}
.btn-default.btn-inverse:hover {
  color: #45454a;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.btn-inverse:hover:focus, .btn-default.btn-inverse:hover.focus {
  color: #45454a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.btn-inverse:hover:hover {
  color: #45454a;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default.btn-inverse:hover:active, .btn-default.btn-inverse:hover.active, .open > .btn-default.btn-inverse:hover.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.btn-inverse:hover:active:hover, .btn-default.btn-inverse:hover:active:focus, .btn-default.btn-inverse:hover:active.focus, .btn-default.btn-inverse:hover.active:hover, .btn-default.btn-inverse:hover.active:focus, .btn-default.btn-inverse:hover.active.focus, .open > .btn-default.btn-inverse:hover.dropdown-toggle:hover, .open > .btn-default.btn-inverse:hover.dropdown-toggle:focus, .open > .btn-default.btn-inverse:hover.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.btn-inverse:hover.disabled:hover, .btn-default.btn-inverse:hover.disabled:focus, .btn-default.btn-inverse:hover.disabled.focus, .btn-default.btn-inverse:hover[disabled]:hover, .btn-default.btn-inverse:hover[disabled]:focus, .btn-default.btn-inverse:hover[disabled].focus, fieldset[disabled] .btn-default.btn-inverse:hover:hover, fieldset[disabled] .btn-default.btn-inverse:hover:focus, fieldset[disabled] .btn-default.btn-inverse:hover.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.btn-inverse:hover .badge {
  color: #fff;
  background-color: #45454a;
}
.btn-primary.btn-inverse {
  color: rgb(24, 89, 143);
  background-color: #fff;
  border-color: rgb(24, 89, 143);
}
.btn-primary.btn-inverse:focus, .btn-primary.btn-inverse.focus {
  color: rgb(24, 89, 143);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(5.6766467066, 21.0508982036, 33.8233532934);
}
.btn-primary.btn-inverse:hover {
  color: rgb(24, 89, 143);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(15.2047904192, 56.3844311377, 90.5952095808);
}
.btn-primary.btn-inverse:active, .btn-primary.btn-inverse.active, .open > .btn-primary.btn-inverse.dropdown-toggle {
  color: rgb(24, 89, 143);
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(15.2047904192, 56.3844311377, 90.5952095808);
}
.btn-primary.btn-inverse:active:hover, .btn-primary.btn-inverse:active:focus, .btn-primary.btn-inverse:active.focus, .btn-primary.btn-inverse.active:hover, .btn-primary.btn-inverse.active:focus, .btn-primary.btn-inverse.active.focus, .open > .btn-primary.btn-inverse.dropdown-toggle:hover, .open > .btn-primary.btn-inverse.dropdown-toggle:focus, .open > .btn-primary.btn-inverse.dropdown-toggle.focus {
  color: rgb(24, 89, 143);
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(5.6766467066, 21.0508982036, 33.8233532934);
}
.btn-primary.btn-inverse.disabled:hover, .btn-primary.btn-inverse.disabled:focus, .btn-primary.btn-inverse.disabled.focus, .btn-primary.btn-inverse[disabled]:hover, .btn-primary.btn-inverse[disabled]:focus, .btn-primary.btn-inverse[disabled].focus, fieldset[disabled] .btn-primary.btn-inverse:hover, fieldset[disabled] .btn-primary.btn-inverse:focus, fieldset[disabled] .btn-primary.btn-inverse.focus {
  background-color: #fff;
  border-color: rgb(24, 89, 143);
}
.btn-primary.btn-inverse .badge {
  color: #fff;
  background-color: rgb(24, 89, 143);
}
.btn-primary.btn-inverse:hover {
  color: #fff;
  background-color: rgb(24, 89, 143);
  border-color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
}
.btn-primary.btn-inverse:hover:focus, .btn-primary.btn-inverse:hover.focus {
  color: #fff;
  background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
  border-color: rgb(2.0119760479, 7.4610778443, 11.9880239521);
}
.btn-primary.btn-inverse:hover:hover {
  color: #fff;
  background-color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
  border-color: rgb(11.5401197605, 42.7946107784, 68.7598802395);
}
.btn-primary.btn-inverse:hover:active, .btn-primary.btn-inverse:hover.active, .open > .btn-primary.btn-inverse:hover.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.btn-inverse:hover:active:hover, .btn-primary.btn-inverse:hover:active:focus, .btn-primary.btn-inverse:hover:active.focus, .btn-primary.btn-inverse:hover.active:hover, .btn-primary.btn-inverse:hover.active:focus, .btn-primary.btn-inverse:hover.active.focus, .open > .btn-primary.btn-inverse:hover.dropdown-toggle:hover, .open > .btn-primary.btn-inverse:hover.dropdown-toggle:focus, .open > .btn-primary.btn-inverse:hover.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.btn-inverse:hover.disabled:hover, .btn-primary.btn-inverse:hover.disabled:focus, .btn-primary.btn-inverse:hover.disabled.focus, .btn-primary.btn-inverse:hover[disabled]:hover, .btn-primary.btn-inverse:hover[disabled]:focus, .btn-primary.btn-inverse:hover[disabled].focus, fieldset[disabled] .btn-primary.btn-inverse:hover:hover, fieldset[disabled] .btn-primary.btn-inverse:hover:focus, fieldset[disabled] .btn-primary.btn-inverse:hover.focus {
  background-color: rgb(24, 89, 143);
  border-color: rgb(20.3353293413, 75.4101796407, 121.1646706587);
}
.btn-primary.btn-inverse:hover .badge {
  color: rgb(24, 89, 143);
  background-color: #fff;
}
.btn-state-standard {
  color: #fff;
  background-color: #8258c9;
  border-color: #7549bd;
}
.btn-state-standard:hover {
  color: #fff;
  background-color: #7a4dc6;
}
.btn-success.btn-inverse {
  color: #5cb85c;
  background-color: #fff;
  border-color: #5cb85c;
}
.btn-success.btn-inverse:focus, .btn-success.btn-inverse.focus {
  color: #5cb85c;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(45.0576923077, 103.4423076923, 45.0576923077);
}
.btn-success.btn-inverse:hover {
  color: #5cb85c;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
}
.btn-success.btn-inverse:active, .btn-success.btn-inverse.active, .open > .btn-success.btn-inverse.dropdown-toggle {
  color: #5cb85c;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
}
.btn-success.btn-inverse:active:hover, .btn-success.btn-inverse:active:focus, .btn-success.btn-inverse:active.focus, .btn-success.btn-inverse.active:hover, .btn-success.btn-inverse.active:focus, .btn-success.btn-inverse.active.focus, .open > .btn-success.btn-inverse.dropdown-toggle:hover, .open > .btn-success.btn-inverse.dropdown-toggle:focus, .open > .btn-success.btn-inverse.dropdown-toggle.focus {
  color: #5cb85c;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(45.0576923077, 103.4423076923, 45.0576923077);
}
.btn-success.btn-inverse.disabled:hover, .btn-success.btn-inverse.disabled:focus, .btn-success.btn-inverse.disabled.focus, .btn-success.btn-inverse[disabled]:hover, .btn-success.btn-inverse[disabled]:focus, .btn-success.btn-inverse[disabled].focus, fieldset[disabled] .btn-success.btn-inverse:hover, fieldset[disabled] .btn-success.btn-inverse:focus, fieldset[disabled] .btn-success.btn-inverse.focus {
  background-color: #fff;
  border-color: #5cb85c;
}
.btn-success.btn-inverse .badge {
  color: #fff;
  background-color: #5cb85c;
}
.btn-success.btn-inverse:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success.btn-inverse:hover:focus, .btn-success.btn-inverse:hover.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.btn-inverse:hover:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success.btn-inverse:hover:active, .btn-success.btn-inverse:hover.active, .open > .btn-success.btn-inverse:hover.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.btn-inverse:hover:active:hover, .btn-success.btn-inverse:hover:active:focus, .btn-success.btn-inverse:hover:active.focus, .btn-success.btn-inverse:hover.active:hover, .btn-success.btn-inverse:hover.active:focus, .btn-success.btn-inverse:hover.active.focus, .open > .btn-success.btn-inverse:hover.dropdown-toggle:hover, .open > .btn-success.btn-inverse:hover.dropdown-toggle:focus, .open > .btn-success.btn-inverse:hover.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.btn-inverse:hover.disabled:hover, .btn-success.btn-inverse:hover.disabled:focus, .btn-success.btn-inverse:hover.disabled.focus, .btn-success.btn-inverse:hover[disabled]:hover, .btn-success.btn-inverse:hover[disabled]:focus, .btn-success.btn-inverse:hover[disabled].focus, fieldset[disabled] .btn-success.btn-inverse:hover:hover, fieldset[disabled] .btn-success.btn-inverse:hover:focus, fieldset[disabled] .btn-success.btn-inverse:hover.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success.btn-inverse:hover .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-success.btn-inverse:focus, .btn-success.btn-inverse.focus {
  background-color: #fff;
  border-color: #5cb85c;
}
.btn-info.btn-inverse {
  color: #5bc0de;
  background-color: #fff;
  border-color: #5bc0de;
}
.btn-info.btn-inverse:focus, .btn-info.btn-inverse.focus {
  color: #5bc0de;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(31.0736040609, 126.1776649746, 154.4263959391);
}
.btn-info.btn-inverse:hover {
  color: #5bc0de;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
}
.btn-info.btn-inverse:active, .btn-info.btn-inverse.active, .open > .btn-info.btn-inverse.dropdown-toggle {
  color: #5bc0de;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
}
.btn-info.btn-inverse:active:hover, .btn-info.btn-inverse:active:focus, .btn-info.btn-inverse:active.focus, .btn-info.btn-inverse.active:hover, .btn-info.btn-inverse.active:focus, .btn-info.btn-inverse.active.focus, .open > .btn-info.btn-inverse.dropdown-toggle:hover, .open > .btn-info.btn-inverse.dropdown-toggle:focus, .open > .btn-info.btn-inverse.dropdown-toggle.focus {
  color: #5bc0de;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(31.0736040609, 126.1776649746, 154.4263959391);
}
.btn-info.btn-inverse.disabled:hover, .btn-info.btn-inverse.disabled:focus, .btn-info.btn-inverse.disabled.focus, .btn-info.btn-inverse[disabled]:hover, .btn-info.btn-inverse[disabled]:focus, .btn-info.btn-inverse[disabled].focus, fieldset[disabled] .btn-info.btn-inverse:hover, fieldset[disabled] .btn-info.btn-inverse:focus, fieldset[disabled] .btn-info.btn-inverse.focus {
  background-color: #fff;
  border-color: #5bc0de;
}
.btn-info.btn-inverse .badge {
  color: #fff;
  background-color: #5bc0de;
}
.btn-info.btn-inverse:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info.btn-inverse:hover:focus, .btn-info.btn-inverse:hover.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.btn-inverse:hover:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info.btn-inverse:hover:active, .btn-info.btn-inverse:hover.active, .open > .btn-info.btn-inverse:hover.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.btn-inverse:hover:active:hover, .btn-info.btn-inverse:hover:active:focus, .btn-info.btn-inverse:hover:active.focus, .btn-info.btn-inverse:hover.active:hover, .btn-info.btn-inverse:hover.active:focus, .btn-info.btn-inverse:hover.active.focus, .open > .btn-info.btn-inverse:hover.dropdown-toggle:hover, .open > .btn-info.btn-inverse:hover.dropdown-toggle:focus, .open > .btn-info.btn-inverse:hover.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.btn-inverse:hover.disabled:hover, .btn-info.btn-inverse:hover.disabled:focus, .btn-info.btn-inverse:hover.disabled.focus, .btn-info.btn-inverse:hover[disabled]:hover, .btn-info.btn-inverse:hover[disabled]:focus, .btn-info.btn-inverse:hover[disabled].focus, fieldset[disabled] .btn-info.btn-inverse:hover:hover, fieldset[disabled] .btn-info.btn-inverse:hover:focus, fieldset[disabled] .btn-info.btn-inverse:hover.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info.btn-inverse:hover .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning.btn-inverse {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #f0ad4e;
}
.btn-warning.btn-inverse:focus, .btn-warning.btn-inverse.focus {
  color: #f0ad4e;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(175.6171875, 109.140625, 14.8828125);
}
.btn-warning.btn-inverse:hover {
  color: #f0ad4e;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(235.21875, 146.8625, 21.58125);
}
.btn-warning.btn-inverse:active, .btn-warning.btn-inverse.active, .open > .btn-warning.btn-inverse.dropdown-toggle {
  color: #f0ad4e;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(235.21875, 146.8625, 21.58125);
}
.btn-warning.btn-inverse:active:hover, .btn-warning.btn-inverse:active:focus, .btn-warning.btn-inverse:active.focus, .btn-warning.btn-inverse.active:hover, .btn-warning.btn-inverse.active:focus, .btn-warning.btn-inverse.active.focus, .open > .btn-warning.btn-inverse.dropdown-toggle:hover, .open > .btn-warning.btn-inverse.dropdown-toggle:focus, .open > .btn-warning.btn-inverse.dropdown-toggle.focus {
  color: #f0ad4e;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(175.6171875, 109.140625, 14.8828125);
}
.btn-warning.btn-inverse.disabled:hover, .btn-warning.btn-inverse.disabled:focus, .btn-warning.btn-inverse.disabled.focus, .btn-warning.btn-inverse[disabled]:hover, .btn-warning.btn-inverse[disabled]:focus, .btn-warning.btn-inverse[disabled].focus, fieldset[disabled] .btn-warning.btn-inverse:hover, fieldset[disabled] .btn-warning.btn-inverse:focus, fieldset[disabled] .btn-warning.btn-inverse.focus {
  background-color: #fff;
  border-color: #f0ad4e;
}
.btn-warning.btn-inverse .badge {
  color: #fff;
  background-color: #f0ad4e;
}
.btn-warning.btn-inverse:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning.btn-inverse:hover:focus, .btn-warning.btn-inverse:hover.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.btn-inverse:hover:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning.btn-inverse:hover:active, .btn-warning.btn-inverse:hover.active, .open > .btn-warning.btn-inverse:hover.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.btn-inverse:hover:active:hover, .btn-warning.btn-inverse:hover:active:focus, .btn-warning.btn-inverse:hover:active.focus, .btn-warning.btn-inverse:hover.active:hover, .btn-warning.btn-inverse:hover.active:focus, .btn-warning.btn-inverse:hover.active.focus, .open > .btn-warning.btn-inverse:hover.dropdown-toggle:hover, .open > .btn-warning.btn-inverse:hover.dropdown-toggle:focus, .open > .btn-warning.btn-inverse:hover.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.btn-inverse:hover.disabled:hover, .btn-warning.btn-inverse:hover.disabled:focus, .btn-warning.btn-inverse:hover.disabled.focus, .btn-warning.btn-inverse:hover[disabled]:hover, .btn-warning.btn-inverse:hover[disabled]:focus, .btn-warning.btn-inverse:hover[disabled].focus, fieldset[disabled] .btn-warning.btn-inverse:hover:hover, fieldset[disabled] .btn-warning.btn-inverse:hover:focus, fieldset[disabled] .btn-warning.btn-inverse:hover.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning.btn-inverse:hover .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger.btn-inverse {
  color: #d9534f;
  background-color: #fff;
  border-color: #d9534f;
}
.btn-danger.btn-inverse:focus, .btn-danger.btn-inverse.focus {
  color: #d9534f;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(138.5794392523, 33.0700934579, 29.9205607477);
}
.btn-danger.btn-inverse:hover {
  color: #d9534f;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
}
.btn-danger.btn-inverse:active, .btn-danger.btn-inverse.active, .open > .btn-danger.btn-inverse.dropdown-toggle {
  color: #d9534f;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
}
.btn-danger.btn-inverse:active:hover, .btn-danger.btn-inverse:active:focus, .btn-danger.btn-inverse:active.focus, .btn-danger.btn-inverse.active:hover, .btn-danger.btn-inverse.active:focus, .btn-danger.btn-inverse.active.focus, .open > .btn-danger.btn-inverse.dropdown-toggle:hover, .open > .btn-danger.btn-inverse.dropdown-toggle:focus, .open > .btn-danger.btn-inverse.dropdown-toggle.focus {
  color: #d9534f;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(138.5794392523, 33.0700934579, 29.9205607477);
}
.btn-danger.btn-inverse.disabled:hover, .btn-danger.btn-inverse.disabled:focus, .btn-danger.btn-inverse.disabled.focus, .btn-danger.btn-inverse[disabled]:hover, .btn-danger.btn-inverse[disabled]:focus, .btn-danger.btn-inverse[disabled].focus, fieldset[disabled] .btn-danger.btn-inverse:hover, fieldset[disabled] .btn-danger.btn-inverse:focus, fieldset[disabled] .btn-danger.btn-inverse.focus {
  background-color: #fff;
  border-color: #d9534f;
}
.btn-danger.btn-inverse .badge {
  color: #fff;
  background-color: #d9534f;
}
.btn-danger.btn-inverse:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger.btn-inverse:hover:focus, .btn-danger.btn-inverse:hover.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.btn-inverse:hover:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger.btn-inverse:hover:active, .btn-danger.btn-inverse:hover.active, .open > .btn-danger.btn-inverse:hover.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.btn-inverse:hover:active:hover, .btn-danger.btn-inverse:hover:active:focus, .btn-danger.btn-inverse:hover:active.focus, .btn-danger.btn-inverse:hover.active:hover, .btn-danger.btn-inverse:hover.active:focus, .btn-danger.btn-inverse:hover.active.focus, .open > .btn-danger.btn-inverse:hover.dropdown-toggle:hover, .open > .btn-danger.btn-inverse:hover.dropdown-toggle:focus, .open > .btn-danger.btn-inverse:hover.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.btn-inverse:hover.disabled:hover, .btn-danger.btn-inverse:hover.disabled:focus, .btn-danger.btn-inverse:hover.disabled.focus, .btn-danger.btn-inverse:hover[disabled]:hover, .btn-danger.btn-inverse:hover[disabled]:focus, .btn-danger.btn-inverse:hover[disabled].focus, fieldset[disabled] .btn-danger.btn-inverse:hover:hover, fieldset[disabled] .btn-danger.btn-inverse:hover:focus, fieldset[disabled] .btn-danger.btn-inverse:hover.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger.btn-inverse:hover .badge {
  color: #d9534f;
  background-color: #fff;
}
.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;
}
td.text-left,
th.text-left {
  text-align: left;
}
td.text-center,
th.text-center {
  text-align: center;
}
td.text-right,
th.text-right {
  text-align: right;
}
table.table {
  background-color: #fff;
}
table.table-striped,
table.table-transparent {
  background-color: transparent;
  font-size: 14px;
}
table.table-hoverable tr {
  cursor: pointer;
}
table.table-hoverable tr:hover {
  background-color: rgb(246.75, 246.2, 244.55);
}
tr.standard-row {
  cursor: pointer;
}
tr.standard-row:hover {
  background-color: rgb(246.75, 246.2, 244.55);
}
.table-white {
  background-color: #fff;
}
.parent-audience-tag {
  position: relative;
  color: rgb(24, 89, 143);
  display: inline-block;
  border: 1px solid rgb(24, 89, 143);
  border-radius: 99px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 10.5px;
  font-weight: bold;
  margin-left: 18px;
  margin-top: -2px;
  top: 50%;
  transform: translate(0, -50%);
}
.parent-audience-tag:after {
  content: "P";
}
.parent-audience-tag:before {
  position: absolute;
  content: "";
  left: -11px;
  top: 6px;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  border-radius: 99px;
}
.list-card .resource-card-add-button,
.tiled-card .resource-card-add-button {
  right: 20px;
  box-shadow: none;
  background-color: #f5f5f5;
}
.list-card .panel-resource,
.tiled-card .panel-resource {
  position: relative;
  box-shadow: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .list-card .panel-resource,
  .tiled-card .panel-resource {
    margin-bottom: 20px;
  }
}
.list-card .panel-resource a,
.tiled-card .panel-resource a {
  color: #45454a;
  text-decoration: none;
}
.list-card .panel-resource .resource-icon .type-resource,
.tiled-card .panel-resource .resource-icon .type-resource {
  height: 25px;
  margin-left: 2px;
}
.list-card .panel-resource .resource-icon .type-resource .fa-folder-blank,
.tiled-card .panel-resource .resource-icon .type-resource .fa-folder-blank {
  margin-top: 2px;
}
.list-card .panel-resource .resource-icon .type-resource .inner,
.tiled-card .panel-resource .resource-icon .type-resource .inner {
  color: #f0efec !important;
}
.list-card .panel-resource .resource-title,
.tiled-card .panel-resource .resource-title {
  color: rgb(24, 89, 143);
  font-weight: 600;
}
.list-card .panel-resource .resource-title:hover,
.tiled-card .panel-resource .resource-title:hover {
  color: rgb(16.6706586826, 61.8203592814, 99.3293413174);
}
.list-card .panel-resource a.free-sample,
.tiled-card .panel-resource a.free-sample {
  color: white;
}
.list-card .panel-resource > .row,
.tiled-card .panel-resource > .row {
  height: 71px;
}
.list-card .panel-resource .panel-body,
.tiled-card .panel-resource .panel-body {
  padding: 10px 15px;
}
.list-card .panel-resource .col-resource-icon,
.tiled-card .panel-resource .col-resource-icon {
  width: 70px;
}
.list-card .panel-resource .col-resource-heading-wrap,
.tiled-card .panel-resource .col-resource-heading-wrap {
  display: flex;
}
.list-card .panel-resource .col-resource-heading,
.tiled-card .panel-resource .col-resource-heading {
  height: 68px;
}
@media (max-width: 480px) {
  .list-card .panel-resource .col-resource-heading,
  .tiled-card .panel-resource .col-resource-heading {
    height: 70px;
  }
}
.list-card .panel-resource .fa-stack.folder-icon,
.tiled-card .panel-resource .fa-stack.folder-icon {
  width: 51px;
  height: 41px;
}
.list-card .panel-resource .fa-stack.folder-icon .inner,
.tiled-card .panel-resource .fa-stack.folder-icon .inner {
  font-size: 12px;
  top: 15px;
}
.list-card .panel-resource .resource-pool-tag,
.tiled-card .panel-resource .resource-pool-tag {
  color: #b54316;
  font-weight: bold;
  font-size: 13px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  text-overflow: ellipsis;
}
.list-card .panel-resource .resource-pool-tag :not(.tiled-card),
.tiled-card .panel-resource .resource-pool-tag :not(.tiled-card) {
  float: right;
}
@media (min-width: 481px) {
  .search-result-item:not(.list-card) .list-card .panel-resource .resource-pool-tag + .star-rating,
  .search-result-item:not(.list-card) .tiled-card .panel-resource .resource-pool-tag + .star-rating {
    display: none;
  }
}
@media (max-width: 480px) {
  .list-card .panel-resource .resource-pool-tag + .star-rating,
  .tiled-card .panel-resource .resource-pool-tag + .star-rating {
    display: none;
  }
}
.list-card .panel-resource .parent-audience-tag,
.tiled-card .panel-resource .parent-audience-tag {
  margin-left: 14px;
  margin-top: 0;
}
.list-card .panel-resource .resource-title,
.tiled-card .panel-resource .resource-title {
  margin: 0;
  overflow: hidden;
  line-height: 1.35;
}
.list-card .panel-resource .resource-title:hover,
.tiled-card .panel-resource .resource-title:hover {
  text-decoration: underline;
}
.list-card .panel-resource .card-divider,
.tiled-card .panel-resource .card-divider {
  margin-top: 10px;
  border-top: 1px solid #f0efec;
  margin-bottom: 8px;
}
.list-card .panel-resource .resource-title,
.tiled-card .panel-resource .resource-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-card .panel-resource .resource-description,
.tiled-card .panel-resource .resource-description {
  min-height: 90px;
  margin-left: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-card .panel-resource .resource-details,
.tiled-card .panel-resource .resource-details {
  margin: 10px 0;
}
.list-card .panel-resource .resource-details .resource-detail,
.tiled-card .panel-resource .resource-details .resource-detail {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  margin-right: 15px;
}
.list-card .panel-resource .resource-details .detail-video,
.list-card .panel-resource .resource-details .detail-views,
.list-card .panel-resource .resource-details .detail-downloads,
.list-card .panel-resource .resource-details .detail-subject,
.tiled-card .panel-resource .resource-details .detail-video,
.tiled-card .panel-resource .resource-details .detail-views,
.tiled-card .panel-resource .resource-details .detail-downloads,
.tiled-card .panel-resource .resource-details .detail-subject {
  display: none;
}
.list-card .panel-resource .resource-details .fa-cloud-download,
.tiled-card .panel-resource .resource-details .fa-cloud-download {
  vertical-align: -1px;
}
.list-card .panel-resource .panel-footer,
.tiled-card .panel-resource .panel-footer {
  padding: 7px 10px;
}
.list-card .panel-resource .panel-footer .fa-file-lines,
.tiled-card .panel-resource .panel-footer .fa-file-lines {
  font-size: 95%;
}
.list-card .panel-resource .panel-footer .btn-primary,
.tiled-card .panel-resource .panel-footer .btn-primary {
  color: #fff;
}
.list-card .panel-resource .resource-details .btn-primary,
.tiled-card .panel-resource .resource-details .btn-primary {
  color: #fff;
}
.list-card .panel-resource .free-access-btn i.fa-arrows-rotate,
.tiled-card .panel-resource .free-access-btn i.fa-arrows-rotate {
  display: none !important;
}
.free-sample-stamp {
  background-image: url("https://static.lp.lexp.cloud/images/search_free_sample_stamp.png");
  width: 55px;
  height: 45px;
}
.free-sample-stamp.card {
  margin-top: -26px;
}
.resource-badge {
  margin-right: -10px;
}
.resource-badge img {
  max-width: 60px;
  width: 60px;
  height: 60px;
}
.item-badge {
  position: relative;
  top: -15px;
  right: -15px;
}
.item-badge img {
  height: 60px;
}
.tiled-card .resource-badge {
  margin-top: -44px;
  margin-right: -10px;
}
.thumbnail-card .resource-badge {
  position: absolute;
  top: -20px;
  right: 5px;
  margin: 0;
  width: 55px;
  height: 55px;
  transition: top 0.2s, right 0.2s;
  z-index: 2;
}
.thumbnail-card .resource-badge + .resource-title {
  padding-right: 56px;
}
.tiled-card .resource-title.shorter-title {
  padding-right: 45px;
}
.tiled-card .panel-resource .resource-pool-tag {
  max-width: 80%;
}
@media (min-width: 768px) {
  .list-card .panel-resource > .row,
  .tiled-card .panel-resource > .row {
    height: auto;
  }
  .list-card .panel-resource .resource-title,
  .tiled-card .panel-resource .resource-title {
    margin-right: 105px;
  }
  .list-card .panel-resource .col-resource-heading,
  .tiled-card .panel-resource .col-resource-heading {
    height: auto;
  }
  .list-card .panel-resource .star-rating,
  .tiled-card .panel-resource .star-rating {
    position: absolute;
    right: 0;
    top: 24px;
  }
  .list-card .panel-resource .card-divider,
  .tiled-card .panel-resource .card-divider {
    display: none;
  }
  .list-card .panel-resource .resource-description,
  .tiled-card .panel-resource .resource-description {
    min-height: 45px;
    margin-left: 70px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }
  .list-card .panel-resource .resource-details,
  .tiled-card .panel-resource .resource-details {
    margin: 5px 0 0px 70px;
  }
  .list-card .panel-resource .resource-details .detail-video,
  .list-card .panel-resource .resource-details .detail-views,
  .list-card .panel-resource .resource-details .detail-downloads,
  .list-card .panel-resource .resource-details .detail-subject,
  .tiled-card .panel-resource .resource-details .detail-video,
  .tiled-card .panel-resource .resource-details .detail-views,
  .tiled-card .panel-resource .resource-details .detail-downloads,
  .tiled-card .panel-resource .resource-details .detail-subject {
    display: inline;
  }
  .panel.free-sample .small {
    color: #d9534f;
    font-weight: bold;
  }
  .panel-document .resource-title {
    margin-right: 103px;
  }
  .list-card .panel-resource .resource-title {
    -webkit-line-clamp: 1;
  }
  .list-card .star-rating {
    margin-top: -24px;
  }
  .list-card .star-rating.uploaded-document {
    margin-top: -26px;
  }
  .list-card .detail-video {
    margin-left: -70px;
  }
}
.panel-footer .resource-pool-tag {
  display: none;
}
.panel-footer .parent-audience-tag {
  margin-left: auto;
  margin-right: 14px;
  margin-top: 0;
}
.panel-footer .parent-audience-tag:before {
  left: auto;
  right: -9px;
}
.list-card .col-resource-heading .resource-pool-tag,
.list-card .col-resource-heading .parent-audience-tag {
  display: none;
}
@media (min-width: 481px) {
  .list-card .resource-pool-tag {
    display: block;
    float: right;
    margin-top: 2px;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .list-card .panel-footer .resource-pool-tag,
  .list-card .panel-footer .parent-audience-tag {
    display: none;
  }
  .list-card .col-resource-heading .resource-pool-tag,
  .list-card .col-resource-heading .parent-audience-tag {
    display: inline-block;
  }
}
.tiled-card + .ui-draggable-dragging,
.list-card + .ui-draggable-dragging {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important;
}
.tiled-card + .ui-draggable-dragging .panel-resource,
.list-card + .ui-draggable-dragging .panel-resource {
  width: 300px;
  min-height: 93px;
  transform: scale(0.75);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.tiled-card + .ui-draggable-dragging .panel-resource a,
.list-card + .ui-draggable-dragging .panel-resource a {
  pointer-events: none;
  text-decoration: none;
  color: #45454a;
}
.tiled-card + .ui-draggable-dragging .panel-resource .resource-title,
.list-card + .ui-draggable-dragging .panel-resource .resource-title {
  color: rgb(24, 89, 143);
}
.tiled-card + .ui-draggable-dragging .panel-resource .resource-details,
.tiled-card + .ui-draggable-dragging .panel-resource .panel-footer,
.tiled-card + .ui-draggable-dragging .panel-resource .resource-badge,
.tiled-card + .ui-draggable-dragging .panel-resource .resource-description,
.list-card + .ui-draggable-dragging .panel-resource .resource-details,
.list-card + .ui-draggable-dragging .panel-resource .panel-footer,
.list-card + .ui-draggable-dragging .panel-resource .resource-badge,
.list-card + .ui-draggable-dragging .panel-resource .resource-description {
  display: none;
}
.tiled-card + .ui-draggable-dragging .panel-resource .col-resource-icon,
.list-card + .ui-draggable-dragging .panel-resource .col-resource-icon {
  position: absolute;
  width: auto !important;
}
.tiled-card + .ui-draggable-dragging .panel-resource .col-resource-heading,
.list-card + .ui-draggable-dragging .panel-resource .col-resource-heading {
  float: left;
  width: auto !important;
  margin-left: 0px;
  margin-top: -25px;
  padding-left: 80px;
  padding-top: 15px;
}
.tiled-card + .ui-draggable-dragging .panel-resource .col-resource-heading .resource-title,
.list-card + .ui-draggable-dragging .panel-resource .col-resource-heading .resource-title {
  white-space: normal !important;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tiled-card + .ui-draggable-dragging .panel-resource .col-resource-heading .label,
.tiled-card + .ui-draggable-dragging .panel-resource .col-resource-heading .star-rating,
.list-card + .ui-draggable-dragging .panel-resource .col-resource-heading .label,
.list-card + .ui-draggable-dragging .panel-resource .col-resource-heading .star-rating {
  display: none;
}
.thumbnail-card + .ui-draggable-dragging {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource {
  width: 251px;
  min-height: 78px;
  max-height: 78px;
  padding: 4px;
  background-color: #ecedef;
  border: none;
  border-radius: 8px;
  white-space: nowrap;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource * {
  display: none;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource .resource-type-banner,
.thumbnail-card + .ui-draggable-dragging .panel-resource .resource-type-banner .type-resource,
.thumbnail-card + .ui-draggable-dragging .panel-resource .type-resource:before,
.thumbnail-card + .ui-draggable-dragging .panel-resource .type-resource:after,
.thumbnail-card + .ui-draggable-dragging .panel-resource .thumb-img-wrap,
.thumbnail-card + .ui-draggable-dragging .panel-resource .thumb-img-wrap *,
.thumbnail-card + .ui-draggable-dragging .panel-resource .resource-info-wrap,
.thumbnail-card + .ui-draggable-dragging .panel-resource .resource-info-wrap .resource-info,
.thumbnail-card + .ui-draggable-dragging .panel-resource .resource-info .resource-title,
.thumbnail-card + .ui-draggable-dragging .panel-resource .resource-title * {
  position: relative;
  display: block;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource .thumb-img-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  border-radius: 5px;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource .thumb-img-wrap img {
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 100%;
  height: auto;
  border-radius: none;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource .thumb-img-wrap .fa-image {
  display: inline-block;
  vertical-align: middle;
  font-size: 60px;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource .resource-info-wrap {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  min-height: 70px;
  max-height: 70px;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource .resource-info {
  min-height: 70px;
  max-height: 70px;
  background-color: #fff;
  border-radius: 6px;
  padding: 14px 8px 4px 8px;
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.4);
}
.thumbnail-card + .ui-draggable-dragging .panel-resource .resource-type-banner {
  position: absolute;
  left: 76px;
  top: 10px;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource .type-resource {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #ccc;
  font-size: 13px;
  font-weight: 600;
  z-index: 1;
  text-align: left;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource .type-resource:before, .thumbnail-card + .ui-draggable-dragging .panel-resource .type-resource:after {
  display: inline-block;
  color: #ccc;
  font-size: 13px;
  padding: 0;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource .resource-title {
  font-size: 15px;
  line-height: 1.2;
  white-space: normal;
  max-height: 38px;
  overflow: hidden;
}
.thumbnail-card + .ui-draggable-dragging .panel-resource a {
  pointer-events: none;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.resource-card-add-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26px;
  height: 25px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: rgb(24, 89, 143);
  font-size: 27px;
  font-weight: 600;
  line-height: 22px;
  border: 1px solid transparent;
  transition: border-color 0.2s;
  z-index: 10;
}
.resource-card-add-button .plus {
  display: block;
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.resource-card-add-button .lp-icon-check {
  display: none;
  font-size: 18px;
  line-height: 23px;
}
.resource-card-add-button:hover {
  border-color: rgb(24, 89, 143);
}
.resource-card-add-button.adding {
  background-color: rgb(24, 89, 143);
  color: #fff;
}
.resource-card-add-button.adding .plus {
  transform: rotate(180deg);
}
.resource-card-add-button.added .plus {
  display: none;
}
.resource-card-add-button.added .lp-icon-check {
  display: block;
}
.resource-card-add-button.disabled {
  color: #ccc;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.bc-video-card .resource-card-add-button {
  right: 5px;
}
.resource-card-loader {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ecedef;
  background: linear-gradient(to right, #ecedef 8%, #dddddd 18%, #ecedef 33%);
  background-size: 800px 104px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 21;
  display: none;
}
.resource-card-loader.loading {
  display: block;
}
.resource-card-loader.loading + .panel-body .collection-icon > .items-count {
  display: none;
}
#loading-more-results .resource-card-loader {
  display: block;
}
#loading-more-results {
  pointer-events: none;
}
#loading-more-results .resource-type-banner {
  color: #fff;
}
#loading-more-results .type-loading {
  border: 1px solid #888;
  background-image: linear-gradient(to bottom, #999999 0%, #888888 100%);
}
#loading-more-results .type-loading:after {
  content: "Loading Resource";
}
#loading-more-results .thumb-img-wrap:before {
  top: 40px;
}
#loading-more-results .panel-resource {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ecedef;
  background: linear-gradient(to right, #ecedef 8%, #dddddd 18%, #ecedef 33%);
  background-size: 800px 104px;
}
#loading-more-results .bg-loader {
  display: block;
  height: 18px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ecedef;
  background: linear-gradient(to right, #ecedef 8%, #dddddd 18%, #ecedef 33%);
  background-size: 800px 104px;
}
#loading-more-results .bg-loader.height-50 {
  height: 9px;
}
#loading-more-results .bg-loader.width-25 {
  width: 25%;
}
#loading-more-results .bg-loader.width-50 {
  width: 50%;
}
#loading-more-results .bg-loader.width-75 {
  width: 75%;
}
#loading-more-results .bg-loader.inline {
  display: inline-block;
}
#loading-more-results .list-view-loader .list-card .panel-resource {
  position: relative;
  min-height: 165px;
}
#loading-more-results .list-view-loader .list-card .resource-card-loader {
  display: block;
}
#loading-more-results .thumbnail-view-loader-1 {
  display: none;
}
.search-result-item:not(.thumbnail-card) .resource-card-loader {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 4px;
}
.search-result-item {
  z-index: 0;
}
.thumbnail-card a:hover {
  text-decoration: none;
}
.thumbnail-card .panel-resource {
  position: relative;
  background-color: #e8e8e8;
  background-color: #ecedef;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
  height: 270px;
  overflow: hidden;
  cursor: pointer;
}
.thumbnail-card .panel-resource:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.thumbnail-card .panel-resource .resource-type-banner {
  position: absolute;
  font-weight: 600;
  top: 18px;
  left: 0;
  height: 35px;
  pointer-events: none;
  transition: top 0.3s;
  z-index: 1;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource {
  display: inline-block;
  text-align: left;
  border: 0 !important;
  border-radius: 0px 3px 3px 0px;
  font-size: 13px;
  width: 100%;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  transition: border-radius 0.3s;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource:after {
  position: relative;
  font-size: 13px;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource .banner-outer-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource .banner-inner-icon {
  position: absolute;
  top: 1px;
  font-size: 8px;
  z-index: 1001;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource .resource-icon {
  position: absolute;
  display: inline-block;
  top: 11px;
  z-index: 1000;
  padding-right: 5px;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource .resource-bg {
  position: absolute;
  background-color: transparent;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  transition: background-color 0.3s;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-folder {
  width: 100%;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-folder:after {
  display: none;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-folder + .item-count {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 13px;
  padding-left: 33px;
  padding-right: 9px;
  top: -34px;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource .banner-outer-icon {
  color: #282827;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-topic .banner-outer-icon {
  color: #fff;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-topic .banner-inner-icon {
  color: #e1537f;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-topic + .item-count {
  color: #fff;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-unit .banner-inner-icon {
  color: #7ee7ed;
  font-size: 7px;
  left: 0.5px;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-chapter .banner-inner-icon {
  color: #ffbdbd;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-assessment-set .banner-inner-icon {
  color: #b3995d;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-resource.type-lesson .banner-inner-icon {
  color: #97d3ff;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-course .banner-inner-icon {
  color: #edcb7e;
}
.thumbnail-card .panel-resource .resource-type-banner .type-resource.type-curriculum-set .banner-inner-icon {
  color: #bab2e2;
}
.thumbnail-card .panel-resource .resource-type-banner.folder-icon .banner-outer-icon {
  top: 17px;
}
.thumbnail-card .panel-resource .resource-type-banner.folder-icon .resource-icon {
  width: 1.4em;
  line-height: 0.05em;
  font-size: 1.25em;
  left: 6.5px;
}
.thumbnail-card .panel-resource .resource-type-banner.folder-icon .type-resource {
  padding-left: 15px;
}
.thumbnail-card .panel-resource .resource-type-banner.folder-icon .type-resource .primary-type {
  color: #383734;
  text-shadow: none;
  font-size: 12px;
  position: inherit;
  vertical-align: top;
}
.thumbnail-card .panel-resource .resource-type-banner .video-duration {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding-right: 6px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.thumbnail-card .panel-resource .resource-type-banner .video-duration:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: -2px;
  margin-right: 6px;
  margin-top: -1px;
}
.thumbnail-card .panel-resource .resource-type-banner .collection-count {
  position: relative;
  color: #fff;
  font-size: 13px;
  z-index: 1;
  float: right;
  padding-right: 9px;
}
.thumbnail-card .panel-resource .resource-type-banner .collection-count .hide-on-hover {
  position: relative;
  display: block;
  top: -31px;
  opacity: 1;
  transition: opacity 0.3s;
}
.thumbnail-card .panel-resource .resource-type-banner .collection-count .hide-on-hover .sc-count {
  position: relative;
  top: 1px;
  display: inline-block;
}
.thumbnail-card .panel-resource .resource-type-banner .collection-count .show-on-hover {
  display: none;
  opacity: 0;
  margin-top: -4px;
}
.thumbnail-card .panel-resource .resource-type-banner .collection-count .fa-folder-blank {
  position: relative;
}
.thumbnail-card .panel-resource .resource-type-banner .collection-count .inner-icon {
  top: 1px;
  font-size: 7px;
}
.thumbnail-card .panel-resource .resource-type-banner .collection-count .fa-stack {
  height: auto;
  height: initial;
  width: auto;
  width: initial;
}
.thumbnail-card .panel-resource .thumb-img-wrap-width-helper {
  min-width: 340px;
}
.thumbnail-card .panel-resource .thumb-img-wrap {
  height: 95%;
  overflow: hidden;
}
.thumbnail-card .panel-resource .thumb-img-wrap .thumb-img-wrap-icon {
  display: none;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -50px;
  color: #fff;
}
.thumbnail-card .panel-resource .thumb-img-wrap .trk-show-resource,
.thumbnail-card .panel-resource .thumb-img-wrap .folder-item-anchor-or-div,
.thumbnail-card .panel-resource .thumb-img-wrap .locked,
.thumbnail-card .panel-resource .thumb-img-wrap a {
  position: relative;
  display: block;
  padding: 5px;
  background-color: #ecedef;
  min-height: 70%;
}
.thumbnail-card .panel-resource .thumb-img-wrap .trk-show-resource:active,
.thumbnail-card .panel-resource .thumb-img-wrap .folder-item-anchor-or-div:active,
.thumbnail-card .panel-resource .thumb-img-wrap .locked:active,
.thumbnail-card .panel-resource .thumb-img-wrap a:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.thumbnail-card .panel-resource .thumb-img-wrap img {
  display: block;
  border: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.thumbnail-card .panel-resource .resource-info-wrap {
  position: absolute;
  top: 35px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  pointer-events: none;
  z-index: 1;
}
.thumbnail-card .panel-resource .resource-info-top {
  position: absolute;
  top: -31px;
  left: 0;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 0 10px 0 10px;
  height: 34px;
  line-height: 17px;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
  transition: top 0.3s;
  max-width: 100%;
}
.thumbnail-card .panel-resource .resource-info-top .resource-pool-tag {
  position: relative;
  color: #b54316;
  font-size: 13px;
  font-weight: 600;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 100%;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 100%;
  float: left;
}
.thumbnail-card .panel-resource .resource-info-top .resource-pool-tag.near-parents-tag {
  max-width: 85%;
}
.thumbnail-card .panel-resource .resource-info-top .star-rating {
  font-size: 15px;
}
.thumbnail-card .panel-resource .resource-info-top .star-rating i:not(:last-child) {
  margin-right: 2px;
}
.thumbnail-card .panel-resource .resource-info-top .star-rating.uploaded-document {
  position: relative;
  display: inline-block;
  top: -1px;
}
.thumbnail-card .panel-resource .resource-info-top .resource-pool-tag:not(:empty) + .star-rating:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ccc;
  margin-left: 5px;
  margin-right: 8px;
  border-radius: 99px;
  vertical-align: 2px;
}
.thumbnail-card .panel-resource .resource-info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-height: 82px;
  background-color: #fff;
  border-radius: 6px;
  padding: 6px 10px 6px 10px;
  margin-top: -3px;
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.4);
  transition: max-height 0.3s, padding-top 0.3s;
}
@media (max-width: 991px) {
  .thumbnail-card .panel-resource .resource-info {
    max-height: 115px;
  }
}
.thumbnail-card .panel-resource .resource-info .resource-title {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: auto;
  transition: margin-top 0.3s;
}
.thumbnail-card .panel-resource .resource-info .resource-title .trk-show-resource,
.thumbnail-card .panel-resource .resource-info .resource-title .folder-item-anchor-or-div {
  color: rgb(24, 89, 143);
}
.thumbnail-card .panel-resource .resource-info .resource-title .trk-show-resource:hover,
.thumbnail-card .panel-resource .resource-info .resource-title .folder-item-anchor-or-div:hover {
  text-decoration: underline;
}
.thumbnail-card .panel-resource .resource-info .resource-meta {
  white-space: nowrap;
  padding-top: 4px;
}
.thumbnail-card .panel-resource .resource-info .resource-meta .lp-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: 1px;
  margin-right: 1px;
}
.thumbnail-card .panel-resource .resource-info .resource-meta .lp-icon:not(:first-child) {
  margin-left: 7px;
}
.thumbnail-card .panel-resource .resource-info .resource-meta .resource-audience,
.thumbnail-card .panel-resource .resource-info .resource-meta .resource-grade,
.thumbnail-card .panel-resource .resource-info .resource-meta .resource-standards {
  display: inline-block;
  vertical-align: top;
}
.thumbnail-card .panel-resource .resource-info .resource-description-wrap {
  height: 0px;
  overflow: hidden;
  transition: height 0.3s;
}
.thumbnail-card .panel-resource .resource-info .resource-description {
  color: #45454a;
  font-size: 14px;
  line-height: 1.4;
  min-height: 99px;
}
.thumbnail-card .panel-resource .resource-info .resource-description .new-review-tag,
.thumbnail-card .panel-resource .resource-info .resource-description .shared-resource-tag {
  display: inline-block;
  background-color: #daf5ff;
  color: rgb(24, 89, 143);
  padding: 2px 5px 1px 5px;
  font-size: 11px;
  border-radius: 3px;
  vertical-align: 1px;
  font-style: italic;
}
.thumbnail-card .panel-resource .resource-info .resource-description .new-review-tag {
  background-color: #ffd99f;
  color: #c16f0f;
}
.thumbnail-card .panel-resource .resource-info .resource-actions {
  position: absolute;
  bottom: 8px;
  height: 0;
  cursor: default;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  .thumbnail-card .panel-resource .resource-info .resource-actions {
    opacity: 1;
    height: auto;
    position: relative;
    bottom: auto;
    padding-top: 8px;
    pointer-events: auto;
  }
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn {
  cursor: pointer;
  border: 1px solid rgb(24, 89, 143);
  color: rgb(24, 89, 143);
  font-weight: 600;
  margin-right: 5px;
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn:hover {
  color: #fff;
  background-color: rgb(24, 89, 143);
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn.upgrade-btn {
  color: #4cae4c;
  border-color: #4cae4c;
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn.upgrade-btn:hover {
  background-color: #4cae4c;
  color: #fff;
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn.free-sample {
  background-color: transparent;
  color: #d43f3a;
  border-color: #d43f3a;
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn.free-sample:hover {
  background-color: #d43f3a;
  color: #fff;
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn .button-text {
  margin-left: 2px;
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn .fa-arrow-up-right-from-square {
  vertical-align: -1px;
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn .fa-regular.fa-folder-blank {
  font-size: 13px;
  vertical-align: -1px;
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn .fa-list-ul {
  font-size: 11.5px;
}
.thumbnail-card .panel-resource .resource-info .resource-actions .btn .fa-folder-open-o {
  margin-right: 2px;
  vertical-align: -1px;
}
.thumbnail-card .panel-resource.free-sample .free-sample-stamp {
  position: absolute;
  right: 7px;
  top: 5px;
}
.thumbnail-card .panel-resource.free-sample .resource-info {
  background-color: #edfaff;
}
.thumbnail-card .panel-resource.free-sample .resource-info-top {
  background-color: #edfaff;
}
.thumbnail-card .panel-resource.free-sample .resource-info-top:before {
  background-color: #edfaff;
}
.thumbnail-card .panel-resource.free-sample .resource-title {
  padding-right: 53px;
  min-height: 37px;
}
.thumbnail-card.folder-item .resource-info {
  max-height: 115px;
}
.thumbnail-card.folder-item .resource-info .resource-actions {
  opacity: 1;
  height: auto;
  position: relative;
  bottom: auto;
  padding-top: 8px;
  pointer-events: auto;
}
.thumbnail-card.folder-item .panel-resource:hover .resource-actions {
  position: absolute;
  bottom: 10px;
}
.thumbnail-card.membership-locked {
  pointer-events: none !important;
}
.thumbnail-card.membership-locked .resource-meta {
  opacity: 0 !important;
}
.thumbnail-card.membership-locked .resource-actions {
  opacity: 1 !important;
  height: auto !important;
}
.thumbnail-card.membership-locked .resource-actions .btn {
  pointer-events: auto !important;
}
.thumbnail-card.membership-locked .resource-title {
  pointer-events: none !important;
}
.thumbnail-card.membership-locked .resource-title .locked {
  color: #c6c6c6 !important;
}
.thumbnail-card.membership-locked .type-resource {
  background: #cecdd0 !important;
}
.thumbnail-card.membership-locked .type-resource:before,
.thumbnail-card.membership-locked .type-resource:after,
.thumbnail-card.membership-locked .folder-icon:after,
.thumbnail-card.membership-locked .folder-icon .folder-icon:after,
.thumbnail-card.membership-locked .folder-icon .type-resource:before {
  color: #fff !important;
}
.thumbnail-card.membership-locked .folder-icon .type-resource:before,
.thumbnail-card.membership-locked .item-count:before {
  color: #cecdd0 !important;
}
.thumbnail-card.membership-locked img {
  filter: grayscale(100%) !important;
}
@media (min-width: 1200px) {
  #search-results-area .thumbnail-card .resource-meta {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .resource-type-banner,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .resource-type-banner {
    top: 0;
    right: 0;
    width: 100%;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .resource-type-banner .type-resource,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .resource-type-banner .type-resource {
    border-top-left-radius: 6px;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .resource-info,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .resource-info {
    height: 100%;
    max-height: 230px;
    padding-top: 11px;
    border-radius: 6px;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .resource-info .resource-info-top,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .resource-info .resource-info-top {
    top: 0;
    box-shadow: none;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .resource-info .resource-badge,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .resource-info .resource-badge {
    top: 4px;
    right: 9px;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .resource-info .resource-info-top + .resource-title,
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .resource-info .resource-badge + .resource-title,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .resource-info .resource-info-top + .resource-title,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .resource-info .resource-badge + .resource-title {
    margin-top: 24px;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .resource-description-wrap,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .resource-description-wrap {
    height: 99px;
    padding-top: 3px;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .resource-actions,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .resource-actions {
    opacity: 1;
    pointer-events: auto;
    height: auto;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .collection-count,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .collection-count {
    position: absolute;
    top: 9px;
    right: 31px;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .collection-count .show-on-hover,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .collection-count .show-on-hover {
    display: block;
    opacity: 1;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .collection-count .hide-on-hover,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .collection-count .hide-on-hover {
    display: none;
    opacity: 0;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-lesson-plan .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-lesson-plan .resource-bg {
    background-color: #1f6eae;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-lesson-plan + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-lesson-plan + .collection-count .inner-icon {
    color: #1f6eae;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-worksheet .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-worksheet .resource-bg {
    background-color: #028cab;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-worksheet + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-worksheet + .collection-count .inner-icon {
    color: #028cab;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-interactive .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-interactive .resource-bg {
    background-color: #ad1313;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-interactive + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-interactive + .collection-count .inner-icon {
    color: #ad1313;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-activities-project .resource-icon .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-activities-project .resource-icon .resource-bg {
    background-color: #69a020;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-activities-project + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-activities-project + .collection-count .inner-icon {
    color: #69a020;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-article .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-article .resource-bg {
    background-color: #4f6228;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-article + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-article + .collection-count .inner-icon {
    color: #4f6228;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-lesson-planet-article .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-lesson-planet-article .resource-bg {
    background-color: #fbb03b;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-lesson-planet-article + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-lesson-planet-article + .collection-count .inner-icon {
    color: #fbb03b;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-app .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-app .resource-bg {
    background-color: #662d91;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-app + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-app + .collection-count .inner-icon {
    color: #662d91;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-presentation .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-presentation .resource-bg {
    background-color: #ef560f;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-presentation + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-presentation + .collection-count .inner-icon {
    color: #ef560f;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-instructional-video .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-news-clip .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resources.type-stock-footage .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-instructional-video .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-news-clip .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resources.type-stock-footage .resource-bg {
    background-color: #454545;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-instructional-video + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-news-clip + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resources.type-stock-footage + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-instructional-video + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-news-clip + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resources.type-stock-footage + .collection-count .inner-icon {
    color: #454545;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-topic .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-topic .resource-bg {
    background-color: #e1537f;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-topic + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-topic + .collection-count .inner-icon {
    color: #e1537f;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-printables-template .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-printables-template .resource-bg {
    background-color: #9e005d;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-printables-template + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-printables-template + .collection-count .inner-icon {
    color: #9e005d;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-unit-plan .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-unit-plan .resource-bg {
    background-color: #165b62;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-unit-plan + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-unit-plan + .collection-count .inner-icon {
    color: #165b62;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-exit-ticket .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-exit-ticket .resource-bg {
    background-color: #88725c;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-exit-ticket + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-exit-ticket + .collection-count .inner-icon {
    color: #88725c;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-ebook .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-ebook .resource-bg {
    background-color: #263247;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-ebook + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-ebook + .collection-count .inner-icon {
    color: #263247;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-online-course .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-online-course .resource-bg {
    background-color: #946b8e;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-online-course + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-online-course + .collection-count .inner-icon {
    color: #946b8e;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-rubric .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-rubric .resource-bg {
    background-color: #767e88;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-rubric + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-rubric + .collection-count .inner-icon {
    color: #767e88;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-syllabi .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-syllabi .resource-bg {
    background-color: #3c38cb;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-syllabi + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-syllabi + .collection-count .inner-icon {
    color: #3c38cb;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-ap-test-prep .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-ap-test-prep .resource-bg {
    background-color: #ed595a;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-ap-test-prep + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-ap-test-prep + .collection-count .inner-icon {
    color: #ed595a;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-study-guide .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-study-guide .resource-bg {
    background-color: #995b35;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-study-guide + .collection-counts .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-study-guide + .collection-counts .inner-icon {
    color: #995b35;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-lab-resource .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-lab-resource .resource-bg {
    background-color: #38baa0;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-lab-resource + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-lab-resource + .collection-count .inner-icon {
    color: #38baa0;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-assessment .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-assessment .resource-bg {
    background-color: #b3995d;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-assessment + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-assessment + .collection-count .inner-icon {
    color: #b3995d;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-collection-item .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-collection-item .resource-bg {
    background-color: #d3d1cc;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-collection-item + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-collection-item + .collection-count .inner-icon {
    color: #d3d1cc;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-audio .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-podcast .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-audio .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-podcast .resource-bg {
    background-color: #7e98d9;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-audio + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-podcast + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-audio + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-podcast + .collection-count .inner-icon {
    color: #7e98d9;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-learning-game .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-learning-game .resource-bg {
    background-color: #4e223e;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-learning-game + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-learning-game + .collection-count .inner-icon {
    color: #4e223e;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-primary-source .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-primary-source .resource-bg {
    background-color: #ff9000;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-primary-source + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-primary-source + .collection-count .inner-icon {
    color: #ff9000;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-professional-document .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-professional-document .resource-bg {
    background-color: #eca180;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-professional-document + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-professional-document + .collection-count .inner-icon {
    color: #eca180;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-website .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-website .resource-bg {
    background-color: #94a79a;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-website + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-website + .collection-count .inner-icon {
    color: #94a79a;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-webpage .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-webpage .resource-bg {
    background-color: #94a79a;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-webpage + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-webpage + .collection-count .inner-icon {
    color: #94a79a;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-unknown-type .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-unknown-type .resource-bg {
    background-color: #8b008b;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-unknown-type + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-unknown-type + .collection-count .inner-icon {
    color: #8b008b;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-interactive-whiteboard .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-interactive-whiteboard .resource-bg {
    background-color: #c1bf32;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-interactive-whiteboard + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-interactive-whiteboard + .collection-count .inner-icon {
    color: #c1bf32;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-graphics-image .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-graphics-image .resource-bg {
    background-color: #00445d;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-graphics-image + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-graphics-image + .collection-count .inner-icon {
    color: #00445d;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-writing-prompt .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-writing-prompt .resource-bg {
    background-color: #946b8e;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-writing-prompt + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-writing-prompt + .collection-count .inner-icon {
    color: #946b8e;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-graphic-organizer .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-graphic-organizer .resource-bg {
    background-color: #500000;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-graphic-organizer + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-graphic-organizer + .collection-count .inner-icon {
    color: #500000;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-handouts-reference .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-handouts-reference .resource-bg {
    background-color: #77e093;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-handouts-reference + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-handouts-reference + .collection-count .inner-icon {
    color: #77e093;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-performance-task .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-performance-task .resource-bg {
    background-color: #928686;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-performance-task + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-performance-task + .collection-count .inner-icon {
    color: #928686;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-home-letter .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-home-letter .resource-bg {
    background-color: #e2c960;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-home-letter + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-home-letter + .collection-count .inner-icon {
    color: #e2c960;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-workbook .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-workbook .resource-bg {
    background-color: #240042;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-workbook + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-workbook + .collection-count .inner-icon {
    color: #240042;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-pd-course .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-pd-course .resource-bg {
    background-color: #212d00;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-pd-course + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-pd-course + .collection-count .inner-icon {
    color: #212d00;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-custom .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-custom .resource-bg {
    background-color: #004cb9;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-custom + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-custom + .collection-count .inner-icon {
    color: #eb53a5;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-constructed-response-item .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-constructed-response-item .resource-bg {
    background-color: #eb53a5;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-constructed-response-item + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-constructed-response-item + .collection-count .inner-icon {
    color: #eb53a5;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-curriculum-set .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-curriculum-set .resource-bg {
    background-color: #bab2e2;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-curriculum-set + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-curriculum-set + .collection-count .inner-icon {
    color: #bab2e2;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-chapter .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-chapter .resource-bg {
    background-color: #ffbdbd;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-chapter + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-chapter + .collection-count .inner-icon {
    color: #ffbdbd;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-lesson .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-lesson .resource-bg {
    background-color: #97d3ff;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-lesson + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-lesson + .collection-count .inner-icon {
    color: #97d3ff;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-assessment-set .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-assessment-set .resource-bg {
    background-color: #f7e0b0;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-assessment-set + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-assessment-set + .collection-count .inner-icon {
    color: #f7e0b0;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-unit .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-unit .resource-bg {
    background-color: #7ee7ed;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-unit + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-unit + .collection-count .inner-icon {
    color: #7ee7ed;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-course .resource-bg,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-course .resource-bg {
    background-color: #edcb7e;
  }
  .thumbnail-card:not(.membership-locked) .panel-resource-force-hover .type-resource.type-course + .collection-count .inner-icon,
  .thumbnail-card:not(.membership-locked) .panel-resource:hover .type-resource.type-course + .collection-count .inner-icon {
    color: #edcb7e;
  }
}
.list-card.folder-item,
.tiled-card.folder-item {
  cursor: pointer;
}
.list-card.folder-item .panel-resource .panel-footer .btn-default,
.tiled-card.folder-item .panel-resource .panel-footer .btn-default {
  border-color: #18598f;
  color: #18598f;
}
.list-card.folder-item .panel-resource .panel-footer .btn-default:hover, .list-card.folder-item .panel-resource .panel-footer .btn-default:active,
.tiled-card.folder-item .panel-resource .panel-footer .btn-default:hover,
.tiled-card.folder-item .panel-resource .panel-footer .btn-default:active {
  background-color: rgb(24, 89, 143);
  color: #fff;
}
.list-card.folder-item .panel-resource .panel-footer .fa-folder-open-o,
.tiled-card.folder-item .panel-resource .panel-footer .fa-folder-open-o {
  margin-right: 2px;
  vertical-align: -1px;
}
.list-card.membership-locked .panel-resource .resource-info-wrap,
.list-card.membership-locked .panel-resource .mobile-device .resource-info-wrap:not(.collection-info-wrap),
.tiled-card.membership-locked .panel-resource .resource-info-wrap,
.tiled-card.membership-locked .panel-resource .mobile-device .resource-info-wrap:not(.collection-info-wrap) {
  padding-top: 143px;
}
.list-card.membership-locked .panel-resource .thumb-img-wrap,
.tiled-card.membership-locked .panel-resource .thumb-img-wrap {
  background: #fff;
}
.list-card.membership-locked .panel-resource .thumb-img-wrap a,
.list-card.membership-locked .panel-resource .thumb-img-wrap .locked,
.tiled-card.membership-locked .panel-resource .thumb-img-wrap a,
.tiled-card.membership-locked .panel-resource .thumb-img-wrap .locked {
  opacity: 0.2;
}
.list-card.membership-locked .panel-resource .thumb-img-wrap img,
.tiled-card.membership-locked .panel-resource .thumb-img-wrap img {
  filter: grayscale(100%);
  box-shadow: 0px 4px 24px rgb(0, 0, 0);
}
.list-card.membership-locked .panel-resource a.btn.btn-default,
.tiled-card.membership-locked .panel-resource a.btn.btn-default {
  border: 2px solid #7db95b;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .list-card.membership-locked .panel-resource a.btn.btn-default,
  .tiled-card.membership-locked .panel-resource a.btn.btn-default {
    padding: 1px 3px;
    font-size: 11px;
  }
}
.list-card.membership-locked .panel-resource div.btn.btn-default,
.tiled-card.membership-locked .panel-resource div.btn.btn-default {
  color: #c6c6c6;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .list-card.membership-locked .panel-resource div.btn.btn-default,
  .tiled-card.membership-locked .panel-resource div.btn.btn-default {
    padding: 1px 3px;
    font-size: 11px;
  }
}
.list-card.membership-locked .panel-resource div.btn.btn-default:hover, .list-card.membership-locked .panel-resource div.btn.btn-default:active,
.tiled-card.membership-locked .panel-resource div.btn.btn-default:hover,
.tiled-card.membership-locked .panel-resource div.btn.btn-default:active {
  cursor: default;
  background: #fff;
  border-color: #ccc;
  box-shadow: none;
}
.list-card.membership-locked .panel-resource .icon-ccss,
.list-card.membership-locked .panel-resource .items-count,
.list-card.membership-locked .panel-resource .star-rating.uploaded-document,
.tiled-card.membership-locked .panel-resource .icon-ccss,
.tiled-card.membership-locked .panel-resource .items-count,
.tiled-card.membership-locked .panel-resource .star-rating.uploaded-document {
  opacity: 0.5;
}
.list-card.membership-locked .panel-resource .resource-title,
.list-card.membership-locked .panel-resource .resource-description,
.list-card.membership-locked .panel-resource .resource-pool-tag,
.list-card.membership-locked .panel-resource .resource-details,
.list-card.membership-locked .panel-resource .details-ccss,
.list-card.membership-locked .panel-resource .label-adaptable,
.list-card.membership-locked .panel-resource .label-designed,
.list-card.membership-locked .panel-resource .label-new-review,
.list-card.membership-locked .panel-resource .label-inactive-items,
.list-card.membership-locked .panel-resource .ccss-designed,
.list-card.membership-locked .panel-resource .ccss-adaptable,
.list-card.membership-locked .panel-resource .text-muted,
.list-card.membership-locked .panel-resource .star-rating .text-action,
.tiled-card.membership-locked .panel-resource .resource-title,
.tiled-card.membership-locked .panel-resource .resource-description,
.tiled-card.membership-locked .panel-resource .resource-pool-tag,
.tiled-card.membership-locked .panel-resource .resource-details,
.tiled-card.membership-locked .panel-resource .details-ccss,
.tiled-card.membership-locked .panel-resource .label-adaptable,
.tiled-card.membership-locked .panel-resource .label-designed,
.tiled-card.membership-locked .panel-resource .label-new-review,
.tiled-card.membership-locked .panel-resource .label-inactive-items,
.tiled-card.membership-locked .panel-resource .ccss-designed,
.tiled-card.membership-locked .panel-resource .ccss-adaptable,
.tiled-card.membership-locked .panel-resource .text-muted,
.tiled-card.membership-locked .panel-resource .star-rating .text-action {
  color: #c6c6c6 !important;
}
.list-card.membership-locked .panel-resource .resource-title,
.tiled-card.membership-locked .panel-resource .resource-title {
  margin-bottom: 4px;
}
.list-card.membership-locked .panel-resource .resource-description,
.tiled-card.membership-locked .panel-resource .resource-description {
  padding-top: 30px;
}
.list-card.membership-locked .panel-resource .label-new-review,
.tiled-card.membership-locked .panel-resource .label-new-review {
  border: 1px solid #c6c6c6 !important;
}
.list-card.membership-locked .panel-resource .type-resource,
.tiled-card.membership-locked .panel-resource .type-resource {
  background: #c6c6c6 !important;
  border: 1px solid #c6c6c6 !important;
}
.list-card.membership-locked .panel-resource .resource-badge,
.tiled-card.membership-locked .panel-resource .resource-badge {
  filter: grayscale(100%);
  opacity: 0.2;
}
.list-card.membership-locked .panel-resource .card-divider,
.tiled-card.membership-locked .panel-resource .card-divider {
  display: none;
}
#search-results.no-add-to-collection .add-to-collection-btn {
  display: none;
}
#search-results .row:before {
  content: none;
  /* 1 */
  display: inline;
  /* 2 */
}
#search-results .row.upgrade-now {
  margin: 0;
  display: table-cell;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #search-results .row.upgrade-now {
    display: block;
  }
}
#search-results .row.upgrade-now .main {
  display: flex;
  border: 1px solid #48af46;
  width: inherit;
  background: #fff;
}
@media (max-width: 480px) {
  #search-results .row.upgrade-now .main {
    margin-top: 10px;
  }
}
#search-results .row.upgrade-now .main h4 {
  padding: 10px 20px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  #search-results .row.upgrade-now .main h4 {
    padding: 5px 0 5px 10px;
    font-size: 15px;
    width: 50%;
  }
}
@media (max-width: 350px) {
  #search-results .row.upgrade-now .main h4 {
    font-size: 12px;
  }
}
#search-results .row.upgrade-now .main .action-container {
  display: inline-block;
  margin: auto;
  padding: 20px;
}
@media (max-width: 480px) {
  #search-results .row.upgrade-now .main .action-container {
    padding: 5px;
    width: 45%;
  }
  #search-results .row.upgrade-now .main .action-container .btn {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  #search-results .row.upgrade-now .main .action-container .btn {
    font-size: 12px;
  }
  #search-results .row.upgrade-now .main .action-container .btn .fa {
    display: none;
  }
}
.tiled-card .panel-resource > .row {
  height: 71px;
}
.tiled-card .panel-resource .detail-video,
.tiled-card .panel-resource .detail-views,
.tiled-card .panel-resource .detail-downloads,
.tiled-card .panel-resource .detail-subject {
  display: none;
}
.tiled-card .panel-resource .col-resource-heading {
  width: 266px;
  height: 68px;
}
.tiled-card .panel-resource .col-resource-heading.col-xs-9 {
  width: 221px;
}
@media (max-width: 480px) {
  .tiled-card .panel-resource .col-resource-heading {
    width: 215px;
  }
}
.tiled-card .panel-resource .col-resource-icon {
  width: 70px;
}
.tiled-card .panel-resource .resource-title {
  font-size: 16px;
  margin: 0 20px 0 0;
  white-space: normal;
}
.tiled-card .panel-resource .card-divider {
  display: block;
}
.tiled-card .panel-resource .resource-description {
  min-height: 90px;
  margin-left: 0;
  line-height: 1.5;
  -webkit-line-clamp: 4;
}
.tiled-card .panel-resource .resource-details {
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tiled-card .panel-resource .star-rating {
  float: none;
  right: auto;
  top: auto;
  margin-top: 1px;
}
.full-card-img {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  width: 100%;
}
a.card-link {
  color: inherit;
  display: block;
}
a.card-link:hover {
  text-decoration: none;
}
a.card-link .resource-title h4 {
  color: rgb(24, 89, 143);
}
a.card-link .resource-title h4:hover {
  text-decoration: underline;
}
.panel-testimonial .testimonial-text {
  font-size: 15px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .panel-testimonial .testimonial-text {
    height: 108px;
    overflow-y: auto;
  }
}
.panel-testimonial .testimonial-text .fa {
  color: #d3d1cc;
}
@media (min-width: 768px) {
  .panel-testimonial .testimonial-author-info {
    height: 60px;
    overflow: hidden;
    font-size: 15px;
  }
}
.testimonial-widget .complete {
  display: none;
}
.testimonial-widget .see-more {
  display: inline;
  color: #18598f;
  padding: 3px;
  cursor: pointer;
}
.testimonial-widget .img-thumbnail {
  width: auto;
  margin-left: 5px;
}
.site-map-cards {
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.site-map-cards .panel-body {
  padding: 0 5px;
}
.site-map-cards ul.fa-ul > li {
  margin-bottom: 5px;
}
.site-map-cards .panel-title a {
  color: rgb(24, 89, 143);
}
.site-map-cards .panel {
  display: block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 15px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .site-map-cards {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .site-map-cards {
    -moz-column-count: 4;
    column-count: 4;
  }
}
.directory-cards {
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.directory-cards .panel-body {
  padding: 0 5px;
}
.directory-cards ul.fa-ul > li {
  margin-bottom: 5px;
}
.directory-cards .panel-title a {
  color: rgb(24, 89, 143);
}
.directory-cards .panel {
  display: block;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .directory-cards {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .directory-cards {
    -moz-column-count: 3;
    column-count: 3;
  }
}
.controller-directory .subcategory {
  margin-left: 1em;
}
.controller-directory .subcategory-toggle {
  cursor: pointer;
}
.controller-directory .subcategory-toggle:hover {
  text-decoration: none;
}
.controller-directory .subcategory-toggle.not-clickable {
  cursor: default;
  color: #45454a;
  padding-top: 2px;
}
.controller-directory .subcategory-toggle.not-clickable:hover {
  color: #45454a;
}
.controller-directory .react-modal-dialog .react-modal {
  max-width: 432px;
}
.controller-directory .react-modal-dialog .react-modal .default-image-bg {
  background-color: #f5f5f5;
  height: 159px;
  max-height: 159px;
}
.resource-share-hidden-thumbnail {
  display: none !important;
}
/* 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;
}
/*************************/
/** LP SEARCH FILTER STYLE
/*************************/
#facet-wrap .disabled,
#navigator-facet .disabled,
#facet-sidebar .disabled {
  cursor: not-allowed;
}
#facet-wrap .disabled,
#facet-wrap .disabled .text-muted,
#navigator-facet .disabled,
#navigator-facet .disabled .text-muted,
#facet-sidebar .disabled,
#facet-sidebar .disabled .text-muted {
  color: #ccc;
}
@media (max-width: 767px) {
  #facet-sidebar {
    display: none;
  }
  #facet-sidebar:has(.open) {
    display: block;
  }
}
#lockout-experience-modal .react-modal-dialog .react-modal {
  text-align: center;
}
#lockout-experience-modal .react-modal-dialog .react-modal .lockout-modal-icons {
  padding: 32px 0 22px 0;
}
#lockout-experience-modal .react-modal-dialog .react-modal .first-icon {
  display: inline-block;
  font-size: 34px;
  color: #5cb85b;
  transform: rotate(-22deg);
  margin-left: -10px;
  margin-right: 18px;
}
#lockout-experience-modal .react-modal-dialog .react-modal .second-icon {
  display: inline-block;
  font-size: 54px;
  color: #5cb85b;
  transform: rotate(22deg);
  vertical-align: -17px;
}
#lockout-experience-modal .react-modal-dialog .react-modal .lockout-modal-text {
  font-size: 26px;
}
#lockout-experience-modal .react-modal-dialog .react-modal .lockout-provider-name {
  font-weight: bold;
  font-style: italic;
}
#lockout-experience-modal .react-modal-dialog .react-modal .lockout-modal-button {
  font-size: 23px;
  border-radius: 5px;
  padding: 12px 17px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.lp-filter-group {
  transition: border-color 0.3s;
}
.lp-filter-group.closed .lp-filter-body {
  display: none;
}
.lp-filter-group.lp-filter-highlight {
  position: relative;
  z-index: 100;
  border: 1px solid rgb(24, 89, 143) !important;
  box-shadow: 0 8px 25px rgba(52, 126, 150, 0.2);
  padding-left: 13px;
  padding-right: 13px;
  margin-left: -13px;
  margin-right: -13px;
}
.lp-filter-group.lp-filter-loading .lp-loading-bg {
  display: block;
  height: 20px;
  min-height: 20px;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 2px;
  background-color: #f4f4f4;
  clear: both;
}
.lp-filter-group.lp-filter-loading .lp-filter-item:nth-child(1) {
  width: 80%;
}
.lp-filter-group.lp-filter-loading .lp-filter-item:nth-child(2) {
  width: 70%;
}
.lp-filter-group.closed .lp-filter-footer {
  display: none;
}
.lp-filter-group .export-flagged-resources-btn {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  font-weight: bold;
  font-size: 12px !important;
  text-align: center;
  margin: 5px;
}
.lp-filter-group .export-flagged-resources-btn .fa-solid.fa-download {
  margin-right: 5px;
}
.lp-filter-body {
  position: relative;
}
.lp-filter-body > .lp-filter-list {
  border-radius: 0px 0px 4px 4px;
}
.lp-filter-body > .lp-filter-list > .lp-filter-item:first-child {
  margin-top: 6px;
}
.lp-filter-body > .lp-filter-list > .lp-filter-item:last-child {
  margin-bottom: 6px;
}
.lp-filter-title {
  position: relative;
  cursor: pointer;
  border-radius: 4px 4px 0px 0px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.lp-filter-title .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
}
.lp-filter-title .lp-icon {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 2px;
}
.lp-filter-title .lp-icon:focus, .lp-filter-title .lp-icon:hover {
  outline: none;
  color: rgb(24, 89, 143);
  opacity: 1;
}
.lp-filter-title .lp-icon-arrow {
  margin-left: auto;
}
.lp-filter-item .lp-filter-list {
  display: none;
}
.lp-filter-item.open .lp-filter-list {
  display: block;
}
.lp-filter-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
}
.lp-filter-list::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: #fff;
  width: 4px;
}
.lp-filter-list::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
.lp-filter-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  border-left: 0;
  background-color: #e8e8ed;
}
.lp-filter-list.list-ratings {
  padding: 1px 8px;
  margin-bottom: 0;
  font-size: 12px;
  overflow: visible;
}
.lp-filter-list.list-ratings .lp-filter-item .facet-text {
  padding: 6px 6px;
  margin: 0;
}
.lp-filter-list.list-ratings .lp-filter-item .facet-text .star-rating .fa {
  margin-right: 2px;
}
.lp-filter-list.list-ratings .lp-filter-item.active .text-action {
  color: rgb(24, 89, 143);
}
.lp-filter-list .resource-pools {
  position: relative;
}
.resource-pools .lp-filter-list .lp-filter-item {
  position: static;
}
.resource-pools .lp-filter-list .lp-filter-item .facet-text {
  position: static;
}
.resource-pools .lp-filter-list .lp-filter-item .facet-text > span {
  position: relative;
}
.resource-pools .lp-filter-list .lp-filter-item .facet-text .pool-info {
  display: inline;
  font-size: 13px;
  margin-left: 4px;
  background-color: #fff;
  border-radius: 999px;
  cursor: default;
  opacity: 0.6;
}
.resource-pools .lp-filter-list .lp-filter-item .facet-text .pool-info:hover {
  opacity: 1;
}
.resource-pools .lp-filter-list .lp-filter-item .facet-text .pool-info:hover:before {
  color: rgb(24, 89, 143);
  opacity: 1;
}
.resource-pools .lp-filter-list .lp-filter-item .facet-checkbox-box {
  top: 3px;
  left: -18px;
}
.resource-pools .lp-filter-list .lp-filter-item .show-more-facets {
  position: relative;
  float: right;
  margin-top: -27px;
}
.resource-pools .lp-filter-list .lp-filter-item.open:not(:first-child):not(.no-children):before,
.resource-pools .lp-filter-list .lp-filter-item.open:not(.no-children) + .lp-filter-item:before {
  position: relative;
  display: block;
}
.lp-filter-list .lp-filter-item {
  position: relative;
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: margin-top 0.2s;
}
.lp-filter-list .lp-filter-item > .facet-text:not(.facet-disabled):hover,
.lp-filter-list .lp-filter-item .facet-text-flex > .facet-text:not(.facet-disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.lp-filter-list .lp-filter-item .facet-text {
  position: relative;
  display: block;
  padding: 4px 15px 4px 26px;
  margin: 0 0 0 -6px;
  border-radius: 2px;
  line-height: 1.5;
  font-size: 13px;
  min-height: 27px;
  transition: background-color 0.2s;
}
.lp-filter-list .lp-filter-item .facet-text .text-muted {
  margin-left: 3px;
}
.lp-filter-list .lp-filter-item .facet-text.facet-disabled + .show-more-facets {
  display: none;
}
.lp-filter-list .lp-filter-item .facet-text-flex .facet-text {
  width: 110%;
}
.lp-filter-list .lp-filter-item .facet-text-flex .show-more-facets {
  position: static;
  position: initial;
}
.lp-filter-list .lp-filter-item .facet-checkbox-box {
  position: absolute;
  top: 7px;
  left: 8px;
  font-size: 13px;
  opacity: 0.6;
}
.lp-filter-list .lp-filter-item .facet-checkbox-box.selected {
  color: rgb(24, 89, 143);
  opacity: 1;
}
.lp-filter-list .lp-filter-item .facet-checkbox-box.selected + .text {
  color: rgb(24, 89, 143);
}
.lp-filter-list .lp-filter-item .facet-disabled .facet-checkbox-box {
  color: #dcdcdc;
}
.lp-filter-list .lp-filter-item .folder-icon {
  position: absolute;
  top: 9px;
  left: 7px;
  font-size: 13px;
}
.lp-filter-list .lp-filter-item .lp-filter-item {
  margin-left: 8px;
}
.lp-filter-list .lp-filter-item .lp-filter-item:not(.has-children) > .facet-text {
  padding-right: 5px;
}
.lp-filter-list .lp-filter-item.open > .lp-filter-list {
  margin-top: 2px;
  max-height: 100%;
  overflow: auto;
}
.lp-filter-list .lp-filter-item.open:not(:first-child):not(.no-children), .lp-filter-list .lp-filter-item.open:not(.no-children) + .lp-filter-item {
  margin-top: 11px;
}
.lp-filter-list .lp-filter-item.open:not(:first-child):not(.no-children):before, .lp-filter-list .lp-filter-item.open:not(.no-children) + .lp-filter-item:before {
  content: "";
  border-top: 1px solid #e8e8ed;
  position: absolute;
  right: 0;
  left: 0;
  top: -6px;
}
.lp-filter-list .lp-filter-item.open:not(:first-child):not(.no-children) .lp-filter-item:before, .lp-filter-list .lp-filter-item.open:not(.no-children) + .lp-filter-item .lp-filter-item:before {
  left: 7px;
}
.lp-filter-show-more {
  font-size: 13px;
}
.lp-filter-body .form-group {
  margin: 12px 0;
}
.lp-filter-lexile {
  margin: 12px 22px;
}
.lp-filter-video-length-slider {
  margin: 12px 22px;
}
.lp-filter-buttons {
  margin: 0;
}
.lp-filter-buttons .btn {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;
  margin-bottom: 7px;
  padding: 0 4px;
  height: 21px;
  line-height: 19px;
}
.lp-filter-buttons .btn:last-child {
  margin-right: 0;
}
.show-only-standards-resources {
  padding-bottom: 8px;
}
.show-only-standards-resources > .lp-filter-list {
  max-height: 100%;
}
.show-only-standards-resources > .lp-filter-list > .lp-filter-item.open:last-child {
  margin-bottom: 5px;
}
.show-only-standards-resources > .lp-filter-list > .lp-filter-item.open:last-child:after {
  content: "";
  border-top: 1px solid #e8e8ed;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
}
.show-only-standards-resources > .lp-filter-list > .lp-filter-item.open .lp-filter-list.children {
  max-height: 300px;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(25, 24, 71, 0.15), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(25, 24, 71, 0.15), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}
.show-only-standards-resources > .lp-filter-list > .lp-filter-item.open:not(.no-children) + .lp-filter-item {
  margin-top: 6px;
}
.show-only-standards-resources > .lp-filter-list .lp-filter-item .lp-filter-item:last-child {
  margin-bottom: 5px;
}
.show-only-standards-resources.expanded .show-more-facets {
  display: block;
}
.lp-filter-required-message {
  font-size: 13px;
}
.lp-filter-required-message [class*=fa-arrow-] {
  margin-left: 5px;
  font-size: 13px;
}
.lp-filter-required-message [class*=fa-caret-] {
  margin-left: 6px;
  font-size: 13.5px;
  vertical-align: -1px;
}
.show-more-facets {
  position: absolute;
  top: 1px;
  right: -6px;
  padding: 0px 7px;
  font-size: 13px;
  border-radius: 3px;
  height: 26px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
}
.show-more-facets:before {
  content: "More";
  color: transparent;
  margin-right: 6px;
  transition: 0.2s;
}
.show-more-facets .lp-icon-arrow {
  font-size: 13px;
  transition: 0.3s;
}
.show-more-facets:hover {
  box-shadow: 0 5px 25px rgba(25, 24, 71, 0.05);
}
.show-more-facets:hover .lp-icon-arrow {
  vertical-align: 1px;
  transform: rotate(90deg);
}
.lp-filter-item.open > .show-more-facets:before, .lp-filter-item.open .facet-text-flex > .show-more-facets:before {
  content: "Hide";
  color: transparent;
  margin-right: 6px;
  transition: 0.2s;
}
.lp-filter-item.open > .show-more-facets .lp-icon-arrow, .lp-filter-item.open .facet-text-flex > .show-more-facets .lp-icon-arrow {
  vertical-align: 1px;
  transform: rotate(90deg);
}
.lp-filter-item.open > .show-more-facets:hover .lp-icon-arrow {
  vertical-align: 0px;
  transform: rotate(-90deg);
}
.show-more-facets:hover, #cm-facet-sidebar .lp-filter-item:hover > .show-more-facets, #facet-sidebar .lp-filter-item:hover > .show-more-facets, #navigator-facet .lp-filter-item > .facet-text:hover + .show-more-facets, #facet-sidebar .lp-filter-item:hover .facet-text-flex > .show-more-facets {
  background-color: #fff;
  border-color: rgb(24, 89, 143);
  color: rgb(24, 89, 143);
}
.show-more-facets:hover:before, #cm-facet-sidebar .lp-filter-item:hover > .show-more-facets:before, #facet-sidebar .lp-filter-item:hover > .show-more-facets:before, #navigator-facet .lp-filter-item > .facet-text:hover + .show-more-facets:before, #facet-sidebar .lp-filter-item:hover .facet-text-flex > .show-more-facets:before {
  color: rgb(24, 89, 143);
}
#navigator-facet .lp-filter-item.open > .show-more-facets:hover:before {
  display: inline-block;
  color: rgb(24, 89, 143);
}
/*****************************/
/** END LP SEARCH FILTER STYLE
/*****************************/
/*************************/
/** NAVIGATOR STYLE
/*************************/
#navigator-facet .lp-filter-group .lp-filter-title {
  margin-top: 0;
  font-size: 18px;
}
#navigator-facet .show-navigator-facet {
  border: 1px solid rgb(24, 89, 143);
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgb(24, 89, 143);
  border-radius: 4px;
  margin-bottom: 15px;
  cursor: pointer;
  display: none;
}
#navigator-facet .show-navigator-facet:hover {
  background-color: rgb(24, 89, 143);
  color: #fff;
}
#navigator-facet .show-navigator-facet .text:before {
  content: "Show Navigator";
}
#navigator-facet .show-navigator-facet .text:after {
  content: "Hide Navigator";
  display: none;
}
#navigator-facet .show-navigator-facet.active .text:before {
  content: "Show Navigator";
  display: none;
}
#navigator-facet .show-navigator-facet.active .text:after {
  content: "Hide Navigator";
  display: inline-block;
}
#navigator-facet .show-navigator-facet.active .fa-solid {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  #navigator-facet .show-navigator-facet {
    display: block;
  }
  #navigator-facet > .lp-filter-group {
    display: none;
  }
  #navigator-facet.navigator-open > .lp-filter-group {
    display: block;
    margin-bottom: 15px;
  }
}
#navigator-facet .navigator-title {
  display: block;
  font-size: 12px;
  margin-top: 7px;
  margin-left: 7px;
  margin-bottom: 7px;
}
#navigator-facet .navigator-title .fa-solid {
  font-size: 12px;
}
#navigator-facet .navigator-title:hover {
  overflow-x: auto !important;
}
#navigator-facet .navigator-subtitle {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}
#navigator-facet .lp-filter-list {
  overflow: hidden;
}
#navigator-facet .lp-filter-list .lp-filter-item .lp-filter-list {
  max-height: 0;
  overflow: hidden;
}
#navigator-facet .lp-filter-list .lp-filter-item.open > .lp-filter-list {
  margin-top: 2px;
  max-height: 100%;
  overflow: auto;
}
#navigator-facet .lp-filter-body > .lp-filter-list {
  max-height: 100%;
}
#navigator-facet .lp-filter-item.selected > .facet-text {
  color: rgb(24, 89, 143);
}
#navigator-facet .lp-filter-item.open > .facet-text {
  font-weight: bold;
}
#navigator-facet .lp-filter-item.open > .facet-text .folder-icon {
  top: 8px;
}
#navigator-facet .show-more-facets {
  top: 0;
  right: 6px;
  height: 27px;
  line-height: 25px;
}
.providers-list-subtitle {
  font-size: 13px;
}
.providers-list-subtitle .lp-icon {
  font-size: 12px;
  opacity: 0.6;
}
.providers-list-subtitle .lp-icon:hover {
  opacity: 1;
}
.navigator-loader {
  width: 100%;
  padding: 10px 8px;
  pointer-events: none;
  transition: 0.1s;
}
.navigator-loader .lp-loading-bg {
  display: block;
  width: 100%;
  height: 30px;
  opacity: 0;
  margin-top: 100px;
  margin-bottom: 10px;
  border-radius: 3px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  min-height: 30px;
  clear: both;
}
.navigator-loader .navigator-loader-1 {
  transition-delay: 1s;
  transition: 0.35s;
  margin-top: 100px;
}
.navigator-loader .navigator-loader-2 {
  transition-delay: 1.1s;
  transition: 0.55s;
  margin-top: 200px;
}
.navigator-loader .navigator-loader-3 {
  transition-delay: 1.2s;
  transition: 0.75s;
  margin-top: 300px;
}
.navigator-loader .navigator-loader-4 {
  transition-delay: 1.3s;
  transition: 0.95s;
  margin-top: 400px;
}
.navigator-loader .navigator-loader-5 {
  transition-delay: 1.4s;
  transition: 1.15s;
  margin-top: 500px;
}
.lp-filter-body.loading {
  height: 210px;
}
.lp-filter-body.loading .navigator-loader {
  opacity: 1;
}
.lp-filter-body.loading .navigator-loader span {
  opacity: 1;
  margin-top: 0px;
}
/*************************/
/** END NAVIGATOR STYLE
/*************************/
.search-controls {
  min-height: 56px;
}
.search-controls .use-filter-text {
  color: #9a99a5;
  font-size: 15px;
  margin-top: 4px;
  display: inline-block;
}
#js-search-heading.invisible {
  visibility: hidden;
}
.refine-results {
  color: #18598f;
}
@media (min-width: 992px) {
  .refine-results {
    display: none;
  }
}
@media (max-width: 991px) {
  .use-filter-text {
    display: none;
  }
}
@media (max-width: 768px) {
  .dropdown-menu {
    left: -50px;
  }
}
.facet-buttons {
  margin-bottom: 0;
}
.facet-buttons.list-inline {
  margin-left: 0;
}
.facet-buttons .btn {
  margin: 5px 4px 5px 0;
}
.list-card .free-access-btn,
.tiled-card .free-access-btn {
  color: #4cae4c !important;
  background-color: #fff !important;
  border-color: #4cae4c !important;
}
.list-card .free-access-btn:active, .list-card .free-access-btn:focus,
.tiled-card .free-access-btn:active,
.tiled-card .free-access-btn:focus {
  background-color: #fff !important;
  border-color: #4cae4c !important;
}
.list-card .free-access-btn i,
.tiled-card .free-access-btn i {
  background-color: #cdcbcb;
}
.add-to-collection-btn {
  border-color: rgb(24, 89, 143);
  color: rgb(24, 89, 143);
  pointer-events: all;
}
.added-to-collection-btn {
  border-color: rgb(242, 145, 33);
  color: rgb(242, 145, 33);
}
#resource-modal {
  overflow-y: auto;
  width: 100%;
}
#resource-modal > .row {
  max-width: 1170px;
  margin: 0 auto !important;
  padding-top: 40px;
}
#resource-modal .spin-wrapper {
  margin-top: 300px;
  text-align: center;
  color: rgb(195.5, 195.5, 195.5);
}
#resource-modal .resource-modal-close {
  position: absolute;
  top: -40px;
  right: 2px;
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#boclips-modal-container {
  overflow: auto;
  padding: 0px;
  width: 100%;
  margin: 0px auto;
  z-index: 1050;
  outline: 0;
}
#boclips-modal-container .spin-wrapper {
  margin-top: 300px;
  text-align: center;
  color: rgb(195.5, 195.5, 195.5);
}
.panel-body ::-webkit-scrollbar {
  -webkit-appearance: none;
}
.panel-body ul::-webkit-scrollbar {
  -webkit-appearance: none;
}
.panel-body ::-webkit-scrollbar {
  width: 10px;
}
.panel-body ul::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 10px;
}
.panel-body ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 5px;
}
.panel-body ul::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.panel-body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: white;
}
.panel-body ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #f5f5f5;
  background-color: #ddd;
}
.panel-body:hover ::-webkit-scrollbar-thumb {
  background-color: #d3d1cc;
}
#folder-navigation-container #breadcrumbs-container,
.panel-review .panel-body .resource-heading #breadcrumbs-container {
  padding: 0;
}
#folder-navigation-container .folder-nav-breadcrumb,
.panel-review .panel-body .resource-heading .folder-nav-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
}
#folder-navigation-container .folder-nav-breadcrumb li,
.panel-review .panel-body .resource-heading .folder-nav-breadcrumb li {
  display: inline-block;
  white-space: nowrap;
}
#folder-navigation-container .folder-nav-breadcrumb li .fa-angle-right,
#folder-navigation-container .folder-nav-breadcrumb li .lp-icon,
.panel-review .panel-body .resource-heading .folder-nav-breadcrumb li .fa-angle-right,
.panel-review .panel-body .resource-heading .folder-nav-breadcrumb li .lp-icon {
  margin-right: 6px;
  margin-left: 6px;
  font-size: 12px;
  vertical-align: 1px;
}
#folder-navigation-container .folder-nav-breadcrumb li.active,
.panel-review .panel-body .resource-heading .folder-nav-breadcrumb li.active {
  display: none;
}
#folder-navigation-container #navigator-results-loader .fa-solid {
  font-size: 30px;
  color: #18598f;
  display: none;
}
#folder-navigation-container #navigator-results-loader .lp-loading-bg {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  min-height: 20px;
  clear: both;
  margin-bottom: 12px;
}
#folder-navigation-container #navigator-results-loader .lp-loading-bg.fn-breadcrumb-loader {
  min-height: 15px;
  max-width: 80%;
}
#folder-navigation-container #navigator-results-loader .lp-loading-bg.fn-title-loader {
  min-height: 35px;
  max-width: 50%;
}
#folder-navigation-container #navigator-results-loader .lp-loading-bg.fn-subtitle-loader {
  min-height: 20px;
  max-width: 70%;
}
#folder-navigation-container #navigator-results-loader .fn-results-loader {
  padding-top: 15px;
}
#folder-navigation-container #navigator-results-loader .fn-results-loader .lp-loading-bg {
  min-height: 240px;
  border-radius: 4px;
  margin-bottom: 20px;
}
#folder-navigation-container #collection-builder-wrapper {
  padding: 0;
}
#folder-navigation-container #navigator-results-loader-container {
  border-top: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding: 0;
}
#folder-navigation-container #search-heading-row {
  padding: 0;
}
#folder-navigation-container #search-heading-row h3 {
  word-break: break-word;
  -ms-word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-line;
}
#folder-navigation-container #search-heading-row .fa-folder-open {
  position: absolute;
  display: inline-block;
  font-size: 21px;
  margin-right: 4px;
  top: 12px;
}
#folder-navigation-container #search-heading-row h3 {
  display: inline-block;
  margin: 6px 0 8px 32px;
  font-size: 24px;
  line-height: 1.3;
}
#folder-navigation-container #search-heading-row h4 {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  #folder-navigation-container #search-heading-row h4 .folder-type-text {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  #folder-navigation-container #search-results-area #search-heading-row {
    padding-right: 0px;
  }
}
#folder-navigation-container #search-results-area #collection-builder-button {
  position: relative;
  float: right;
  margin-top: 27px;
}
#folder-navigation-container #search-results-area #collection-builder-button .cb-my-resources-btn,
#folder-navigation-container #search-results-area #collection-builder-button .cb-reopen-btn {
  display: inline-block;
}
#folder-navigation-container #search-results-area #navigator-results-loader ~ #collection-builder-button {
  display: none;
}
#folder-navigation-container .panel {
  margin-bottom: 20px !important;
}
#folder-navigation-container .resource-card-add-button {
  right: 20px;
}
@media (max-width: 1200px) {
  .proprietary_resources-folder_navigation .container {
    width: 100%;
  }
}
.standards-link {
  margin-top: 2px;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #d3d1cc;
}
.side-widget .widget-heading .fa-caret-down,
.side-widget .widget-heading .fa-caret-up {
  display: none;
}
.page-entries {
  padding: 10px 0 10px 0;
  font-size: 16px;
  border-top: 1px solid #d3d1cc;
}
td.standard {
  padding-top: 10px !important;
  padding-bottom: 6px !important;
}
@media (min-width: 480px) {
  .narrow-search {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
body.has-free-results #search-results {
  background: transparent url("https://static.lp.lexp.cloud/images/search/free-tab.png") 100% 156px no-repeat;
  padding-right: 29px;
  margin-right: -29px;
}
#search-results .tiled-card .resource-body {
  height: 90px;
}
#search-results .tiled-card .resource-views {
  display: none;
}
#search-results .tiled-card .resource-title h4 {
  white-space: normal;
  margin-bottom: 3px;
  max-height: 45px;
}
#search-results .tiled-card .resource-title h4 .label {
  display: none;
}
#search-results .free-sample .panel-body {
  background-image: linear-gradient(to bottom, #acdcf6 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFACDCF6", endColorstr="#FFFFFFFF", GradientType=0);
  background-repeat: repeat-x;
}
body.logged-in #see_all {
  display: none;
}
#refine-search-modal .intro-image {
  background-image: url("https://static.lp.lexp.cloud/images/refine-search-modal/background.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 190px;
  border-bottom: 1px solid rgb(229, 229, 229);
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #refine-search-modal .intro-image {
    background-image: url("https://static.lp.lexp.cloud/images/refine-search-modal/background@2x.png");
    background-size: 600px 190px;
  }
}
#refine-search-modal p.lead {
  font-size: 19px;
  text-shadow: 0 1px 0 #fff;
}
#refine-search-modal .list-inline {
  margin-left: -3px;
}
#refine-search-modal .facet-buttons .btn.btn-xs, #refine-search-modal .facet-buttons .btn-group-xs > .btn {
  margin: 3px 3px;
  padding: 5px 10px;
}
.cta-carousel {
  width: 100%;
  height: 295px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding: 120px 0 0 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .cta-carousel {
    padding-left: 60px;
    padding-top: 170px;
  }
  .cta-carousel .btn-success {
    margin-top: 64px;
  }
}
.cta-carousel .screen-bg {
  padding: 10px 15px;
  border: 1px solid #d3d1cc;
  border-radius: 4px;
  background-color: rgba(211, 209, 204, 0.75);
  width: 550px;
}
.cta-carousel.panel-1 {
  background-image: url("https://static.lp.lexp.cloud/images/search/carousel-1.jpg");
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta-carousel.panel-1 {
    background-image: url("https://static.lp.lexp.cloud/images/search/carousel-1@2x.jpg");
    background-size: 850px 300px;
  }
}
.cta-carousel.panel-2 {
  background-image: url("https://static.lp.lexp.cloud/images/search/carousel-2.jpg");
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta-carousel.panel-2 {
    background-image: url("https://static.lp.lexp.cloud/images/search/carousel-2@2x.jpg");
    background-size: 850px 300px;
  }
}
.cta-carousel.panel-3 {
  background-image: url("https://static.lp.lexp.cloud/images/search/carousel-3.jpg");
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cta-carousel.panel-3 {
    background-image: url("https://static.lp.lexp.cloud/images/search/carousel-3@2x.jpg");
    background-size: 850px 300px;
  }
}
.controller-searches .carousel-control {
  width: 7%;
}
.sort-by-menu {
  min-width: 120px;
}
.collections-search-banner {
  position: relative;
  display: flex;
  display: none !important;
  height: 330px;
  margin-bottom: 20px;
  font-size: 18px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f8f8f8;
  cursor: pointer;
}
@media (max-width: 1110px) {
  .collections-search-banner {
    display: none;
  }
}
.collections-search-banner .highlight-text {
  color: #f5af19;
}
.collections-search-banner h3,
.collections-search-banner h4 {
  text-shadow: none;
}
.collections-search-banner .banner-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.collections-search-banner .banner-bg-image img {
  display: block;
  width: auto;
  height: 330px;
  opacity: 0.9;
}
.collections-search-banner .watch-video {
  position: relative;
  width: 60%;
  padding: 30px 15px 30px 35px;
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 77%);
  z-index: 1;
}
@media (max-width: 1350px) {
  .collections-search-banner .watch-video {
    width: 55%;
  }
}
.collections-search-banner .watch-video .title {
  color: #e75180;
  font-size: 37px;
  font-weight: bold;
  max-width: 380px;
  line-height: 1.25;
  margin: 0 0 45px 0;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 1199px) {
  .collections-search-banner .watch-video .title {
    font-size: 32px;
  }
}
.collections-search-banner .watch-video .video-box {
  position: relative;
  background-color: #0f89be;
  color: #fff;
  width: 220px;
  height: 130px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.collections-search-banner .watch-video .video-box:hover {
  border-color: #fff;
}
.collections-search-banner .watch-video .video-box .back {
  position: absolute;
  display: inline-block;
  font-size: 105px;
  opacity: 0.2;
  right: 37px;
  bottom: 3px;
}
.collections-search-banner .watch-video .video-box .middle {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 54px;
  line-height: 49px;
  font-size: 26px;
  color: #fff;
  background-color: #e75180;
  border: 3px solid #fff;
  border-radius: 3px;
  margin-top: 16px;
  padding-left: 4px;
  z-index: 1;
}
.collections-search-banner .watch-video .video-box .front {
  position: absolute;
  left: 48px;
  bottom: -1px;
  display: inline-block;
  font-size: 50px;
  transform: rotate(68deg);
  z-index: 3;
}
.collections-search-banner .check-out-collections {
  position: relative;
  width: 40%;
  background-color: #0f89be;
  color: #fff;
  text-align: center;
  padding: 25px 30px 30px 0px;
  z-index: 1;
}
@media (max-width: 1350px) {
  .collections-search-banner .check-out-collections {
    width: 45%;
  }
}
.collections-search-banner .check-out-collections > * {
  position: relative;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3) !important;
  z-index: 1;
}
.collections-search-banner .check-out-collections:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 400px;
  background-color: #0f89be;
  left: -34px;
  top: 0px;
  transform: rotate(9deg);
}
.collections-search-banner .check-out-collections .new {
  font-size: 20px;
  background-color: #e75180;
  position: absolute;
  top: -15px;
  right: -35px;
  width: 100px;
  padding: 30px 0 1px 0;
  transform: rotate(45deg);
  text-transform: uppercase;
}
.collections-search-banner .check-out-collections .title {
  font-size: 38px;
  margin: 0 0 20px 0;
}
.collections-search-banner .check-out-collections .highlight-text {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 2px 0;
}
.collections-search-banner .check-out-collections .arrow {
  position: absolute;
  left: 0;
  bottom: 17px;
  color: #f5af19;
  font-size: 83px;
  transform: rotate(-146deg) scaleX(-1);
  z-index: 1;
}
@media (max-width: 1199px) {
  .collections-search-banner .check-out-collections .arrow {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.visitor-marketing-box picture {
  min-width: 264px;
}
.visitor-marketing-box .banner-img {
  height: 275px;
}
.visitor-marketing-box .text {
  line-height: 2.5rem !important;
}
.visitor-marketing-box .free-trial-button {
  background-color: #f29121;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  font-size: 17px;
}
.visitor-marketing-box .free-trial-button:hover {
  background-color: #f5af19;
}
#search-cb-banner-video-modal img {
  display: block;
  margin: auto auto;
  width: 342px;
  height: 47px;
}
#welcome-cta {
  border: none;
  background: transparent url("https://static.lp.lexp.cloud/images/search/welcome.png") left no-repeat;
  height: 300px;
  color: #fff;
  text-shadow: 1px 1px 0 #282827;
}
#welcome-cta h4 {
  font-size: 20px;
}
#welcome-cta #video-container {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#welcome-cta #full-access-text {
  margin-top: 120px;
  font-size: 18px;
  line-height: 1.2;
}
#welcome-cta .btn {
  text-shadow: none;
}
.pl17 {
  padding-left: 17px;
}
.sample-goto {
  background-color: #f79024;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  touch-action: manipulation;
  padding: 7px 12px;
}
.sample-goto .burst {
  background-image: url("https://static.lp.lexp.cloud/images/rrp/go_to_resource.png");
  height: 72px;
  width: 62px;
  position: absolute;
  right: -55px;
  top: -19px;
}
.rrp-banner.sample {
  margin-right: -10px;
  margin-top: -10px;
}
.free-sample-stamp-rrp {
  background-image: url("https://static.lp.lexp.cloud/images/rrp/rpp_free_sample_review_stamp.png");
  margin-top: -8px;
  margin-right: 5px;
  width: 53px;
  height: 43px;
}
#search-results .pagination {
  margin: 15px 0 10px 0;
}
@media (max-width: 480px) {
  #search-results .prev,
  #search-results .next {
    display: block;
  }
  #search-results .prev a,
  #search-results .next a {
    margin: 15px 0;
    float: none;
    border-radius: 4px;
  }
  #search-results .prev {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #search-results .next {
    padding-top: 55px;
    padding-bottom: 10px;
  }
  #search-results .pagination {
    padding: 0;
    margin: 0;
  }
  #search-results .pagination + .pagination {
    display: none;
  }
}
.site-license-no-providers-available {
  background-color: #f9f9f9;
  height: 230px;
  padding: 20px;
  border: 1px solid #e8e8ed;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .site-license-no-providers-available {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .builder-loading {
    display: none;
  }
}
.builder-loading .lp-loading-bg {
  display: block;
  height: 20px;
  margin-bottom: 10px;
  background-color: #f4f4f4;
  clear: both;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  width: 100%;
  border-radius: 2px;
}
.builder-loading .lp-loading-bg.folders-dropdown, .builder-loading .lp-loading-bg.my-resources {
  height: 45px;
}
.builder-loading .lp-loading-bg.body {
  height: 220px;
}
#new-builder-wrap {
  min-width: 231px;
}
#builder-placeholder {
  min-width: 231px;
}
@media (max-width: 1199px) {
  #builder-placeholder {
    display: none;
  }
}
.popover.facet-popover {
  min-width: 100px;
}
.popover.facet-popover .facet_popover_wrapper {
  overflow-wrap: break-word;
}
.popover.facet-popover .facet_popover_wrapper p:only-child {
  margin: 0px !important;
}
#navigator-facet .lp-filter-group,
.se-content .lp-filter-group {
  border: 1px solid #e8e8ed;
  border-radius: 4px;
  transition: 0.3s;
  margin-bottom: 10px;
}
#navigator-facet .lp-filter-group:hover,
.se-content .lp-filter-group:hover {
  border-color: #e8e8ed;
  box-shadow: 0 5px 25px rgba(25, 24, 71, 0.05);
}
#navigator-facet .lp-filter-group:hover .lp-filter-title,
.se-content .lp-filter-group:hover .lp-filter-title {
  background-color: #f9f9f9;
}
#navigator-facet .lp-filter-group .lp-filter-body > .lp-filter-list,
.se-content .lp-filter-group .lp-filter-body > .lp-filter-list {
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(25, 24, 71, 0.15), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(25, 24, 71, 0.15), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
  max-height: 375px;
  overflow: overlay;
}
#navigator-facet .lp-filter-title,
.se-content .lp-filter-title {
  background-color: #f9f9f9;
  margin: 0;
  padding: 0 14px;
  font-size: 15px;
  height: 40px;
  line-height: 39px;
  font-weight: 700;
}
#navigator-facet .lp-filter-item .facet-text,
.se-content .lp-filter-item .facet-text {
  margin: 0 6px 0 6px;
}
#navigator-facet .show-more-facets,
.se-content .show-more-facets {
  top: 0;
  right: 6px;
  height: 27px;
  line-height: 25px;
}
.cancellation-modal .modal-body {
  display: block;
  text-align: center;
  background-image: url("https://static.lp.lexp.cloud/images/JanetteW.jpg");
  background-repeat: no-repeat;
  background-position: 100% 30%;
}
.no-border {
  border-bottom: 0px;
  margin-bottom: -15px;
}
.trial-ext-modal {
  text-align: center;
  width: 65%;
}
.blurb {
  background-image: url("https://static.lp.lexp.cloud/images/blurbblue.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  padding-top: 8px;
  margin-left: 25px;
  width: 300px;
}
.modal-blurb-header {
  font-size: 16px;
  line-height: 25px;
}
.extension {
  line-height: 24px;
}
.cs-hours {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
}
.ext-text {
  width: 58%;
  padding-left: 7px;
  margin-top: 12px;
  padding-bottom: 10px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
}
.photo-caption {
  width: 55%;
  text-align: right;
  padding-top: 45px;
  font-size: 11px;
  line-height: 15px;
}
.ext-photo-caption {
  text-align: right;
  padding-top: 15px;
  font-size: 11px;
  padding-right: 70px;
  padding-bottom: 10px;
}
.tell-more-label:after {
  content: " (255 characters max)";
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .cancellation-modal .modal-body {
    background-image: none;
  }
  .blurb {
    background-color: #b6dae7;
    height: auto;
    width: auto;
    margin-left: 0;
    padding: 10px;
    border-radius: 5px;
  }
  .ext-text {
    width: auto;
  }
}
.change-plan-widget {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #e5e5e5;
  border: 1px solid rgb(224.25, 222.2, 216.05);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.change-plan-widget .meet-team-text {
  display: inline;
  position: relative;
  left: 10px;
}
.meet-member-success,
.cancellation-learn-video {
  display: inline-block;
  width: 350px;
}
@media (max-width: 768px) {
  .meet-member-success,
  .cancellation-learn-video {
    width: auto;
  }
}
@media (min-width: 992px) {
  .meet-member-success,
  .cancellation-learn-video {
    width: 47.9%;
  }
}
.more-options-button {
  clear: both;
  text-align: center;
}
.more-options-button .btn {
  color: #18598f;
}
.new-cancellation .alert-on-page > img {
  margin-left: 70px;
}
.new-cancellation .fa-arrows-rotate.fa-spin {
  position: relative;
  top: 5px;
}
.hand-writing {
  font-family: "blambot-pro", sans-serif;
  font-weight: bold;
}
#landing-page-carousel .bx-viewport {
  border-top: 1px solid #f0efec;
  border-bottom: 1px solid #f0efec;
  border-left: none;
  border-right: none;
}
#landing-page-carousel li {
  list-style: none;
}
#landing-page-carousel .well {
  background-color: rgba(239, 238, 236, 0.9);
  border: 1px solid #d3d1cc;
}
#landing-page-carousel .find-box {
  margin-left: 45px;
}
@media (min-width: 768px) {
  #landing-page-carousel .find-box {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  #landing-page-carousel .find-box {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  #landing-page-carousel .find-box {
    margin-top: 120px;
  }
}
#landing-page-carousel .find-box .hand-drawn-arrow {
  position: absolute;
  top: 15px;
  left: -85px;
  width: 82px;
  height: 129px;
  background-image: url("https://static.lp.lexp.cloud/images/homepage/hand-drawn-arrow.png");
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #landing-page-carousel .find-box .hand-drawn-arrow {
    background-image: url("https://static.lp.lexp.cloud/images/homepage/hand-drawn-arrow@2x.png");
    background-size: 82px 129px;
  }
}
#landing-page-carousel .learn-box {
  margin-left: 45px;
}
@media (min-width: 768px) {
  #landing-page-carousel .learn-box {
    margin-top: 40px;
  }
}
@media (min-width: 992px), (min-width: 1200px) {
  #landing-page-carousel .learn-box {
    margin-top: 100px;
  }
}
#landing-page-carousel .connect-box {
  margin-left: 45px;
}
@media (min-width: 768px) {
  #landing-page-carousel .connect-box {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #landing-page-carousel .connect-box {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  #landing-page-carousel .connect-box {
    margin-top: 120px;
  }
}
#landing-page-carousel .connect-box h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
#landing-page-carousel .background-image-container {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #landing-page-carousel .background-image-container {
    height: 255px;
  }
}
@media (min-width: 992px) {
  #landing-page-carousel .background-image-container {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  #landing-page-carousel .background-image-container {
    height: 400px;
  }
}
#landing-page-carousel .background-image-container.search-panel {
  background-image: url("https://static.lp.lexp.cloud/images/homepage/search-1x.jpg");
}
#landing-page-carousel .background-image-container.learn-panel {
  background-image: url("https://static.lp.lexp.cloud/images/homepage/learn-pd-1x.jpg");
}
#landing-page-carousel .background-image-container.connect-panel {
  background-image: url("https://static.lp.lexp.cloud/images/homepage/connect-1x.jpg");
}
#landing-page-carousel ul.carousel-list {
  margin-left: 45px;
}
#landing-page-carousel ul.carousel-list li {
  font-size: 24px;
  font-weight: 200;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  body.controller-content .footer-separator {
    border-left: 1px solid #45454a;
  }
}
body.controller-content footer a {
  font-size: 14px;
}
body.content-home #main .bx-wrapper {
  margin-bottom: 35px;
  border: none;
  background: none;
  box-shadow: none;
}
body.content-home .well.testimonial .lead {
  font-size: 18px;
}
body.content-home .well.testimonial .lead .emphasis {
  font-size: 20px;
  font-weight: bold;
  color: rgb(242, 145, 33);
}
body.content-se {
  background-image: none;
  background-color: white;
}
body.content-algebra #main, body.content-color #main, body.content-animals #main, body.content-teaching #main {
  padding-top: 75px;
}
@media (min-width: 768px) {
  body.content-algebra #main, body.content-color #main, body.content-animals #main, body.content-teaching #main {
    padding-top: 74px;
  }
}
@media (max-width: 767px) {
  body.content-home #main-inner,
  body.content-se #main-inner,
  body.content-how_it_works #main-inner {
    padding-top: 0;
  }
}
body.content-home #virtual-curriculum,
body.content-se #virtual-curriculum,
body.content-how_it_works #virtual-curriculum {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.content-home #virtual-curriculum,
  body.content-se #virtual-curriculum,
  body.content-how_it_works #virtual-curriculum {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  body.content-home #virtual-curriculum,
  body.content-se #virtual-curriculum,
  body.content-how_it_works #virtual-curriculum {
    margin-bottom: 0;
  }
  body.content-home #virtual-curriculum .vid-responsive-wrap,
  body.content-se #virtual-curriculum .vid-responsive-wrap,
  body.content-how_it_works #virtual-curriculum .vid-responsive-wrap {
    padding: 10px 10% 5px 10%;
  }
}
@media (max-width: 480px) {
  body.content-home #virtual-curriculum .vid-responsive-wrap,
  body.content-se #virtual-curriculum .vid-responsive-wrap,
  body.content-how_it_works #virtual-curriculum .vid-responsive-wrap {
    padding: 5px 25px 5px 25px;
  }
}
@media (max-width: 767px) {
  body.content-home .value-propesition,
  body.content-se .value-propesition,
  body.content-how_it_works .value-propesition {
    padding: 0 0 0 0;
  }
  body.content-home .value-propesition h1,
  body.content-se .value-propesition h1,
  body.content-how_it_works .value-propesition h1 {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
  }
  body.content-home .value-propesition .btn,
  body.content-se .value-propesition .btn,
  body.content-how_it_works .value-propesition .btn {
    min-width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  body.content-home .value-propesition h1,
  body.content-se .value-propesition h1,
  body.content-how_it_works .value-propesition h1 {
    padding: 0 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  body.content-home .product-offering,
  body.content-se .product-offering,
  body.content-how_it_works .product-offering {
    background-color: #fff;
    padding: 25px 10% 25px 10%;
  }
  body.content-home .product-offering .lead,
  body.content-se .product-offering .lead,
  body.content-how_it_works .product-offering .lead {
    display: inline-block;
    position: relative;
    padding-left: 60px;
    height: 70px;
    line-height: 70px;
    width: 48%;
    margin: 0;
    margin-right: 1%;
  }
  body.content-home .product-offering .lead .text,
  body.content-se .product-offering .lead .text,
  body.content-how_it_works .product-offering .lead .text {
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
  }
  body.content-home .product-offering .lead:last-child,
  body.content-se .product-offering .lead:last-child,
  body.content-how_it_works .product-offering .lead:last-child {
    border-bottom: 0;
  }
  body.content-home .product-offering .fa,
  body.content-se .product-offering .fa,
  body.content-how_it_works .product-offering .fa {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px;
    border: 2px solid #45454a;
    border-radius: 999px;
    width: 45px;
    height: 45px;
    line-height: 41px;
    font-size: 21px;
    text-align: center;
  }
  body.content-home .product-offering .fa.visible-xs,
  body.content-se .product-offering .fa.visible-xs,
  body.content-how_it_works .product-offering .fa.visible-xs {
    display: inline-block !important;
  }
  body.content-home .product-offering .fa-play:before,
  body.content-se .product-offering .fa-play:before,
  body.content-how_it_works .product-offering .fa-play:before {
    margin-left: 4px;
  }
}
@media (max-width: 480px) {
  body.content-home .product-offering,
  body.content-se .product-offering,
  body.content-how_it_works .product-offering {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.content-home .product-offering .lead,
  body.content-se .product-offering .lead,
  body.content-how_it_works .product-offering .lead {
    display: block;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
}
@media (max-width: 400px) {
  body.content-home .product-offering,
  body.content-se .product-offering,
  body.content-how_it_works .product-offering {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  body.content-home .free-trial-offer,
  body.content-se .free-trial-offer,
  body.content-how_it_works .free-trial-offer {
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
  }
  body.content-home .free-trial-offer .text,
  body.content-se .free-trial-offer .text,
  body.content-how_it_works .free-trial-offer .text {
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body.content-home .free-trial-offer,
  body.content-se .free-trial-offer,
  body.content-how_it_works .free-trial-offer {
    border-top: 0;
    margin-top: 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  body.content-home #teacher-carousel,
  body.content-se #teacher-carousel,
  body.content-how_it_works #teacher-carousel {
    overflow: hidden;
  }
  body.content-home #teacher-carousel + .container,
  body.content-se #teacher-carousel + .container,
  body.content-how_it_works #teacher-carousel + .container {
    margin-top: 10px !important;
  }
}
body.content-home #teacher-carousel .bx-loading,
body.content-se #teacher-carousel .bx-loading,
body.content-how_it_works #teacher-carousel .bx-loading {
  height: 0px;
  min-height: 0px;
}
body.content-home #who-we-are .thumbnail,
body.content-se #who-we-are .thumbnail,
body.content-how_it_works #who-we-are .thumbnail {
  border: none;
  background-color: transparent;
}
body.content-home #who-we-are .carousel-item-container,
body.content-se #who-we-are .carousel-item-container,
body.content-how_it_works #who-we-are .carousel-item-container {
  position: relative;
  overflow: hidden;
}
body.content-home #who-we-are .carousel-item,
body.content-se #who-we-are .carousel-item,
body.content-how_it_works #who-we-are .carousel-item {
  display: none;
}
body.content-home #who-we-are .carousel-item.active,
body.content-se #who-we-are .carousel-item.active,
body.content-how_it_works #who-we-are .carousel-item.active {
  display: block;
}
body.content-home #our-members,
body.content-se #our-members,
body.content-how_it_works #our-members {
  background-color: #d3d1cc;
  padding: 50px 0 70px 0;
  border-top: 1px solid #8c8b86;
  border-bottom: 1px solid #8c8b86;
}
body.content-home #our-members:before, body.content-home #our-members:after,
body.content-se #our-members:before,
body.content-se #our-members:after,
body.content-how_it_works #our-members:before,
body.content-how_it_works #our-members:after {
  display: table;
  content: " ";
}
body.content-home #our-members:after,
body.content-se #our-members:after,
body.content-how_it_works #our-members:after {
  clear: both;
}
body.content-home #call-to-action,
body.content-se #call-to-action,
body.content-how_it_works #call-to-action {
  height: 419px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  body.content-home #call-to-action.homepage_cta_bkg,
  body.content-se #call-to-action.homepage_cta_bkg,
  body.content-how_it_works #call-to-action.homepage_cta_bkg {
    background-image: url("https://static.lp.lexp.cloud/images/homepage/cta_panel-sm-1x.jpg");
  }
}
@media (min-width: 992px) {
  body.content-home #call-to-action.homepage_cta_bkg,
  body.content-se #call-to-action.homepage_cta_bkg,
  body.content-how_it_works #call-to-action.homepage_cta_bkg {
    background-image: url("https://static.lp.lexp.cloud/images/homepage/cta_panel-1x.jpg");
  }
}
body.content-home #call-to-action input::-moz-placeholder,
body.content-se #call-to-action input::-moz-placeholder,
body.content-how_it_works #call-to-action input::-moz-placeholder {
  color: rgb(127.4088983051, 126.3559322034, 121.0911016949);
  opacity: 1;
}
body.content-home #call-to-action input:-ms-input-placeholder,
body.content-se #call-to-action input:-ms-input-placeholder,
body.content-how_it_works #call-to-action input:-ms-input-placeholder {
  color: rgb(127.4088983051, 126.3559322034, 121.0911016949);
}
body.content-home #call-to-action input::-webkit-input-placeholder,
body.content-se #call-to-action input::-webkit-input-placeholder,
body.content-how_it_works #call-to-action input::-webkit-input-placeholder {
  color: rgb(127.4088983051, 126.3559322034, 121.0911016949);
}
body.content-home #call-to-action select,
body.content-se #call-to-action select,
body.content-how_it_works #call-to-action select {
  color: rgb(114.3347457627, 113.3898305085, 108.6652542373);
}
body.content-home .carousel-inner .active.left,
body.content-se .carousel-inner .active.left,
body.content-how_it_works .carousel-inner .active.left {
  left: -25%;
}
body.content-home .carousel-inner .next,
body.content-se .carousel-inner .next,
body.content-how_it_works .carousel-inner .next {
  left: 25%;
}
body.content-home .carousel-inner .prev,
body.content-se .carousel-inner .prev,
body.content-how_it_works .carousel-inner .prev {
  left: -25%;
}
body.content-home .carousel-control,
body.content-se .carousel-control,
body.content-how_it_works .carousel-control {
  width: 4%;
}
body.content-home .carousel-control.left,
body.content-home .carousel-control.right,
body.content-se .carousel-control.left,
body.content-se .carousel-control.right,
body.content-how_it_works .carousel-control.left,
body.content-how_it_works .carousel-control.right {
  margin-left: 15px;
  background-image: none;
}
body.content-home .navbar-brand.img-brand,
body.content-se .navbar-brand.img-brand,
body.content-how_it_works .navbar-brand.img-brand {
  display: none;
  padding: 10px 15px;
}
body.content-home .navbar-brand > .img-responsive,
body.content-se .navbar-brand > .img-responsive,
body.content-how_it_works .navbar-brand > .img-responsive {
  height: 100%;
  width: auto;
}
body.content-home #teacher-carousel .thumbnail,
body.content-se #teacher-carousel .thumbnail,
body.content-how_it_works #teacher-carousel .thumbnail {
  background-color: transparent;
  border: none;
}
body.content-home div.bx-viewport,
body.content-se div.bx-viewport,
body.content-how_it_works div.bx-viewport {
  position: static !important;
  position: initial !important;
}
body.content-home .fade-in,
body.content-se .fade-in,
body.content-how_it_works .fade-in {
  height: 10px;
}
body.content-home .fade-in.top,
body.content-se .fade-in.top,
body.content-how_it_works .fade-in.top {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40000000", endColorstr="#00000000", GradientType=0);
  background-repeat: repeat-x;
}
body.content-home .fade-in.top.with-border,
body.content-se .fade-in.top.with-border,
body.content-how_it_works .fade-in.top.with-border {
  border-top: 1px solid #d3d1cc;
}
body.content-home #se-main-section,
body.content-se #se-main-section,
body.content-how_it_works #se-main-section {
  background-image: url("https://static.lp.lexp.cloud/images/school_edition/se-main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
body.content-home #se-main-section .headline,
body.content-home #se-main-section .subhead,
body.content-se #se-main-section .headline,
body.content-se #se-main-section .subhead,
body.content-how_it_works #se-main-section .headline,
body.content-how_it_works #se-main-section .subhead {
  color: #f0efec;
  text-shadow: 1px 1px 0 black;
}
body.content-home #se-main-section .headline,
body.content-se #se-main-section .headline,
body.content-how_it_works #se-main-section .headline {
  margin-top: 50px;
  font-size: 44px;
}
@media (min-width: 768px) {
  body.content-home #se-main-section .headline,
  body.content-se #se-main-section .headline,
  body.content-how_it_works #se-main-section .headline {
    margin-top: 120px;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  body.content-home #se-main-section .headline,
  body.content-se #se-main-section .headline,
  body.content-how_it_works #se-main-section .headline {
    font-size: 44px;
  }
}
body.content-home #se-main-section .well.contact,
body.content-se #se-main-section .well.contact,
body.content-how_it_works #se-main-section .well.contact {
  margin: 30px 0 50px 0;
  background-color: rgba(239, 238, 236, 0.6);
}
@media (min-width: 768px) {
  body.content-home #se-main-section .well.contact,
  body.content-se #se-main-section .well.contact,
  body.content-how_it_works #se-main-section .well.contact {
    margin: 130px 0 20px 0;
  }
}
@media (min-width: 992px) {
  body.content-home #se-main-section .well.contact,
  body.content-se #se-main-section .well.contact,
  body.content-how_it_works #se-main-section .well.contact {
    margin: 250px 0 20px 0;
  }
}
body.content-home #features-section,
body.content-se #features-section,
body.content-how_it_works #features-section {
  background-color: white;
}
body.content-home #pd-section,
body.content-se #pd-section,
body.content-how_it_works #pd-section {
  border-top: 1px solid #d3d1cc;
  border-bottom: 1px solid #d3d1cc;
  padding: 10px 0;
  background-color: white;
}
body.content-home #pd-section .panel,
body.content-se #pd-section .panel,
body.content-how_it_works #pd-section .panel {
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.content-home #pd-section .panel,
  body.content-se #pd-section .panel,
  body.content-how_it_works #pd-section .panel {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  body.content-home #pd-section .panel,
  body.content-se #pd-section .panel,
  body.content-how_it_works #pd-section .panel {
    margin-top: 0;
  }
}
body.content-home #se-section-home,
body.content-se #se-section-home,
body.content-how_it_works #se-section-home {
  border-top: 1px solid #d3d1cc;
  border-bottom: 1px solid #d3d1cc;
}
@media (min-width: 1200px) {
  body.content-home #tools-sharing,
  body.content-se #tools-sharing,
  body.content-how_it_works #tools-sharing {
    margin-bottom: 20px;
  }
}
body.content-home #teacher-carousel .thumbnail,
body.content-se #teacher-carousel .thumbnail,
body.content-how_it_works #teacher-carousel .thumbnail {
  margin-bottom: 0;
}
body.content-home #teacher-carousel .caption,
body.content-se #teacher-carousel .caption,
body.content-how_it_works #teacher-carousel .caption {
  padding-bottom: 0;
}
body.content-home .section-gradient,
body.content-se .section-gradient,
body.content-how_it_works .section-gradient {
  background-image: linear-gradient(to bottom, rgb(254.7421875, 253.590625, 251.9578125) 0%, rgb(249.9609375, 227.453125, 195.5390625) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFEFC", endColorstr="#FFFAE3C4", GradientType=0);
  background-repeat: repeat-x;
}
body.content-home .section-gradient.blue,
body.content-se .section-gradient.blue,
body.content-how_it_works .section-gradient.blue {
  background-image: linear-gradient(to bottom, rgb(240.8928571429, 248.9285714286, 251.6071428571) 0%, rgb(199.7806122449, 231.2346938776, 241.7193877551) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF1F9FC", endColorstr="#FFC8E7F2", GradientType=0);
  background-repeat: repeat-x;
}
body.content-home #se-contact-section,
body.content-se #se-contact-section,
body.content-how_it_works #se-contact-section {
  border-top: 1px solid #d3d1cc;
  border-bottom: 1px solid #d3d1cc;
  padding: 10px 0 0 0;
  background-color: white;
}
body.content-home #funding-services-section,
body.content-se #funding-services-section,
body.content-how_it_works #funding-services-section {
  border-top: 1px solid #d3d1cc;
  padding: 10px 0 0 0;
  background-color: white;
}
body.content-home .iste-badge,
body.content-se .iste-badge,
body.content-how_it_works .iste-badge {
  position: relative;
}
body.content-home .iste-badge img,
body.content-se .iste-badge img,
body.content-how_it_works .iste-badge img {
  position: absolute;
  top: -90px;
  left: -10px;
}
@media (min-width: 768px) {
  body.content-home .se-header-text,
  body.content-se .se-header-text,
  body.content-how_it_works .se-header-text {
    margin-top: 5px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body.content-home .se-header-text,
  body.content-se .se-header-text,
  body.content-how_it_works .se-header-text {
    margin-top: 12px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body.content-home .se-header-text,
  body.content-se .se-header-text,
  body.content-how_it_works .se-header-text {
    margin-top: 18px;
    font-size: 16px;
  }
}
h1.hiw-number {
  font-size: 50px;
  font-weight: bold;
  color: #155991;
  text-shadow: 1px 1px 0 #d3d1cc;
  margin-top: 0;
  line-height: 40px;
}
@media (min-width: 768px) {
  .hiw-section-1 {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .hiw-section-1 {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .hiw-section-1 {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .hiw-section-2 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .hiw-section-2 {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .hiw-section-2 {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .hiw-section-3 {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .hiw-section-3 {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .hiw-section-3 {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .hiw-section-4 {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .hiw-section-4 {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .hiw-section-4 {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .hiw-section-5 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .hiw-section-5 {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .hiw-section-5 {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .hiw-section-6 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .hiw-section-6 {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .hiw-section-6 {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .star-img-responsive {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .star-img-responsive {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .center-on-sm {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .center-on-sm {
    text-align: left;
  }
}
@media (min-width: 768px) {
  ul.landing-ul i {
    display: none;
  }
}
@media (min-width: 992px) {
  ul.landing-ul {
    text-align: left;
  }
  ul.landing-ul i {
    display: block;
  }
}
ul.landing-ul li {
  font-size: 15px;
  line-height: 24px;
}
.sub-head {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 80%;
  font-weight: 200;
  color: #8c8b86;
}
img.section-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
img.section-image.section-1 {
  height: 250px;
}
.player-overlay {
  position: relative;
}
.player-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -23%;
  left: 0;
  background-image: url("https://static.lp.lexp.cloud/images/pd/player-indicator.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .player-indicator {
    background-image: url("https://static.lp.lexp.cloud/images/pd/player-indicator@2x.png");
    background-size: 70px 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quote-block {
    padding-left: 40px;
  }
}
#how-it-works-overview img {
  margin: 0 auto;
  max-height: 175px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #how-it-works-overview img {
    max-height: 120px;
  }
}
.next-arrow {
  position: absolute;
  top: 80px;
  right: -25px;
}
.next-arrow > .fa-arrow-right {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.2);
}
#trust-icons img {
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #trust-icons img {
    padding: 0 5px;
  }
}
#ppc-landing-bg {
  width: 100%;
  height: 440px;
  background-image: url("https://static.lp.lexp.cloud/images/ppc/ppc-landing-bg.png");
  background-repeat: no-repeat;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #ppc-landing-bg {
    background-image: url("https://static.lp.lexp.cloud/images/ppc/ppc-landing-bg@2x.png");
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  #ppc-landing-bg {
    position: absolute;
    left: 0;
    height: 570px;
    width: 461px;
    bottom: 0;
    background-size: 461px, 570px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ppc-landing-bg {
    left: -100px;
    height: 540px;
    width: 437px;
    background-size: 437px 540px;
  }
}
#how-it-works-overview {
  border-top: 1px solid #d3d1cc;
}
#typed-cursor {
  display: none;
}
.placeholder-container {
  position: relative;
}
.animated-placeholder {
  position: absolute;
  left: 20px;
  top: 38px;
  z-index: 50;
  font-size: 22px;
  color: #8c8b86;
}
.featured-overview {
  height: 60px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #site-nav .navbar-nav .no-margin-sm {
    margin-right: 0px !important;
  }
}
/**
*** Lesson Planet 404 Page
**/
.lp-404-page {
  padding: 40px 0;
}
@media (max-width: 900px) {
  .lp-404-page {
    padding: 0px 40px;
  }
}
@media (max-width: 600px) {
  .lp-404-page {
    padding: 0px 20px;
  }
}
@media (max-width: 350px) {
  .lp-404-page {
    padding: 0px;
  }
}
.lp-404-text-large {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 54px;
  color: rgb(24, 89, 143);
  text-align: center;
}
@media (max-width: 600px) {
  .lp-404-text-large {
    font-size: 42px;
  }
}
@media (max-width: 350px) {
  .lp-404-text-large {
    font-size: 32px;
  }
}
.lp-404-text-medium {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: rgb(24, 89, 143);
  text-align: center;
}
@media (max-width: 600px) {
  .lp-404-text-medium {
    font-size: 30px;
  }
}
@media (max-width: 350px) {
  .lp-404-text-medium {
    font-size: 26px;
  }
}
.lp-404-text-small {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 26px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .lp-404-text-small {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .lp-404-text-small {
    font-size: 20px;
  }
}
.lp-404-img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 60px auto;
}
@media (max-width: 600px) {
  .lp-404-img {
    margin: 50px auto;
  }
}
@media (max-width: 350px) {
  .lp-404-img {
    margin: 30px auto;
  }
}
.lp-404-search-bar {
  max-width: 650px;
  margin: 20px auto;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .lp-404-search-bar #page-search-form {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.lp-404-search-bar .lp-searchbar-label {
  display: none;
}
.lp-404-search-bar input[type=text].lp-searchbar {
  font-size: 14px;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .lp-404-search-bar input[type=text].lp-searchbar {
    font-size: 16px;
  }
}
.lp-404-search-bar #page-search-form .lp-header-search-filter .search-filter-icon.fa-globe ~ .search-filter-dropdown:after {
  border-bottom-color: #18598f;
}
.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;
}
.lp-share-form .share-helper-text {
  padding-bottom: 10px;
  position: relative;
  left: 15px;
}
.lp-share-form .share-helper-text span {
  padding-left: 5px;
}
.lp-share-form.loading .modal-content {
  border: none;
}
.lp-share-form label {
  width: auto;
  margin-bottom: 5px !important;
}
.lp-share-form .help-block {
  margin-bottom: 0px;
  display: inline;
  float: right;
  margin-right: 15px;
  margin-top: 1px;
}
/************************/
/*  USEFUL MIXINS  */
/************************/
/* TRANSITION MIXIN */
/* ANIMATION MIXIN */
/************************/
/*  COLLECTIONS STYLE  */
/************************/
.count-container {
  display: inline-block;
  padding: 0 10px;
}
.new-collection {
  border: 2px solid rgb(242, 145, 33);
  background-color: transparent;
  box-shadow: none;
  border-radius: 10px;
  font-size: 14px;
}
.new-collection .panel-body {
  padding: 8px 10px;
}
.new-empty-collection {
  border: 3px dashed #d3d1cc;
}
.new-empty-collection .text {
  font-size: 15px;
  line-height: 1.4;
}
.vertical-resize {
  resize: vertical;
}
i.new-collection-btn {
  font-size: 24px;
  padding: 14px 16px 12px 15px;
  border-radius: 50%;
  border: 3px solid #d3d1cc;
}
.collection-panel {
  margin-bottom: 0;
}
.collection-panel a {
  text-decoration: none;
  color: inherit;
}
.collection-panel .collection-title {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.collection-panel .panel-image {
  height: 112px;
  overflow: hidden;
  border-top: 1px solid #f0efec;
}
.collection-panel .panel-image img {
  width: 100%;
}
.collection-panel .icons-wrapper {
  position: relative;
  height: 52px;
}
.collection-panel .icons-wrapper .panel-body {
  background-color: #fff;
  border-top: 1px solid #f0efec;
  position: absolute;
  height: 52px;
  padding: 0 15px 10px 15px;
  width: 100%;
  overflow: hidden;
}
.collection-panel .item-icon {
  margin-right: 13px;
  margin-top: 10px;
  height: 32px;
}
.collection-panel .item-icon:last-child {
  margin-right: 0;
}
.rrp-content:not(#rrp-inline) .panel-heading {
  border: none;
  background-color: white;
  padding-right: 65px;
  margin-top: -8px;
  padding-left: 0;
}
@media (max-height: 992px) {
  .rrp-content:not(#rrp-inline) .panel-heading {
    padding-bottom: 0;
  }
}
@media (max-height: 768px) {
  .rrp-content:not(#rrp-inline) .panel-heading {
    padding-right: 45px;
  }
}
@media (max-height: 992px) {
  .mobile-device .add-to-folders-btn {
    margin-top: 5px;
  }
}
.dropdown-group {
  padding: 5px 15px;
  border-bottom: 1px solid #f0efec;
}
.dropdown-group:last-child {
  border-bottom: none;
}
.collection-audience {
  margin-left: 25%;
}
#edit-file-modal .react-modal-dialog.loading .modal-content {
  border: none;
}
#edit-file-modal .react-modal-dialog label {
  width: auto;
  margin-bottom: 5px !important;
}
#edit-file-modal .react-modal-dialog .help-block {
  margin-bottom: 0px;
  display: inline;
  float: right;
  margin-right: 15px;
  margin-top: 1px;
}
#edit-file-modal .react-modal-dialog .required-text {
  padding-left: 15px;
  float: left;
}
@media (max-width: 400px) {
  #edit-file-modal .react-modal-dialog .required-text {
    width: 80px;
    padding-left: 0;
  }
}
.radio-buttons-container > label {
  padding: 5px;
}
.default-form-size {
  width: 600px;
  height: 409px;
}
.default-form-size i {
  position: absolute;
  top: 170px;
  left: 285px;
}
.search-results-container .fixed-builder {
  position: fixed !important;
  z-index: 999;
}
.folder-list {
  padding: 5px !important;
  margin: 0;
  min-width: 100%;
  float: none;
  max-height: 500px;
  overflow: auto;
  list-style: none;
}
.folder-list.cb-folders-dropdown {
  right: 0;
  left: auto;
  margin-top: 3px;
}
@media (max-width: 1199px) {
  .folder-list.cb-folders-dropdown {
    max-height: 200px;
  }
}
@media (max-width: 599px) {
  .folder-list.cb-folders-dropdown {
    left: -50px;
    right: -50px;
  }
}
@media (max-width: 399px) {
  .folder-list.cb-folders-dropdown {
    left: -30px;
    right: -30px;
  }
}
.folder-list .dropdown-title {
  position: relative;
  display: block;
  padding: 0;
  max-width: 350px;
  border-radius: 3px;
  color: #45454a;
  cursor: pointer;
}
.folder-list .dropdown-title:hover {
  background-color: #f7f8f9;
  color: rgb(24, 89, 143);
}
.folder-list .dropdown-title:hover .folder-title {
  color: rgb(24, 89, 143);
}
.folder-list .dropdown-title:hover:before {
  border-color: transparent;
}
.folder-list .dropdown-title:hover .expand-button {
  border-color: rgb(24, 89, 143);
}
.folder-list .dropdown-title:before {
  content: "";
  border-top: 1px solid #e2e8f0;
  width: auto;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
}
.folder-list .dropdown-title > .lp-collection-icon,
.folder-list .dropdown-title > .fa-folder-open,
.folder-list .dropdown-title > .fa-ban {
  position: absolute;
  top: 11px;
  left: 12px;
  font-size: 17px;
}
.folder-list .dropdown-title .fa-play {
  position: absolute;
  left: 18px;
  top: 17px;
  font-size: 7px;
}
.folder-list .dropdown-title .my-resources-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  margin-right: 9px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.folder-list .dropdown-title .my-resources-icon:before {
  font-family: FontAwesome;
  content: "\f007";
  font-size: 17px;
}
.folder-list .dropdown-title .my-resources-icon:after {
  font-family: FontAwesome;
  content: "\f0f6";
  display: inline-block;
  margin: 0 0 0 -3px;
  line-height: 10px;
  vertical-align: -1px;
  background-color: #fff;
  width: 9px;
  height: 10px;
  font-size: 10px;
}
.folder-list .dropdown-title .my-resources-icon svg {
  display: none;
}
.folder-list .dropdown-title .district-shared-icon {
  position: absolute;
  top: 12px;
  left: 10px;
}
.folder-list .dropdown-title .district-shared-icon path {
  fill: #18598f;
}
.folder-list .dropdown-title .folder-title {
  display: block;
  color: #45454a;
  white-space: nowrap;
  font-size: 14px;
  max-width: 95% !important;
  padding: 11px 20px 11px 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.folder-list .dropdown-title .folder-title:hover, .folder-list .dropdown-title .folder-title:active, .folder-list .dropdown-title .folder-title:focus {
  text-decoration: none;
}
.folder-list .subfolder-list {
  max-width: 100%;
}
.folder-list .selected-option > .dropdown-title > .fa-play {
  display: none;
}
.folder-list .active:not(.expanded) > .dropdown-title {
  color: #45454a;
  font-weight: bold;
  background-color: #e5f1fb;
}
.folder-list .active:not(.expanded) > .dropdown-title:hover {
  background-color: #f4f4f5;
  color: rgb(24, 89, 143);
}
.folder-list .is-parent:not(.expanded) > .dropdown-title {
  font-weight: 600;
  color: rgb(24, 89, 143);
  background-color: #f5f9fe;
  font-style: italic;
}
.folder-list .is-parent:not(.expanded) > .dropdown-title:hover {
  background-color: #f4f4f5;
  color: rgb(24, 89, 143);
}
.folder-list .is-parent:not(.expanded) > .dropdown-title .folder-title {
  color: rgb(24, 89, 143);
}
.folder-list .is-parent:not(.expanded) > .dropdown-title .expand-button {
  border-color: rgb(24, 89, 143);
}
.folder-list > .list-option {
  transition: margin-top 0.2s, margin-bottom 0.2s;
}
.folder-list > .list-option.expanded {
  position: relative;
  background-color: #f4f4f5;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.folder-list > .list-option.expanded > .dropdown-title i {
  font-size: 16px;
}
.folder-list > .list-option.expanded > .dropdown-title .dropdown-title {
  font-weight: bold;
}
.folder-list > .list-option.expanded:before, .folder-list > .list-option.expanded:after {
  content: "";
  border-top: 1px solid #e2e8f0;
  width: auto;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.folder-list > .list-option.expanded:after {
  top: auto;
  bottom: 0;
}
.folder-list > .list-option:first-child > .dropdown-title:before,
.folder-list .list-option:not(.expanded):hover + .list-option > .dropdown-title:before,
.folder-list .list-option.expanded + .list-option > .dropdown-title:before,
.folder-list .list-option.expanded > .dropdown-title + .subfolder-list:before,
.folder-list .list-option:first-of-type .dropdown-title:before,
.folder-list .subfolder-list .dropdown-title:before,
.folder-list .list-option.active > .dropdown-title:before,
.folder-list .list-option.active + .list-option > .dropdown-title:before,
.folder-list .list-option.is-parent > .dropdown-title:before,
.folder-list .list-option.is-parent + .list-option > .dropdown-title:before {
  border-color: transparent;
}
.folder-list .create-new-collection .create-new-folder-btn {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  min-width: 210px;
  max-width: 95% !important;
  padding: 11px 20px 11px 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  color: rgb(24, 89, 143);
}
.folder-list .create-new-collection .lp-icon {
  color: rgb(24, 89, 143);
  position: absolute;
  top: 11px;
  left: 12px;
  font-size: 17px;
}
.folder-list .create-new-collection .lp-icon .plus {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 11px;
  font-weight: 700;
}
.subfolder-list {
  list-style: none;
  padding: 0 0 0 15px;
}
.subfolder-list .folder-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  border-right: 1px solid #e2e8f0;
}
.subfolder-list .folder-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  width: 7px;
  border-bottom: 1px solid #e2e8f0;
}
.subfolder-list .list-option:last-of-type .folder-title:before {
  height: 50%;
}
.subfolder-list .list-option:not(:last-of-type).expanded {
  position: relative;
}
.subfolder-list .list-option:not(:last-of-type).expanded:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  border-right: 1px solid #e2e8f0;
}
.expand-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 31px;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  z-index: 1;
}
.edit-folder-navigator .loading-folders {
  top: 3px;
  right: 3px;
}
.expand-button:not(.loading-folders):hover {
  background-color: #18598f;
  color: white;
}
.expand-button:not(.loading-folders) .fa-caret-right {
  margin-right: 1px;
}
.my-resources ~ .list-option {
  margin-left: 15px;
}
.transfer-modal input.form-control {
  margin: 10px 0;
}
.transfer-modal .folder-list {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  margin-top: 10px;
  max-height: 430px;
}
@media (max-width: 767px) {
  .transfer-modal .folder-list {
    max-height: 320px;
  }
}
@media (max-height: 680px) {
  .transfer-modal .folder-list {
    max-height: 100%;
  }
}
.transfer-modal .folder-list .dropdown-title,
.transfer-modal .folder-list .subfolder-list {
  max-width: 100%;
}
@media (max-width: 550px) {
  .transfer-modal .folder-list .dropdown-title .folder-title,
  .transfer-modal .folder-list .subfolder-list .folder-title {
    white-space: normal;
    padding-right: 25px;
  }
}
.transfer-modal .folder-list .list-option.selected-option > .dropdown-title,
.transfer-modal .folder-list .list-option.selected-option > .dropdown-title:hover {
  background-color: #f5f9fe;
  color: rgb(24, 89, 143);
}
.transfer-modal .folder-list .list-option.selected-option > .dropdown-title .folder-title,
.transfer-modal .folder-list .list-option.selected-option > .dropdown-title:hover .folder-title {
  color: rgb(24, 89, 143);
  font-style: italic;
}
.transfer-modal .folder-list .list-option.selected-option > .dropdown-title > i:before {
  content: "\f00c";
}
.transfer-modal .folder-list .list-option.selected-option > .dropdown-title > i:after,
.transfer-modal .folder-list .list-option.selected-option svg {
  display: none;
}
.transfer-modal .folder-list .fa-ban {
  color: red;
}
.transfer-modal .folder-list .list-option.disabled > .dropdown-title {
  cursor: not-allowed;
}
.transfer-modal .folder-list .list-option.disabled > .dropdown-title .folder-title:hover {
  color: #8c8b86;
}
#collection-builder-area {
  position: relative;
  z-index: 99;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#collection-builder-area .panel,
#collection-builder-area .panel .panel-heading {
  position: relative;
}
#collection-builder-area .panel .panel-title,
#collection-builder-area .panel .panel-heading .panel-title {
  font-size: 15px;
}
#collection-builder-area.in {
  display: flex !important;
  align-items: center;
}
@media (max-width: 991px) {
  #collection-builder-area.in {
    margin: auto !important;
  }
}
#collection-builder-area .spin-wrapper {
  text-align: center;
  color: rgb(187.3789473684, 184.3052631579, 176.6210526316);
  width: 200px;
  margin: 0 auto;
}
#collection-builder-area .close-button-wrap {
  position: absolute;
  top: 0 !important;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto !important;
  z-index: 12;
}
#collection-builder-area .edit-collection-modal-close {
  position: absolute;
  right: 5px;
  top: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-size: 36px;
  padding: 3px 17px;
  font-weight: bold;
  color: #45454a;
  border-color: #cad0d8;
  box-shadow: 0px 4px 24px -2px rgba(63, 73, 79, 0.08);
}
#collection-builder-area .edit-collection-modal-close:hover {
  background-color: #fff;
  border-color: rgb(24, 89, 143);
  color: rgb(24, 89, 143);
}
#collection-builder-area #updated-edit {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 24px -2px rgba(63, 73, 79, 0.08);
}
@media (min-width: 900px) and (max-width: 1390px) {
  #collection-builder-area #updated-edit .edit-folder-header {
    padding-right: 50px;
  }
}
@media (max-width: 1320px) {
  #collection-builder-area #updated-edit {
    width: auto;
    margin: 20px;
  }
}
@media (max-width: 599px) {
  #collection-builder-area #updated-edit {
    margin: 10px 0 0 0 !important;
  }
}
@media (max-width: 991px) {
  .visitor-popover.from-add-url,
  .visitor-popover.from-drive-documents {
    z-index: 1032;
  }
}
#edit-file-modal .required .control-label:after,
#lp-share-modal .required .control-label:after {
  content: "*";
  position: absolute;
  margin-left: 3px;
}
#edit-file-modal .btn-file input[type=file],
#lp-share-modal .btn-file input[type=file] {
  font-size: 10px;
  width: 120px;
}
@media (max-width: 768px) {
  #edit-file-modal .react-modal-dialog,
  #lp-share-modal .react-modal-dialog {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  #edit-file-modal .modal-content .fa-spin.fa-3x,
  #lp-share-modal .modal-content .fa-spin.fa-3x {
    position: absolute;
    top: 50%;
    left: 55%;
  }
}
#edit-file-modal .modal-content .fa-spin.fa-3x,
#lp-share-modal .modal-content .fa-spin.fa-3x {
  position: absolute;
  top: 49%;
  left: 48%;
}
#edit-file-modal .boolean,
#lp-share-modal .boolean {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .add-url-info-overlay.popover {
    position: fixed;
  }
}
.helper-text {
  padding-top: 10px;
  position: relative;
}
.helper-text span {
  padding-left: 5px;
}
#js-create-item label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
#js-create-item .hint-text {
  display: block;
  margin-bottom: -3px;
  padding-top: 5px;
  font-size: 14px;
}
#js-create-item .form-group {
  position: relative;
  margin-bottom: 16px !important;
}
#js-create-item .form-group .form-control {
  padding-right: 30px;
}
#js-create-item .form-group .loading {
  position: absolute;
  top: 36px;
  right: 10px;
}
#js-create-item .form-group .select {
  z-index: 10;
}
#js-create-item .form-group-radio .btn {
  width: 105px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #js-create-item .form-group-radio .btn {
    width: 88px;
  }
}
#js-create-item .form-group-radio .btn input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
#js-create-item .form-group-radio .btn.active {
  z-index: 1;
}
#js-create-item .form-group-radio label.btn {
  margin-bottom: 0;
}
#js-create-item .form-group-radio .btn-group {
  display: inline-block !important;
  margin-bottom: 0 !important;
}
#js-create-item .form-group-radio .ref {
  margin-left: 10px;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  cursor: pointer;
}
#js-create-item .form-group-radio .popover-trigger {
  display: inline-block;
}
#collection-video-banner {
  border: none;
  background: transparent url("https://static.lp.lexp.cloud/images/collections/collections_thumb.png") left no-repeat;
  height: 114px;
  background-size: 100% auto;
  border-radius: 4px;
}
#collection-video-banner i {
  margin-left: 40%;
  margin-top: 17%;
  font-size: 3em;
}
@media (min-width: 768px) {
  #collection-video-banner i {
    margin-top: 22%;
  }
}
@media (min-width: 1200px) {
  #collection-video-banner i {
    margin-top: 17%;
  }
}
#collection-video-banner i:hover {
  color: #ff9000;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #collection-video-banner {
    display: none !important;
  }
}
#vimeo-modal-video .react-modal {
  max-width: 900px;
}
#vimeo-modal-video .logo {
  background: transparent url("https://static.lp.lexp.cloud/images/logos/lp-logo-tagline.png") no-repeat center;
  background-size: contain;
  display: block;
  margin: auto;
  height: 47px;
}
#get-free-trial-modal .modal-dialog {
  width: 528px;
}
#get-free-trial-modal .modal-content {
  background-color: transparent;
  border-radius: 15px;
  border: 0px solid #000;
}
#get-free-trial-modal .modal-body {
  background: transparent url("https://static.lp.lexp.cloud/images/collections/visitors_cb_get_free_trial_modal.png") no-repeat;
  height: 601px;
}
#get-free-trial-modal .sign-in {
  position: absolute;
  bottom: 20px;
  left: 45%;
  text-decoration: underline;
  font-size: 16px;
}
#get-free-trial-modal .close {
  font-size: 2.1em;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 5%;
  opacity: 1;
}
#get-free-trial-modal .get-free-trial-button {
  margin-top: 485px;
}
#freemium-get-free-trial-modal .react-modal-dialog {
  width: 100%;
}
@media (max-width: 767px) {
  #freemium-get-free-trial-modal .react-modal-dialog {
    margin: 0 auto !important;
    padding: 10px;
  }
}
#freemium-get-free-trial-modal .modal-content {
  max-width: 580px;
  background-color: transparent;
  border-radius: 15px;
  border: 0px solid #000;
  box-shadow: none;
}
@media (max-width: 767px) {
  #freemium-get-free-trial-modal .modal-header {
    background: #fcb430;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.04em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
#freemium-get-free-trial-modal .modal-body {
  text-align: center;
  background: transparent url("https://static.lp.lexp.cloud/images/collections/freemium_visitors_cb_get_free_trial_modal.png") no-repeat;
  height: 708px;
}
@media (max-width: 767px) {
  #freemium-get-free-trial-modal .modal-body {
    background: #fff;
    height: 425px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
#freemium-get-free-trial-modal .congrats-first-collection {
  font-size: 20px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  padding: 5px 5px 15px 5px;
}
#freemium-get-free-trial-modal .congrats-first-collection-sub {
  font-size: 19px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  color: rgb(242, 145, 33);
}
#freemium-get-free-trial-modal #freemium-label {
  background: transparent url("https://static.lp.lexp.cloud/images/search/freemium/freemium_label.png") no-repeat;
  width: 187px;
  height: 35px;
  position: absolute;
  bottom: 49px;
  left: 191px;
}
@media (max-width: 767px) {
  #freemium-get-free-trial-modal #freemium-label {
    display: none;
  }
}
#freemium-get-free-trial-modal .free-member-link {
  text-decoration: underline;
  font-size: 16px;
  color: #155a93;
  position: relative;
  top: 57px;
}
@media (max-width: 767px) {
  #freemium-get-free-trial-modal .free-member-link {
    top: auto;
  }
}
#freemium-get-free-trial-modal .close {
  font-size: 2.1em;
  color: #fff;
  position: absolute;
  bottom: 14px;
  right: 5%;
  opacity: 1;
}
@media (max-width: 767px) {
  #freemium-get-free-trial-modal .close {
    color: rgb(24, 89, 143);
  }
}
#freemium-get-free-trial-modal .get-free-trial-button {
  margin-top: 550px;
}
@media (max-width: 767px) {
  #freemium-get-free-trial-modal .get-free-trial-button {
    margin-top: auto;
  }
}
.collections-upgrade-modal {
  z-index: 1150;
}
.collections-upgrade-modal.full-height {
  height: 100%;
}
.collections-upgrade-modal.full-height .modal-dialog {
  top: 30%;
}
.collections-upgrade-modal .close {
  position: absolute;
  font-size: 36px;
  top: 11px;
  right: 11px;
  cursor: pointer;
  width: 45px;
  height: 44px;
  line-height: 43px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid transparent;
  z-index: 4;
  opacity: 1;
  color: #45454a;
  font-weight: normal;
  background-color: transparent !important;
  color: #fff !important;
}
.collections-upgrade-modal .close:hover {
  border-color: #e2e8f0;
  color: #18598f;
  opacity: 1;
}
.collections-upgrade-modal .modal-content {
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 580px;
}
.collections-upgrade-modal .modal-header {
  background-color: #1b88c4;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px 50px;
}
.collections-upgrade-modal .modal-header h3 {
  font-weight: bold;
  font-size: 24px;
  text-shadow: 1px 1px 0 #45454a;
  letter-spacing: 0.01em;
}
.collections-upgrade-modal .modal-body {
  text-align: center;
}
.collections-upgrade-modal .modal-body .row {
  margin: 0 auto;
  width: 79%;
}
@media (max-width: 767px) {
  .collections-upgrade-modal .modal-body .row {
    width: 95%;
  }
}
.collections-upgrade-modal .modal-body p {
  font-size: 21px;
}
.collections-upgrade-modal .modal-footer {
  border-top: none;
  padding-top: 0;
  padding-bottom: 20px;
  text-align: center;
}
.collections-upgrade-modal .modal-footer .get-now-btn {
  padding: 6px 15px;
  font-size: 21px;
}
@media (max-height: 680px) {
  .collections-upgrade-modal .modal-footer {
    padding-top: 20px;
  }
}
#collection-limit-hit-modal .modal-content {
  border: none;
}
#collection-limit-hit-modal .modal-footer {
  border-top: none;
  padding-top: 0;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-height: 680px) {
  #collection-limit-hit-modal .modal-footer {
    padding-top: 20px;
  }
}
#max-items-limit-hit-modal .modal-content {
  border: none;
}
#max-items-limit-hit-modal .modal-body .row {
  margin: 0 auto;
  width: 96%;
}
#collections-downgrade-modal .modal-content {
  border: none;
}
#collections-downgrade-modal .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#collections-downgrade-modal .modal-header h3 {
  font-size: 26px;
  padding: 0px 50px;
}
#collections-downgrade-modal .modal-body {
  text-align: center;
}
#collections-downgrade-modal .modal-body .row {
  margin: 0 auto;
  width: 96%;
}
#share-collection-modal .spin-wrapper {
  height: 200px;
  position: relative;
  text-align: center;
}
@media (max-width: 1199px) {
  .collection-share-buttons .popover.left {
    margin-right: 40px;
  }
}
.collection-icon {
  position: relative;
}
.collection-icon > .items-count {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  top: 24px;
  left: 8px;
  z-index: 20;
}
.collection-icon > .items-count .count {
  font-size: 16px;
}
.vertical-align {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}
@media (max-width: 350px) {
  .edit-collection-panel {
    padding: 10px;
  }
}
#edit-collection-modal {
  width: 100%;
  padding: 0;
}
@media (max-height: 1030px) {
  #edit-collection-modal {
    padding: 15px !important;
  }
}
@media (max-width: 1320px) {
  #edit-collection-modal {
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  #edit-collection-modal {
    padding: 5px !important;
  }
}
#edit-collection-modal.in {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #edit-collection-modal.in {
    margin: auto !important;
  }
}
#edit-collection-modal .spin-wrapper {
  text-align: center;
  color: rgb(187.3789473684, 184.3052631579, 176.6210526316);
  width: 200px;
  margin: 0 auto;
}
#edit-collection-modal .close-button-wrap {
  position: absolute;
  top: 0 !important;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto !important;
  z-index: 12;
}
#edit-collection-modal .edit-collection-modal-close {
  position: absolute;
  right: 5px;
  top: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-size: 36px;
  padding: 3px 17px;
  font-weight: bold;
  color: #45454a;
  border-color: #cad0d8;
  box-shadow: 0px 4px 24px -2px rgba(63, 73, 79, 0.08);
}
#edit-collection-modal .edit-collection-modal-close:hover {
  background-color: #fff;
  border-color: rgb(24, 89, 143);
  color: rgb(24, 89, 143);
}
#edit-collection-modal #updated-edit {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 24px -2px rgba(63, 73, 79, 0.08);
}
@media (min-width: 900px) and (max-width: 1390px) {
  #edit-collection-modal #updated-edit .edit-folder-header {
    padding-right: 50px;
  }
}
@media (max-width: 1320px) {
  #edit-collection-modal #updated-edit {
    width: 100%;
    margin: 20px;
  }
}
@media (max-width: 599px) {
  #edit-collection-modal #updated-edit {
    margin: 10px 0 0 0 !important;
  }
}
@media (min-height: 1000px) {
  #edit-collection-modal #updated-edit {
    max-height: 80vh;
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.collection-builder.folder-activity-feeds {
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
}
.collection-builder.folder-activity-feeds .status .icon {
  margin-right: 5px;
}
.collection-builder.folder-activity-feeds .default-text {
  display: none;
}
.collection-builder.folder-activity-feeds .stale > .alert {
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 0;
}
.collection-builder.folder-activity-feeds .stale > .alert .stale-text {
  display: block;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.collection-builder.folder-activity-feeds .stale > .alert .refresh-stale {
  display: block;
}
.collection-builder + #droppable .cb-drag-drop-text {
  display: none;
}
.cb-my-resources-btn,
.cb-reopen-btn {
  display: block;
  height: 43px;
  line-height: 41px;
  padding: 0 12px;
  margin-bottom: 10px;
}
#search-heading-row .cb-my-resources-btn,
#search-heading-row .cb-reopen-btn {
  display: inline-block;
  margin-top: -9px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .cb-my-resources-btn,
  .cb-reopen-btn {
    display: none;
  }
}
.cb-my-resources-btn .lp-icon {
  font-size: 16px;
  vertical-align: -1px;
  margin-right: 8px;
}
.cb-reopen-btn .fa-file-text-o {
  position: relative;
  font-size: 19px;
  vertical-align: -2px;
}
.cb-reopen-btn .fa-plus-circle {
  position: absolute;
  bottom: -1px;
  left: -5px;
  font-size: 14px;
  background-color: #e6e6e6;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 99px;
}
#add-to-collection-modal .modal-dialog {
  max-width: 600px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
#add-to-collection-modal .row {
  padding: 30px 0px 50px 0px;
}
#add-to-collection-modal .or-text {
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  font-size: 18px;
  position: absolute;
  left: 50%;
  margin-top: -11px;
  margin-left: -30px;
}
#add-to-collection-modal .divider {
  border-top: 1px solid #eee;
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: center;
}
#add-to-collection-modal .btn-primary {
  font-size: 18px;
}
#add-to-collection-modal .btn-primary .fa {
  font-size: 16px;
  margin-right: 7px;
}
#add-to-collection-modal .select-collection-label {
  font-size: 16px;
  text-align: center;
  padding: 15px 0 25px 0;
}
.collection-items-count {
  position: relative;
  width: 40px;
  height: 28px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}
.collection-items-count .count {
  font-size: 19px;
  position: relative;
  z-index: 2;
}
.collection-items-count .text {
  font-size: 14px;
}
.collection-items-count i {
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: -10px;
}
.height-auto {
  height: auto !important;
}
.create-collection-form .audience {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
}
.create-collection-form .audience .audience {
  padding-left: 35px;
  margin-bottom: 0;
}
.create-collection-form .audience input {
  position: absolute;
  top: 5px;
  left: 16px;
  margin: 0;
  width: auto !important;
}
.create-collection-form .audience label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.create-collection-form .audience .tooltip {
  font-size: 13px !important;
}
.create-collection-form .audience .fa {
  vertical-align: -1px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .create-collection-form .audience .audience {
    padding-left: 34px;
  }
  .create-collection-form .audience input {
    top: 3px;
  }
}
.boclips-video-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}
.boclips-video-container #boclips-player-wrapper {
  width: 100%;
  height: 95%;
}
.boclips-video-container #boclips-player-wrapper #boclips-player {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.boclips-video-container #boclips-player-wrapper #lp-boclips-visitor-thumbnail img.lp-boclips-thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#player_unavailable_wrapper {
  padding-top: 63px;
}
#player_unavailable_wrapper #player-unavailable-message {
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 30px 20px;
  background: #45454a;
  color: #fff;
  border-radius: 4px;
}
#player_unavailable_wrapper #player-unavailable-message #player-unavailable-title {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 21px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
  display: block !important;
}
#player_unavailable_wrapper #player-unavailable-message #player-unavailable-text {
  font-size: 16px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
}
.yt-player-wrapper .youtube-container {
  position: relative;
  padding: 0;
  height: 55vh;
}
@media (max-height: 1030px) {
  .yt-player-wrapper .youtube-container {
    height: 60vh;
  }
}
.height-auto {
  height: auto !important;
}
.panel-rrp .js-cc-popover.overflow-wrapper {
  max-height: 100px;
  overflow: auto;
}
.terms-icon {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  padding-left: 1px;
  vertical-align: middle;
}
.terms-icon:hover:after, .terms-icon:focus:after {
  content: "";
  position: absolute;
  top: -27px;
  width: 100px;
  height: 50px;
  background-color: transparent;
  right: -13px;
}
.terms-icon:hover .terms-help-text, .terms-icon:focus .terms-help-text {
  display: block;
}
.terms-icon svg {
  position: relative;
  z-index: 1;
}
.terms-help-text {
  position: absolute;
  background: #212121;
  color: #fff;
  border-radius: 6px;
  width: 300px;
  padding: 11px 16px;
  bottom: 100%;
  right: -22px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}
.terms-help-text:hover, .terms-help-text:focus {
  display: block;
}
.terms-help-text a {
  color: #6ae06a;
}
.terms-help-text:after {
  top: 100%;
  margin-top: -1px;
  right: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #212121;
  border-width: 10px;
}
.popover.how-to-popover.upload-resource {
  margin-top: 15px;
  height: 165px;
}
.popover.how-to-popover.cm-builder-button {
  height: 353px;
  left: -301px !important;
  top: -60px !important;
  z-index: 1031 !important;
}
.popover.how-to-popover.cm-builder-button .arrow {
  top: 0 !important;
  margin-top: 69px !important;
}
.popover.how-to-popover.edit-collection {
  height: 199px;
}
.popover.how-to-popover.cm-title {
  height: 127px;
}
.popover.how-to-popover.create-collections {
  height: 218px;
  top: 135px !important;
  left: 22px !important;
  z-index: 1030 !important;
}
.popover.how-to-popover.create-collections .arrow:after {
  border-bottom-color: #e0e7ed !important;
}
.popover.how-to-popover.drag-resource {
  height: 193px;
  left: 20px !important;
  z-index: 1030 !important;
}
.popover.how-to-popover {
  background-color: #e7eef4;
}
.popover.how-to-popover .popover-title {
  background-color: #e0e7ed;
  border-bottom-color: rgba(171, 162, 162, 0.2);
}
.popover.how-to-popover .popover-content {
  background-color: #e7eef4;
}
.popover.how-to-popover .popover-content .title-img {
  margin: 10px 0px 13px -5px;
  background-image: url("https://static.lp.lexp.cloud/images/homepage/curriculum-manager-organization@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 280px;
  height: 260px;
}
.popover.how-to-popover .popover-content .upload-img {
  margin: 15px 20px 15px 20px;
  background-image: url("https://static.lp.lexp.cloud/images/popovers/cb_add_url.png");
  width: 217px;
  height: 60px;
}
.popover.how-to-popover .popover-content .edit-col-img {
  margin-left: 6px;
  background-image: url("https://static.lp.lexp.cloud/images/popovers/cm_edit_collection.png");
  width: 260px;
  height: 124px;
}
.popover.how-to-popover .popover-content .create-col-img {
  margin: 10px 0px 10px 15px;
  background-image: url("https://static.lp.lexp.cloud/images/popovers/cb_create_collection.png");
  width: 189px;
  height: 141px;
}
.popover.how-to-popover .popover-content .drag-resource-img {
  margin: 15px 0px 10px 3px;
  background-image: url("https://static.lp.lexp.cloud/images/popovers/cb_drag_and_drop.png");
  width: 207px;
  height: 111px;
}
.popover.how-to-popover.top > .arrow {
  border-top-color: #999;
}
.popover.how-to-popover.top > .arrow:after {
  border-top-color: #e7eef4;
}
.popover.how-to-popover.left > .arrow {
  border-left-color: #999;
}
.popover.how-to-popover.left > .arrow:after {
  border-left-color: #e7eef4;
}
.popover.how-to-popover.right > .arrow {
  border-right-color: #e7eef4;
}
.popover.how-to-popover.right > .arrow:after {
  border-right-color: #e7eef4;
}
.react-popover {
  overflow: visible !important;
  opacity: 1;
  background-color: #ffffff;
  z-index: 9999;
  max-width: 300px;
  min-width: 250px;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.react-popover.add-url-popover, .react-popover.upload-info-popover, .react-popover.publish-uploaded-files-popover {
  z-index: 9999;
}
.react-popover.js-add-url-popover {
  z-index: 100;
}
@media (max-width: 599px) {
  .react-popover.add-url-popover {
    right: 14px !important;
    left: auto !important;
    max-width: 200px !important;
    margin-top: -110px !important;
  }
  .react-popover.add-url-popover .popover-text:before,
  .react-popover.add-url-popover .popover-text:after {
    display: none !important;
  }
}
.react-popover.popover-title {
  background-color: #f7f7f7;
  padding: 8px 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.react-popover.popover-content {
  padding: 8px 14px;
}
.react-popover > div {
  padding: 0px 0px 0px 0px !important;
}
.react-popover > div > div {
  left: -10px !important;
}
.react-popover .popover-text:after,
.react-popover .popover-text:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.react-popover .right:after,
.react-popover .right:before {
  right: 100%;
  top: 50%;
}
.react-popover .right:after {
  border-color: transparent;
  border-right-color: #fff;
  border-width: 11px;
  margin-top: -11px;
}
.react-popover .right:before {
  border-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.35);
  border-width: 12px;
  margin-top: -12px;
}
.react-popover .left:after,
.react-popover .left:before {
  left: 100%;
  top: 50%;
}
.react-popover .left:after {
  border-color: transparent;
  border-left-color: #fff;
  border-width: 11px;
  margin-top: -11px;
}
.react-popover .left:before {
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.35);
  border-width: 12px;
  margin-top: -12px;
}
.react-popover .top:after,
.react-popover .top:before {
  right: 50%;
  top: 100%;
}
.react-popover .top:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 11px;
  margin-right: -15px;
}
.react-popover .top:before {
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 12px;
  margin-right: -16px;
}
.react-popover .bottom:after,
.react-popover .bottom:before {
  right: 50%;
  bottom: 100%;
}
.react-popover .bottom:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 11px;
  margin-right: -15px;
}
.react-popover .bottom:before {
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 12px;
  margin-right: -16px;
}
.react-popover.dark-style {
  box-shadow: none;
}
.react-popover.dark-style .popover-content {
  background-color: #222;
  color: #fff;
  border-radius: 3px;
}
.react-popover.dark-style .top:after {
  border-top-color: #222;
}
.react-popover.dark-style .right:after {
  border-right-color: #222;
}
.react-popover.dark-style .left:after {
  border-left-color: #222;
}
.react-popover.dark-style .bottom:after {
  border-bottom-color: #222;
}
.react-modal-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  z-index: 9998;
  background-color: rgba(220, 220, 220, 0.9);
}
.lp-react-modal button.close {
  font-size: 30px;
  margin: 0px;
}
.lp-react-modal .rights-checkbox[type=checkbox] {
  margin-top: 5px;
}
.react-modal-dialog {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 20px;
  margin: auto;
  overflow: auto;
}
@media (max-width: 480px) {
  .react-modal-dialog {
    padding: 10px;
  }
}
.react-modal-dialog .react-modal {
  text-align: left;
  position: relative;
  max-width: 500px;
  min-height: 200px;
  width: 100%;
  margin: auto;
  z-index: 9999;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 2px 19px rgba(0, 0, 0, 0.1);
}
.react-modal-dialog .react-modal.spinner-only {
  border: 0;
  background: none;
  box-shadow: 0 0 0 0;
}
.react-modal-dialog .react-modal.spinner-only button {
  display: none;
}
@media (max-height: 680px) {
  .react-modal-dialog {
    padding: 30px 0 0 0;
    margin-bottom: 0;
  }
  .react-modal-dialog .react-modal {
    border: 0;
  }
  .react-modal-dialog .react-modal .modal-body,
  .react-modal-dialog .react-modal .content {
    padding-bottom: 100px;
    min-height: 300px;
  }
  .react-modal-dialog .react-modal .modal-footer,
  .react-modal-dialog .react-modal .footer {
    position: sticky;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
#add-url-modal .react-modal,
#create-collection-modal .react-modal,
#js-email-share-modal .react-modal,
#js-link-share-modal .react-modal,
#limited-resource-access-modal .react-modal {
  max-width: 600px;
}
#edit-file-modal .react-modal,
#lp-share-modal .react-modal {
  max-width: 800px;
}
#delete-item-modal .react-modal,
#insert-in-shared-folder-confirmation-modal .react-modal {
  min-height: 150px;
}
#media-player-modal .react-modal {
  max-width: 1000px;
  min-height: 62vh;
}
#media-player-modal .media-player-container {
  margin-top: 0;
  height: 50vh;
}
#media-player-modal .media-player-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 0;
}
#media-player-modal .modal-body {
  position: static;
  position: initial;
}
#add-url-modal .modal-header {
  position: relative;
  padding: 21px 24px;
}
#add-url-modal .modal-header button.close {
  position: absolute;
  font-size: 36px;
  top: 11px;
  right: 11px;
  cursor: pointer;
  width: 45px;
  height: 44px;
  line-height: 43px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid transparent;
  z-index: 4;
  opacity: 1;
  color: #45454a;
  font-weight: normal;
}
#add-url-modal .modal-header button.close:hover {
  color: rgb(24, 89, 143);
  border-color: #e2e8f0;
}
#add-url-modal .help-text {
  padding-top: 10px;
  font-size: 14px;
}
#add-url-modal .lp-modal-subtext {
  font-size: 16px;
  padding: 10px 0 0 0;
}
#add-url-modal .modal-body {
  padding: 21px 24px;
}
#add-url-modal .modal-footer {
  padding: 20px 22px;
}
#add-url-modal .modal-footer .fa-solid:not(.fa-spin) {
  animation: none;
}
/* Tailwind has conflict with MUI buttons */
/** biome-ignore-all lint/suspicious/noUnknownAtRules: ? */
/** biome-ignore-all lint/complexity/noImportantStyles: Skip important */
/* We need to remove default 'background-color: transparent;' for buttons. It conflicts with MUI buttons. Line 214 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #eeeeee;
	/* 2 */
}
::before,
::after {
	--tw-content: "";
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Ubuntu, Helvetica, Arial, sans-serif;
	/* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
	color: inherit;
	text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
	text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 1 */
	/* background-color: transparent; */
	/* 2 */
	background-image: none;
	/* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
	outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
}
legend {
	padding: 0;
}
ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
	resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #bdbdbd;
	/* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #bdbdbd;
	/* 2 */
}
input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #bdbdbd;
	/* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
	cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
	cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
	max-width: 100%;
	height: auto;
}
*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(66 153 225 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(66 153 225 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
.container {
	width: 100%;
}
@media (min-width: 500px) {
	.container {
		max-width: 500px;
	}
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 766px) {
	.container {
		max-width: 766px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 992px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1100px) {
	.container {
		max-width: 1100px;
	}
}
@media (min-width: 1110px) {
	.container {
		max-width: 1110px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1440px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important;
}
.pointer-events-none {
	pointer-events: none !important;
}
.visible {
	visibility: visible !important;
}
.\!visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
.static {
	position: static !important;
}
.fixed {
	position: fixed !important;
}
.absolute {
	position: absolute !important;
}
.relative {
	position: relative !important;
}
.sticky {
	position: sticky !important;
}
.inset-0 {
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
}
.inset-y-0 {
	top: 0px !important;
	bottom: 0px !important;
}
.left-8 {
	left: 2rem !important;
}
.left-full {
	left: 100% !important;
}
.right-0 {
	right: 0px !important;
}
.-right-1 {
	right: -0.25rem !important;
}
.-top-1 {
	top: -0.25rem !important;
}
.-top-3 {
	top: -0.75rem !important;
}
.bottom-0 {
	bottom: 0px !important;
}
.top-0 {
	top: 0px !important;
}
.top-\[70px\] {
	top: 70px !important;
}
.left-0 {
	left: 0px !important;
}
.top-2\.5 {
	top: 0.625rem !important;
}
.top-2 {
	top: 0.5rem !important;
}
.left-1 {
	left: 0.25rem !important;
}
.right-\[-30px\] {
	right: -30px !important;
}
.top-1\/2 {
	top: 50% !important;
}
.right-2 {
	right: 0.5rem !important;
}
.left-2 {
	left: 0.5rem !important;
}
.left-1\/2 {
	left: 50% !important;
}
.left-1\.5 {
	left: 0.375rem !important;
}
.left-3 {
	left: 0.75rem !important;
}
.z-10 {
	z-index: 10 !important;
}
.z-50 {
	z-index: 50 !important;
}
.-z-10 {
	z-index: -10 !important;
}
.z-\[1050\] {
	z-index: 1050 !important;
}
.z-0 {
	z-index: 0 !important;
}
.order-2 {
	order: 2 !important;
}
.order-1 {
	order: 1 !important;
}
.col-span-1 {
	grid-column: span 1 / span 1 !important;
}
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.m-5 {
	margin: 1.25rem !important;
}
.m-0 {
	margin: 0px !important;
}
.my-10 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.my-16 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.-mx-5 {
	margin-left: -1.25rem !important;
	margin-right: -1.25rem !important;
}
.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.mx-2\.5 {
	margin-left: 0.625rem !important;
	margin-right: 0.625rem !important;
}
.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}
.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.mx-3 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}
.mx-10 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}
.my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}
.mb-8 {
	margin-bottom: 2rem !important;
}
.mb-10 {
	margin-bottom: 2.5rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-6 {
	margin-bottom: 1.5rem !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mb-3 {
	margin-bottom: 0.75rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mb-12 {
	margin-bottom: 3rem !important;
}
.mb-16 {
	margin-bottom: 4rem !important;
}
.mt-16 {
	margin-top: 4rem !important;
}
.ml-4 {
	margin-left: 1rem !important;
}
.mt-8 {
	margin-top: 2rem !important;
}
.mr-3 {
	margin-right: 0.75rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mt-12 {
	margin-top: 3rem !important;
}
.ml-11 {
	margin-left: 2.75rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-10 {
	margin-top: 2.5rem !important;
}
.mt-4 {
	margin-top: 1rem !important;
}
.mr-7 {
	margin-right: 1.75rem !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.ml-10 {
	margin-left: 2.5rem !important;
}
.mt-5 {
	margin-top: 1.25rem !important;
}
.-mb-px {
	margin-bottom: -1px !important;
}
.-mr-5 {
	margin-right: -1.25rem !important;
}
.mr-5 {
	margin-right: 1.25rem !important;
}
.mt-3 {
	margin-top: 0.75rem !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.mb-\[15px\] {
	margin-bottom: 15px !important;
}
.mb-5 {
	margin-bottom: 1.25rem !important;
}
.-mt-4 {
	margin-top: -1rem !important;
}
.-mt-7 {
	margin-top: -1.75rem !important;
}
.ml-5 {
	margin-left: 1.25rem !important;
}
.-mt-3 {
	margin-top: -0.75rem !important;
}
.-ml-4 {
	margin-left: -1rem !important;
}
.mt-9 {
	margin-top: 2.25rem !important;
}
.mb-9 {
	margin-bottom: 2.25rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.ml-1\.5 {
	margin-left: 0.375rem !important;
}
.-mt-2 {
	margin-top: -0.5rem !important;
}
.mt-px {
	margin-top: 1px !important;
}
.-mt-px {
	margin-top: -1px !important;
}
.-ml-1 {
	margin-left: -0.25rem !important;
}
.ml-6 {
	margin-left: 1.5rem !important;
}
.-mt-1 {
	margin-top: -0.25rem !important;
}
.ml-auto {
	margin-left: auto !important;
}
.mr-4 {
	margin-right: 1rem !important;
}
.mr-16 {
	margin-right: 4rem !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.ml-\[8px\] {
	margin-left: 8px !important;
}
.mr-12 {
	margin-right: 3rem !important;
}
.-ml-3 {
	margin-left: -0.75rem !important;
}
.ml-px {
	margin-left: 1px !important;
}
.-mt-8 {
	margin-top: -2rem !important;
}
.-ml-8 {
	margin-left: -2rem !important;
}
.mb-px {
	margin-bottom: 1px !important;
}
.mr-8 {
	margin-right: 2rem !important;
}
.ml-3 {
	margin-left: 0.75rem !important;
}
.block {
	display: block !important;
}
.\!block {
	display: block !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.inline {
	display: inline !important;
}
.\!inline {
	display: inline !important;
}
.flex {
	display: flex !important;
}
.inline-flex {
	display: inline-flex !important;
}
.table {
	display: table !important;
}
.grid {
	display: grid !important;
}
.contents {
	display: contents !important;
}
.hidden {
	display: none !important;
}
.h-auto {
	height: auto !important;
}
.h-40 {
	height: 10rem !important;
}
.h-16 {
	height: 4rem !important;
}
.h-12 {
	height: 3rem !important;
}
.h-8 {
	height: 2rem !important;
}
.h-full {
	height: 100% !important;
}
.h-\[120px\] {
	height: 120px !important;
}
.h-20 {
	height: 5rem !important;
}
.h-fit {
	height: -moz-fit-content !important;
	height: fit-content !important;
}
.h-14 {
	height: 3.5rem !important;
}
.h-\[85\%\] {
	height: 85% !important;
}
.h-24 {
	height: 6rem !important;
}
.h-9 {
	height: 2.25rem !important;
}
.h-\[600px\] {
	height: 600px !important;
}
.h-4 {
	height: 1rem !important;
}
.h-6 {
	height: 1.5rem !important;
}
.h-10 {
	height: 2.5rem !important;
}
.h-\[34px\] {
	height: 34px !important;
}
.h-\[3\.05rem\] {
	height: 3.05rem !important;
}
.max-h-full {
	max-height: 100% !important;
}
.max-h-\[9999px\] {
	max-height: 9999px !important;
}
.max-h-6 {
	max-height: 1.5rem !important;
}
.max-h-48 {
	max-height: 12rem !important;
}
.min-h-\[500px\] {
	min-height: 500px !important;
}
.min-h-\[43px\] {
	min-height: 43px !important;
}
.min-h-\[6rem\] {
	min-height: 6rem !important;
}
.w-full {
	width: 100% !important;
}
.w-40 {
	width: 10rem !important;
}
.w-16 {
	width: 4rem !important;
}
.w-80 {
	width: 20rem !important;
}
.w-12 {
	width: 3rem !important;
}
.w-32 {
	width: 8rem !important;
}
.w-8 {
	width: 2rem !important;
}
.w-5\/6 {
	width: 83.333333% !important;
}
.w-24 {
	width: 6rem !important;
}
.w-20 {
	width: 5rem !important;
}
.w-auto {
	width: auto !important;
}
.w-fit {
	width: -moz-fit-content !important;
	width: fit-content !important;
}
.w-60 {
	width: 15rem !important;
}
.w-1\/6 {
	width: 16.666667% !important;
}
.w-11\/12 {
	width: 91.666667% !important;
}
.w-\[90\%\] {
	width: 90% !important;
}
.w-1\/2 {
	width: 50% !important;
}
.w-1\/4 {
	width: 25% !important;
}
.w-3\/4 {
	width: 75% !important;
}
.w-5 {
	width: 1.25rem !important;
}
.w-0 {
	width: 0px !important;
}
.w-10 {
	width: 2.5rem !important;
}
.w-6 {
	width: 1.5rem !important;
}
.w-9\/12 {
	width: 75% !important;
}
.w-7\/12 {
	width: 58.333333% !important;
}
.w-8\/12 {
	width: 66.666667% !important;
}
.w-4\/12 {
	width: 33.333333% !important;
}
.w-1\/3 {
	width: 33.333333% !important;
}
.w-\[100px\] {
	width: 100px !important;
}
.w-2\/12 {
	width: 16.666667% !important;
}
.w-6\/12 {
	width: 50% !important;
}
.w-10\/12 {
	width: 83.333333% !important;
}
.w-2\/5 {
	width: 40% !important;
}
.min-w-\[2\.75rem\] {
	min-width: 2.75rem !important;
}
.max-w-4xl {
	max-width: 56rem !important;
}
.max-w-3xl {
	max-width: 48rem !important;
}
.max-w-sm {
	max-width: 24rem !important;
}
.max-w-6xl {
	max-width: 72rem !important;
}
.max-w-7xl {
	max-width: 80rem !important;
}
.max-w-xl {
	max-width: 36rem !important;
}
.max-w-md {
	max-width: 28rem !important;
}
.max-w-xs {
	max-width: 20rem !important;
}
.max-w-9xl {
	max-width: 100rem !important;
}
.max-w-\[1600px\] {
	max-width: 1600px !important;
}
.max-w-\[230px\] {
	max-width: 230px !important;
}
.max-w-full {
	max-width: 100% !important;
}
.max-w-screen-lg {
	max-width: 1024px !important;
}
.max-w-screen-md {
	max-width: 768px !important;
}
.max-w-\[70\%\] {
	max-width: 70% !important;
}
.flex-1 {
	flex: 1 1 !important;
}
.flex-none {
	flex: none !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.shrink {
	flex-shrink: 1 !important;
}
.flex-grow {
	flex-grow: 1 !important;
}
.grow {
	flex-grow: 1 !important;
}
.table-fixed {
	table-layout: fixed !important;
}
.-translate-y-1\/2 {
	--tw-translate-y: -50% !important;
	transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.scale-100 {
	--tw-scale-x: 1 !important;
	--tw-scale-y: 1 !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1) !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-pointer {
	cursor: pointer !important;
}
.cursor-default {
	cursor: default !important;
}
.select-none {
	-webkit-user-select: none !important;
	   -moz-user-select: none !important;
	        user-select: none !important;
}
.select-all {
	-webkit-user-select: all !important;
	   -moz-user-select: all !important;
	        user-select: all !important;
}
.resize {
	resize: both !important;
}
.list-inside {
	list-style-position: inside !important;
}
.list-disc {
	list-style-type: disc !important;
}
.list-none {
	list-style-type: none !important;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-col {
	flex-direction: column !important;
}
.flex-col-reverse {
	flex-direction: column-reverse !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.content-center {
	align-content: center !important;
}
.items-start {
	align-items: flex-start !important;
}
.items-end {
	align-items: flex-end !important;
}
.items-center {
	align-items: center !important;
}
.justify-center {
	justify-content: center !important;
}
.justify-between {
	justify-content: space-between !important;
}
.gap-4 {
	gap: 1rem !important;
}
.gap-2 {
	gap: 0.5rem !important;
}
.gap-8 {
	gap: 2rem !important;
}
.gap-12 {
	gap: 3rem !important;
}
.gap-3 {
	gap: 0.75rem !important;
}
.gap-6 {
	gap: 1.5rem !important;
}
.gap-5 {
	gap: 1.25rem !important;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(2rem * calc(1 - 0)) !important;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(2rem * 0) !important;
	margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.5rem * calc(1 - 0)) !important;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.5rem * 0) !important;
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1rem * calc(1 - 0)) !important;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1rem * 0) !important;
	margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.75rem * calc(1 - 0)) !important;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.75rem * 0) !important;
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0 !important;
	border-right-width: calc(1px * 0) !important;
	border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
	border-left-width: calc(1px * calc(1 - 0)) !important;
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1 !important;
	border-color: rgb(224 224 224 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
		border-color: rgb(224 224 224 / var(--tw-divide-opacity)) !important;
	}
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-x-auto {
	overflow-x: auto !important;
}
.truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
.text-ellipsis {
	text-overflow: ellipsis !important;
}
.whitespace-nowrap {
	white-space: nowrap !important;
}
.break-words {
	overflow-wrap: break-word !important;
}
.rounded-xl {
	border-radius: 0.75rem !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.rounded-lg {
	border-radius: 0.5rem !important;
}
.rounded-full {
	border-radius: 9999px !important;
}
.rounded-none {
	border-radius: 0px !important;
}
.rounded-2xl {
	border-radius: 1rem !important;
}
.rounded-md {
	border-radius: 0.375rem !important;
}
.rounded-b-lg {
	border-bottom-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}
.rounded-l {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-r {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.rounded-t-md {
	border-top-left-radius: 0.375rem !important;
	border-top-right-radius: 0.375rem !important;
}
.border {
	border-width: 1px !important;
}
.border-2 {
	border-width: 2px !important;
}
.border-l-4 {
	border-left-width: 4px !important;
}
.border-l-0 {
	border-left-width: 0px !important;
}
.border-r-0 {
	border-right-width: 0px !important;
}
.border-b {
	border-bottom-width: 1px !important;
}
.border-r {
	border-right-width: 1px !important;
}
.border-t {
	border-top-width: 1px !important;
}
.border-l {
	border-left-width: 1px !important;
}
.border-b-0 {
	border-bottom-width: 0px !important;
}
.border-solid {
	border-style: solid !important;
}
.border-dashed {
	border-style: dashed !important;
}
.border-none {
	border-style: none !important;
}
.border-gray-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(238 238 238 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-200 {
		border-color: rgb(238 238 238 / var(--tw-border-opacity)) !important;
	}
}
.border-gray-300 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(224 224 224 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-300 {
		border-color: rgb(224 224 224 / var(--tw-border-opacity)) !important;
	}
}
.border-yellow-400 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(250 204 21 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-yellow-400 {
		border-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
	}
}
.border-gray-100 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(247 248 249 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-100 {
		border-color: rgb(247 248 249 / var(--tw-border-opacity)) !important;
	}
}
.border-white {
	--tw-border-opacity: 1 !important;
	border-color: rgb(255 255 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-white {
		border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
	}
}
.border-gray-600 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(117 117 117 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-600 {
		border-color: rgb(117 117 117 / var(--tw-border-opacity)) !important;
	}
}
.border-gray-400 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(189 189 189 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-400 {
		border-color: rgb(189 189 189 / var(--tw-border-opacity)) !important;
	}
}
.border-blue-700 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-blue-700 {
		border-color: rgb(24 89 143 / var(--tw-border-opacity)) !important;
	}
}
.border-transparent {
	border-color: transparent !important;
}
.border-gray-50 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(249 250 251 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-gray-50 {
		border-color: rgb(249 250 251 / var(--tw-border-opacity)) !important;
	}
}
.border-\[\#8fb1e8\] {
	--tw-border-opacity: 1 !important;
	border-color: rgb(143 177 232 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.border-\[\#8fb1e8\] {
		border-color: rgb(143 177 232 / var(--tw-border-opacity)) !important;
	}
}
.bg-gray-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(249 250 251 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-50 {
		background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
	}
}
.bg-blue-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-600 {
		background-color: rgb(49 130 206 / var(--tw-bg-opacity)) !important;
	}
}
.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(255 255 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-white {
		background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
	}
}
.bg-green-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(22 163 74 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-green-600 {
		background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
	}
}
.bg-red-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(239 68 68 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-red-500 {
		background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(247 248 249 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-100 {
		background-color: rgb(247 248 249 / var(--tw-bg-opacity)) !important;
	}
}
.bg-green-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(34 197 94 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-green-500 {
		background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
	}
}
.bg-blue-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(66 153 225 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-500 {
		background-color: rgb(66 153 225 / var(--tw-bg-opacity)) !important;
	}
}
.bg-blue-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(235 248 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-100 {
		background-color: rgb(235 248 255 / var(--tw-bg-opacity)) !important;
	}
}
.bg-yellow-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(254 252 232 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-yellow-50 {
		background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
	}
}
.bg-blue-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-700 {
		background-color: rgb(24 89 143 / var(--tw-bg-opacity)) !important;
	}
}
.bg-green-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(220 252 231 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-green-100 {
		background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
	}
}
.bg-purple-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(243 232 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-purple-100 {
		background-color: rgb(243 232 255 / var(--tw-bg-opacity)) !important;
	}
}
.bg-indigo-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(224 231 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-indigo-100 {
		background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
	}
}
.bg-orange-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(255 237 213 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-orange-100 {
		background-color: rgb(255 237 213 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(238 238 238 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-200 {
		background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-300 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(224 224 224 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-300 {
		background-color: rgb(224 224 224 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(158 158 158 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-500 {
		background-color: rgb(158 158 158 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-400 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(189 189 189 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-400 {
		background-color: rgb(189 189 189 / var(--tw-bg-opacity)) !important;
	}
}
.bg-orange-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(234 88 12 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-orange-600 {
		background-color: rgb(234 88 12 / var(--tw-bg-opacity)) !important;
	}
}
.bg-gray-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(33 33 33 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-900 {
		background-color: rgb(33 33 33 / var(--tw-bg-opacity)) !important;
	}
}
.fill-white {
	fill: #fff !important;
}
.fill-\[\#2065d1\] {
	fill: #2065d1 !important;
}
.object-contain {
	-o-object-fit: contain !important;
	   object-fit: contain !important;
}
.object-cover {
	-o-object-fit: cover !important;
	   object-fit: cover !important;
}
.p-6 {
	padding: 1.5rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-0 {
	padding: 0px !important;
}
.p-3 {
	padding: 0.75rem !important;
}
.p-24 {
	padding: 6rem !important;
}
.p-9 {
	padding: 2.25rem !important;
}
.p-2\.5 {
	padding: 0.625rem !important;
}
.p-5 {
	padding: 1.25rem !important;
}
.p-\[3px\] {
	padding: 3px !important;
}
.p-px {
	padding: 1px !important;
}
.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-16 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.py-20 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.px-10 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}
.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.px-12 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}
.px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}
.px-1\.5 {
	padding-left: 0.375rem !important;
	padding-right: 0.375rem !important;
}
.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.py-7 {
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important;
}
.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.px-16 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}
.py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}
.py-1\.5 {
	padding-top: 0.375rem !important;
	padding-bottom: 0.375rem !important;
}
.px-2\.5 {
	padding-left: 0.625rem !important;
	padding-right: 0.625rem !important;
}
.py-0\.5 {
	padding-top: 0.125rem !important;
	padding-bottom: 0.125rem !important;
}
.py-2\.5 {
	padding-top: 0.625rem !important;
	padding-bottom: 0.625rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pb-6 {
	padding-bottom: 1.5rem !important;
}
.pt-6 {
	padding-top: 1.5rem !important;
}
.pb-12 {
	padding-bottom: 3rem !important;
}
.pb-32 {
	padding-bottom: 8rem !important;
}
.pr-4 {
	padding-right: 1rem !important;
}
.pl-6 {
	padding-left: 1.5rem !important;
}
.pt-4 {
	padding-top: 1rem !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pl-8 {
	padding-left: 2rem !important;
}
.pb-3 {
	padding-bottom: 0.75rem !important;
}
.pl-4 {
	padding-left: 1rem !important;
}
.pr-6 {
	padding-right: 1.5rem !important;
}
.pl-3 {
	padding-left: 0.75rem !important;
}
.pt-px {
	padding-top: 1px !important;
}
.pr-3 {
	padding-right: 0.75rem !important;
}
.pr-1 {
	padding-right: 0.25rem !important;
}
.pt-3 {
	padding-top: 0.75rem !important;
}
.pl-2 {
	padding-left: 0.5rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pl-14 {
	padding-left: 3.5rem !important;
}
.pr-2 {
	padding-right: 0.5rem !important;
}
.pt-9 {
	padding-top: 2.25rem !important;
}
.pb-9 {
	padding-bottom: 2.25rem !important;
}
.pr-5 {
	padding-right: 1.25rem !important;
}
.pb-5 {
	padding-bottom: 1.25rem !important;
}
.pl-12 {
	padding-left: 3rem !important;
}
.pl-5 {
	padding-left: 1.25rem !important;
}
.pt-5 {
	padding-top: 1.25rem !important;
}
.pt-10 {
	padding-top: 2.5rem !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pr-16 {
	padding-right: 4rem !important;
}
.pr-10 {
	padding-right: 2.5rem !important;
}
.pr-8 {
	padding-right: 2rem !important;
}
.pb-px {
	padding-bottom: 1px !important;
}
.pb-4 {
	padding-bottom: 1rem !important;
}
.pt-8 {
	padding-top: 2rem !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pt-1\.5 {
	padding-top: 0.375rem !important;
}
.pl-1 {
	padding-left: 0.25rem !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.font-sans {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Ubuntu, Helvetica, Arial, sans-serif !important;
}
.text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}
.text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}
.text-xl {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}
.text-3xl {
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}
.text-base {
	font-size: 15px !important;
}
.text-5xl {
	font-size: 3rem !important;
	line-height: 1 !important;
}
.text-4xl {
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
}
.text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}
.text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}
.text-\[18px\] {
	font-size: 18px !important;
}
.text-\[0\.9em\] {
	font-size: 0.9em !important;
}
.text-\[0\.8em\] {
	font-size: 0.8em !important;
}
.font-extrabold {
	font-weight: 800 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-semibold {
	font-weight: 600 !important;
}
.font-normal {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
	text-transform: lowercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.normal-case {
	text-transform: none !important;
}
.italic {
	font-style: italic !important;
}
.ordinal {
	--tw-ordinal: ordinal !important;
	font-feature-settings: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
	font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
	font-variant-numeric: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}
.leading-snug {
	line-height: 1.375 !important;
}
.leading-relaxed {
	line-height: 1.625 !important;
}
.leading-\[1\.2\] {
	line-height: 1.2 !important;
}
.leading-none {
	line-height: 1 !important;
}
.leading-4 {
	line-height: 1rem !important;
}
.leading-5 {
	line-height: 1.25rem !important;
}
.leading-tight {
	line-height: 1.25 !important;
}
.leading-6 {
	line-height: 1.5rem !important;
}
.text-gray-800 {
	--tw-text-opacity: 1 !important;
	color: rgb(69 69 74 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-800 {
		color: rgb(69 69 74 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(97 97 97 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-700 {
		color: rgb(97 97 97 / var(--tw-text-opacity)) !important;
	}
}
.text-white {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-white {
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-900 {
	--tw-text-opacity: 1 !important;
	color: rgb(33 33 33 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-900 {
		color: rgb(33 33 33 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(117 117 117 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-600 {
		color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
	}
}
.text-blue-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-600 {
		color: rgb(49 130 206 / var(--tw-text-opacity)) !important;
	}
}
.text-blue-500 {
	--tw-text-opacity: 1 !important;
	color: rgb(66 153 225 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-500 {
		color: rgb(66 153 225 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-400 {
	--tw-text-opacity: 1 !important;
	color: rgb(189 189 189 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-400 {
		color: rgb(189 189 189 / var(--tw-text-opacity)) !important;
	}
}
.text-orange-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(234 88 12 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-orange-600 {
		color: rgb(234 88 12 / var(--tw-text-opacity)) !important;
	}
}
.text-neutral-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(64 64 64 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-neutral-700 {
		color: rgb(64 64 64 / var(--tw-text-opacity)) !important;
	}
}
.text-blue-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-700 {
		color: rgb(24 89 143 / var(--tw-text-opacity)) !important;
	}
}
.text-red-500 {
	--tw-text-opacity: 1 !important;
	color: rgb(239 68 68 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-red-500 {
		color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
	}
}
.text-green-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(22 163 74 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-green-600 {
		color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
	}
}
.text-purple-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(147 51 234 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-purple-600 {
		color: rgb(147 51 234 / var(--tw-text-opacity)) !important;
	}
}
.text-indigo-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(79 70 229 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-indigo-600 {
		color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
	}
}
.text-\[\#FF5D03\] {
	--tw-text-opacity: 1 !important;
	color: rgb(255 93 3 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-\[\#FF5D03\] {
		color: rgb(255 93 3 / var(--tw-text-opacity)) !important;
	}
}
.text-red-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(220 38 38 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-red-600 {
		color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-500 {
	--tw-text-opacity: 1 !important;
	color: rgb(158 158 158 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-500 {
		color: rgb(158 158 158 / var(--tw-text-opacity)) !important;
	}
}
.text-orange-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(194 65 12 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-orange-700 {
		color: rgb(194 65 12 / var(--tw-text-opacity)) !important;
	}
}
.text-red-700 {
	--tw-text-opacity: 1 !important;
	color: rgb(185 28 28 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-red-700 {
		color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
	}
}
.text-orange-500 {
	--tw-text-opacity: 1 !important;
	color: rgb(249 115 22 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-orange-500 {
		color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-300 {
	--tw-text-opacity: 1 !important;
	color: rgb(224 224 224 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-300 {
		color: rgb(224 224 224 / var(--tw-text-opacity)) !important;
	}
}
.text-green-500 {
	--tw-text-opacity: 1 !important;
	color: rgb(34 197 94 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-green-500 {
		color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
	}
}
.text-black {
	--tw-text-opacity: 1 !important;
	color: rgb(0 0 0 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-black {
		color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-50 {
	--tw-text-opacity: 1 !important;
	color: rgb(249 250 251 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-50 {
		color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
	}
}
.text-blue-800 {
	--tw-text-opacity: 1 !important;
	color: rgb(44 82 130 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-800 {
		color: rgb(44 82 130 / var(--tw-text-opacity)) !important;
	}
}
.text-gray-200 {
	--tw-text-opacity: 1 !important;
	color: rgb(238 238 238 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-gray-200 {
		color: rgb(238 238 238 / var(--tw-text-opacity)) !important;
	}
}
.text-blue-400 {
	--tw-text-opacity: 1 !important;
	color: rgb(99 179 237 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-400 {
		color: rgb(99 179 237 / var(--tw-text-opacity)) !important;
	}
}
.text-\[\#2065d1\] {
	--tw-text-opacity: 1 !important;
	color: rgb(32 101 209 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.text-\[\#2065d1\] {
		color: rgb(32 101 209 / var(--tw-text-opacity)) !important;
	}
}
.underline {
	text-decoration-line: underline !important;
}
.no-underline {
	text-decoration-line: none !important;
}
.antialiased {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
	--tw-shadow: 0 0 #0000 !important;
	--tw-shadow-colored: 0 0 #0000 !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
	--tw-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
	--tw-shadow-colored: 0 4px 12px var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 12px rgba(0,0,0,0.15) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.outline-none {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.outline-0 {
	outline-width: 0px !important;
}
.blur {
	--tw-blur: blur(8px) !important;
	filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow-md {
	--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow-xl {
	--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.grayscale {
	--tw-grayscale: grayscale(100%) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert {
	--tw-invert: invert(100%) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-colors {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-all {
	transition-property: all !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-transform {
	transition-property: transform !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-opacity {
	transition-property: opacity !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-\[max-height\] {
	transition-property: max-height !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.duration-200 {
	transition-duration: 200ms !important;
}
.duration-300 {
	transition-duration: 300ms !important;
}
.duration-500 {
	transition-duration: 500ms !important;
}
.duration-700 {
	transition-duration: 700ms !important;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.\[form\:topic\] {
	form: topic;
}
.\[hash\:base64\] {
	hash: base64;
}
body {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Ubuntu, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	--tw-text-opacity: 1;
	color: rgb(69 69 74 / 1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
@supports (color: rgb(0 0 0 / 0)) {
body {
	color: rgb(69 69 74 / var(--tw-text-opacity));
	}
}
.btn,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}
h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}
h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}
h4 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}
p {
	margin-bottom: 0.5rem;
}
ul {
	list-style-type: disc;
	padding-left: 1rem;
	margin-bottom: 0.5rem;
}
ol {
	list-style-type: decimal;
	padding-left: 1rem;
	margin-bottom: 0.5rem;
}
a {
	--tw-text-opacity: 1;
	color: rgb(24 89 143 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
a {
		color: rgb(24 89 143 / var(--tw-text-opacity));
	}
}
a:hover {
	text-decoration: underline;
}
#main {
	padding-top: 65px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #45454a;
	text-decoration: none;
}
.btn-default {
	color: #45454a;
	background-color: #fff;
	border-color: #ccc;
}
.btn-primary {
	color: #fff;
	background-color: #18598f;
	border-color: #144b79;
}
.btn-primary:hover {
	color: #fff;
	background-color: #113e63;
	border-color: #0c2b45;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #113e63;
	border-color: #02070c;
}
.btn-action {
	color: #fff;
	background-color: #f29121;
	border-color: #ec850e;
}
.btn-action:hover,
.btn-action:active,
.open > .btn-action.dropdown-toggle {
	color: #fff;
	background-color: #d4770c;
	background-image: none;
	border-color: #b2640a;
}
.btn-action:focus,
.btn-action.focus {
	color: #fff;
	background-color: #d4770c;
	border-color: #734107;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc;
}
.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
hr {
	margin: 10px 0;
	border-top-color: #cccac4;
	border-bottom-color: #f0efec;
}
.text-danger {
	--tw-text-opacity: 1;
	color: rgb(153 27 27 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-danger {
		color: rgb(153 27 27 / var(--tw-text-opacity));
	}
}
.text-primary {
	color: #18598f;
}
.border-primary {
	border-color: #18598f;
}
/* i'm sorry - MUI tooltips are overlapped by messed up z-index system in project */
[role="tooltip"] {
	z-index: 10000 !important;
}
[role="alert"] {
	z-index: 10000 !important;
}
.placeholder\:text-gray-600::-moz-placeholder {
	--tw-text-opacity: 1 !important;
	color: rgb(117 117 117 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.placeholder\:text-gray-600::-moz-placeholder {
		color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
	}
}
.placeholder\:text-gray-600::-moz-placeholder {
	--tw-text-opacity: 1 !important;
	color: rgb(117 117 117 / 1) !important;
}
.placeholder\:text-gray-600::placeholder {
	--tw-text-opacity: 1 !important;
	color: rgb(117 117 117 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.placeholder\:text-gray-600::-moz-placeholder {
		color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
	}
.placeholder\:text-gray-600::placeholder {
		color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
	}
}
.first\:mt-0:first-child {
	margin-top: 0px !important;
}
.first\:border-t:first-child {
	border-top-width: 1px !important;
}
.last\:border-b-0:last-child {
	border-bottom-width: 0px !important;
}
.hover\:border-blue-600:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-blue-600:hover {
		border-color: rgb(49 130 206 / var(--tw-border-opacity)) !important;
	}
}
.hover\:border-blue-700:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-blue-700:hover {
		border-color: rgb(24 89 143 / var(--tw-border-opacity)) !important;
	}
}
.hover\:border-red-600:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(220 38 38 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-red-600:hover {
		border-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
	}
}
.hover\:border-orange-500:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(249 115 22 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-orange-500:hover {
		border-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
	}
}
.hover\:border-\[\#2065d1\]:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(32 101 209 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-\[\#2065d1\]:hover {
		border-color: rgb(32 101 209 / var(--tw-border-opacity)) !important;
	}
}
.hover\:bg-blue-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-blue-700:hover {
		background-color: rgb(24 89 143 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-green-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(21 128 61 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-green-700:hover {
		background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-red-600:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(220 38 38 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-red-600:hover {
		background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(249 250 251 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-50:hover {
		background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-green-600:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(22 163 74 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-green-600:hover {
		background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-sky-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(3 105 161 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-sky-700:hover {
		background-color: rgb(3 105 161 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(238 238 238 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-200:hover {
		background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(247 248 249 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-100:hover {
		background-color: rgb(247 248 249 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-orange-500:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(249 115 22 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-orange-500:hover {
		background-color: rgb(249 115 22 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-\[\#edf3fc\]:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(237 243 252 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-\[\#edf3fc\]:hover {
		background-color: rgb(237 243 252 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(97 97 97 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-700:hover {
		background-color: rgb(97 97 97 / var(--tw-bg-opacity)) !important;
	}
}
.hover\:text-blue-800:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(44 82 130 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-blue-800:hover {
		color: rgb(44 82 130 / var(--tw-text-opacity)) !important;
	}
}
.hover\:text-blue-700:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(24 89 143 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-blue-700:hover {
		color: rgb(24 89 143 / var(--tw-text-opacity)) !important;
	}
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(97 97 97 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-gray-700:hover {
		color: rgb(97 97 97 / var(--tw-text-opacity)) !important;
	}
}
.hover\:text-white:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-white:hover {
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
	}
}
.hover\:text-blue-600:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-blue-600:hover {
		color: rgb(49 130 206 / var(--tw-text-opacity)) !important;
	}
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(33 33 33 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-gray-900:hover {
		color: rgb(33 33 33 / var(--tw-text-opacity)) !important;
	}
}
.hover\:underline:hover {
	text-decoration-line: underline !important;
}
.hover\:no-underline:hover {
	text-decoration-line: none !important;
}
.hover\:shadow-lg:hover {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.focus\:border-blue-500:focus {
	--tw-border-opacity: 1 !important;
	border-color: rgb(66 153 225 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.focus\:border-blue-500:focus {
		border-color: rgb(66 153 225 / var(--tw-border-opacity)) !important;
	}
}
.focus\:border-blue-600:focus {
	--tw-border-opacity: 1 !important;
	border-color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.focus\:border-blue-600:focus {
		border-color: rgb(49 130 206 / var(--tw-border-opacity)) !important;
	}
}
.focus\:outline-none:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.focus\:ring:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-blue-100:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgb(235 248 255 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-500:focus {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgb(66 153 225 / var(--tw-ring-opacity)) !important;
}
.group:hover .group-hover\:inline-block {
	display: inline-block !important;
}
.group:hover .group-hover\:bg-blue-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:bg-blue-600 {
		background-color: rgb(49 130 206 / var(--tw-bg-opacity)) !important;
	}
}
.group:hover .group-hover\:bg-gray-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(249 250 251 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:bg-gray-50 {
		background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
	}
}
.group:hover .group-hover\:text-blue-600 {
	--tw-text-opacity: 1 !important;
	color: rgb(49 130 206 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:text-blue-600 {
		color: rgb(49 130 206 / var(--tw-text-opacity)) !important;
	}
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1 !important;
}
@media (min-width: 640px) {
	.sm\:my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.sm\:mb-12 {
		margin-bottom: 3rem !important;
	}
	.sm\:mb-6 {
		margin-bottom: 1.5rem !important;
	}
	.sm\:mb-2 {
		margin-bottom: 0.5rem !important;
	}
	.sm\:mr-7 {
		margin-right: 1.75rem !important;
	}
	.sm\:mb-0 {
		margin-bottom: 0px !important;
	}
	.sm\:mt-0 {
		margin-top: 0px !important;
	}
	.sm\:ml-auto {
		margin-left: auto !important;
	}
	.sm\:mr-3 {
		margin-right: 0.75rem !important;
	}
	.sm\:mr-1 {
		margin-right: 0.25rem !important;
	}
	.sm\:mr-0 {
		margin-right: 0px !important;
	}
	.sm\:ml-0 {
		margin-left: 0px !important;
	}
	.sm\:mt-2 {
		margin-top: 0.5rem !important;
	}
	.sm\:block {
		display: block !important;
	}
	.sm\:inline-block {
		display: inline-block !important;
	}
	.sm\:flex {
		display: flex !important;
	}
	.sm\:w-auto {
		width: auto !important;
	}
	.sm\:w-3\/12 {
		width: 25% !important;
	}
	.sm\:w-64 {
		width: 16rem !important;
	}
	.sm\:w-0 {
		width: 0px !important;
	}
	.sm\:w-9\/12 {
		width: 75% !important;
	}
	.sm\:max-w-none {
		max-width: none !important;
	}
	.sm\:flex-none {
		flex: none !important;
	}
	.sm\:flex-grow {
		flex-grow: 1 !important;
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.sm\:flex-row {
		flex-direction: row !important;
	}
	.sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0 !important;
		margin-top: calc(0.5rem * calc(1 - 0)) !important;
		margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
		margin-bottom: calc(0.5rem * 0) !important;
		margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
	}
	.sm\:overflow-hidden {
		overflow: hidden !important;
	}
	.sm\:overflow-visible {
		overflow: visible !important;
	}
	.sm\:rounded-lg {
		border-radius: 0.5rem !important;
	}
	.sm\:rounded {
		border-radius: 0.25rem !important;
	}
	.sm\:border-transparent {
		border-color: transparent !important;
	}
	.sm\:bg-white {
		--tw-bg-opacity: 1 !important;
		background-color: rgb(255 255 255 / 1) !important;
	}

@supports (color: rgb(0 0 0 / 0)) {
.sm\:bg-white {
			background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
		}
}
	.sm\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.sm\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.sm\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.sm\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.sm\:px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.sm\:py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important;
	}
	.sm\:pb-6 {
		padding-bottom: 1.5rem !important;
	}
	.sm\:pb-3 {
		padding-bottom: 0.75rem !important;
	}
	.sm\:pl-3 {
		padding-left: 0.75rem !important;
	}
	.sm\:pr-3 {
		padding-right: 0.75rem !important;
	}
	.sm\:pr-px {
		padding-right: 1px !important;
	}
	.sm\:pt-2 {
		padding-top: 0.5rem !important;
	}
	.sm\:pb-5 {
		padding-bottom: 1.25rem !important;
	}
	.sm\:pb-0 {
		padding-bottom: 0px !important;
	}
	.sm\:pb-2 {
		padding-bottom: 0.5rem !important;
	}
	.sm\:text-left {
		text-align: left !important;
	}
	.sm\:text-3xl {
		font-size: 1.875rem !important;
		line-height: 2.25rem !important;
	}
	.sm\:text-lg {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
	.sm\:text-base {
		font-size: 15px !important;
	}
	.sm\:text-blue-700 {
		--tw-text-opacity: 1 !important;
		color: rgb(24 89 143 / 1) !important;
	}

@supports (color: rgb(0 0 0 / 0)) {
.sm\:text-blue-700 {
			color: rgb(24 89 143 / var(--tw-text-opacity)) !important;
		}
}
	.sm\:focus\:border-transparent:focus {
		border-color: transparent !important;
	}
}
@media (min-width: 768px) {
	.md\:relative {
		position: relative !important;
	}
	.md\:order-none {
		order: 0 !important;
	}
	.md\:order-1 {
		order: 1 !important;
	}
	.md\:order-2 {
		order: 2 !important;
	}
	.md\:col-span-2 {
		grid-column: span 2 / span 2 !important;
	}
	.md\:mx-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.md\:mx-1\.5 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem !important;
	}
	.md\:mx-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}
	.md\:my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.md\:mr-2 {
		margin-right: 0.5rem !important;
	}
	.md\:ml-4 {
		margin-left: 1rem !important;
	}
	.md\:mb-4 {
		margin-bottom: 1rem !important;
	}
	.md\:mt-6 {
		margin-top: 1.5rem !important;
	}
	.md\:mr-0 {
		margin-right: 0px !important;
	}
	.md\:mb-0 {
		margin-bottom: 0px !important;
	}
	.md\:mt-0 {
		margin-top: 0px !important;
	}
	.md\:ml-0 {
		margin-left: 0px !important;
	}
	.md\:mt-4 {
		margin-top: 1rem !important;
	}
	.md\:block {
		display: block !important;
	}
	.md\:inline-block {
		display: inline-block !important;
	}
	.md\:flex {
		display: flex !important;
	}
	.md\:hidden {
		display: none !important;
	}
	.md\:h-48 {
		height: 12rem !important;
	}
	.md\:w-48 {
		width: 12rem !important;
	}
	.md\:w-80 {
		width: 20rem !important;
	}
	.md\:w-auto {
		width: auto !important;
	}
	.md\:w-8\/12 {
		width: 66.666667% !important;
	}
	.md\:w-4\/12 {
		width: 33.333333% !important;
	}
	.md\:w-9\/12 {
		width: 75% !important;
	}
	.md\:w-3\/12 {
		width: 25% !important;
	}
	.md\:w-6\/12 {
		width: 50% !important;
	}
	.md\:flex-none {
		flex: none !important;
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.md\:flex-row {
		flex-direction: row !important;
	}
	.md\:flex-wrap {
		flex-wrap: wrap !important;
	}
	.md\:items-center {
		align-items: center !important;
	}
	.md\:justify-between {
		justify-content: space-between !important;
	}
	.md\:gap-12 {
		gap: 3rem !important;
	}
	.md\:gap-16 {
		gap: 4rem !important;
	}
	.md\:gap-8 {
		gap: 2rem !important;
	}
	.md\:gap-6 {
		gap: 1.5rem !important;
	}
	.md\:gap-0 {
		gap: 0px !important;
	}
	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0 !important;
		margin-top: calc(0px * calc(1 - 0)) !important;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
		margin-bottom: calc(0px * 0) !important;
		margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
	}
	.md\:border-0 {
		border-width: 0px !important;
	}
	.md\:bg-transparent {
		background-color: transparent !important;
	}
	.md\:p-6 {
		padding: 1.5rem !important;
	}
	.md\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.md\:px-3 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}
	.md\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.md\:py-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.md\:pt-3 {
		padding-top: 0.75rem !important;
	}
	.md\:pt-0 {
		padding-top: 0px !important;
	}
	.md\:pt-6 {
		padding-top: 1.5rem !important;
	}
	.md\:pr-5 {
		padding-right: 1.25rem !important;
	}
	.md\:pl-4 {
		padding-left: 1rem !important;
	}
	.md\:text-4xl {
		font-size: 2.25rem !important;
		line-height: 2.5rem !important;
	}
	.md\:text-lg {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
	.md\:text-5xl {
		font-size: 3rem !important;
		line-height: 1 !important;
	}
	.md\:text-3xl {
		font-size: 1.875rem !important;
		line-height: 2.25rem !important;
	}
	.md\:text-xl {
		font-size: 1.25rem !important;
		line-height: 1.75rem !important;
	}
	.md\:text-sm {
		font-size: 0.875rem !important;
		line-height: 1.25rem !important;
	}
}
@media (min-width: 1024px) {
	.lg\:order-1 {
		order: 1 !important;
	}
	.lg\:order-2 {
		order: 2 !important;
	}
	.lg\:col-span-3 {
		grid-column: span 3 / span 3 !important;
	}
	.lg\:float-right {
		float: right !important;
	}
	.lg\:mx-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.lg\:mt-7 {
		margin-top: 1.75rem !important;
	}
	.lg\:mt-2 {
		margin-top: 0.5rem !important;
	}
	.lg\:block {
		display: block !important;
	}
	.lg\:inline {
		display: inline !important;
	}
	.lg\:flex {
		display: flex !important;
	}
	.lg\:hidden {
		display: none !important;
	}
	.lg\:h-12 {
		height: 3rem !important;
	}
	.lg\:w-6\/12 {
		width: 50% !important;
	}
	.lg\:w-10\/12 {
		width: 83.333333% !important;
	}
	.lg\:w-12 {
		width: 3rem !important;
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	.lg\:flex-row {
		flex-direction: row !important;
	}
	.lg\:gap-7 {
		gap: 1.75rem !important;
	}
	.lg\:gap-8 {
		gap: 2rem !important;
	}
	.lg\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.lg\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}
	.lg\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.lg\:pl-0 {
		padding-left: 0px !important;
	}
	.lg\:pr-8 {
		padding-right: 2rem !important;
	}
	.lg\:pt-5 {
		padding-top: 1.25rem !important;
	}
	.lg\:pt-9 {
		padding-top: 2.25rem !important;
	}
	.lg\:pr-5 {
		padding-right: 1.25rem !important;
	}
	.lg\:text-left {
		text-align: left !important;
	}
	.lg\:text-6xl {
		font-size: 3.75rem !important;
		line-height: 1 !important;
	}
	.lg\:text-5xl {
		font-size: 3rem !important;
		line-height: 1 !important;
	}
}
@media (min-width: 1280px) {
	.xl\:left-\[20\%\] {
		left: 20% !important;
	}
	.xl\:right-\[80\%\] {
		right: 80% !important;
	}
	.xl\:mt-0 {
		margin-top: 0px !important;
	}
	.xl\:mr-3 {
		margin-right: 0.75rem !important;
	}
	.xl\:block {
		display: block !important;
	}
	.xl\:flex {
		display: flex !important;
	}
	.xl\:w-\[80\%\] {
		width: 80% !important;
	}
	.xl\:w-\[20\%\] {
		width: 20% !important;
	}
	.xl\:w-4\/12 {
		width: 33.333333% !important;
	}
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	.xl\:flex-row {
		flex-direction: row !important;
	}
	.xl\:border-transparent {
		border-color: transparent !important;
	}
	.xl\:bg-transparent {
		background-color: transparent !important;
	}
	.xl\:pt-12 {
		padding-top: 3rem !important;
	}
	.xl\:pb-12 {
		padding-bottom: 3rem !important;
	}
	.xl\:pb-0 {
		padding-bottom: 0px !important;
	}
}
@media (min-width: 1536px) {
	.\32xl\:mt-8 {
		margin-top: 2rem !important;
	}
	.\32xl\:w-10\/12 {
		width: 83.333333% !important;
	}
	.\32xl\:gap-8 {
		gap: 2rem !important;
	}
}
@media (min-width: 500px) {
	.above-500px\:inline {
		display: inline !important;
	}
	.above-500px\:hidden {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.bs-large\:ml-64 {
		margin-left: 16rem !important;
	}
	.bs-large\:block {
		display: block !important;
	}
	.bs-large\:hidden {
		display: none !important;
	}
	.bs-large\:w-60 {
		width: 15rem !important;
	}
	.bs-large\:flex-nowrap {
		flex-wrap: nowrap !important;
	}
	.bs-large\:pt-0 {
		padding-top: 0px !important;
	}
	.bs-large\:pl-0 {
		padding-left: 0px !important;
	}
}
@media (min-width: 766px) {
	.bs-xs\:mr-0 {
		margin-right: 0px !important;
	}
	.bs-xs\:block {
		display: block !important;
	}
	.bs-xs\:inline-block {
		display: inline-block !important;
	}
	.bs-xs\:hidden {
		display: none !important;
	}
	.bs-xs\:flex-row {
		flex-direction: row !important;
	}
	.bs-xs\:hover\:text-blue-500:hover {
		--tw-text-opacity: 1 !important;
		color: rgb(66 153 225 / 1) !important;
	}

@supports (color: rgb(0 0 0 / 0)) {
.bs-xs\:hover\:text-blue-500:hover {
			color: rgb(66 153 225 / var(--tw-text-opacity)) !important;
		}
}
}
@media (min-width: 1440px) {
	.laptop-l\:inline-block {
		display: inline-block !important;
	}
	.laptop-l\:hidden {
		display: none !important;
	}
}
@media (min-width: 1110px) {
	.visitor-banner-desktop\:flex {
		display: flex !important;
	}
}
@media (min-width: 1100px) {
	.header-desktop\:hidden {
		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;
}

.collection-item-panel {
  position: relative;
  background-color: #ecedef;
  border: 2px solid #ecedef;
  height: 200px;
  border-radius: 6px;
  padding: 8px;
  transition: box-shadow 0.2s;
}
.collection-item-panel:hover {
  box-shadow: 0px 5px 9px -3px rgba(63, 73, 79, 0.08);
}
.collection-item-panel.active {
  z-index: 2;
}
.collection-item-panel.selected {
  border-color: #18598f;
  box-shadow: 0px 3px 10px -3px rgba(63, 73, 79, 0.3);
}
.collection-item-panel .lp-play-disabled {
  display: none;
  position: absolute;
  z-index: 1;
  font-size: 9px;
  right: -1px;
  top: 3px;
}
.collection-item-panel .lp-play-disabled .fa-play, .collection-item-panel .lp-play-disabled .fa-ban {
  color: red;
}
.collection-item-panel .lp-play-disabled .fa-circle {
  color: white;
}
.collection-item-panel .lp-play-disabled .fa-play {
  z-index: 1;
}
.collection-item-panel.hidden-from-player .lp-play-disabled {
  display: block;
}
.collection-item-panel .collection-item-image {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  overflow: hidden;
  border-radius: 4px;
}
.collection-item-panel .collection-item-image img {
  margin: 0 auto;
}
.collection-item-panel .collection-item-info {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background-color: #fff;
  padding: 7px 9px;
  border-radius: 4px;
  box-shadow: 0 -2px 3px 0px rgba(63, 73, 79, 0.08);
}
.collection-item-panel .collection-item-info .note-icon {
  background-color: lightgray;
  margin-top: 3px;
  cursor: default;
}
.collection-item-panel .collection-item-info .collection-item-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.collection-item-panel .collection-item-footer {
  padding-top: 1px;
}
.collection-item-panel .collection-item-footer .gi-icon {
  display: inline-block;
  width: 10px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 4px;
  filter: grayscale(100%);
}
.collection-item-panel .collection-item-footer .gi-icon.google-drive-icon {
  width: 12px;
  height: 11px;
}
.collection-item-panel .collection-item-footer .gi-icon.google-jamboard-icon {
  width: 9px;
  height: 13px;
}
.collection-item-panel .collection-item-footer .goto-link {
  font-size: 13px;
  width: 60%;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  color: #a1a1a1;
}
.collection-item-panel .collection-item-footer .goto-link:hover {
  text-decoration: none;
}
.collection-item-panel .collection-item-footer .dropdown-toggle {
  position: absolute;
  border: 1px solid transparent;
  bottom: 2px;
  right: 2px;
  border-radius: 3px;
  padding: 4px 6px;
  font-size: 13px;
  color: #18598f;
}
.collection-item-panel .collection-item-footer .dropdown-toggle:hover {
  border-color: #f7f8f9;
  background-color: #f7f8f9;
}
.collection-item-panel .collection-item-footer .loading {
  position: absolute;
  right: 1px;
  bottom: 1px;
  background-color: #f7f8f9;
  border-radius: 3px;
  width: 68px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.collection-item-panel .item-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sc-item-popover {
  box-shadow: none;
  background-color: #222;
  padding: 9px 14px;
  text-align: center;
}
.sc-item-popover .popover-body {
  background-color: #222;
  color: #fff;
  border-radius: 3px;
}
.sc-item-popover.top > .arrow:after {
  border-top-color: #222;
}
.sc-item-popover.right > .arrow:after {
  border-right-color: #222;
}
.sc-item-popover.left > .arrow:after {
  border-left-color: #222;
}
.sc-item-popover.bottom > .arrow:after {
  border-bottom-color: #222;
}

/*# sourceMappingURL=base-f15c7ebc.css.map*/