@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'PBS Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0a145a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0A145A;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 760px) {
  .container {
    width: 736px;
  }
}
@media (min-width: 1020px) {
  .container {
    width: 984px;
  }
}
@media (min-width: 1268px) {
  .container {
    width: 1260px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left;
}
.col-xs-16 {
  width: 100%;
}
.col-xs-15 {
  width: 93.75%;
}
.col-xs-14 {
  width: 87.5%;
}
.col-xs-13 {
  width: 81.25%;
}
.col-xs-12 {
  width: 75%;
}
.col-xs-11 {
  width: 68.75%;
}
.col-xs-10 {
  width: 62.5%;
}
.col-xs-9 {
  width: 56.25%;
}
.col-xs-8 {
  width: 50%;
}
.col-xs-7 {
  width: 43.75%;
}
.col-xs-6 {
  width: 37.5%;
}
.col-xs-5 {
  width: 31.25%;
}
.col-xs-4 {
  width: 25%;
}
.col-xs-3 {
  width: 18.75%;
}
.col-xs-2 {
  width: 12.5%;
}
.col-xs-1 {
  width: 6.25%;
}
.col-xs-pull-16 {
  right: 100%;
}
.col-xs-pull-15 {
  right: 93.75%;
}
.col-xs-pull-14 {
  right: 87.5%;
}
.col-xs-pull-13 {
  right: 81.25%;
}
.col-xs-pull-12 {
  right: 75%;
}
.col-xs-pull-11 {
  right: 68.75%;
}
.col-xs-pull-10 {
  right: 62.5%;
}
.col-xs-pull-9 {
  right: 56.25%;
}
.col-xs-pull-8 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 43.75%;
}
.col-xs-pull-6 {
  right: 37.5%;
}
.col-xs-pull-5 {
  right: 31.25%;
}
.col-xs-pull-4 {
  right: 25%;
}
.col-xs-pull-3 {
  right: 18.75%;
}
.col-xs-pull-2 {
  right: 12.5%;
}
.col-xs-pull-1 {
  right: 6.25%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-16 {
  left: 100%;
}
.col-xs-push-15 {
  left: 93.75%;
}
.col-xs-push-14 {
  left: 87.5%;
}
.col-xs-push-13 {
  left: 81.25%;
}
.col-xs-push-12 {
  left: 75%;
}
.col-xs-push-11 {
  left: 68.75%;
}
.col-xs-push-10 {
  left: 62.5%;
}
.col-xs-push-9 {
  left: 56.25%;
}
.col-xs-push-8 {
  left: 50%;
}
.col-xs-push-7 {
  left: 43.75%;
}
.col-xs-push-6 {
  left: 37.5%;
}
.col-xs-push-5 {
  left: 31.25%;
}
.col-xs-push-4 {
  left: 25%;
}
.col-xs-push-3 {
  left: 18.75%;
}
.col-xs-push-2 {
  left: 12.5%;
}
.col-xs-push-1 {
  left: 6.25%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-16 {
  margin-left: 100%;
}
.col-xs-offset-15 {
  margin-left: 93.75%;
}
.col-xs-offset-14 {
  margin-left: 87.5%;
}
.col-xs-offset-13 {
  margin-left: 81.25%;
}
.col-xs-offset-12 {
  margin-left: 75%;
}
.col-xs-offset-11 {
  margin-left: 68.75%;
}
.col-xs-offset-10 {
  margin-left: 62.5%;
}
.col-xs-offset-9 {
  margin-left: 56.25%;
}
.col-xs-offset-8 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 43.75%;
}
.col-xs-offset-6 {
  margin-left: 37.5%;
}
.col-xs-offset-5 {
  margin-left: 31.25%;
}
.col-xs-offset-4 {
  margin-left: 25%;
}
.col-xs-offset-3 {
  margin-left: 18.75%;
}
.col-xs-offset-2 {
  margin-left: 12.5%;
}
.col-xs-offset-1 {
  margin-left: 6.25%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 760px) {
  .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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-1 {
    width: 6.25%;
  }
  .col-sm-pull-16 {
    right: 100%;
  }
  .col-sm-pull-15 {
    right: 93.75%;
  }
  .col-sm-pull-14 {
    right: 87.5%;
  }
  .col-sm-pull-13 {
    right: 81.25%;
  }
  .col-sm-pull-12 {
    right: 75%;
  }
  .col-sm-pull-11 {
    right: 68.75%;
  }
  .col-sm-pull-10 {
    right: 62.5%;
  }
  .col-sm-pull-9 {
    right: 56.25%;
  }
  .col-sm-pull-8 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 43.75%;
  }
  .col-sm-pull-6 {
    right: 37.5%;
  }
  .col-sm-pull-5 {
    right: 31.25%;
  }
  .col-sm-pull-4 {
    right: 25%;
  }
  .col-sm-pull-3 {
    right: 18.75%;
  }
  .col-sm-pull-2 {
    right: 12.5%;
  }
  .col-sm-pull-1 {
    right: 6.25%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-16 {
    left: 100%;
  }
  .col-sm-push-15 {
    left: 93.75%;
  }
  .col-sm-push-14 {
    left: 87.5%;
  }
  .col-sm-push-13 {
    left: 81.25%;
  }
  .col-sm-push-12 {
    left: 75%;
  }
  .col-sm-push-11 {
    left: 68.75%;
  }
  .col-sm-push-10 {
    left: 62.5%;
  }
  .col-sm-push-9 {
    left: 56.25%;
  }
  .col-sm-push-8 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 43.75%;
  }
  .col-sm-push-6 {
    left: 37.5%;
  }
  .col-sm-push-5 {
    left: 31.25%;
  }
  .col-sm-push-4 {
    left: 25%;
  }
  .col-sm-push-3 {
    left: 18.75%;
  }
  .col-sm-push-2 {
    left: 12.5%;
  }
  .col-sm-push-1 {
    left: 6.25%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-16 {
    margin-left: 100%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1020px) {
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
  }
  .col-md-16 {
    width: 100%;
  }
  .col-md-15 {
    width: 93.75%;
  }
  .col-md-14 {
    width: 87.5%;
  }
  .col-md-13 {
    width: 81.25%;
  }
  .col-md-12 {
    width: 75%;
  }
  .col-md-11 {
    width: 68.75%;
  }
  .col-md-10 {
    width: 62.5%;
  }
  .col-md-9 {
    width: 56.25%;
  }
  .col-md-8 {
    width: 50%;
  }
  .col-md-7 {
    width: 43.75%;
  }
  .col-md-6 {
    width: 37.5%;
  }
  .col-md-5 {
    width: 31.25%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-3 {
    width: 18.75%;
  }
  .col-md-2 {
    width: 12.5%;
  }
  .col-md-1 {
    width: 6.25%;
  }
  .col-md-pull-16 {
    right: 100%;
  }
  .col-md-pull-15 {
    right: 93.75%;
  }
  .col-md-pull-14 {
    right: 87.5%;
  }
  .col-md-pull-13 {
    right: 81.25%;
  }
  .col-md-pull-12 {
    right: 75%;
  }
  .col-md-pull-11 {
    right: 68.75%;
  }
  .col-md-pull-10 {
    right: 62.5%;
  }
  .col-md-pull-9 {
    right: 56.25%;
  }
  .col-md-pull-8 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 43.75%;
  }
  .col-md-pull-6 {
    right: 37.5%;
  }
  .col-md-pull-5 {
    right: 31.25%;
  }
  .col-md-pull-4 {
    right: 25%;
  }
  .col-md-pull-3 {
    right: 18.75%;
  }
  .col-md-pull-2 {
    right: 12.5%;
  }
  .col-md-pull-1 {
    right: 6.25%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-16 {
    left: 100%;
  }
  .col-md-push-15 {
    left: 93.75%;
  }
  .col-md-push-14 {
    left: 87.5%;
  }
  .col-md-push-13 {
    left: 81.25%;
  }
  .col-md-push-12 {
    left: 75%;
  }
  .col-md-push-11 {
    left: 68.75%;
  }
  .col-md-push-10 {
    left: 62.5%;
  }
  .col-md-push-9 {
    left: 56.25%;
  }
  .col-md-push-8 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 43.75%;
  }
  .col-md-push-6 {
    left: 37.5%;
  }
  .col-md-push-5 {
    left: 31.25%;
  }
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-push-3 {
    left: 18.75%;
  }
  .col-md-push-2 {
    left: 12.5%;
  }
  .col-md-push-1 {
    left: 6.25%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-16 {
    margin-left: 100%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1268px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left;
  }
  .col-lg-16 {
    width: 100%;
  }
  .col-lg-15 {
    width: 93.75%;
  }
  .col-lg-14 {
    width: 87.5%;
  }
  .col-lg-13 {
    width: 81.25%;
  }
  .col-lg-12 {
    width: 75%;
  }
  .col-lg-11 {
    width: 68.75%;
  }
  .col-lg-10 {
    width: 62.5%;
  }
  .col-lg-9 {
    width: 56.25%;
  }
  .col-lg-8 {
    width: 50%;
  }
  .col-lg-7 {
    width: 43.75%;
  }
  .col-lg-6 {
    width: 37.5%;
  }
  .col-lg-5 {
    width: 31.25%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-3 {
    width: 18.75%;
  }
  .col-lg-2 {
    width: 12.5%;
  }
  .col-lg-1 {
    width: 6.25%;
  }
  .col-lg-pull-16 {
    right: 100%;
  }
  .col-lg-pull-15 {
    right: 93.75%;
  }
  .col-lg-pull-14 {
    right: 87.5%;
  }
  .col-lg-pull-13 {
    right: 81.25%;
  }
  .col-lg-pull-12 {
    right: 75%;
  }
  .col-lg-pull-11 {
    right: 68.75%;
  }
  .col-lg-pull-10 {
    right: 62.5%;
  }
  .col-lg-pull-9 {
    right: 56.25%;
  }
  .col-lg-pull-8 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 43.75%;
  }
  .col-lg-pull-6 {
    right: 37.5%;
  }
  .col-lg-pull-5 {
    right: 31.25%;
  }
  .col-lg-pull-4 {
    right: 25%;
  }
  .col-lg-pull-3 {
    right: 18.75%;
  }
  .col-lg-pull-2 {
    right: 12.5%;
  }
  .col-lg-pull-1 {
    right: 6.25%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-16 {
    left: 100%;
  }
  .col-lg-push-15 {
    left: 93.75%;
  }
  .col-lg-push-14 {
    left: 87.5%;
  }
  .col-lg-push-13 {
    left: 81.25%;
  }
  .col-lg-push-12 {
    left: 75%;
  }
  .col-lg-push-11 {
    left: 68.75%;
  }
  .col-lg-push-10 {
    left: 62.5%;
  }
  .col-lg-push-9 {
    left: 56.25%;
  }
  .col-lg-push-8 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 43.75%;
  }
  .col-lg-push-6 {
    left: 37.5%;
  }
  .col-lg-push-5 {
    left: 31.25%;
  }
  .col-lg-push-4 {
    left: 25%;
  }
  .col-lg-push-3 {
    left: 18.75%;
  }
  .col-lg-push-2 {
    left: 12.5%;
  }
  .col-lg-push-1 {
    left: 6.25%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-16 {
    margin-left: 100%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #c4cbd4;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #c4cbd4;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 760px) {
  .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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 760px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 12px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0a145a;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0A145A;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
/*
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-lg(); }
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn { .input-sm(); }
*/
.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 {
  line-height: 1;
  text-align: center;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 760px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover,
.register-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 1024px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after,
.favorites .wrapper:before,
.favorites .wrapper:after,
.favorites .main:before,
.favorites .main:after,
.favorites .main .leftrail .nav-section:before,
.favorites .main .leftrail .nav-section:after,
.favorites .main .media-tools-nav .left-nav:before,
.favorites .main .media-tools-nav .left-nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.favorites .wrapper:after,
.favorites .main:after,
.favorites .main .leftrail .nav-section:after,
.favorites .main .media-tools-nav .left-nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 759px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 760px) and (max-width: 1019px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 1020px) and (max-width: 1267px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1268px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 759px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 760px) and (max-width: 1019px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1020px) and (max-width: 1267px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1268px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* 1. */
.full-page {
  width: 100%;
  text-align: center;
}
.hover-knockback {
  opacity: 0.75;
}
/**
 * The following are specific to a couple of objects derived
 * from Inuit.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `.box-sizing(border-box);`
 *
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `@truncation-boundary` is a united measurement.
 */
/**
 * Create global or selective box sizing rules based on the value passed
 *
 */
.nav-ab {
  list-style: none;
  margin-left: 0;
}
.nav-ab > li,
.nav-ab > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.nav-ab--stacked > li {
  display: list-item;
}
.nav-ab--stacked > li > a {
  display: block;
}
.nav-ab--banner {
  text-align: center;
}
.nav-ab--block,
.options {
  line-height: 1;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav-ab--block > li,
.options > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav-ab--block > li > a,
.options > li > a {
  padding: 12px;
}
.nav-ab--fit {
  display: table;
  width: 100%;
}
.nav-ab--fit > li {
  display: table-cell;
}
.nav-ab--fit > li > a {
  display: block;
}
.nav-ab--keywords > li:after {
  content: ", ";
}
.nav-ab--keywords > li:last-child:after {
  display: none;
}
.matrix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-content: left;
  -ms-flex-line-pack: left;
  align-content: left;
  height: 230px;
  list-style: none;
  margin-left: 0;
  border-top-width: 1px;
  border-left-width: 1px;
}
.matrix,
.matrix > li {
  border: 0 solid #ccc;
  /* Override this color in your theme stylesheet */
}
.matrix > li {
  border-bottom-width: 1px;
  padding: 12px;
}
.matrix > li {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-right-width: 1px;
}
.matrix__link {
  display: block;
  padding: 12px;
  margin: -12px;
}
.multi-list {
  height: 185px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-content: left;
  -ms-flex-line-pack: left;
  align-content: left;
  list-style: none;
  margin-left: 0;
  /* @extend .cf; */
}
.multi-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.multi-list li label {
  padding-top: 0px;
}
.multi-list > li {
  float: left;
}
.two-cols > li {
  width: 50%;
}
.three-cols > li {
  width: 33.33333%;
  min-height: 33px;
}
.three-cols > div {
  width: 33.33333%;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .three-cols > div {
    width: 100%;
  }
}
.four-cols > li {
  width: 25%;
}
.five-cols > li {
  width: 20%;
}
.matrix > .all-cols,
.multi-list > .all-cols {
  width: 100%;
}
@font-face {
  font-family: 'lmbase2';
  src: url('../../station/fonts/lmfonts/lmbase-webfont.eot?v=1.0.2');
  src: url('../../station/fonts/lmfonts/lmbase-webfont.eot?#iefix&v=1.0.2') format('embedded-opentype'), url('../../station/fonts/lmfonts/lmbase-webfont.woff?v=1.0.2') format('woff'), url('../../station/fonts/lmfonts/lmbase-webfont.ttf?v=1.0.2') format('truetype'), url('../../station/fonts/lmfonts/lmbase-webfont.svg?v=1.0.2') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lmsocialmedia';
  src: url('../../station/fonts/lmfonts/lmsocialmedia-webfont.eot?v=1.0.2');
  src: url('../../station/fonts/lmfonts/lmsocialmedia-webfont.eot?#iefix&v=1.0.2') format('embedded-opentype'), url('../../station/fonts/lmfonts/lmsocialmedia-webfont.woff?v=1.0.2') format('woff'), url('../../station/fonts/lmfonts/lmsocialmedia-webfont.ttf?v=1.0.2') format('truetype'), url('../../station/fonts/lmfonts/lmsocialmedia-webfont.svg?v=1.0.2') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lmhandregular';
  src: url('../../station/fonts/lmfonts/lmhand-webfont.eot?v=1.0.2');
  src: url('../../station/fonts/lmfonts/lmhand-webfont.eot?#iefix&v=1.0.2') format('embedded-opentype'), url('../../station/fonts/lmfonts/lmhand-webfont.woff?v=1.0.2') format('woff'), url('../../station/fonts/lmfonts/lmhand-webfont.ttf?v=1.0.2') format('truetype'), url('../../station/fonts/lmfonts/lmhand-webfont.svg?v=1.0.2') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lm,
.lmh,
.ps,
.chevron-icon {
  display: inline-block;
  font-family: lmbase2;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  margin: 0 0.4em;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lmh {
  font-family: lmhandregular;
}
.ps {
  font-family: lmsocialmedia;
}
.lm-stack,
.lmh-stack,
.ps-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.lm-stack-1x,
.lm-stack-2x,
.lmh-stack-1x,
.lmh-stack-2x,
.ps-stack-1x,
.ps-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.lm-stack-1x,
.lmh-stack-1x,
.ps-stack-1x {
  line-height: inherit;
}
.lm-stack-2x,
.lmh-stack-2x,
.ps-stack-2x {
  font-size: 2em;
}
.lm-inverse,
.lmh-inverse,
.ps-inverse {
  color: #fff;
}
.lm-jigsaw-puzzle:before {
  content: "\0021";
}
.lm-key:before {
  content: "$";
}
.lm-fullscreen-enter:before {
  content: "^";
}
.lm-fullscreen-exit:before {
  content: "%";
}
.lm-checked-box:before {
  content: "\0030";
}
.lm-three-dots:before {
  content: "\0022";
}
.lm-ilp:before {
  content: "\e901";
}
.lm-results:before {
  content: "\e903";
}
.lm-notes:before {
  content: "\e902";
}
.lm-lock:before {
  content: "\e900";
}
.lm-collection:before {
  content: "\e904";
}
.lm-envelope:before {
  content: "\0061";
}
.lm-question-o:before {
  content: "\0062";
}
.lm-happyface:before {
  content: "\0063";
}
.lm-star-o:before {
  content: "\0064";
}
.lm-star:before {
  content: "\0065";
}
.lm-half-star:before {
  content: "\0040";
}
.lm-search:before {
  content: "\0066";
}
.lm-play-o:before {
  content: "\0067";
}
.lm-screen-pointer:before {
  content: "\0068";
}
.lm-pictures:before {
  content: "\0069";
}
.lm-ear-wave:before {
  content: "\006A";
}
.lm-picture:before {
  content: "\006B";
}
.lm-documents:before {
  content: "\006C";
}
.lm-screen-text:before {
  content: "\006D";
}
.lm-add:before {
  content: "\006E";
}
.lm-document:before {
  content: "\006F";
}
.lm-folder:before {
  content: "\0070";
}
.lm-gears:before {
  content: "\0071";
}
.lm-film-clip:before {
  content: "\0072";
}
.lm-people:before {
  content: "\0073";
}
.lm-teacher:before {
  content: "\0074";
}
.lm-hands-up:before {
  content: "\0075";
}
.lm-beta:before {
  content: "\0076";
}
.lm-printer:before {
  content: "\0077";
}
.lm-link:before {
  content: "\0078";
}
.lm-share:before {
  content: "\0079";
}
.lm-pencil:before {
  content: "\007A";
}
.lm-no-pencil:before {
  content: "\0034";
}
.lm-page:before {
  content: "\0036";
}
.lm-eye:before {
  content: "\0035";
}
.lm-all-arrow:before {
  content: "\0037";
}
.lm-star-outline:before {
  content: "\0039";
}
.lm-heart-outline:before {
  content: "\0038";
}
.lm-upload:before {
  content: "\002A";
}
.lm-plus-o:before {
  content: "\0041";
}
.lm-minus-o:before {
  content: "\0042";
}
.lm-cross-o:before {
  content: "\0043";
}
.lm-cross:before {
  content: "\0044";
}
.lm-trash:before {
  content: "\0045";
}
.lm-right-o:before {
  content: "\0046";
}
.lm-left-o:before {
  content: "\0047";
}
.lm-down-o:before {
  content: "\0048";
}
.lm-up-o:before {
  content: "\0049";
}
.lm-right-arrow:before {
  content: "\004A";
}
.lm-left-arrow:before {
  content: "\004B";
}
.lm-down-arrow:before {
  content: "\004C";
}
.lm-up-arrow:before {
  content: "\004D";
}
.lm-triangle-right:before {
  content: "\004E";
}
.lm-triangle-left:before {
  content: "\004F";
}
.lm-triangle-down:before {
  content: "\0050";
}
.lm-triangle-up:before {
  content: "\0051";
}
.lm-screen:before {
  content: "\0052";
}
.icon-chevron-right:before {
  content: "\004A";
}
.icon-chevron-down:before {
  content: "\004C";
}
.lm-menu:before {
  content: "\0053";
}
.lm-doc-sm:before {
  content: "\0054";
}
.lm-heart:before {
  content: "\0055";
}
.lm-edit:before {
  content: "\0056";
}
.lm-download:before {
  content: "\0057";
}
.lm-dash-add:before {
  content: "\0058";
}
.lm-dash-delete:before {
  content: "\0059";
}
.lm-dashboard:before {
  content: "\005A";
}
.lm-info:before {
  content: "\0031";
}
.lm-play-gallery:before {
  content: "\0032";
}
.lm-fav-folder:before {
  content: "\0033";
}
.lmh-smartphone:before {
  content: "\0021";
}
.lmh-laptop:before {
  content: "\0040";
}
.lmh-monitor:before {
  content: "\0023";
}
.lmh-play-film:before {
  content: "\0024";
}
.lmh-coffeecup:before {
  content: "\0025";
}
.lmh-cutlery:before {
  content: "\0026";
}
.lmh-at-symbol:before {
  content: "\0030";
}
.lmh-one:before {
  content: "\0031";
}
.lmh-two:before {
  content: "\0032";
}
.lmh-three:before {
  content: "\0033";
}
.lmh-four:before {
  content: "\0034";
}
.lmh-five:before {
  content: "\0035";
}
.lmh-question:before {
  content: "\0036";
}
.lmh-megaphone:before {
  content: "\0037";
}
.lmh-headset:before {
  content: "\0038";
}
.lmh-headphones:before {
  content: "\0039";
}
.lmh-apple:before {
  content: "\0028";
}
.lmh-radio:before {
  content: "\0029";
}
.lmh-fork-knife:before {
  content: "\002A";
}
.lmh-newspapers:before {
  content: "\002D";
}
.lmh-star-o:before {
  content: "\0041";
}
.lmh-happyface:before {
  content: "\0042";
}
.lmh-thumbup:before {
  content: "\0043";
}
.lmh-idea:before {
  content: "\0044";
}
.lmh-sun:before {
  content: "\0045";
}
.lmh-chat:before {
  content: "\0046";
}
.lmh-speechbubble:before {
  content: "\0047";
}
.lmh-flag:before {
  content: "\0048";
}
.lmh-check:before {
  content: "\0049";
}
.lmh-alert:before {
  content: "\004A";
}
.lmh-rightarrow:before {
  content: "\004B";
}
.lmh-rightarrow-rev:before {
  content: "\004C";
}
.lmh-books:before {
  content: "\004D";
}
.lmh-newspaper:before {
  content: "\004E";
}
.lmh-certificate:before {
  content: "\004F";
}
.lmh-rosette:before {
  content: "\0050";
}
.lmh-medal:before {
  content: "\0051";
}
.lmh-diploma:before {
  content: "\0052";
}
.lmh-graduationcap:before {
  content: "\0053";
}
.lmh-pen:before {
  content: "\0054";
}
.lmh-pencil:before {
  content: "\0055";
}
.lmh-thumbtack:before {
  content: "\0056";
}
.lmh-paperclip:before {
  content: "\0057";
}
.lmh-envelope:before {
  content: "\0058";
}
.lmh-glasses:before {
  content: "\0059";
}
.lmh-clipboard:before {
  content: "\005A";
}
.lmh-coffee:before {
  content: "\005E";
}
.lmh-talking:before {
  content: "\005F";
}
.lmh-right-o-rev:before {
  content: "\0060";
}
.lmh-brush:before {
  content: "\0061";
}
.lmh-music:before {
  content: "\0062";
}
.lmh-somedude:before {
  content: "\0063";
}
.lmh-scroll:before {
  content: "\0064";
}
.lmh-vote:before {
  content: "\0065";
}
.lmh-congress:before {
  content: "\0066";
}
.lmh-world:before {
  content: "\0067";
}
.lmh-earth:before {
  content: "\0068";
}
.lmh-map-pin:before {
  content: "\0069";
}
.lmh-saturn:before {
  content: "\006A";
}
.lmh-spaceshuttle:before {
  content: "\006B";
}
.lmh-trees:before {
  content: "\006C";
}
.lmh-plant:before {
  content: "\006D";
}
.lmh-recycle:before {
  content: "\006E";
}
.lmh-chemicals:before {
  content: "\006F";
}
.lmh-microscope:before {
  content: "\0070";
}
.lmh-calculator:before {
  content: "\0071";
}
.lmh-protractor:before {
  content: "\0072";
}
.lmh-graph:before {
  content: "\0073";
}
.lmh-snowman:before {
  content: "\0074";
}
.lmh-snowflake:before {
  content: "\0075";
}
.lmh-mittens:before {
  content: "\0076";
}
.lmh-cog:before {
  content: "\0077";
}
.lmh-pumpkin:before {
  content: "\0078";
}
.lmh-heart:before {
  content: "\0079";
}
.lmh-star:before {
  content: "\007A";
}
.lmh-rtl:before {
  content: "\e900";
}
.ps-facebook-rnd:before {
  content: "\0061";
}
.ps-facebook-rev:before {
  content: "\0062";
}
.ps-facebook:before {
  content: "\0063";
}
.ps-twitter-rnd:before {
  content: "\0064";
}
.ps-twitter-rev:before {
  content: "\0065";
}
.ps-twitter:before {
  content: "\0066";
}
.ps-linkedin-rnd:before {
  content: "\0067";
}
.ps-linkedin-rev:before {
  content: "\0068";
}
.ps-linkedin:before {
  content: "\0069";
}
.ps-face-rnd:before {
  content: "\006A";
}
.ps-face-rev:before {
  content: "\006B";
}
.ps-face:before {
  content: "\006C";
}
.ps-googleplus-rnd:before {
  content: "\006D";
}
.ps-googleplus-rev:before {
  content: "\006E";
}
.ps-googleplus:before {
  content: "\006F";
}
.ps-pinterest-rnd:before {
  content: "\0070";
}
.ps-pinterest-rev:before {
  content: "\0071";
}
.ps-pinterest:before {
  content: "\0072";
}
.ps-apple:before {
  content: "\0073";
}
.ps-dvd:before {
  content: "\0074";
}
.ps-cc:before {
  content: "\0075";
}
.ps-pbs-rev:before {
  content: "\0076";
}
.ps-pbs:before {
  content: "\0077";
}
.ps-pbs-block:before {
  content: "\0078";
}
/** Indie Flower
  * Normal: 400
  *
  */
.black {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
body {
  font: 300 16px/24px 'PBS Sans', sans-serif;
  color: #556270;
  text-align: left;
  line-height: 1.846;
}
h1 {
  font: 300 30px/41px 'PBS Sans', sans-serif;
  color: #0a145a;
}
h2 {
  font: 300 24px/34px 'PBS Sans', sans-serif;
  color: #0a145a;
}
h1,
h2 {
  margin-bottom: 10px;
}
h3 {
  font: 500 18px/27px 'PBS Sans', sans-serif;
  color: #556270;
}
h4 {
  font: 700 18px/23px 'PBS Sans', sans-serif;
  color: #738496;
}
h3,
h4 {
  margin-bottom: 5px;
}
h4 {
  text-transform: uppercase;
}
.accent-text {
  font: 20px/27px 'Indie Flower', 'Brush Script MT', 'Lucida Handwriting', 'Comic Sans', cursive;
}
h5 {
  font-size: 21px;
  line-height: 1.19;
}
.flower {
  font-family: 'Indie Flower', 'Brush Script MT', 'Lucida Handwriting', 'Comic Sans', cursive;
  font-weight: 400;
  font-style: normal;
}
/* overwriting bootstrap */
label {
  font: 300 16px/24px 'PBS Sans', sans-serif;
}
@media (min-width: 760px) {
  .no-lap {
    display: none !important;
  }
}
@media (min-width: 1020px) {
  .no-desk {
    display: none !important;
  }
}
@media (max-width: 759px) {
  .lap-and-up {
    display: none !important;
  }
}
@media (max-width: 1019px) {
  .desk-and-up {
    display: none !important;
  }
}
@media (max-width: 1019px) {
  .expandable {
    height: auto !important;
  }
}
@media (min-width: 760px) {
  .fill-width {
    width: 736px;
    max-width: 736px;
  }
}
@media (min-width: 1020px) {
  .fill-width {
    width: 984px;
    max-width: 984px;
  }
}
@media (min-width: 1268px) {
  .fill-width {
    width: 1260px;
    max-width: 1260px;
  }
}
ul.row,
ul.row > li {
  list-style-type: none !important;
}
.bg-lg {
  background-color: #f6f6f4;
}
.std-pad-all {
  padding: 12px;
}
.pd-none {
  padding: 0;
}
.sm-mgb {
  margin-bottom: 16px;
}
.legal {
  color: #738496;
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 30px;
  word-break: break-word;
}
.lm-pencil {
  color: #0a145a;
}
.lm-pencil:hover {
  color: #2638c4;
}
.deactivated .lm-pencil {
  color: #dce0e5;
}
.deactivated .lm-pencil:hover {
  color: #dce0e5;
}
.overflow-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.launch-overlay,
.poster-image-launch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  max-width: 60%;
  z-index: 10;
}
.launch-overlay img,
.poster-image-launch img {
  position: relative;
  width: 150px;
  margin-left: -75px;
}
.launch-btn {
  position: relative;
  display: inline-block;
  left: -75px;
  left: calc(-100% / 2);
  font-size: 14px;
  width: 100px;
  padding: 8px;
  top: -16px;
  max-width: 100%;
  transition: background-color 0.3s;
  background-color: #353d46;
  background-color: rgba(53, 61, 70, 0.65);
  color: #fff;
  font-family: 'roboto condensed', 'roboto', helvetica, arial;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1020px) {
  .launch-btn {
    font-size: 20px;
    padding: 16px 0;
    width: 150px;
    top: -26px;
  }
}
.launch-btn .lm-add {
  position: relative;
}
.launch-btn:hover {
  background-color: #353d46;
}
.element-small .launch-btn {
  font-size: 14px;
  width: 100px;
  padding: 8px;
  top: -16px;
}
body {
  background-color: #f6f6f4;
}
.container,
.container-fluid {
  padding: 0;
}
.row,
.std-mgneg {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 760px) {
  .row,
  .std-mgneg {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.std-table {
  display: table;
}
.std-table-row {
  display: table-row;
}
.std-cell {
  display: table-cell;
}
.mg-none {
  margin: 0;
}
.pd-none {
  padding: 0;
}
.stdpd-tb {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pad-left {
  padding-left: 24px;
}
.std-pdlr {
  padding-left: 12px;
  padding-right: 12px;
}
.std-mgb {
  margin-bottom: 24px;
}
.sm-mgb {
  margin-bottom: 16px;
}
.std-mgt {
  margin-top: 24px;
}
.std-wb {
  background-color: #fff;
}
.std-linebg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA6MGbGIGwPFzqJLgAVBipEl4ILIEiiCMAkMQZAEAEbIBTpQMFGXAAAAAElFTkSuQmCC
	) repeat;
}
.std-border {
  border: 1px solid #dce0e5;
}
.std-border-top {
  border-top: 1px solid #dce0e5;
}
.std-border-bot {
  border-bottom: 1px solid #dce0e5;
}
.std-section {
  padding: 12px 24px;
}
.std-show-hide .lm {
  margin: 0;
}
.std-show-hide .lm-dash-add {
  display: inline;
}
.std-show-hide .lm-dash-delete {
  display: none;
}
.js-open.std-show-hide .lm-dash-add {
  display: none;
}
.js-open.std-show-hide .lm-dash-delete {
  display: inline;
}
.std-collapse-title {
  color: #0a145a;
}
.std-collapse-title:hover {
  color: #0a145a;
}
.std-collapse-title .lm {
  margin-right: 6px;
  color: #0a145a;
}
.bg-default {
  background-color: #fff;
}
.pad-none-xs {
  padding: 0;
}
@media (min-width: 760px) {
  .pad-none-xs {
    padding: 12px;
  }
}
.pad-all-xs {
  padding: 12px;
}
@media (min-width: 760px) {
  .pad-all-xs {
    padding: 0;
  }
}
.pd-none {
  padding: 0;
}
.clear-left {
  clear: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.flower-text {
  font-size: 20px;
  color: #ff4747;
}
ul,
li {
  padding: 0;
  margin: 0;
}
.no-list-style {
  list-style: none;
}
.inside-list-style {
  list-style-position: inside;
}
.errorlist {
  list-style: none;
  color: #ff4747;
}
a {
  outline: 0;
  text-decoration: none;
  color: #0a145a;
}
a:hover,
a:visited,
a:active {
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #0f1e8c;
}
.no-js .toggle {
  display: none;
}
.standard-fade {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.standardBoxShadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #dce0e5;
}
.icon-wrap {
  display: block;
  position: relative;
}
.admin-lm-icon {
  font-size: 18px;
}
.btn-cursor {
  cursor: pointer;
}
.btn-action {
  background-color: #2638c4;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 8px;
}
.content-area {
  min-height: 450px;
}
.redesigned-url a,
.redesigned-credits-container a {
  color: #0a145a;
}
.redesigned-url a:hover,
.redesigned-credits-container a:hover {
  color: #0f1e8c;
}
#topic_display a {
  color: #0a145a !important;
}
#topic_display a:hover {
  color: #0f1e8c !important;
}
.admin-login-container {
  background-color: #dce0e5;
  font-size: 14px;
  padding: 4px 0;
  color: #0a145a;
}
.admin-login-container .admin-cms-short {
  display: none;
}
@media (min-width: 760px) and (max-width: 1019px) {
  .admin-login-container .admin-cms-short {
    display: inline;
  }
}
.main-navigation {
  text-align: right;
}
.main-navigation.mobile {
  display: none;
}
.nav-container {
  position: relative;
  background-color: #f6f6f4;
  z-index: 5;
}
.inner.nav-container {
  top: -60px;
}
.nav-btn,
.navbar-toggle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  border-right: 1px solid #dce0e5;
  color: #0a145a;
}
.nav-btn:active,
.navbar-toggle:active,
.nav-btn:visited,
.navbar-toggle:visited {
  color: #0a145a;
}
.nav-btn .lm,
.navbar-toggle .lm {
  font-size: 24px;
}
.js-open.nav-btn .lm-menu,
.js-open.navbar-toggle .lm-menu {
  display: none;
}
.nav-btn .lm-cross,
.navbar-toggle .lm-cross {
  display: none;
}
.js-open.nav-btn .lm-cross,
.js-open.navbar-toggle .lm-cross {
  display: inline-block;
}
.nav-btn {
  height: 60px;
  width: 60px;
}
.navbar-toggle {
  height: 62px;
  display: inline-block;
}
@media (min-width: 760px) {
  .navbar-toggle {
    display: none;
  }
}
.nh-navbar-toggle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  border-right: 1px solid #dce0e5;
  color: #0a145a;
  height: 62px;
  display: inline-block;
}
.nh-navbar-toggle:active,
.nh-navbar-toggle:visited {
  color: #0a145a;
}
.nh-navbar-toggle .lm {
  font-size: 24px;
}
.js-open.nh-navbar-toggle .lm-menu {
  display: none;
}
.nh-navbar-toggle .lm-cross {
  display: none;
}
.js-open.nh-navbar-toggle .lm-cross {
  display: inline-block;
}
@media (min-width: 760px) {
  .nh-navbar-toggle {
    display: none;
  }
}
@media (max-width: 599px) {
  .nh-navbar-toggle {
    height: 55px;
  }
  .nh-navbar-toggle .lm {
    font-size: 22px;
  }
}
.home-logo {
  text-align: center;
}
@media (min-width: 1020px) {
  .home-logo {
    text-align: left;
  }
}
.home-logo .logo-img {
  width: 145px;
  margin: 13px 0;
}
@media (min-width: 760px) {
  .home-logo .logo-img {
    width: 175px;
    margin: 10px 0 0;
  }
}
@media (min-width: 1020px) {
  .home-logo .logo-img {
    width: 215px;
    margin: 20px 0 0;
  }
}
.home-logo .nh-logo-img {
  width: 145px;
  margin: 13px 0 13px 5px;
}
@media (max-width: 1279px) and (min-width: 760px) {
  .home-logo .nh-logo-img {
    width: 175px;
    height: 43px;
  }
}
@media (max-width: 599px) {
  .home-logo .nh-logo-img {
    width: 120px;
    height: 29px;
  }
}
@media (min-width: 760px) {
  .home-logo .nh-logo-img {
    width: 175px;
    margin: 30px 0 0 5px;
  }
}
@media (min-width: 1280px) {
  .home-logo .nh-logo-img {
    width: 192px;
    height: 47px;
    margin: 23px 0 0 5px;
  }
}
.home-header-container {
  position: fixed;
  top: 0;
  min-width: 100%;
  z-index: 55;
  background-color: #f6f6f4;
  background-color: rgba(246, 246, 244, 0.95);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 760px) {
  .home-header-container {
    position: static;
    box-shadow: none;
  }
}
.nh-dashboard .icon-chevron-down {
  color: #dce0e5;
}
.nav-item {
  padding: 12px 24px;
  box-sizing: border-box;
  font: 700 16px 'PBS Sans', sans-serif;
  color: #556270;
  border-bottom: 1px solid #dce0e5;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}
.nav-item i {
  display: none;
}
@media (min-width: 760px) {
  .nav-item i {
    display: inline-block;
    margin: 0;
    color: #2638c4;
  }
}
.nav-item a {
  color: #000;
}
.nh-nav-item {
  padding: 12px 24px;
  box-sizing: border-box;
  font: 700 16px 'PBS Sans', sans-serif;
  color: #556270;
  border-bottom: 1px solid #dce0e5;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  font: 700 20px 'PBS Sans', sans-serif;
}
.nh-nav-item i {
  display: none;
}
@media (min-width: 760px) {
  .nh-nav-item i {
    display: inline-block;
    margin: 0;
    color: #2638c4;
  }
}
.nh-nav-item a {
  color: #000;
}
.nh-nav-ab {
  margin-bottom: 0;
}
.nh-btn-nav {
  position: relative;
}
@media (min-width: 760px) {
  .nh-btn-nav {
    padding: 38px 10px;
    text-align: center;
    border-left: none;
    border-bottom: none;
  }
  .nh-btn-nav:hover {
    background-color: white;
  }
  .nh-btn-nav.no-dropdown {
    padding: 0;
  }
  .nh-btn-nav.no-dropdown:hover {
    background-color: transparent;
  }
  .nh-btn-nav.no-dropdown .nh-nav-link {
    padding: 38px 10px;
    cursor: pointer;
  }
  .nh-btn-nav.no-dropdown .nh-nav-link:hover {
    color: #2638c4;
  }
}
@media (min-width: 1020px) {
  .nh-btn-nav {
    padding: 38px 30px;
  }
  .nh-btn-nav.no-dropdown .nh-nav-link {
    padding: 38px 30px;
  }
}
.nh-btn-nav .nh-dashboard-button,
.nh-btn-nav .nh-about-button,
.nh-btn-nav .nh-log-in-out,
.nh-btn-nav .nh-nav-link {
  font: 700 18px 'PBS Sans', sans-serif;
}
@media (min-width: 1280px) {
  .nh-btn-nav .nh-dashboard-button,
  .nh-btn-nav .nh-about-button,
  .nh-btn-nav .nh-log-in-out,
  .nh-btn-nav .nh-nav-link {
    font-size: 20px;
  }
}
@media (max-width: 759px) {
  .home-nav {
    width: 100%;
  }
  .home-nav:hover {
    border-left: 5px solid #2638c4;
    padding-left: 19px;
  }
}
@media (min-width: 760px) {
  .home-nav {
    width: 102px;
    padding: 25px 1px;
    text-align: center;
    border-left: none;
    border-bottom: none;
  }
  .home-nav:hover {
    padding-top: 20px;
    border-top: 5px solid #2638c4;
    background-color: white;
  }
}
@media (min-width: 1020px) {
  .home-nav {
    font-size: 20px;
    width: 140px;
    padding: 35px 0;
  }
  .home-nav:hover {
    padding-top: 30px;
  }
}
@media (min-width: 1268px) {
  .home-nav {
    width: 162px;
  }
}
@media (max-width: 759px) {
  .nh-home-nav {
    width: 100%;
  }
  .nh-home-nav:hover {
    border-left: 5px solid #2638c4;
    padding-left: 19px;
  }
}
@media (min-width: 760px) {
  .nh-home-nav {
    width: 102px;
    padding: 25px 1px;
    text-align: center;
    border-left: none;
    border-bottom: none;
  }
  .nh-home-nav:hover {
    padding-top: 16px;
    border-top: 2px solid #2638c4;
    background-color: transparent;
  }
}
@media (min-width: 1020px) {
  .nh-home-nav {
    font-size: 20px;
    width: 140px;
    padding: 35px 0;
  }
  .nh-home-nav:hover {
    padding-top: 16px;
  }
}
@media (min-width: 1268px) {
  .nh-home-nav {
    width: 162px;
  }
}
.nh-home-dashboard .lm-question-o {
  position: relative;
  top: 1px;
}
.nh-home-dashboard.js-open {
  background-color: #fff;
}
.nh-home-dashboard .lm {
  margin-right: 4px;
}
.nh-home-dashboard .icon-chevron-down {
  position: relative;
  top: -1px;
}
.home-dashboard {
  width: 175px;
  border-left: 1px solid #dce0e5;
}
@media (min-width: 1020px) {
  .home-dashboard {
    width: 234px;
  }
}
.home-dashboard.js-open {
  background-color: #fff;
}
.home-dashboard .lm {
  margin-right: 4px;
}
@media (min-width: 320px) {
  .nh-dashboard:hover .nh-lm-submenu,
  .nh-home-dashboard:hover .nh-lm-submenu {
    display: block;
  }
}
@media (min-width: 320px) {
  .dashboard:hover .lm-submenu,
  .home-dashboard:hover .lm-submenu {
    display: block;
  }
}
.nh-lm-submenu {
  list-style-type: none;
  display: none;
  position: absolute;
  top: 100px;
  background-color: #fff;
  border: 1px solid #dce0e5;
  font-size: 16px;
  z-index: 25;
  text-align: left;
  text-transform: none;
}
.nh-lm-submenu.js-open {
  display: block;
}
.nh-lm-submenu li {
  display: block;
  height: 40px;
  padding-top: 8px;
  padding-left: 15px;
  border-bottom: 1px solid #dce0e5;
  border-right: none;
}
.nh-lm-submenu li:last-of-type {
  border: 0;
}
.nh-lm-submenu li > span:hover {
  cursor: pointer;
}
.nh-lm-submenu li span:hover {
  color: #0a145a;
}
@media (max-width: 1019px) {
  .nh-lm-submenu {
    top: 69px;
  }
}
.nh-lm-submenu-nav {
  list-style-type: none;
  display: none;
  position: absolute;
  top: 100px;
  background-color: #fff;
  border: 1px solid #dce0e5;
  font-size: 16px;
  z-index: 25;
  text-align: left;
  text-transform: none;
  left: 0;
}
.nh-lm-submenu-nav.js-open {
  display: block;
}
.nh-lm-submenu-nav li {
  display: block;
  height: 40px;
  padding-top: 8px;
  padding-left: 15px;
  border-bottom: 1px solid #dce0e5;
  border-right: none;
}
.nh-lm-submenu-nav li:last-of-type {
  border: 0;
}
.nh-lm-submenu-nav li > span:hover {
  cursor: pointer;
}
.nh-lm-submenu-nav li span:hover {
  color: #0a145a;
}
@media (max-width: 1019px) {
  .nh-lm-submenu-nav {
    top: 69px;
  }
}
.nh-lm-submenu-nav li {
  display: block;
  height: 40px;
  padding-top: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #dce0e5;
  border-right: none;
  margin: 0 15px;
}
.nh-lm-submenu-nav li :hover {
  color: #2638c4;
}
.nh-lm-submenu-nav li:last-of-type {
  border: 0;
}
.nh-lm-submenu-nav li > span:hover {
  cursor: pointer;
}
@media (max-width: 1019px) {
  .nh-lm-submenu-nav {
    top: 100px;
  }
}
.lm-submenu {
  list-style-type: none;
  display: none;
  position: absolute;
  top: 94px;
  padding: 0 22px;
  background-color: #fff;
  border: 1px solid #dce0e5;
  font-size: 16px;
  z-index: 25;
  text-align: left;
  text-transform: none;
}
.lm-submenu.js-open {
  display: block;
}
.lm-submenu li {
  display: block;
  height: 40px;
  padding: 12px 0;
  border-bottom: 1px solid #dce0e5;
}
.lm-submenu li:last-of-type {
  border: 0;
}
.lm-submenu a {
  color: #000;
}
.lm-submenu a:hover {
  color: #0f1e8c;
}
@media (max-width: 1019px) {
  .lm-submenu {
    top: 69px;
  }
}
.dashboard-submenu {
  width: 234px;
}
.nh-dashboard-submenu {
  font-weight: 400;
  width: 100%;
}
.grades-text {
  color: #0a145a;
  font-size: 14px;
}
.grades-submenu {
  top: 73px;
  width: 145px;
  height: 325px;
}
.grades-submenu li {
  border: none;
}
.grades-submenu li:hover {
  background-color: white;
  cursor: default;
}
.subject-submenu {
  top: 73px;
  width: 277px;
  height: auto;
}
.subject-submenu li {
  width: 100%;
}
.media-submenu {
  top: 73px;
  width: 160px;
  height: auto;
}
.search-container .dashboard-submenu {
  top: 74px;
}
@media (max-width: 759px) {
  .search-container .dashboard-submenu {
    top: 45px;
  }
}
.nh-about-button {
  padding-right: 10px;
}
.about-button {
  padding-right: 50px;
}
.nh-dashboard-button {
  padding-right: 10px;
}
.dashboard-button {
  padding-right: 20px;
}
.dropdown-arrow {
  vertical-align: middle;
  padding-right: 10px;
}
@media (min-width: 1025px) {
  .dropdown-arrow {
    display: none;
  }
}
@media (max-width: 1019px) {
  .dropdown-arrow {
    vertical-align: top;
  }
}
.dropdown-arrow:hover .dashboard-submenu {
  display: block;
}
.dashboard-subtext,
.dashboard-submenu {
  font-weight: 400;
}
.secondary-nav__nav {
  margin-top: 12px;
}
.log-in-out {
  background-color: #2638c4;
  color: white;
}
@media (min-width: 760px) {
  .log-in-out {
    position: static;
  }
}
@media (min-width: 760px) {
  .log-in-out:hover {
    border-top: 5px solid white;
    background-color: #2638c4;
  }
}
.log-in-out a {
  color: white;
}
.mobile.log-in-out {
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 62px;
  padding: 20px 12px 12px;
  text-align: center;
}
@media (min-width: 760px) {
  .mobile.log-in-out {
    display: none;
  }
}
.nh-log-in-out {
  background-color: transparent;
  border: 2px solid #2638c4;
  border-radius: 2px;
  width: auto;
  margin: 20px 0 20px 10px;
  font: 700 20px 'PBS Sans', sans-serif;
  padding: 0;
}
.nh-log-in-out:hover {
  padding: 0;
  background-color: #2638c4;
}
.nh-log-in-out:hover a {
  color: white;
}
@media (max-width: 1279px) {
  .nh-log-in-out {
    font-size: 18px;
  }
}
@media (min-width: 760px) {
  .nh-log-in-out {
    position: static;
  }
}
@media (min-width: 1020px) {
  .nh-log-in-out {
    margin: 20px 0 20px 30px;
  }
}
@media (max-width: 759px) {
  .nh-log-in-out {
    background-color: #2638c4;
    margin: 0;
    border-radius: 0;
  }
}
.nh-log-in-out a {
  padding: 16px 15px;
  color: #2638c4;
}
@media (max-width: 759px) {
  .nh-log-in-out a {
    color: #fff;
    display: inline-block;
    padding: 16px 12px 12px;
  }
}
.nh-log-in-out button {
  padding: 16px 15px;
  color: #fff;
  background-color: #2638c4;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 759px) {
  .nh-log-in-out button {
    color: #fff;
    display: inline-block;
    padding: 16px 12px 12px;
  }
}
.nh-log-in-out button:hover {
  color: #fff;
}
.mobile.nh-log-in-out {
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 62px;
  text-align: center;
}
@media (min-width: 760px) {
  .mobile.nh-log-in-out {
    display: none;
  }
}
@media (max-width: 599px) {
  .mobile.nh-log-in-out {
    font-size: 16px;
    width: 90px;
    height: 55px;
    padding: 0;
  }
}
.site-banner {
  margin-top: 62px;
}
@media (min-width: 760px) {
  .site-banner {
    margin-top: 0;
  }
}
.nh-site-banner {
  margin-top: 62px;
}
@media (min-width: 760px) {
  .nh-site-banner {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .nh-site-banner {
    margin-top: 55px;
  }
}
.station-banner {
  -webkit-background-size: cover;
  background-size: cover;
}
.student-header .site-banner {
  margin-left: -12px;
  margin-right: -12px;
  overflow: hidden;
}
.student-header .site-banner #site-banner {
  padding-left: 0px;
  padding-right: 0px;
}
.band-container-table {
  display: table-row;
}
.band-container {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: block;
  align-items: center;
}
@media (min-width: 760px) {
  .band-container {
    margin: 45px 0 25px;
  }
}
.band-container-plain {
  background-color: #fff;
  padding: 10px 0;
}
.band-container,
.band-container-plain {
  text-align: center;
}
.band-container h2,
.band-container-plain h2 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 5px 24px;
  margin: 0;
  font: 700 24px 'PBS Sans', sans-serif;
}
.band-container h2 img,
.band-container-plain h2 img {
  max-width: 80%;
  max-height: 75px;
}
@media (max-width: 759px) {
  .band-container h2 img,
  .band-container-plain h2 img {
    max-width: 80%;
  }
}
@media (min-width: 760px) {
  .band-container,
  .band-container-plain {
    text-align: left;
  }
  .band-container h2,
  .band-container-plain h2 {
    font-size: 32px;
  }
}
.band-container-resource {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 60px;
  max-height: 165px;
  text-align: center;
}
.band-container-resource h2 {
  color: #fff;
  padding: 10px 24px 0 24px;
  margin: 0;
  font: 700 24px 'PBS Sans', sans-serif;
}
.band-container-resource h2 img {
  max-width: 80%;
  max-height: 75px;
}
@media (max-width: 759px) {
  .band-container-resource h2 img {
    width: 80%;
  }
}
@media (min-width: 760px) {
  .band-container-resource {
    text-align: left;
  }
  .band-container-resource h2 {
    font-size: 32px;
  }
}
.nh-resource-banner {
  border-right: none;
}
.nh-band-partners-container-resource {
  padding: 15px 0;
  display: table-cell;
  vertical-align: middle;
}
.nh-band-container-resource {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  max-height: 165px;
  text-align: center;
  height: 60px;
  min-height: 60px;
  display: table;
  align-items: center;
  width: 100%;
  max-height: 0;
}
.nh-band-container-resource h2 {
  color: #fff;
  padding: 10px 24px 0 24px;
  margin: 0;
  font: 700 24px 'PBS Sans', sans-serif;
}
.nh-band-container-resource h2 img {
  max-width: 80%;
  max-height: 75px;
}
@media (max-width: 759px) {
  .nh-band-container-resource h2 img {
    width: 80%;
  }
}
@media (min-width: 760px) {
  .nh-band-container-resource {
    text-align: left;
  }
  .nh-band-container-resource h2 {
    font-size: 32px;
  }
}
@media (min-width: 760px) {
  .nh-band-container-resource {
    height: 110px;
    min-height: 110px;
  }
}
@media (min-width: 1020px) {
  .nh-band-container-resource {
    height: 100px;
    min-height: 100px;
  }
}
@media (min-width: 760px) {
  .nh-band-container-resource h2 {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 24px;
  }
}
.band-partners {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 0 24px;
  overflow: hidden;
}
.band-partners a {
  color: #fff;
}
.band-partners a:hover {
  color: #fff;
  text-decoration: underline;
}
.band-partners a:visited,
.band-partners a:active {
  color: #fff;
}
.band-partners a:after {
  content: " ";
}
.band-partners p {
  margin: 0;
  display: inline;
}
.band-partners img {
  position: relative;
  margin-left: 4px;
  margin-bottom: 4px;
  max-height: 35px;
}
@media (max-width: 759px) {
  .band-partners {
    font-size: 10px;
    text-align: right;
  }
}
.band-partners-container {
  padding: 15px 0;
  display: table-cell;
  vertical-align: middle;
}
.band-partners-container-resource {
  padding: 5px 0 15px 0;
  vertical-align: middle;
}
.band-partners-container-resource {
  padding: 5px 0 15px 0;
}
.resource-header {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 760px) {
  .resource-header {
    display: table;
  }
}
.resource-logo {
  display: block;
  position: fixed;
  z-index: 10;
  text-align: left;
  width: 100%;
  min-height: 60px;
  padding-top: 16px;
  padding-left: 70px;
  background-color: #f6f6f4;
  background-color: rgba(246, 246, 244, 0.95);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 760px) {
  .resource-logo {
    width: 175px;
    min-width: 175px;
    position: static;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    vertical-align: middle;
    display: table-cell;
    padding: 0;
    background-color: transparent;
  }
}
@media (min-width: 1020px) {
  .resource-logo {
    width: 210px;
  }
}
@media (min-width: 1268px) {
  .resource-logo {
    width: 247px;
  }
}
.resource-logo .logo-img {
  width: 142px;
  height: 30px;
}
@media (min-width: 760px) {
  .resource-logo .logo-img {
    height: auto;
    width: 95%;
  }
}
.resource-logo .nav-container {
  position: absolute;
  top: 60px;
  left: 0;
}
.resource-banner {
  color: white;
  vertical-align: top;
  width: 100%;
  margin-top: 60px;
  background-size: cover;
  position: relative;
}
@media (min-width: 760px) {
  .resource-banner {
    display: table-cell;
    border-right: 4px solid #fff;
  }
}
.resource-banner.background-image-banner {
  background-position: left center;
}
.resource-banner.background-plain-banner .band-container {
  background-color: white;
}
.nh-resource-banner {
  color: white;
  vertical-align: top;
  width: 100%;
  margin-top: 60px;
  background-size: cover;
  position: relative;
  margin-top: 55px;
}
@media (min-width: 760px) {
  .nh-resource-banner {
    display: table-cell;
    border-right: 4px solid #fff;
  }
}
.nh-resource-banner.background-image-banner {
  background-position: left center;
}
.nh-resource-banner.background-plain-banner .band-container {
  background-color: white;
}
@media (min-width: 760px) {
  .nh-resource-banner {
    display: table-cell;
    border-right: none;
  }
}
@media (min-width: 760px) {
  .interior-header-img {
    min-height: 110px;
  }
}
@media (min-width: 1020px) {
  .interior-header-img {
    min-height: 115px;
  }
}
.nav-items {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
}
.nav-items a {
  color: #000;
}
@media (min-width: 760px) {
  .nav-items {
    position: static;
    float: none;
    display: table-cell;
  }
}
.resource-nav {
  display: none;
  text-align: center;
}
@media (min-width: 760px) {
  .resource-nav {
    display: table-cell;
    min-width: 94px;
    min-height: 60px;
    padding: 12px;
    border: 0;
    border-top: 5px solid transparent;
  }
  .resource-nav:hover {
    background-color: #fff;
    border-top: 5px solid #2638c4;
  }
}
@media (min-width: 1020px) {
  .resource-nav {
    width: 124px;
  }
}
@media (min-width: 1268px) {
  .resource-nav {
    width: 138px;
  }
}
.log-in {
  background-color: #2638c4;
  font: 700 16px 'PBS Sans', sans-serif;
  color: #fff;
  min-width: 120px;
  min-height: 60px;
  border-top: 5px solid transparent;
  border-bottom: 0;
  text-transform: uppercase;
  display: block;
  position: fixed;
  top: 0px;
  z-index: 40;
  right: 0px;
  padding: 14px;
  text-align: center;
}
.log-in:hover {
  background-color: #2638c4;
  color: #fff;
  border-top: 5px solid #fff;
}
.log-in a {
  color: #fff;
}
.log-in a:hover {
  color: #fff;
}
@media (min-width: 760px) {
  .log-in {
    display: table-cell;
    height: 108px;
    position: relative;
    vertical-align: middle;
  }
}
.resource-header .log-in {
  height: auto;
}
.hide-main-menu {
  /* When applied to body, it will hide the main for both standard and student experience */
}
.hide-main-menu .search-container {
  display: none;
}
.hide-main-menu #studentNavWrapper {
  display: none;
}
#site-banner {
  position: relative;
}
#localization-popover {
  font-size: 14px;
  color: #222222;
  height: 46px;
  max-width: none;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45);
  border: solid 1px #dce0e5;
  width: 30%;
  min-width: 380px;
  top: auto !important;
  left: 0 !important;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 759px) {
  #localization-popover .arrow {
    display: none;
  }
}
#localization-popover .popover-content {
  width: 100%;
  padding: 10px 23px 0 14px;
}
.confirm-zipcode .modal-dialog {
  margin-top: 89px;
}
.confirm-zipcode .modal-content {
  width: 500px;
  padding-bottom: 10px;
  border: solid 1px #dce0e5;
  border-radius: 2px;
}
@media (min-width: 480px) and (max-width: 759px) {
  .confirm-zipcode .modal-content {
    width: 450px;
  }
}
@media (max-width: 479px) {
  .confirm-zipcode .modal-content {
    width: 290px;
  }
}
.confirm-zipcode .modal-header {
  padding-left: 12px;
}
.confirm-zipcode .modal-header .modal-title {
  color: #0a145a;
}
.confirm-zipcode .modal-header .close {
  opacity: 1;
}
.confirm-zipcode .modal-header .close span {
  font-size: 30px;
  color: #0a145a;
}
.confirm-zipcode .modal-header .close:hover span {
  color: #0a145a;
}
.confirm-zipcode .modal-header h4 {
  text-transform: none;
  font-size: 21px;
  font-weight: 200;
  color: #0a145a;
}
.confirm-zipcode .modal-body {
  padding-left: 12px;
}
.confirm-zipcode .modal-body .description {
  font-weight: 200;
  font-size: 16px;
  line-height: 1.3;
  color: #556270;
}
@media (max-width: 759px) {
  .confirm-zipcode .modal-body .description {
    display: none;
  }
}
.confirm-zipcode .modal-body .zipcode-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #556270;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 5px;
}
@media (max-width: 759px) {
  .confirm-zipcode .modal-body .zipcode-title {
    padding-top: 0;
  }
}
.confirm-zipcode .modal-body .zipcode-input {
  width: 65px;
  height: 38px;
  outline: none;
  font-size: 16px;
  font-weight: 200;
  color: #556270;
}
.confirm-zipcode .modal-body .update-profile-label {
  position: relative;
  left: 25px;
  color: #556270;
  font-size: 16px;
  font-weight: 200;
}
.confirm-zipcode .modal-body .update-profile-label .custom-tickbox {
  margin-right: 10px;
}
@media (max-width: 479px) {
  .confirm-zipcode .modal-body .update-profile-label {
    left: 0;
  }
}
.confirm-zipcode .modal-footer {
  margin: 0;
  padding: 0;
  border-top: none;
}
.confirm-zipcode .modal-footer button {
  outline: none;
  float: left;
  width: 196px;
  height: 54px;
  padding: 0;
  border-radius: 2px;
  font-size: 18px;
}
.confirm-zipcode .modal-footer button:hover {
  color: white;
}
.confirm-zipcode .modal-footer #dont-localize-btn {
  background-color: transparent;
  color: #0a145a;
  border: 1px solid #0a145a;
}
.confirm-zipcode .modal-footer #dont-localize-btn:hover {
  background-color: #0a145a;
  color: white;
}
@media (max-width: 759px) {
  .confirm-zipcode .modal-footer #confirm-zipcode-btn,
  .confirm-zipcode .modal-footer #dont-localize-btn {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .confirm-zipcode .modal-footer #confirm-zipcode-btn .hidden-mobile,
  .confirm-zipcode .modal-footer #dont-localize-btn .hidden-mobile {
    display: none;
  }
}
.profile-school-zipcode {
  margin-bottom: 0;
}
.profile-confirm-zipcode {
  margin-top: 0;
}
.auth-modal .modal-dialog {
  width: 480px;
  margin-top: 8%;
}
@media (min-width: 480px) and (max-width: 759px) {
  .auth-modal .modal-dialog {
    width: 480px;
    margin: 30px auto;
  }
}
@media (max-width: 479px) {
  .auth-modal .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
.auth-modal .modal-content {
  border-radius: 2px;
  box-shadow: none;
}
.auth-modal .modal-header {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
.auth-modal .modal-header .close {
  font-size: 30px;
  color: #0a145a;
  opacity: 1;
}
.auth-modal .modal-header .header-logo {
  width: 30px;
  max-height: 50px;
  margin-right: 10px;
}
.auth-modal .modal-header .modal-title {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: #0a145a;
  margin: 0;
}
.auth-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.846;
  font-weight: 400;
}
.auth-modal .modal-body .separator-wrapper {
  height: 25px;
}
.auth-modal .modal-body .separator-wrapper .separator {
  margin-top: 25px;
  background-color: darkgray;
  height: 1px;
  position: relative;
}
.auth-modal .modal-body .separator-wrapper .separator .separator-word {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
}
.auth-modal .modal-body .auth-row {
  display: block;
  color: #556270;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 2px 0px #d6d6d6;
  -moz-box-shadow: 0px 2px 2px 0px #d6d6d6;
  box-shadow: 0px 2px 2px 0px #d6d6d6;
}
.auth-modal .modal-body .auth-row .auth-icon {
  max-height: 25px;
  max-width: 25px;
  margin-right: 10px;
  margin-top: -2px;
}
.auth-modal .modal-body .auth-row.auth-google {
  border: 1px solid lightgray;
}
.auth-modal .modal-body .auth-row.auth-facebook {
  background-color: #3b5998;
  color: #fff;
}
.auth-modal .modal-body .auth-row.auth-pbs {
  background-color: #00aaeb;
  color: #fff;
}
.auth-modal .modal-body .auth-row.auth-pbs .auth-icon {
  height: 100%;
  max-height: 30px;
  max-width: 30px;
  margin-right: 5px;
}
.auth-modal .modal-footer {
  margin-top: 0;
  padding-top: 0;
  border: none;
  text-align: left;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.846;
  font-weight: 400;
}
@media (min-width: 480px) {
  .auth-modal .modal-footer .auth-footer-link {
    float: left;
  }
  .auth-modal .modal-footer .auth-footer-link.right {
    float: right;
  }
}
@media (min-width: 768px) {
  .logout-modal .modal-dialog {
    width: 700px;
  }
}
.logout-modal .modal-footer {
  border-top: none;
  padding: 0 20px 20px;
  margin-top: 20px;
  display: flex;
}
.logout-modal .modal-footer .btn {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: white;
  background-color: #2638c4;
  padding: 12px;
  margin: 0 15px 0 0;
  border-radius: 2px;
  outline: 0;
}
.logout-modal .modal-footer .btn:hover {
  background-color: #0a145a;
}
.logout-modal .modal-footer .btn.transparent {
  border: 1px solid #2638c4;
  background-color: transparent;
  color: #0a145a;
}
.logout-modal .modal-footer .btn.transparent:hover {
  background-color: #0a145a;
  color: white;
}
.logout-modal .checkbox-container {
  margin-left: 0;
}
.search-container {
  background-color: white;
  border-top: 1px solid #dce0e5;
  border-bottom: 1px solid #dce0e5;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1020px) {
  .search-container {
    margin-bottom: 32px;
  }
}
.search-container a {
  text-decoration: none;
}
.search-container a:focus {
  outline: 0;
}
.search-container a:hover,
.search-container a:visited {
  text-decoration: none;
}
.national .home.search-container {
  margin-top: 62px;
}
@media (min-width: 760px) {
  .national .home.search-container {
    margin-top: 0;
  }
}
.browse-btns {
  width: 100%;
}
@media (min-width: 760px) {
  .browse-btns {
    float: left;
    width: 440px;
  }
}
@media (min-width: 1020px) {
  .browse-btns {
    width: 508px;
  }
}
@media (min-width: 1268px) {
  .browse-btns {
    width: 542px;
  }
}
.home .browse-btns a {
  display: block;
}
.browse-grade,
.browse-standards {
  width: 100%;
  height: 46px;
  border-top: 1px solid #dce0e5;
}
.bar-btn-container {
  position: relative;
}
.bar-btn {
  border-left: 1px solid #dce0e5;
  border-right: 1px solid #dce0e5;
  display: table-cell;
  width: 64px;
  min-width: 64px;
}
.browse-grade,
.browse-standards,
.bar-btn {
  padding-top: 12px;
  font: 700 16px 'PBS Sans', sans-serif;
  color: #0a145a;
  text-transform: uppercase;
  text-align: center;
}
.browse-grade:visited,
.browse-standards:visited,
.bar-btn:visited,
.browse-grade:active,
.browse-standards:active,
.bar-btn:active {
  color: #0a145a;
}
@media (min-width: 760px) {
  .browse-grade,
  .browse-standards,
  .bar-btn {
    height: 74px;
    padding-top: 24px;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #dce0e5;
  }
}
@media (min-width: 1020px) {
  .browse-grade,
  .browse-standards,
  .bar-btn {
    font-size: 18px;
  }
}
.browse-grade:hover,
.browse-grade.active {
  color: #2638c4;
}
.browse-grade i {
  position: relative;
  top: -2px;
  margin: 0;
}
@media (min-width: 760px) {
  .browse-grade {
    float: right;
    width: 260px;
  }
}
@media (min-width: 1020px) {
  .browse-grade {
    width: 286px;
  }
}
@media (min-width: 1268px) {
  .browse-grade {
    width: 300px;
  }
}
.browse-standards:hover,
.browse-standards.active {
  color: #fff;
  background-color: #2638c4;
}
@media (min-width: 760px) {
  .browse-standards {
    float: left;
    width: 180px;
  }
}
@media (min-width: 1020px) {
  .browse-standards {
    width: 222px;
  }
}
.search-input-container {
  position: relative;
  width: 100%;
  text-align: left;
  height: 46px;
}
.search-input-container input {
  width: 98%;
  font: 18px 'PBS Sans', sans-serif;
  background: transparent;
  text-align: left;
  border: 0;
  -webkit-appearance: none;
}
.search-input-container input:focus {
  outline: 0;
}
@media (min-width: 760px) {
  .search-input-container input {
    font-size: 25px;
    padding-top: 10px;
  }
}
.search-input-container i {
  position: absolute;
  top: 6px;
  margin: 0;
  font-size: 20px;
}
@media (min-width: 760px) {
  .search-input-container i {
    font-size: 30px;
    width: 40px;
  }
}
@media (min-width: 760px) {
  .home .search-input-container {
    float: right;
    width: 270px;
    height: 74px;
  }
}
@media (min-width: 1020px) {
  .home .search-input-container {
    width: 456px;
  }
}
@media (min-width: 1268px) {
  .home .search-input-container {
    width: 700px;
  }
}
.home .search-input-container input {
  padding: 12px 24px;
}
@media (min-width: 760px) {
  .home .search-input-container input {
    padding-left: 36px;
    height: 74px;
  }
}
#mobileSearchModal .selectric,
#mobileSearchModal .selectricScroll li {
  font-size: 16px;
  height: auto;
  padding: 16px;
}
#mobileSearchModal .selectric {
  padding-bottom: 10px;
  padding-top: 10px;
}
#mobileSearchModal .selectric .button {
  background: url(../../caesar/img/icn-updown_op2.png) no-repeat center center;
}
#mobileSearchModal .selectricItems {
  outline: none;
}
#mobileSearchModal .selectricWrapper {
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
#mobileSearchModal .selectricHover .selectric .button {
  color: white;
}
#mobileSearchModal .nh-popup-media span {
  cursor: pointer;
  color: #0a145a;
  font: 16px 'PBS Sans', sans-serif;
  font-weight: lighter;
}
#mobileSearchModal .nh-popup-grades li {
  min-width: 47px;
  min-height: 47px;
  border-radius: 2px;
}
#mobileSearchModal .close {
  font: 30px 'PBS Sans', sans-serif;
  color: #556270;
  opacity: 1;
}
#mobileSearchModal .checked-elem {
  background-color: #2638c4;
  border-color: #2638c4 !important;
}
#mobileSearchModal .checked-elem span {
  color: white;
  background-color: transparent;
}
#mobileSearchModal input[type="checkbox"].custom-checkbox + label span {
  display: inline;
  border: none;
  background-image: none;
  margin-right: 0;
}
#mobileSearchModal .modal-content {
  border: none;
  border-radius: 0;
  min-height: 100%;
  height: auto;
}
#mobileSearchModal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
#mobileSearchModal .modal-header {
  border-bottom: 1px solid #dce0e5;
}
#mobileSearchModal .modal-body {
  padding: 0 0 20px 0;
}
#mobileSearchModal .lm {
  margin-left: 10px;
}
#mobileSearchModal .nh-search-wrapper {
  margin-left: 0;
}
#mobileSearchModal .nh-popup-selection-wrapper {
  margin: 20px 15px 0 15px;
}
#mobileSearchModal .form-group > label {
  font: 18px 'PBS Sans', sans-serif;
  color: #556270;
  font-weight: normal;
  margin-bottom: 0;
}
#mobileSearchModal .nh-popup-search-icon {
  float: left;
  width: 45px;
}
#mobileSearchModal .nh-popup-grades > li,
#mobileSearchModal .nh-popup-media > li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #dce0e5;
  border-radius: 2px;
}
#mobileSearchModal .nh-popup-grades label,
#mobileSearchModal .nh-popup-media label {
  margin-bottom: 0;
}
#mobileSearchModal .nh-popup-grades > li {
  text-align: center;
  padding-top: 8px;
}
#mobileSearchModal .nh-popup-search-btn-wrapper {
  float: right;
}
#mobileSearchModal .nh-popup-search-input {
  margin-right: 80px;
  margin-left: 45px;
}
#mobileSearchModal .nh-mobile-search {
  width: 100%;
  border-bottom: 1px solid #dce0e5;
}
#mobileSearchModal .nh-popup-search-btn {
  outline: none;
  border: none;
  background-color: #2638c4;
  color: white;
  font: 18px 'PBS Sans', sans-serif;
  text-transform: capitalize;
  width: 70px;
  height: 72px;
}
#mobileSearchModal .lm {
  font-size: 2em;
  padding-top: 5px;
}
#mobileSearchModal input[type="search"] {
  margin-bottom: 20px;
  width: 100%;
  font: 18px 'PBS Sans', sans-serif;
  background: transparent;
  text-align: left;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #dce0e5;
}
#mobileSearchModal input[type="search"]:focus {
  outline: 0;
}
@media (min-width: 320px) {
  #mobileSearchModal input[type="search"] {
    font-size: 25px;
    padding-top: 20px;
  }
}
@media (max-width: 759px) {
  .nh-filter-box {
    margin-top: 10px;
  }
  .national .nh-filter-box {
    margin-top: 72px;
  }
}
.nh-search-header {
  margin-bottom: 32px;
}
@media (min-width: 760px) {
  .nh-search-header {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 759px) {
  .nh-search-header {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.nh-browse-btn {
  background-color: white;
  position: relative;
  float: left;
  width: 95px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
  height: 74px;
  border: 1px solid #2638c4;
  border-radius: 2px;
}
.nh-browse-btn:hover {
  background-color: #2638c4;
}
.nh-browse-btn:hover a {
  color: white;
}
.nh-browse-btn .nh-browse-standards {
  position: static;
  height: 100%;
}
.nh-browse-btn a {
  display: block;
  padding-top: 20%;
  padding-left: 10%;
  height: 100%;
  font: 700 18px 'PBS Sans', sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #2638c4;
}
@media (max-width: 759px) {
  .nh-browse-btn a {
    font: 700 15px 'PBS Sans', sans-serif;
  }
}
@media (min-width: 760px) {
  .nh-browse-btn a {
    padding-top: 11%;
    padding-left: 15%;
  }
}
@media (min-width: 760px) {
  .nh-browse-btn {
    font-size: 18px;
    width: 135px;
  }
}
.tools-landing-page .home-header-container,
.assignments-page .home-header-container,
.puzzle-page .home-header-container,
.lesson-page .home-header-container,
.quiz-page .home-header-container,
.storyboard-page .home-header-container,
.favorites .home-header-container,
.poster-app-page .home-header-container,
.sequence-body .home-header-container,
.dashboard-page .home-header-container,
.roster-page .home-header-container {
  background-color: white;
}
.nh-search-wrapper {
  margin-left: 107px;
}
@media (min-width: 760px) {
  .nh-search-wrapper {
    margin-left: 147px;
  }
}
.nh-search-container {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
  line-height: 1.846;
}
.nh-search-container .nh-search-btn {
  background-color: white;
  padding: 0;
  outline: none;
  float: right;
  width: 8%;
  height: 74px;
  border: 1px solid #dce0e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nh-search-container .nh-search-btn:hover {
  cursor: pointer;
}
.nh-search-container .nh-search-btn i {
  font-size: 2.5em;
  margin: 0;
  color: #2638c4;
  width: 100%;
}
.search-btn-active {
  background-color: #2638c4 !important;
}
.search-btn-active i {
  color: white!important;
}
.nh-search-input-container {
  background-color: white;
  float: left;
  font: 25px 'PBS Sans', sans-serif;
  height: 74px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 27px;
  line-height: 1.187;
  border-top: 1px solid #dce0e5;
  border-bottom: 1px solid #dce0e5;
  border-left: 1px solid #dce0e5;
}
@media (max-width: 1267px) {
  .nh-search-input-container {
    width: 100%;
    border-right: 1px solid #dce0e5;
  }
}
@media (min-width: 1020px) {
  .nh-search-input-container {
    width: 45%;
    border-right: none;
    padding-right: 0;
  }
}
.nh-search-input-container input {
  height: 30px;
  border: 0 none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid #dce0e5;
}
.nh-search-input-container input:focus {
  outline: none;
}
.nh-search-filters-container {
  background-color: white;
  width: 47%;
  float: left;
  font-size: 16px;
  padding-left: 15px;
  height: 74px;
  border-top: 1px solid #dce0e5;
  border-bottom: 1px solid #dce0e5;
}
.nh-search-filters-container .nh-search-filter-wrapper {
  border-left: 1px solid white;
  border-right: 1px solid white;
  float: left;
  padding-top: 27px;
  width: 33%;
  height: 100%;
}
.nh-search-filters-container .nh-search-filter-wrapper:hover {
  border-left: 1px solid #dce0e5;
  border-right: 1px solid #dce0e5;
}
.nh-search-filters-container .nh-search-filter {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 15px;
  border-bottom: 1px solid #dce0e5;
}
.nh-search-filters-container .nh-search-filter a {
  color: #738496;
}
.nh-search-filters-container .nh-search-filter i {
  color: #0a145a;
  font-size: 0.8em;
}
.nh-search-filters-container .nh-search-filter > span {
  cursor: default;
}
.dashboard {
  position: relative;
  color: #000;
}
.dashboard:hover {
  color: #2638c4;
}
.dashboard .icon-wrap {
  top: -18px;
}
.dashboard .lm {
  color: #2638c4;
}
.dashboard .lm-dashboard {
  position: absolute;
  font-size: 32px;
  line-height: 20px;
  margin-left: -16px;
}
@media (min-width: 760px) {
  .dashboard {
    width: 230px;
    min-width: 230px;
  }
  .dashboard .lm-dashboard {
    top: 0px;
    left: -36px;
  }
}
@media (min-width: 1020px) {
  .dashboard {
    width: 250px;
    min-width: 250px;
  }
}
@media (min-width: 1268px) {
  .dashboard {
    width: 260px;
    min-width: 260px;
  }
}
.dashboard a {
  color: #000;
}
.dashboard a:hover {
  color: #0f1e8c;
}
.nh-grades:hover .nh-lm-submenu,
.nh-subjects:hover .nh-lm-submenu,
.nh-media:hover .nh-lm-submenu {
  display: block;
}
.nh-grades:hover .nh-search-filter,
.nh-subjects:hover .nh-search-filter,
.nh-media:hover .nh-search-filter {
  border-bottom: none;
}
.grades-dashboard {
  position: relative;
  color: #000;
}
@media (min-width: 320px) {
  .grades-dashboard:hover .lm-submenu {
    display: block;
  }
}
.grades-dashboard:hover {
  color: #2638c4;
}
.grades-dashboard .icon-wrap {
  top: -18px;
}
.grades-dashboard .lm {
  color: #2638c4;
}
.grades-dashboard .lm-dashboard {
  position: absolute;
  font-size: 32px;
  line-height: 20px;
  margin-left: -16px;
}
@media (min-width: 760px) {
  .grades-dashboard {
    width: 230px;
    min-width: 230px;
  }
  .grades-dashboard .lm-dashboard {
    top: 0px;
    left: -36px;
  }
}
@media (min-width: 1020px) {
  .grades-dashboard {
    width: 250px;
    min-width: 250px;
  }
}
@media (min-width: 1268px) {
  .grades-dashboard {
    width: 260px;
    min-width: 260px;
  }
}
.grades-dashboard a {
  color: #000;
}
.grades-dashboard a:hover {
  color: #0f1e8c;
}
@media (min-width: 1268px) {
  .grades-dashboard {
    width: 100px;
    min-width: 100px;
  }
}
.subject-dashboard {
  position: relative;
  color: #000;
}
@media (min-width: 320px) {
  .subject-dashboard:hover .lm-submenu {
    display: block;
  }
}
.subject-dashboard:hover {
  color: #2638c4;
}
.subject-dashboard .icon-wrap {
  top: -18px;
}
.subject-dashboard .lm {
  color: #2638c4;
}
.subject-dashboard .lm-dashboard {
  position: absolute;
  font-size: 32px;
  line-height: 20px;
  margin-left: -16px;
}
@media (min-width: 760px) {
  .subject-dashboard {
    width: 230px;
    min-width: 230px;
  }
  .subject-dashboard .lm-dashboard {
    top: 0px;
    left: -36px;
  }
}
@media (min-width: 1020px) {
  .subject-dashboard {
    width: 250px;
    min-width: 250px;
  }
}
@media (min-width: 1268px) {
  .subject-dashboard {
    width: 260px;
    min-width: 260px;
  }
}
.subject-dashboard a {
  color: #000;
}
.subject-dashboard a:hover {
  color: #0f1e8c;
}
@media (min-width: 1268px) {
  .subject-dashboard {
    width: 100px;
    min-width: 100px;
  }
}
.dashboard-text {
  position: relative;
}
.dashboard-subtext {
  position: absolute;
  left: 0;
  top: 22px;
  width: 160px;
  text-align: left;
  color: #556270;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.browse-options {
  position: relative;
}
.browse-options:hover,
.browse-options.active {
  color: #2638c4;
}
.browse-options .lm-triangle-down {
  position: absolute;
  top: 15px;
  margin: 0;
  right: 6px;
}
.browse-options .lm-search {
  position: absolute;
  left: 22px;
  top: 8px;
}
@media (min-width: 760px) {
  .browse-options {
    width: 190px;
    min-width: 190px;
  }
  .browse-options .lm-triangle-down {
    position: static;
  }
}
@media (min-width: 1020px) {
  .browse-options {
    width: 232px;
    min-width: 232px;
  }
}
.resource .search-input-container {
  display: table-cell;
  width: 100%;
  padding-left: 36px;
}
.resource .search-input-container i {
  position: absolute;
  top: 0;
  left: -24px;
}
.resource .search-input-container input {
  border-bottom: 1px solid #dce0e5;
  padding: 11px 0px 5px 10px;
}
.search-form-filters {
  border-top: 1px solid #dce0e5;
  display: none;
  width: 100%;
  text-transform: none;
  text-align: center;
}
@media (min-width: 760px) {
  .search-form-filters {
    background-color: white;
    width: 736px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1020px) {
  .search-form-filters {
    width: 984px;
  }
}
@media (min-width: 1268px) {
  .search-form-filters {
    width: 1260px;
  }
}
.search-form-filters fieldset {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  border: none;
}
@media (min-width: 760px) {
  .search-form-filters fieldset {
    padding: 0;
    width: 50%;
    float: left;
    margin-bottom: 24px;
  }
}
@media (max-width: 1020px) {
  .search-form-filters fieldset .two-cols > li {
    width: 100%;
  }
}
.search-form-filters input[type="checkbox"],
.search-form-filters input[type="radio"] {
  margin-bottom: 0.5em;
}
.search-form-filters .subject-select {
  width: 100%;
  margin-bottom: 12px;
  font-size: 16px;
  padding: 16px;
  background: transparent;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #dce0e5;
}
.search-form-filters li {
  border: none !important;
  line-height: 1.3;
  padding: 4px 0;
}
.search-form-filters li input {
  margin-right: 6px;
}
.search-form-filters .search-form-submit {
  background-color: #2638c4;
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 18px;
  margin-bottom: 24px;
}
.search-form-filters .search-form-submit:hover {
  opacity: 0.75;
}
@media (min-width: 760px) {
  .search-form-filters .search-form-submit {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.no-js .search-form-filters {
  display: block;
}
.footer-holder {
  background-color: #fff;
  border-top: 1px solid #dce0e5;
}
.resources-banners {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
}
.resources-banners h4 {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 1020px) {
  .resources-banners h4 {
    text-align: left;
  }
}
.resources__resource-item {
  margin-bottom: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  height: 0;
  padding-top: 75px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1020px) {
  .resources__resource-item {
    padding-top: 75px;
  }
}
@media (min-width: 1268px) {
  .resources__resource-item {
    padding-top: 100px;
  }
}
.resources__resource-item:hover {
  -moz-filter: none;
  -webkit-filter: none;
  -o-filter: none;
  filter: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.brands {
  display: inline;
  text-align: center;
  line-height: 24px;
}
@media (min-width: 1020px) {
  .brands {
    display: block;
    height: 100px;
  }
}
.brand-name {
  display: inline-block;
  overflow: hidden;
  color: #556270;
}
.brand-name:hover {
  text-decoration: none;
  color: #2638c4;
}
@media (min-width: 1020px) {
  .brand-name {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    width: 1px;
    visibility: hidden;
  }
}
.brand-img {
  display: none;
  vertical-align: middle;
  max-width: 99%;
}
@media (min-width: 1020px) {
  .brand-img {
    display: inline-block;
  }
}
.social-media {
  color: #fff;
  background-color: #0a145a;
}
@media (min-width: 760px) {
  .social-media {
    margin: auto;
  }
}
@media (min-width: 1268px) {
  .social-media {
    max-width: 468px;
  }
}
@media (max-width: 1267px) {
  .social-media {
    max-width: 274px;
  }
}
@media (max-width: 759px) {
  .social-media {
    max-width: 100%;
  }
}
.social-media__inner {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 760px) {
  .social-media__inner {
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) {
  .social-media__inner {
    background-position: 85% 65%;
    background-repeat: no-repeat;
    background-size: 140px 68px;
  }
}
.social-media__inner h2 {
  color: #fff;
  margin: 0 0 12px;
}
.social-media__inner p {
  margin: 15px 0px 10px 0px;
  line-height: 24px;
  font-weight: 100;
}
@media (max-width: 1267px) {
  .social-media__inner p {
    max-width: 340px;
  }
}
.social-media__inner .input-group {
  max-width: 468px;
  margin-bottom: 20px;
}
.social-media__inner .input-group input {
  font-size: 16px;
  font-weight: 400;
  background-color: #0a145a;
  color: #ffffff;
  border-radius: 8px 0 0 8px;
  height: 50px;
}
.social-media__inner .input-group input::placeholder {
  font-weight: 100;
  color: red;
}
.social-media__inner .input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  font-weight: 100;
}
.social-media__inner .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-weight: 100;
}
.social-media__inner .input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  font-weight: 100;
}
.social-media__inner .input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-weight: 100;
}
.social-media__inner .input-group .btn {
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  height: 50px;
  width: 80px;
  padding: 8px;
  border-radius: 0 5px 5px 0;
  background-color: #2638c4;
  border-color: #2638c4;
}
.social-media__inner .input-group .btn:hover {
  background-color: #0f1e8c;
}
@media (max-width: 1267px) {
  .social-media__inner .input-group .btn {
    width: 90px;
  }
}
@media (max-width: 760px) {
  .social-media__inner .input-group {
    display: block;
    max-width: 100%;
  }
  .social-media__inner .input-group .btn {
    width: 114px;
    margin-top: 14px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
}
.social-media__link {
  color: white;
  text-decoration: none;
  width: 45px;
  height: 45px;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #2638c4;
}
.social-media__link:hover {
  color: white;
}
.social-media__link i {
  font-size: 26px;
  padding-left: 10px;
  padding-top: 10px;
  margin: 0;
  line-height: 1;
  width: 45px;
  height: 45px;
}
.footer {
  text-align: left;
  padding: 12px 14px 12px 14px;
  background-color: #0a145a;
}
@media (min-width: 760px) {
  .footer {
    text-align: left;
    margin: 0 auto;
  }
  .footer address {
    font-weight: 300;
    font-style: normal;
  }
}
@media (max-width: 760px) {
  .footer address {
    max-width: 120px;
    font-size: small;
    text-align: left;
    margin-top: 14px;
  }
  .footer address b {
    display: block;
  }
}
.footer-copyright {
  width: 100%;
  padding: 12px;
  color: #fff;
  background-color: #0a145a;
}
.footer-copyright .copyright,
.footer-copyright .terms-and-conditions {
  font-size: 12px;
}
.footer-logos {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 759px) {
  .footer-logos {
    text-align: left;
  }
  .footer-logos a {
    margin-right: 20px;
  }
  .footer-logos img {
    width: 110px;
  }
}
.logo-pbs {
  margin-bottom: 14px;
  margin-top: 4px;
}
.logo-pbs img {
  width: 126px;
}
@media (max-width: 759px) {
  .logo-pbs img {
    max-height: 48px;
  }
}
.logo-wgbh img {
  width: 126px;
}
@media (min-width: 1268px) {
  .logo-wgbh img {
    margin-top: 36px;
  }
}
@media (max-width: 760px) {
  .logo-wgbh img {
    max-height: 48px;
  }
}
.secondary-nav {
  display: none;
}
@media (min-width: 760px) {
  .secondary-nav {
    min-height: 204px;
    font-size: 14px;
    line-height: 1.6;
    display: inline-block;
  }
}
@media (min-width: 1020px) {
  .secondary-nav {
    font-size: 16px;
  }
}
@media (max-width: 759px) {
  .secondary-nav__nav--mobile {
    padding-bottom: 24px;
  }
}
@media (max-width: 759px) {
  .secondary-nav-xs > div {
    padding-left: 0px;
  }
}
.secondary-nav__item,
.matrix > .secondary-nav__item {
  border: none;
  padding: 0;
  margin-bottom: 12px;
}
.secondary-nav__item a,
.matrix > .secondary-nav__item a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
}
.secondary-nav__item a:hover,
.matrix > .secondary-nav__item a:hover {
  text-decoration: underline;
}
.secondary-nav__nav--mobile .secondary-nav__item {
  text-align: left;
  padding-left: 24px;
  padding-right: 12px;
  padding-top: 18px;
  padding-bottom: 0;
}
.secondary-nav__nav--mobile .secondary-nav__item a {
  text-transform: none;
  color: #738496;
  text-align: left;
}
.affiliate-logos {
  word-wrap: break-word;
  border-top: 1px solid #dce0e5;
}
.affiliate-logos img {
  max-width: 100%;
}
.copyright {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 760px) {
  .copyright {
    text-align: left;
  }
}
.terms-and-conditions {
  text-align: right;
  font-size: 11px;
}
.terms-and-conditions a {
  color: #fff;
  padding-right: 15px;
}
.terms-and-conditions a:hover {
  text-decoration: underline;
}
@media (max-width: 759px) {
  .terms-and-conditions {
    text-align: left;
  }
}
.footer .student-experience {
  display: none;
}
.footer-nav .footer-title {
  color: #d0f6ec;
  text-transform: uppercase;
  font-size: 1em;
}
.student-view-button {
  height: 45px;
  min-width: 200px;
  background-color: #2638c4;
  padding: 0;
  margin-top: 24px;
  text-align: center;
  border-radius: 5px;
}
.student-view-button a {
  display: block;
  line-height: 45px;
  font-weight: 400;
  color: white;
}
.student-view-button:active {
  border: 1px solid #2638c4;
  background-color: white;
}
.student-view-button:active a {
  color: #2638c4;
}
@media (min-width: 1020px) {
  .student-view-button:hover {
    background-color: #0f1e8c;
  }
  .student-view-button:hover a {
    color: white;
  }
}
.bbs-select-type select {
  padding: 4px;
  max-width: 80%;
  outline: 0;
  border: 1px solid #dce0e5;
}
.bbs-select-type h4 {
  text-transform: none;
}
.bbs-select-grade label {
  padding: 4px;
}
@media (min-width: 760px) {
  .bbs-select-grade {
    border-left: 1px solid #dce0e5;
    border-right: 1px solid #dce0e5;
  }
}
.bbs-steps {
  position: relative;
  padding-left: 60px;
}
.bbs-steps span {
  position: absolute;
  left: 0;
}
.bbs-keywords input {
  margin-top: 4px;
  padding: 4px;
  border: 1px solid #dce0e5;
  border-radius: 2px;
  outline: 0;
  width: 100%;
}
.bbs-browse .btn-browse {
  color: #fff;
  padding: 10px 12px;
  background-color: #2638c4;
  outline: 0;
}
.bbs-browse .btn-browse:hover {
  background-color: #0a145a;
}
.bbs-results .browse-by-standards-selection-title {
  font-size: 16px;
  font-weight: 500;
  color: #738496;
}
.bbs-results .chevron-icon {
  font-size: 20px;
  line-height: 22px;
  margin: 0 4px 0 0;
  color: #738496;
}
.bbs-results .icon-chevron-down {
  font-size: 16px;
}
.bbs-results .children {
  padding-left: 20px;
}
.bbs-results .border-top {
  border-top: 1px solid #dce0e5;
}
.bbs-results .pagination {
  margin-top: 12px;
}
.bbs-results .paginator {
  margin: 10px;
}
.bbs-state-login-container {
  margin-top: 10px;
}
.bbs-state-login-container i {
  display: inline-block;
}
.marketing-box ul {
  margin-left: 20px;
}
.marketing-box h1,
.marketing-box h2,
.marketing-box h3 {
  margin-top: 0;
}
.themed-header {
  margin: -12px -24px 0;
  border-bottom: 1px solid #dce0e5;
  padding: 12px 24px;
  background-color: #556270;
}
.themed-header h3 {
  color: #fff;
}
.profile-content h2 {
  border-bottom: 1px solid #dce0e5;
}
.profile-content label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.field-cntr ul,
.profile-modal ul,
.school-suggest-modal ul {
  list-style-type: none;
  margin-left: 25px;
}
.field-cntr select,
.profile-modal select,
.school-suggest-modal select {
  -webkit-apperance: none;
  -moz-apperance: none;
}
.field-cntr input[type="text"],
.profile-modal input[type="text"],
.school-suggest-modal input[type="text"],
.field-cntr select,
.profile-modal select,
.school-suggest-modal select {
  border-radius: 2px;
  width: 250px;
  border: 1px solid #dce0e5;
  padding: 4px;
  outline: 0;
}
.edit-button small {
  position: relative;
  margin-top: -12px;
  padding: 6px;
  font-size: 13px;
  background-color: #f6f6f4;
  color: #0a145a;
}
.edit-button small:hover {
  color: #2638c4;
}
.label-stat {
  background-color: #fbf2d5;
  color: #999999;
  font-size: 12px;
  padding: 2px 7px;
  position: absolute;
  top: 25px;
  left: 132px;
}
.field-cntr {
  position: relative;
}
.more-info {
  color: #faa732;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  left: 132px;
  top: 10px;
}
input[type="submit"],
.modal-footer button {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #fff;
  background-color: #2638c4;
  margin: 12px;
  outline: 0;
}
input[type="submit"]:hover,
.modal-footer button:hover {
  background-color: #0a145a;
}
.school-form-response {
  display: none;
}
.section-head,
.help-topics-container {
  border: 1px solid #dce0e5;
}
.section-head {
  padding: 18px 8px;
}
@media (min-width: 760px) {
  .section-head {
    padding: 12px 6px 12px 12px;
  }
}
.section-head a {
  color: #000;
}
.section-head .lm {
  margin-right: 6px;
  color: #0a145a;
}
.section-head .lm:hover {
  color: #2638c4;
}
.help-topics-container {
  border-bottom: 0;
  display: none;
}
.js-open.help-topics-container {
  border-top: 0;
  display: block;
}
@media (min-width: 1020px) {
  .help-topics-container {
    display: block;
  }
}
.help-topics li {
  border-bottom: 1px solid #dce0e5;
  padding: 18px 8px;
}
@media (min-width: 760px) {
  .help-topics li {
    padding: 12px 6px 12px 12px;
  }
}
.help-topics a {
  color: #2638c4;
}
.help-topics a:hover {
  color: #0f1e8c;
}
.help-topics .help-sub-topics {
  padding: 0 12px;
}
.help-topics .help-sub-topics li:last-of-type {
  border-bottom: 0;
}
.section-content {
  padding-left: 24px;
  padding-right: 20px;
}
.section-content ul {
  margin: 0 0 10px 25px;
}
.section-content img {
  max-width: 100%;
}
#form-title {
  height: 0;
}
.modal-header h3 {
  margin-top: 0;
}
.control-group {
  margin-bottom: 8px;
}
.form-horizontal button {
  color: #fff;
  padding: 8px 12px;
  margin-top: 24px;
  background-color: #2638c4;
}
.form-horizontal button:hover {
  color: #fff;
  background-color: #0a145a;
}
.form-horizontal input,
.form-horizontal textarea {
  width: 350px;
  padding: 6px;
  border: 1px solid #dce0e5;
  outline: 0;
}
.resource-credits-page .resource-container {
  background-color: white;
  margin-bottom: 30px;
  padding: 35px;
}
.resource-credits-page .resource-container:before,
.resource-credits-page .resource-container:after {
  content: " ";
  display: table;
}
.resource-credits-page .resource-container:after {
  clear: both;
}
.resource-credits-page .resource-container:before,
.resource-credits-page .resource-container:after {
  content: " ";
  display: table;
}
.resource-credits-page .resource-container:after {
  clear: both;
}
.resource-credits-page .funders {
  margin-bottom: 20px;
}
.resource-credits-page .funders img {
  max-height: 90px;
  max-width: 150px;
  margin: 12px 12px 12px 0;
}
.resource-credits-page #collection_credits {
  font-size: 16px;
  margin-top: 10px;
}
.resource-credits-page #collection_credits h1 {
  font-size: 24px;
}
.resource-credits h1 {
  margin-top: 0;
}
.resource-credits h2,
.resource-credits h3 {
  margin-top: 5px;
}
.resource-credits p {
  margin: 4px 0;
}
.register-tooltip {
  opacity: 0.96;
  filter: alpha(opacity=96);
  width: 400px;
  padding: 24px;
  left: 400px;
  top: 150px;
  background-color: #fff;
}
@media (min-width: 1020px) {
  .register-tooltip {
    max-width: 400px;
  }
}
.register-tooltip p {
  margin-top: 0;
  font-weight: 400;
}
.register-tooltip.js-open {
  display: block;
}
.register-tooltip .arrow,
.register-tooltip .arrow:after {
  border-color: transparent;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.register-tooltip .arrow {
  border-width: 11px;
  top: 36px;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.register-tooltip .arrow:after {
  border-width: 10px;
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.register-tooltip .left-arrow:before {
  content: '';
  border: 11px solid transparent;
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: 0;
  left: 100%;
}
.register-tooltip .close-tooltip {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
.register-tooltip .login-btn {
  float: left;
  padding: 10px 20px;
  background-color: #2638c4;
  margin-top: 4px;
  margin-right: 24px;
  border-radius: 2px;
  color: #fff;
}
/* used to drop notes below detail section (thumb + desc) */
.clearFloat {
  float: none;
  width: 100%;
}
article ul.favorites {
  list-style: none;
  width: 100%;
  padding-left: 0;
}
article ul.favorites > li {
  background: #fff;
  border: solid 1px #dce0e5;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
article ul.favorites > li:before,
article ul.favorites > li:after {
  content: " ";
  display: table;
}
article ul.favorites > li:after {
  clear: both;
}
article ul.favorites > li:before,
article ul.favorites > li:after {
  content: " ";
  display: table;
}
article ul.favorites > li:after {
  clear: both;
}
article ul.favorites > li:first-child {
  margin-top: 0;
}
article ul.favorites > li .detail:before,
article ul.favorites > li .detail:after {
  content: " ";
  display: table;
}
article ul.favorites > li .detail:after {
  clear: both;
}
article ul.favorites > li .detail:before,
article ul.favorites > li .detail:after {
  content: " ";
  display: table;
}
article ul.favorites > li .detail:after {
  clear: both;
}
.readonly article ul.favorites > li .detail {
  min-height: 155px;
}
article ul.favorites > li .detail .data {
  margin-top: 15px;
  padding: 0 0 15px 42px;
}
article ul.favorites > li .detail .data:before,
article ul.favorites > li .detail .data:after {
  content: " ";
  display: table;
}
article ul.favorites > li .detail .data:after {
  clear: both;
}
article ul.favorites > li .detail .data:before,
article ul.favorites > li .detail .data:after {
  content: " ";
  display: table;
}
article ul.favorites > li .detail .data:after {
  clear: both;
}
body.folder article ul.favorites > li .detail .data {
  padding-left: 20px;
}
.readonly article ul.favorites > li .detail .data {
  padding-bottom: 0;
  padding-left: 10px;
  border: none;
}
article ul.favorites > li .detail .data .media {
  float: left;
}
article ul.favorites > li .detail .data .media .illo {
  background-color: #000;
  height: 139px;
  margin: 0 5px;
  position: relative;
  width: 246px;
  text-align: center;
}
body.folder article ul.favorites > li .detail .data .media .illo {
  margin-left: 15px;
}
article ul.favorites > li .detail .data .media .illo figcaption {
  background: #353d46;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  padding: 1% 2%;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
}
article ul.favorites > li .detail .data .meta {
  color: #566271;
  float: left;
  font-size: 14px;
  margin-left: 5px;
  width: 50%;
}
body.folder article ul.favorites > li .detail .data .meta {
  margin-top: 5px;
}
@media (min-width: 1020px) {
  article ul.favorites > li .detail .data .meta {
    width: 45%;
  }
}
@media (min-width: 1268px) {
  article ul.favorites > li .detail .data .meta {
    width: 57%;
  }
}
article ul.favorites > li .detail .data .meta .external-link {
  color: #0a145a;
  font-size: inherit;
}
article ul.folders {
  list-style: none;
}
article ul.folders > li {
  background-color: #f6f6f4;
  border: solid 1px #dce0e5;
  font-size: 16px;
  margin: 10px 0;
  padding: 5px 5px 10px;
  position: relative;
}
article ul.folders > li .selector {
  left: 10px;
  position: absolute;
  top: 5px;
}
article ul.folders .main-content {
  padding-left: 30px;
}
article ul.folders .main-content:before,
article ul.folders .main-content:after {
  content: " ";
  display: table;
}
article ul.folders .main-content:after {
  clear: both;
}
article ul.folders .main-content:before,
article ul.folders .main-content:after {
  content: " ";
  display: table;
}
article ul.folders .main-content:after {
  clear: both;
}
article ul.folders .folder-info {
  width: 100%;
}
article ul.folders .folder-info .label {
  overflow: hidden;
  margin-right: 10px;
}
@media (min-width: 760px) {
  article ul.folders .folder-info {
    border-right: 1px solid #dce0e5;
    float: left;
    padding-bottom: 20px;
    width: calc(100% - 195px);
  }
}
@media (max-width: 759px) {
  article ul.folders .folder-info {
    border-right: none;
    float: none;
  }
}
article ul.folders .slide-toggle-control {
  display: inline-block;
  margin-right: 10px;
}
article ul.folders .slide-toggle-control .lm {
  border-right: 1px solid #dce0e5;
  display: inline-block;
  margin-left: 0;
  text-align: center;
  width: 30px;
}
article ul.folders .folder-heading {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
article ul.folders .label {
  color: #353d46;
  display: block;
  font-weight: 400;
}
article ul.folders .folder-name,
article ul.folders .folder-description {
  display: block;
  margin-right: 12px;
  overflow: hidden;
  white-space: pre;
  word-wrap: break-word;
}
article ul.folders .folder-name textarea,
article ul.folders .folder-description textarea {
  border: 1px solid #dce0e5;
  border-radius: 2px;
  line-height: 22px;
  outline: none;
  resize: none;
  width: 100%;
}
article ul.folders .folder-url {
  font-weight: 300;
}
article ul.folders .right-nav {
  border-left: 1px solid #dce0e5;
  position: absolute;
  right: 0;
  top: 30px;
  width: 195px;
  border-left: none;
}
@media (min-width: 1020px) {
  article ul.folders .right-nav {
    float: right;
    position: relative;
    right: 0;
    top: 0;
  }
}
article ul.folders .right-nav .btn {
  display: block;
  margin: 10px;
  padding: 7px 0;
  width: auto;
}
@media (max-width: 759px) {
  article ul.folders .right-nav {
    position: static;
    width: 100%;
  }
  article ul.folders .right-nav .btn {
    display: inline-block;
    margin: 10px 10px 10px 0px;
    padding: 7px 20px;
    width: 195px;
  }
}
.page_navigation {
  background-color: #fff;
  border: solid 1px #dce0e5;
  display: none;
  padding: 15px;
  text-align: center;
}
.page_navigation a {
  color: #0a145a;
  margin: 0 10px;
  display: inline-block;
}
.page_navigation .active_page {
  cursor: default;
  font-weight: 400;
  text-decoration: underline;
}
.page_navigation .no_more {
  display: none;
}
.listing .controls {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
}
.listing .controls .head {
  border-bottom: solid 1px #e5e8ec;
  margin-bottom: 10px;
}
.listing .controls .head:before,
.listing .controls .head:after {
  content: " ";
  display: table;
}
.listing .controls .head:after {
  clear: both;
}
.listing .controls .head:before,
.listing .controls .head:after {
  content: " ";
  display: table;
}
.listing .controls .head:after {
  clear: both;
}
.listing .controls .head p {
  margin-left: 15px;
  margin-right: 15px;
}
.listing .controls .sorter-wrapper {
  margin-top: 10px;
  width: 197px;
  position: absolute;
  right: 13px;
}
.listing .controls .sorter-wrapper .selectric {
  font-size: 15px;
  font-weight: 400;
  height: auto;
  margin-right: 0;
  padding: 5px 0px 4px 10px;
}
.listing .controls .sorter-wrapper .selectric p.label {
  font-size: inherit;
  margin: inherit;
}
.listing .controls .sorter-wrapper .selectric .button {
  background: url('../../caesar/img/icn-updown_op1.png') no-repeat center;
  bottom: 0;
  color: transparent;
  height: auto;
  width: 47px;
}
.listing .controls .sorter-wrapper .selectricItems {
  border-top-color: transparent;
}
.listing .controls .sorter-wrapper .selectricItems li {
  height: auto;
  padding: 11px 16px;
}
.listing .controls.folders .sorter-wrapper {
  float: right;
  margin-top: 0;
  position: relative;
  right: 0;
}
.listing .controls h2 {
  color: #566271;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 20px;
}
.listing .controls > ul {
  font-size: 16px;
  list-style: none;
}
.listing .controls > ul:before,
.listing .controls > ul:after {
  content: " ";
  display: table;
}
.listing .controls > ul:after {
  clear: both;
}
.listing .controls > ul:before,
.listing .controls > ul:after {
  content: " ";
  display: table;
}
.listing .controls > ul:after {
  clear: both;
}
.listing .controls > ul li {
  float: left;
  margin-left: 10px;
  margin-right: 0;
}
.listing .controls > ul li:first-child {
  height: 55px;
  margin-left: 0;
  padding: 17px 15px 0 0;
  width: 100%;
}
.listing .controls > ul li:nth-child(2) {
  margin-left: calc(100% - 447px);
}
.listing .controls > ul li input[type="checkbox"].custom-checkbox + label {
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.listing .controls > ul li a {
  background-color: white;
  border: solid 1px #dce0e5;
  display: inline-block;
  line-height: 1;
  margin-top: 10px;
  padding: 10px 15px;
}
.listing .controls > ul li a:hover {
  background-color: #0f1e8c;
  color: white;
  text-decoration: none;
}
.listing .controls > ul li a.disabled {
  color: #9c9c9c;
  cursor: default;
}
.listing .controls > ul li a.disabled:hover {
  background-color: white;
  text-decoration: none;
}
@media (min-width: 1020px) {
  .listing .controls > ul li {
    margin-right: 10px;
    margin-left: 0;
  }
  .listing .controls > ul li:first-child {
    height: auto;
    width: auto;
  }
  .listing .controls > ul li:nth-child(2) {
    margin-left: auto;
  }
}
.readonly .listing .controls {
  display: none;
}
aside .folders li .main-content {
  display: none;
}
aside .folders li .selector,
aside .folders li .selector + label {
  display: none;
}
.readonly .notes .lm-pencil,
.readonly .listing .lm-pencil {
  display: none;
}
.left-nav {
  background: #fff;
  font-size: 14px;
  line-height: 1.625;
  padding: 20px 0 10px;
}
@media (min-width: 1020px) {
  .left-nav {
    font-size: 16px;
    padding: 34px 0 4px 10px;
    margin-bottom: 510px;
  }
}
.left-nav .lm {
  color: #2638c4;
  margin: 0;
}
.left-nav ul {
  padding-left: 0;
}
.left-nav > ul {
  list-style: none;
}
.left-nav > ul > li {
  color: #fff;
  margin-bottom: 10px;
  border: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.left-nav > ul > li a {
  color: #0a145a;
}
.left-nav > ul > li .submenu li {
  padding-left: 20px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1020px) {
  .left-nav > ul > li .submenu li {
    font-size: 16px;
    padding-left: 24px;
  }
}
.left-nav > ul > li .folder-sub.active a {
  color: #2638c4;
}
.left-nav a:hover {
  color: #2638c4;
}
.dashboard-sub__active .main-dashboard > a,
.assignments__active .assignments > a,
.media-tools-sub__active .media-tools > a,
.media-tools__active.activities-sub__active .activities-sub > a,
.media-tools__active.quiz-sub__active .quiz-sub > a,
.media-tools__active.postermaker-sub__active .postermaker-sub > a,
.puzzle-sub__active .puzzle-sub > a,
.favorites-sub__active .favorites > a,
.folders-sub__active .folders.active > a,
.classes__active .classes > a {
  color: #2638c4;
}
.basic-field-styles,
.selectric {
  border: 1px solid #dce0e5;
  border-radius: 0;
  padding: 12px;
  height: 30px;
  color: #738496;
}
.selectric-export-options .selectric .label,
.selectric-add-question-options .selectric .label {
  margin: 0;
}
.selectric-export-options .selectric p,
.selectric-add-question-options .selectric p {
  padding: 0;
}
.selectric-add-question-options,
.selectric-search-sort {
  display: inline-block;
}
.selectric-add-question-options .selectric,
.selectric-search-sort .selectric {
  width: 240px;
  padding: 16px;
  height: 52px;
}
@media (min-width: 600px) {
  .selectric-add-question-options .selectric,
  .selectric-search-sort .selectric {
    width: 250px;
  }
}
.selectric-add-question-options .selectric .lm,
.selectric-search-sort .selectric .lm {
  position: absolute;
  right: 0;
  top: 6px;
  color: #0a145a;
}
.selectric-search-sort .selectric {
  width: 200px;
  height: 30px;
  padding-top: 8px;
  margin-right: 0;
}
.selectric-search-sort .selectric .label {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
}
.selectric-search-sort .selectric b {
  height: 30px;
  background-size: 40% 60%;
}
.search-sort-label {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 6px;
  font-weight: 400;
}
@media (min-width: 1020px) {
  .selectric-export-options {
    float: right;
  }
}
.selectric-export-options .selectric {
  width: 230px;
  padding: 5px;
  height: 30px;
}
.selectric-export-options .selectric .label {
  color: #2638c4;
}
.selectric-export-options .selectric p {
  font-size: 14px;
}
.selectric-export-options .selectric .lm {
  position: absolute;
  width: 20px;
  padding-left: 4px;
  right: 0px;
  top: 0px;
  color: #2638c4;
  height: 28px;
  border-left: 1px solid #dce0e5;
}
.selectricWrapper.selectric-add-question-options {
  left: 0;
  vertical-align: middle;
}
@media (min-width: 600px) {
  .selectricWrapper.selectric-add-question-options {
    left: 12px;
  }
}
.selectricScroll li {
  font-size: 14px;
  color: #738496;
}
.quiz-slide .selectricScroll li {
  font-size: 16px;
  height: 50px;
  padding: 16px;
  margin: 0;
}
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  cursor: pointer;
}
.selectricWrapper.selectric-date-select {
  display: block;
  width: 150px;
}
@media (min-width: 760px) {
  .selectricWrapper.selectric-date-select {
    display: inline-block;
  }
}
.selectricResponsive {
  width: 100%;
}
.selectric {
  margin-right: 8px;
  position: relative;
  background-color: #fff;
  z-index: 5;
  font-size: 16px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  line-height: 18px;
  min-height: 18px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 50px;
  background: url(../../caesar/img/icn-updown_op1.png);
  background-repeat: no-repeat;
  color: #fff;
  background-position: center center;
  border-left: 1px solid #dce0e5;
}
.quiz-slide .selectric .button {
  height: 50px;
}
.selectric .button.single-arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 50px;
  background: url(../../caesar/img/icn-updown_op2.png);
  background-repeat: no-repeat;
  color: #fff;
  background-position: center center;
  border-left: 1px solid #dce0e5;
}
.quiz-slide .selectric .button.single-arrow {
  height: 50px;
}
.selectricHover .selectric {
  border-color: #CCC;
}
.selectricHover .selectric .button {
  color: #888;
}
.selectricHover .selectric .button:after {
  border-top-color: #888;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}
.selectricItems li {
  display: block;
  border-bottom: 1px solid #dce0e5;
  cursor: pointer;
  padding: 5px;
  height: 30px;
  background-color: #fff;
}
.selectricItems li:first-of-type {
  display: none;
}
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
.export-options {
  border: 1px solid #dce0e5;
  border-radius: 0;
  padding: 12px;
  height: 30px;
  color: #738496;
}
.modal-no-bg,
#generic-modal,
.message-prompt,
.favorites-modal {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-common-layout,
#generic-modal,
.message-prompt,
.multiselect-dialog,
.favorites-modal {
  overflow: hidden;
}
.modal-common-layout input[type='text'],
.modal-common-layout input[type='search'],
.modal-common-layout input[type='url'],
.modal-common-layout textarea,
#generic-modal input[type='text'],
#generic-modal input[type='search'],
#generic-modal input[type='url'],
#generic-modal textarea,
.message-prompt input[type='text'],
.message-prompt input[type='search'],
.message-prompt input[type='url'],
.message-prompt textarea,
.multiselect-dialog input[type='text'],
.multiselect-dialog input[type='search'],
.multiselect-dialog input[type='url'],
.multiselect-dialog textarea,
.favorites-modal input[type='text'],
.favorites-modal input[type='search'],
.favorites-modal input[type='url'],
.favorites-modal textarea {
  padding: 2px 5px;
  width: 100%;
}
.modal-common-layout .modal-dialog,
#generic-modal .modal-dialog,
.message-prompt .modal-dialog,
.multiselect-dialog .modal-dialog,
.favorites-modal .modal-dialog {
  font-weight: 400;
  margin-top: 120px;
}
.modal-common-layout .modal-content,
#generic-modal .modal-content,
.message-prompt .modal-content,
.multiselect-dialog .modal-content,
.favorites-modal .modal-content {
  border-radius: 0;
  padding-bottom: 20px;
}
.modal-common-layout .modal-body,
#generic-modal .modal-body,
.message-prompt .modal-body,
.multiselect-dialog .modal-body,
.favorites-modal .modal-body {
  max-height: 400px;
  overflow: auto;
}
.modal-common-header .modal-header h3,
#generic-modal .modal-header h3,
.message-prompt .modal-header h3,
.favorites-modal .modal-header h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: #0a145a;
  margin: 0;
}
.modal-common-header .modal-header h4,
#generic-modal .modal-header h4,
.message-prompt .modal-header h4,
.favorites-modal .modal-header h4 {
  color: #000;
  font-size: 21px;
  border-bottom: 1px solid #979797;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#generic-modal .modal-footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}
.message-prompt h3,
.favorites-modal h3 {
  line-height: 1;
}
.message-prompt .modal-content,
.favorites-modal .modal-content {
  padding-bottom: 0;
}
.message-prompt .modal-dialog,
.favorites-modal .modal-dialog {
  margin: 5% auto;
  max-width: 516px;
}
.message-prompt .modal-dialog.wide,
.favorites-modal .modal-dialog.wide {
  width: 546px;
  max-width: 100%;
}
.message-prompt .modal-header,
.favorites-modal .modal-header {
  padding-top: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}
.message-prompt .modal-header .close,
.favorites-modal .modal-header .close {
  display: none;
}
.message-prompt .modal-body,
.message-prompt textarea,
.favorites-modal .modal-body,
.favorites-modal textarea {
  font-size: 16px;
}
.message-prompt .modal-body,
.favorites-modal .modal-body {
  padding: 4px 15px 20px;
}
.message-prompt .modal-body .sm-mgb,
.favorites-modal .modal-body .sm-mgb {
  margin-bottom: 12px;
}
.message-prompt .modal-body .std-btn,
.message-prompt .modal-body .message-prompt .modal-footer .btn-primary,
.message-prompt .modal-body .message-prompt .modal-footer .std-btn,
.favorites-modal .modal-body .std-btn,
.message-prompt .modal-body .message-prompt .modal-footer .message-prompt .modal-footer .btn-primary,
.message-prompt .modal-body .favorites-modal .modal-footer .btn-primary,
.message-prompt .modal-body .favorites-modal .modal-footer .std-btn,
.message-prompt .modal-body .message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary {
  border-radius: 0;
}
.message-prompt .modal-footer,
.favorites-modal .modal-footer {
  border-top: none;
  text-align: left;
}
.message-prompt .modal-footer .btn,
.favorites-modal .modal-footer .btn {
  margin: 0 10px 0 0;
}
.message-prompt p,
.message-prompt textarea,
.favorites-modal p,
.favorites-modal textarea {
  margin-bottom: 25px;
}
.message-prompt .legal,
.favorites-modal .legal {
  margin-top: 0;
  line-height: 1.625;
}
.message-prompt textarea,
.favorites-modal textarea {
  height: 90px;
}
.message-prompt .no-mg,
.favorites-modal .no-mg {
  margin: 0;
}
.message-prompt .std-btn,
.message-prompt .message-prompt .modal-footer .btn-primary,
.message-prompt .message-prompt .modal-footer .std-btn,
.favorites-modal .std-btn,
.message-prompt .message-prompt .modal-footer .message-prompt .modal-footer .btn-primary,
.message-prompt .favorites-modal .modal-footer .btn-primary,
.message-prompt .favorites-modal .modal-footer .std-btn,
.message-prompt .message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary {
  margin-right: 12px;
}
.message-prompt .close,
.favorites-modal .close {
  position: absolute;
  top: 6px;
  right: 0;
  opacity: 1;
}
.message-prompt .lm-cross,
.favorites-modal .lm-cross {
  color: #0a145a;
}
.message-prompt .control-label,
.favorites-modal .control-label {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 300;
}
.message-prompt hr,
.favorites-modal hr {
  margin: 6px 0 0;
  border-top: 1px solid #979797;
}
.multiselect-dialog {
  -webkit-font-smoothing: antialiased;
  max-width: 506px;
}
.multiselect-dialog .modal-content {
  padding: 10px;
}
.multiselect-dialog .modal-header {
  padding: 0 0 5px;
}
.multiselect-dialog .modal-header h4 {
  text-transform: none;
}
.multiselect-dialog .modal-body {
  height: auto;
  padding: 0;
  overflow: hidden;
}
.multiselect-dialog .modal-footer {
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.multiselect-dialog .multiselect-title {
  font-size: 21px;
  font-weight: 400;
  color: #0a145a;
}
.multiselect-dialog .multiselect-heading {
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0 10px;
}
.multiselect-dialog .multiselect-list {
  border-bottom: 1px solid #dce0e5;
  list-style: none;
  margin-bottom: 10px;
  max-height: 285px;
  overflow-y: auto;
  position: relative;
}
.multiselect-dialog .multiselect-list input[type="checkbox"]:checked + label {
  background-color: #f6f6f4;
  border-color: #f6f6f4;
}
.multiselect-dialog .multiselect-list label {
  border: solid 1px #dce0e5;
  padding: 16px 8px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.multiselect-dialog input[type="checkbox"].custom-checkbox + label:hover {
  border-color: #bfc6cf;
  color: #050a2c;
  cursor: pointer;
}
.multiselect-dialog input[type="checkbox"].custom-checkbox + label:hover:before {
  border-color: #bfc6cf;
  cursor: pointer;
}
.multiselect-dialog input[type="checkbox"].custom-checkbox + label span:first-child {
  box-shadow: 1px 1px 3px -1px #dce0e5;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: -1px;
  width: 20px;
}
.multiselect-dialog input[type="checkbox"].custom-checkbox:checked + label span:first-child {
  background-size: 14px;
}
.multiselect-dialog .add-new-folder {
  border: 1px solid #dce0e5;
  position: relative;
  padding: 7px 0 7px 8px;
}
.multiselect-dialog .new-folder-name {
  border: none;
  margin-left: -7px;
  padding: 6px 3px 4px;
  width: 93%;
}
.multiselect-dialog .new-folder-label {
  border: none;
  display: inline;
  padding-left: 0px !important;
  position: static !important;
}
.multiselect-dialog .add-new-folder-button {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}
.multiselect-dialog .std-btn,
.multiselect-dialog .message-prompt .modal-footer .btn-primary,
.multiselect-dialog .message-prompt .modal-footer .std-btn,
.multiselect-dialog .message-prompt .modal-footer .message-prompt .modal-footer .btn-primary,
.multiselect-dialog .favorites-modal .modal-footer .btn-primary,
.multiselect-dialog .favorites-modal .modal-footer .std-btn,
.multiselect-dialog .message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary {
  margin: 20px 0;
}
.feedback-modal {
  color: #738496;
}
.feedback-modal .modal-dialog {
  width: 525px;
}
.feedback-modal .modal-header {
  padding: 15px 5px 10px;
}
.feedback-modal .modal-header .close {
  color: #738496;
  font-size: 18px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 7px;
}
.feedback-modal .modal-body {
  padding: 10px;
}
.feedback-modal .modal-body p {
  font-size: 15px;
  line-height: 1.2;
}
.feedback-modal .modal-content {
  border-radius: 3px;
  font-size: 16px;
  padding: 10px;
}
.feedback-modal h3 {
  font-size: 25px;
  font-weight: 100;
}
.feedback-modal .form-control {
  border-radius: 0;
  color: #556270;
}
.feedback-modal label {
  font: 300 16px/24px;
}
.feedback-modal button[type='submit'] {
  background-color: #2638c4;
  border-radius: 2px;
  color: white;
  margin-top: 20px;
}
.feedback-modal button[type='submit']:hover {
  background-color: #1e2c99;
}
.feedback-modal .errorlist {
  color: #ff6766;
  list-style: none;
  margin-bottom: 0;
}
.assign-lesson-modal .modal-header .close {
  display: inline;
  top: 20px;
  right: 8px;
  font-size: 14px;
}
.assign-lesson-modal .modal-dialog {
  font-weight: 300;
  padding: 15px;
}
.assign-lesson-modal .modal-body {
  padding-top: 15px;
}
.assign-lesson-modal strong {
  color: #0a145a;
  font-weight: 400;
}
.flag-modal .modal-body {
  padding-top: 15px;
}
#foldersModal .modal-dialog {
  margin: 10% auto;
  width: 650px;
  max-width: 100%;
}
#foldersModal .modal-dialog .modal-content {
  border-radius: 0;
  padding: 0;
}
#foldersModal .modal-dialog .modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #dce0e5;
  min-height: 17px;
}
#foldersModal .modal-dialog .modal-content .modal-header .close {
  font-size: 30px;
  color: #0a145a;
  opacity: 1;
}
#foldersModal .modal-dialog .modal-content .modal-body {
  padding: 0 20px;
}
#foldersModal .modal-dialog .modal-content .modal-footer {
  padding: 0 20px;
}
#foldersModal .modal-dialog .modal-content .modal-footer button.add-to-folder {
  font-weight: normal;
  font-size: 18px;
}
#foldersModal .modal-dialog .modal-content .modal-footer button.add-to-folder:hover {
  background-color: #0a145a;
}
.standard-modal {
  overflow: scroll;
}
.standard-modal .close {
  font-size: 30px;
  color: #353d46;
  opacity: 1;
}
.standard-modal .modal-dialog {
  width: 500px;
  margin: 10% auto;
}
.standard-modal .modal-dialog .modal-content {
  border-radius: 0;
}
.standard-modal .modal-dialog .modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #dce0e5;
  min-height: 17px;
}
.standard-modal .modal-dialog .modal-content .modal-header h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: #353d46;
  margin: 0;
}
.standard-modal .modal-dialog .modal-content .modal-body {
  max-height: 450px;
}
.standard-modal .modal-dialog .modal-content .modal-body .form-group label {
  display: block;
  font-weight: 500;
  padding: 5px 0;
}
.standard-modal .modal-dialog .modal-content .modal-body .form-group input,
.standard-modal .modal-dialog .modal-content .modal-body .form-group textarea {
  width: 100%;
}
.standard-modal .modal-dialog .modal-content .modal-body p {
  margin: 7px 0;
}
@media (max-width: 767px) {
  .standard-modal .modal-dialog .modal-content .modal-body {
    max-height: none;
  }
}
.standard-modal .modal-dialog .modal-content .modal-footer {
  text-align: left;
}
.standard-modal .modal-dialog .modal-content .btn {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .standard-modal.standard-modal.modal.fade .modal-dialog {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    width: 100%;
  }
  .standard-modal.standard-modal.modal.fade .modal-dialog .modal-content {
    min-height: 100vh;
    border: 0;
  }
}
.btn-simple {
  background-color: transparent;
  color: #2638c4;
  font-size: 14px;
  font-weight: 300;
}
.btn-simple:hover {
  color: #0a145a;
}
input[type="checkbox"].custom-toggle {
  display: none;
}
input[type="checkbox"].custom-toggle + label span {
  padding: 10px;
  cursor: pointer;
}
input[type="checkbox"].custom-toggle + label {
  margin-right: 8px;
}
input[type="checkbox"].custom-toggle + label .checked-option,
input[type="checkbox"].custom-toggle:checked + label .unchecked-option {
  background-color: white;
  color: #2638c4;
  box-shadow: inset 0px 2px 5px -2px black;
  border-bottom: 1px solid #dce0e5;
}
input[type="checkbox"].custom-toggle + label .checked-option {
  border-right: 1px solid #dce0e5;
}
input[type="checkbox"].custom-toggle:checked + label .unchecked-option {
  border-left: 1px solid #dce0e5;
}
input[type="checkbox"].custom-toggle + label .unchecked-option,
input[type="checkbox"].custom-toggle:checked + label .checked-option {
  background-color: #2638c4;
  color: white;
  box-shadow: 1px 1px 0 0 #0a145a;
  border: 0;
}
input[type="checkbox"].custom-toggle + label .unchecked-option {
  margin-right: -4px;
}
input[type="checkbox"].custom-checkbox {
  display: none;
}
input[type="checkbox"].custom-checkbox + label {
  font-weight: 300;
}
input[type="checkbox"].custom-checkbox + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
  margin-right: 6px;
}
input[type="checkbox"].custom-checkbox + label span.right-aligned {
  margin-right: 0;
  margin-left: 5px;
}
input[type="checkbox"].custom-checkbox + label span.notice-container {
  margin-left: -30px;
  margin-right: 14px;
}
input[type="checkbox"].custom-checkbox:checked + label span {
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-image: url(../../caesar/img/check.svg);
}
.no-svg input[type="checkbox"].custom-checkbox:checked + label span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADwCAMAAACNKKmnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACFQTFRF9s+f+ufP6IgQ77Bg/ffv65gw8r9/99ev/O/f5oAA////cJQzVQAAAAt0Uk5T/////////////wBKTwHyAAAFi0lEQVR42uzdC3LjOAwEUMwy2dnk/gfe/OOPZDVIAESL4AVgvSpbMsXqltda8JKFL/2fP4WFXvnLi1ZLFrZSa8nKVlotWdpKqSVrW+m0ZHErlZasbqXRkuWtFFpSVriWlBWuJWWFa0lZ4VpSVriWlBWuJWWFa0lZ4VpSVriWlBWuJWWFa0lZ4VpSVriWlBWuJWWFa0lZ4VpSVriWlBWuJWWFa0lZ4VpSVriWlBWuJWWFa0lZ4VpSVriWlBWuJWWFa0lZ4VpSVriWlBWuJWWFa0lZ4VpSVriWlBWuJWWFa0lZ4VpSVriWlBW4/p4Ly9VKzvU1dLc6EZa/1XmwAqxOgxVhdRasEKuTYMVYnQMryOoUWFFWZ8AKszoBVpwVP1agFT1WpBU7VqgVOVasFTdWsBU1VrQVM1a4FTFWvBUv1gQrWqwZVqxYU6xIseZYcWJNsqLEmmXFiDXNihBrnhUf1kQrOqyZVmxYU63IsOZacWFNtqLCmm3FhDXdSov19N/CVkqsp2d1Ov+JrHRYT8/6dP4TWamw3q0maaWw0mB9Wk3RymGlwPq2mqCVxArH+rUK18piBWNdWgVrpbFCsa6tQrXyWIFYt1aBWomsMKx7qzCtTFYQ1pZVkFYqKwRr2ypEK5cVgLVnFaCVzOoYa9/KXSub1SHWIytnrXRWR1iPrVy18lkdYB1ZOWoltHqMdWzlppXR6iEWYuWkldLqERZm5aKV0+oBFmrloJXUah8LtzLXymq1i6WxMtZKa7WHpbMy1cprtYOltTLUSmy1jaW3MtPKbLWJ1WNlpJXaagurz8pEK7fVBlavlYFWcqt7rH6rYa3sVndYI1aDWumtbrHGrIa08lvdYI1aDWgRWF1jjVt1azFYXWFZWHVqUVhdYtlYdWlxWF1gWVl1aJFY/WLZWam1WKx+sCytlFo0Vt9YtlYqLR6rLyxrK4UWkdUnlr0VrMVk9YHlYQVqUVm9Y/lYQVpcVm9YXlaAFpnVG9az3+c90GKzesNqL5O06Kzef7MmafFZfdwNp2gRWn0+Z03QYrT6eoIP16K0+v5vGKzFafWz6xCqRWr1u58VqMVqdbFTGqZFa3W5Bx+kxWt19XYnRIvY6vq9YYAWs9XNG2l3LWqr27MOzlrcVnenaFy1/uW2uj+f5alFbrVx8q+VFY5FqRWTmbY1pZUVjkWnFZXFtz2nlRWORaUVl/G4N6mVFY5FoxWZHbo/q5UVjkWhFZtJ+2haKyscK71WdNbx43mtrHCs1FrxGdpHE1tZ4VhptWZksx/PbGWFY6XUmpP5j0xtZYVjpdOa1SWBzW1lhWOl0prXUYJObmWlyINvZaVoGmjLW2k6LNrqVqp2lLa4la53p61tpWx0aktbabvC2spW6ha6trCVvrKvrWvV0W/YlrXqKYNsq1p1NWe2Ra36akbbmladnaxtSaveAtu2olV3229b0Kq/GrmtZzXQI92Wsxop3W6rWQ01lLfFrMbq3NtaVmNYzlrZrAaxXLXSWY1iOWrlsxrGctNKaDWO5aSV0coAy0UrpZUFloNWTisTLHOtpFY2WMZaWa2MsEy10lpZYRlq5bUywzLTSmxlh2WkldnKEMtEK7WVJZaBVm4rU6xhreRWtliDWtmtjLGGtNJbWWMNaOW3Msfq1iKwssfq1GKwcsDq0qKw8sDq0OKwcsFSa5FY+WAptVisnLBUWjRWXlgKLR4rNyxYi8jKDwvUYrJyxIK0qKw8sQAtLitXrEMtMitfrAMtNitnrIdadFbeWA+0+KzcsXa1CK38sXa0GK0CsDa1KK0isDa0OK1CsO60SK1isG60WK2CsK60aK2isC60eK3CsH60iK3isL60mK0CsT60qK0isd60uK1CsV7/vBbWMquwCstn/S/AADBkirtc/jBoAAAAAElFTkSuQmCC);
}
input[type="radio"].custom-radio {
  display: none;
}
input[type="radio"].custom-radio + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-image: none;
  cursor: pointer;
  margin-right: 4px;
}
input[type="radio"].custom-radio + label span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}
input[type="radio"].custom-radio:checked + label span {
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../caesar/img/radio-check-blue.png);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
input[type="radio"].custom-radio:checked:disabled + label span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzhBRDIyN0RDRTlCMTFFNEEwRTlDOTk0NTFBNjhBMTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzhBRDIyN0VDRTlCMTFFNEEwRTlDOTk0NTFBNjhBMTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDOEFEMjI3QkNFOUIxMUU0QTBFOUM5OTQ1MUE2OEExMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDOEFEMjI3Q0NFOUIxMUU0QTBFOUM5OTQ1MUE2OEExMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PraAKMwAAAAPUExURX+Pn3uLnHmJm3OElv///41RNPgAAAAFdFJOU/////8A+7YOUwAAAGhJREFUeNrsk0ESgCAMAxPC/98s6oCotPEB7okpe2oT1AE0wDTtD+oGHwL0ArNALeAlFC0pXaACeApQCA5BCbvATGATlFKBXHD/zfiFj4JdtT2WP7cNjI+cDa2PvS+Or54vb1z/TYABAHLXDFUtrwcUAAAAAElFTkSuQmCC);
}
.btn-simple {
  background-color: transparent;
  color: #2638c4;
  font-size: 14px;
  font-weight: 300;
}
.btn-simple:hover {
  color: #0f1e8c;
}
.std-btn-hover {
  background-color: #0f1e8c;
  color: white;
}
.std-btn,
.message-prompt .modal-footer .btn-primary,
.message-prompt .modal-footer .std-btn,
.alt-btn,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary,
.message-prompt .modal-footer .btn-secondary,
.message-prompt .modal-footer .alt-btn,
.favorites-modal .modal-footer .btn-primary,
.favorites-modal .modal-footer .std-btn,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-secondary,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary,
.favorites-modal .modal-footer .btn-secondary,
.favorites-modal .modal-footer .alt-btn,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-secondary {
  background-color: #2638c4;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 12px 14px;
  font-weight: 300;
}
.std-btn:hover,
.message-prompt .modal-footer .btn-primary:hover,
.message-prompt .modal-footer .std-btn:hover,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary:hover,
.favorites-modal .modal-footer .btn-primary:hover,
.favorites-modal .modal-footer .std-btn:hover,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary:hover {
  background-color: #0f1e8c;
  color: white;
}
.std-btn:active,
.message-prompt .modal-footer .btn-primary:active,
.message-prompt .modal-footer .std-btn:active,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary:active,
.favorites-modal .modal-footer .btn-primary:active,
.favorites-modal .modal-footer .std-btn:active,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary:active {
  color: #fff;
}
.std-btn:visited,
.message-prompt .modal-footer .btn-primary:visited,
.message-prompt .modal-footer .std-btn:visited,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary:visited,
.favorites-modal .modal-footer .btn-primary:visited,
.favorites-modal .modal-footer .std-btn:visited,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary:visited {
  background-color: #2638c4;
  color: #fff;
}
.std-btn:visited:hover,
.message-prompt .modal-footer .btn-primary:visited:hover,
.message-prompt .modal-footer .std-btn:visited:hover,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary:visited:hover,
.favorites-modal .modal-footer .btn-primary:visited:hover,
.favorites-modal .modal-footer .std-btn:visited:hover,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary:visited:hover {
  background-color: #0f1e8c;
  color: white;
}
.std-btn.opposite,
.std-btn.inverse,
.message-prompt .modal-footer .btn-primary.opposite,
.message-prompt .modal-footer .btn-primary.inverse,
.message-prompt .modal-footer .std-btn.opposite,
.message-prompt .modal-footer .std-btn.inverse,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary.opposite,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary.inverse,
.favorites-modal .modal-footer .btn-primary.opposite,
.favorites-modal .modal-footer .btn-primary.inverse,
.favorites-modal .modal-footer .std-btn.opposite,
.favorites-modal .modal-footer .std-btn.inverse,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary.opposite,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary.inverse {
  background-color: white;
  color: #0a145a;
  border-color: transparent;
}
.std-btn.inverse,
.message-prompt .modal-footer .btn-primary.inverse,
.message-prompt .modal-footer .std-btn.inverse,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary.inverse,
.favorites-modal .modal-footer .btn-primary.inverse,
.favorites-modal .modal-footer .std-btn.inverse,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary.inverse {
  border: 1px solid #dce0e5;
}
.std-btn.small,
.message-prompt .modal-footer .btn-primary.small,
.message-prompt .modal-footer .std-btn.small,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary.small,
.favorites-modal .modal-footer .btn-primary.small,
.favorites-modal .modal-footer .std-btn.small,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary.small {
  font-size: 16px;
  padding: 8px 20px;
  width: 134px;
}
.std-btn.small-stacked,
.message-prompt .modal-footer .btn-primary.small-stacked,
.message-prompt .modal-footer .std-btn.small-stacked,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary.small-stacked,
.favorites-modal .modal-footer .btn-primary.small-stacked,
.favorites-modal .modal-footer .std-btn.small-stacked,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary.small-stacked {
  margin-bottom: 10px;
}
.std-btn.btn-na,
.std-btn:disabled,
.message-prompt .modal-footer .btn-primary.btn-na,
.message-prompt .modal-footer .btn-primary:disabled,
.message-prompt .modal-footer .std-btn.btn-na,
.message-prompt .modal-footer .std-btn:disabled,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary.btn-na,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary:disabled,
.favorites-modal .modal-footer .btn-primary.btn-na,
.favorites-modal .modal-footer .btn-primary:disabled,
.favorites-modal .modal-footer .std-btn.btn-na,
.favorites-modal .modal-footer .std-btn:disabled,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary.btn-na,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary:disabled {
  box-shadow: none;
  background-color: #738496;
  opacity: 0.5;
}
.std-btn.deactivated,
.message-prompt .modal-footer .btn-primary.deactivated,
.message-prompt .modal-footer .std-btn.deactivated,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-primary.deactivated,
.favorites-modal .modal-footer .btn-primary.deactivated,
.favorites-modal .modal-footer .std-btn.deactivated,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary.deactivated {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #738496;
  cursor: not-allowed;
  opacity: 0.5;
}
.action-btns .activity-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-right: 0;
  margin-left: 12px;
  padding: 7px 12px;
  color: #fff;
  background-color: #2638c4;
  border-radius: 5px;
}
.action-btns .activity-btn.opposite {
  background-color: white;
  color: #2638c4;
  border: 1px solid #dce0e5;
}
.action-btns .activity-btn.opposite:hover {
  color: #0f1e8c;
  background-color: white;
}
.action-btns .activity-btn:hover {
  background-color: #0f1e8c;
  color: white;
}
.action-btns .activity-btn.lm-favorite-this {
  margin-right: 0;
}
.action-btns .activity-btn .lm-heart-outline,
.action-btns .activity-btn .lm-heart {
  font-size: 22px;
  margin: -6px 0 0;
  vertical-align: middle;
  line-height: 1;
}
.alt-btn,
.message-prompt .modal-footer .btn-secondary,
.message-prompt .modal-footer .alt-btn,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-secondary,
.favorites-modal .modal-footer .btn-secondary,
.favorites-modal .modal-footer .alt-btn,
.message-prompt .modal-footer .favorites-modal .modal-footer .btn-secondary {
  background-color: white;
  border-color: transparent;
  color: #2638c4;
}
/* ==|====================
   Module/Icons
   ======================= */
@font-face {
  font-family: 'pbslm';
  src: url('/static/station/fonts/lmfonts/lmbase-webfont.eot');
  src: url('/static/station/fonts/lmfonts/lmbase-webfont.eot#iefix') format('embedded-opentype'), url('/static/station/fonts/lmfonts/lmbase-webfont.woff') format('woff'), url('/static/station/fonts/lmfonts/lmbase-webfont.ttf') format('truetype'), url('/static/station/fonts/lmfonts/lmbase-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="i-pbslm-"],
[class*=" i-pbslm-"] {
  font-family: 'pbslm';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 2.4em;
}
.i-pbslm-cross:before,
.i-times:before {
  content: '\0044';
}
.std-icon-container i {
  color: #0a145a;
  font-size: 18px;
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}
.std-icon-container .lm-dash-add,
.std-icon-container .lm-dash-delete {
  top: 2px;
}
.lm.media-type-Image::after {
  content: "\006B";
}
.lm.media-type-Video::after {
  content: "\0067";
}
.lm.media-type-Audio::after {
  content: "\006A";
}
.lm.media-type-Interactive::after {
  content: "\0068";
}
.lm.media-type-Webpage::after {
  content: "\0068";
}
.lm.media-type-Document::after {
  content: "\006F";
}
.lm.media-type-self-paced-lesson::after {
  content: "\006D";
}
.lm.media-type-gallery::after {
  content: "\0032";
}
.lm.media-type-storyboard::after {
  content: "\0036";
}
.lm.media-type-puzzle::after {
  content: "\0021";
}
.lm.media-type-quiz::after {
  content: "\0030";
}
.lm.media-type-link::after {
  content: "\0052";
}
.lm.media-type-lesson-plan::after,
.lm.media-type-lesson::after {
  content: "\006F";
}
body.favorites {
  background-color: white;
}
body.favorites ul {
  list-style: none;
  margin: 0;
}
body.favorites img {
  height: auto;
  max-width: 100%;
}
.listing {
  padding-bottom: 30px;
}
.listing li:before,
.listing li:after {
  content: " ";
  display: table;
}
.listing li:after {
  clear: both;
}
.listing li:before,
.listing li:after {
  content: " ";
  display: table;
}
.listing li:after {
  clear: both;
}
.listing input[type="checkbox"].custom-checkbox + label {
  left: 12px;
  position: absolute;
  top: 12px;
}
.folder .listing input[type="checkbox"].custom-checkbox + label {
  left: 8px;
}
.listing input[type="checkbox"].custom-checkbox + label span {
  background-size: 16px;
  height: 20px;
  width: 20px;
}
.listing .illo figcaption {
  width: 100%;
}
.listing .detail {
  border-right: none;
  float: none;
  position: relative;
  width: 100%;
}
@media (min-width: 1020px) {
  .listing .detail {
    border-right: 1px solid #dce0e5;
    float: left;
    width: calc(100% - 260px);
  }
}
@media (min-width: 1268px) {
  .listing .detail {
    width: calc(100% - 317px);
  }
}
.listing .handle {
  background: white;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAFCAMAAABVc73pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFc4aY////bj1sywAAAAJ0Uk5T/wDltzBKAAAAFklEQVR42mJgYGBkZAATjIzIBECAAQAAvwAR8ipl1wAAAABJRU5ErkJggg==');
  background-repeat: repeat;
  bottom: 0;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  display: none;
  left: 13px;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: -67px;
  width: 10px;
}
.listing .handle:before,
.listing .handle:after {
  display: inline-block;
  font-family: lmbase2;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  margin: 0 0.4em;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #738496;
  display: block;
  font-size: 14px;
  left: -2px;
  line-height: 1;
  margin: 0;
  position: absolute;
}
.listing .handle:before.media-type-Image::after,
.listing .handle:after.media-type-Image::after {
  content: "\006B";
}
.listing .handle:before.media-type-Video::after,
.listing .handle:after.media-type-Video::after {
  content: "\0067";
}
.listing .handle:before.media-type-Audio::after,
.listing .handle:after.media-type-Audio::after {
  content: "\006A";
}
.listing .handle:before.media-type-Interactive::after,
.listing .handle:after.media-type-Interactive::after {
  content: "\0068";
}
.listing .handle:before.media-type-Webpage::after,
.listing .handle:after.media-type-Webpage::after {
  content: "\0068";
}
.listing .handle:before.media-type-Document::after,
.listing .handle:after.media-type-Document::after {
  content: "\006F";
}
.listing .handle:before.media-type-self-paced-lesson::after,
.listing .handle:after.media-type-self-paced-lesson::after {
  content: "\006D";
}
.listing .handle:before.media-type-gallery::after,
.listing .handle:after.media-type-gallery::after {
  content: "\0032";
}
.listing .handle:before.media-type-storyboard::after,
.listing .handle:after.media-type-storyboard::after {
  content: "\0036";
}
.listing .handle:before.media-type-puzzle::after,
.listing .handle:after.media-type-puzzle::after {
  content: "\0021";
}
.listing .handle:before.media-type-quiz::after,
.listing .handle:after.media-type-quiz::after {
  content: "\0030";
}
.listing .handle:before.media-type-link::after,
.listing .handle:after.media-type-link::after {
  content: "\0052";
}
.listing .handle:before.media-type-lesson-plan::after,
.listing .handle:after.media-type-lesson-plan::after,
.listing .handle:before.media-type-lesson::after,
.listing .handle:after.media-type-lesson::after {
  content: "\006F";
}
.listing .handle:before {
  content: '\051';
  top: -17px;
}
.listing .handle:after {
  content: '\050';
  bottom: -15px;
}
body.folder .listing .handle {
  display: block;
}
.listing.ui-sortable-helper .handle {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.listing .meta {
  word-wrap: break-word;
}
.listing .meta h3 {
  font-size: 16px;
  line-height: 1.3125em;
  margin: 0 0 5px;
}
.listing .meta h3 a {
  color: #353d46;
}
.listing .meta h3 a:hover {
  color: #0a145a;
}
.listing .notes {
  float: none;
  font-size: 14px;
  height: 120px;
  position: relative;
  width: 100%;
}
.listing .notes h2 {
  background-color: #dce0e5;
  color: #353d46;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  padding: 2px 10px;
  width: 100%;
}
.listing .notes textarea,
.listing .notes p {
  border: none;
  color: #566271;
  display: block;
  font-size: 1em;
  font-weight: 300;
  float: right;
  height: calc(100% - 30px);
  line-height: 1.5;
  margin: 10px;
  resize: none;
  text-align: left;
  top: 30px;
  width: calc(100% - 20px);
}
.listing .notes textarea:focus {
  color: #353d46;
}
.readonly .listing .notes p {
  height: auto;
  margin-bottom: 0;
}
@media (min-width: 1020px) {
  .listing .notes {
    bottom: 0;
    float: left;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
  }
  .listing .notes textarea,
  .listing .notes p {
    font-size: 16px;
    height: calc(100% - 50px);
  }
}
@media (min-width: 1268px) {
  .listing .notes {
    width: 317px;
  }
}
.listing ul.folder-set {
  border-top: 1px solid #dce0e5;
  height: auto;
  padding: 10px 0 10px 50px;
  position: relative;
  top: 1px;
}
.listing ul.folder-set:before,
.listing ul.folder-set:after {
  content: " ";
  display: table;
}
.listing ul.folder-set:after {
  clear: both;
}
.listing ul.folder-set:before,
.listing ul.folder-set:after {
  content: " ";
  display: table;
}
.listing ul.folder-set:after {
  clear: both;
}
.listing ul.folder-set > li {
  background-color: white;
  border: 1px solid #dce0e5;
  float: left;
  font-size: 1em;
  margin: 2px;
  padding: 3px 8px 4px;
}
.listing ul.folder-set > li:first-child:before {
  display: inline-block;
  font-family: lmbase2;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  margin: 0 0.4em;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0070';
  font-size: 30px;
  height: 1em;
  left: 12px;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.listing ul.folder-set > li:first-child:before.media-type-Image::after {
  content: "\006B";
}
.listing ul.folder-set > li:first-child:before.media-type-Video::after {
  content: "\0067";
}
.listing ul.folder-set > li:first-child:before.media-type-Audio::after {
  content: "\006A";
}
.listing ul.folder-set > li:first-child:before.media-type-Interactive::after {
  content: "\0068";
}
.listing ul.folder-set > li:first-child:before.media-type-Webpage::after {
  content: "\0068";
}
.listing ul.folder-set > li:first-child:before.media-type-Document::after {
  content: "\006F";
}
.listing ul.folder-set > li:first-child:before.media-type-self-paced-lesson::after {
  content: "\006D";
}
.listing ul.folder-set > li:first-child:before.media-type-gallery::after {
  content: "\0032";
}
.listing ul.folder-set > li:first-child:before.media-type-storyboard::after {
  content: "\0036";
}
.listing ul.folder-set > li:first-child:before.media-type-puzzle::after {
  content: "\0021";
}
.listing ul.folder-set > li:first-child:before.media-type-quiz::after {
  content: "\0030";
}
.listing ul.folder-set > li:first-child:before.media-type-link::after {
  content: "\0052";
}
.listing ul.folder-set > li:first-child:before.media-type-lesson-plan::after,
.listing ul.folder-set > li:first-child:before.media-type-lesson::after {
  content: "\006F";
}
.listing ul.folder-set > li .delete:before {
  display: inline-block;
  font-family: lmbase2;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  margin: 0 0.4em;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #566271;
  content: '\044';
  font-weight: 900;
  margin: 0;
}
.listing ul.folder-set > li .delete:before.media-type-Image::after {
  content: "\006B";
}
.listing ul.folder-set > li .delete:before.media-type-Video::after {
  content: "\0067";
}
.listing ul.folder-set > li .delete:before.media-type-Audio::after {
  content: "\006A";
}
.listing ul.folder-set > li .delete:before.media-type-Interactive::after {
  content: "\0068";
}
.listing ul.folder-set > li .delete:before.media-type-Webpage::after {
  content: "\0068";
}
.listing ul.folder-set > li .delete:before.media-type-Document::after {
  content: "\006F";
}
.listing ul.folder-set > li .delete:before.media-type-self-paced-lesson::after {
  content: "\006D";
}
.listing ul.folder-set > li .delete:before.media-type-gallery::after {
  content: "\0032";
}
.listing ul.folder-set > li .delete:before.media-type-storyboard::after {
  content: "\0036";
}
.listing ul.folder-set > li .delete:before.media-type-puzzle::after {
  content: "\0021";
}
.listing ul.folder-set > li .delete:before.media-type-quiz::after {
  content: "\0030";
}
.listing ul.folder-set > li .delete:before.media-type-link::after {
  content: "\0052";
}
.listing ul.folder-set > li .delete:before.media-type-lesson-plan::after,
.listing ul.folder-set > li .delete:before.media-type-lesson::after {
  content: "\006F";
}
body.folder .listing ul.folder-set {
  margin-left: 15px;
}
.listing .controls .head {
  border-bottom: solid 1px #e5e8ec;
}
.listing .controls .head:before,
.listing .controls .head:after {
  content: " ";
  display: table;
}
.listing .controls .head:after {
  clear: both;
}
.listing .controls .head:before,
.listing .controls .head:after {
  content: " ";
  display: table;
}
.listing .controls .head:after {
  clear: both;
}
.listing .controls .head h2 {
  color: #353d46;
}
.listing .controls .head p {
  font-size: 14px;
  margin: 0 15px 15px;
}
.listing .controls .mgmt-control .lm {
  font-size: 16px;
  margin: 0;
  position: relative;
  top: 1px;
}
.listing .controls .std-btn,
.listing .controls .message-prompt .modal-footer .btn-primary,
.listing .controls .message-prompt .modal-footer .std-btn,
.listing .controls .message-prompt .modal-footer .message-prompt .modal-footer .btn-primary,
.listing .controls .favorites-modal .modal-footer .btn-primary,
.listing .controls .favorites-modal .modal-footer .std-btn,
.listing .controls .message-prompt .modal-footer .favorites-modal .modal-footer .btn-primary {
  font-size: 16px;
  padding: 5px 16px;
}
.listing .controls .new-folder .lm {
  font-size: 14px;
  margin-right: 0.4em;
  top: 2px;
}
.listing .manage-folder-btn {
  background-color: #738496;
  color: white;
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  width: 30px;
}
.listing .manage-folder-btn .lm {
  font-size: 20px;
  left: 6px;
  margin: 0;
  position: relative;
  top: -5px;
}
.listing .manage-folder-btn.edit {
  top: 0;
}
.listing .manage-folder-btn.share {
  top: 35px;
}
article ul.folders .folder-heading.js-open .lm-dash-add {
  display: none;
}
article ul.folders .folder-heading.js-open .lm-dash-delete {
  display: inline-block;
}
article ul.folders .folder-heading.js-closed .lm-dash-add {
  display: inline-block;
}
article ul.folders .folder-heading.js-closed .lm-dash-delete {
  display: none;
}
article ul.folders .main-content {
  display: none;
}
.favorites .leftrail {
  background-color: #fff;
  border: 1px solid #dce0e5;
  margin-bottom: 30px;
}
.favorites .leftrail header h1 {
  color: #353d46;
  padding: 9px;
}
.favorites .leftrail header h2 {
  padding: 10px;
}
.favorites .leftrail h1,
.favorites .leftrail h2 {
  border-bottom: 1px solid #ebedf0;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}
.favorites .leftrail h1 {
  font-size: 16px;
}
.favorites .leftrail h2 {
  font-size: 14px;
}
.favorites .leftrail li {
  border-top: 1px solid #ebedf0;
  font-size: 14px;
  padding: 5px;
}
.favorites .leftrail li:first-child {
  border-top: none;
}
.favorites .leftrail p {
  color: #566271;
  font-size: 13px;
}
.favorites .leftrail .folders-nav-heading {
  background-color: #dce0e5;
  padding: 8px;
}
.favorites .leftrail .folders-nav-heading,
.favorites .leftrail header h1,
.favorites .leftrail header h2,
.favorites .leftrail li {
  padding-left: 15px;
}
.favorites .leftrail .active {
  background-color: #f7f6f3;
}
.favorites .leftrail .count {
  color: #566271;
}
.favorites .leftrail .lm-pencil {
  display: none;
}
.favorites .leftrail .controls {
  border-top: 1px solid #dce0e5;
}
.favorites .leftrail .controls li {
  border: none;
  float: left;
  padding: 0;
  text-align: left;
  width: 100%;
}
.favorites .leftrail .controls li a {
  padding: 3px 0 7px 15px;
}
@media (min-width: 760px) {
  .favorites .leftrail .controls li a {
    font-size: 12px;
  }
  .favorites .leftrail .controls li a::before,
  .favorites .leftrail .controls li a::after {
    display: none;
  }
}
@media (min-width: 1020px) {
  .favorites .leftrail .controls li a {
    font-size: 11px;
  }
  .favorites .leftrail .controls li a::before,
  .favorites .leftrail .controls li a::after {
    display: inline-block;
  }
}
@media (min-width: 1268px) {
  .favorites .leftrail .controls li a {
    font-size: 14px;
  }
}
.favorites .leftrail .controls a {
  color: white;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 3px 0 7px;
}
.favorites .leftrail .controls a::before,
.favorites .leftrail .controls a::after {
  font-size: 16px;
  margin: 0;
}
.favorites .leftrail .controls .new-folder a {
  background-color: #0f1e8c;
}
.favorites .leftrail .controls .new-folder a::before {
  content: "\0041";
  position: relative;
  font-family: lmbase2;
  top: 1px;
}
.favorites .leftrail .controls .manage-folders a {
  background-color: white;
  color: #0a145a;
}
.favorites .leftrail .controls .manage-folders a::before {
  content: "\0070";
  font-family: lmbase2;
}
.favorites .leftrail .controls .manage-folders a::after {
  content: "\004A";
  font-family: lmbase2;
  position: relative;
  top: 2px;
}
.readonly  .folder-summary {
  font-size: 14px;
  line-height: 1.5;
}
.readonly  .folder-summary > div {
  padding: 10px;
}
body.shared-body {
  background-color: #f6f6f4;
}
.shared-panel {
  background-color: white;
  border: 1px solid #dce0e5;
}
.shared-article {
  margin: 20px;
}
.shared-article strong {
  font-weight: 400;
}
.shared-header {
  padding-bottom: 10px;
}
.shared-header p {
  line-height: 1.5;
  margin: 0 0 10px;
}
.shared-title {
  border-bottom: 1px solid #dce0e5;
  margin: 30px 0 20px;
  padding-bottom: 15px;
}
.shared-byline {
  color: #738496;
  font-size: 14px;
}
.shared-byline strong {
  color: #0a145a;
}
.shared-description {
  color: #556270;
}
.shared-item {
  border: none!important;
  border-top: 1px solid #dce0e5 !important;
  padding-top: 30px!important;
  padding-bottom: 20px!important;
}
.shared-item-section {
  float: left;
  margin-left: 15px;
  /*affects calc in .shared-item-notes*/
}
.shared-item-section:first-child {
  margin-left: 0;
}
.shared-item-illo {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA6MGbGIGwPFzqJLgAVBipEl4ILIEiiCMAkMQZAEAEbIBTpQMFGXAAAAAElFTkSuQmCC') repeat;
  display: table;
  height: 168.75px;
  overflow: hidden;
  text-align: center;
  width: 300px;
  /*affects calc in .shared-item-notes*/
}
.shared-item-illo > a {
  display: table-cell;
  height: 168.75px;
  vertical-align: middle;
}
body.shared-body .shared-item-illo img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.shared-item-info {
  color: #556270;
  width: 300px;
  /*affects calc in .shared-item-notes*/
}
.shared-item-info .lm[class*="media-type-"] {
  color: #556270;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0;
  position: relative;
  top: 1px;
}
.shared-item-info .media-type {
  color: #0a145a;
  font-weight: 400;
  position: relative;
  top: -2px;
}
.shared-item-info strong {
  color: #0a145a;
}
.shared-item-info .external-link {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  width: inherit;
  word-wrap: break-word;
}
.shared-item-info .external-link:-webkit-any-link {
  text-decoration: none!important;
}
.shared-item-title {
  color: #0a145a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.shared-item-notes {
  position: relative;
  height: 85px;
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 1020px) {
  .shared-item-notes {
    bottom: 20px;
    height: auto;
    margin-left: 15px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: calc(100% - 630px);
  }
}
.shared-item-notes-ui {
  background-color: #f6f6f4;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.shared-item-notes-ui p {
  line-height: 22px;
  margin: 10px 0;
}
.shared-item-notes-ui p:first-child {
  margin-top: 0;
}
.shared-item-notes-ui p:first-child:before {
  content: 'Notes: ';
  font-weight: 500;
}
.favorites-modal .modal-header p,
.favorites-modal .modal-body p,
.favorites-modal .modal-header textarea,
.favorites-modal .modal-body textarea {
  margin-top: 0;
  margin-bottom: 10px;
}
.favorites-modal .modal-header {
  padding: 15px 15px 0;
}
.favorites-modal .modal-body {
  font-weight: 300;
  padding: 15px;
}
.favorites-modal .modal-body ul.folders {
  float: left;
  font-size: 13px;
  margin-right: 25px;
  margin-bottom: 16px;
}
.favorites-modal .modal-body ul.folders li {
  margin: 10px 0;
}
.favorites-modal .modal-body .control-label {
  margin-bottom: 0;
}
.favorites-modal .modal-body input[type='text'],
.favorites-modal .modal-body input[type='url'],
.favorites-modal .modal-body textarea {
  border: solid 1px #c4cbd4;
  width: 100%;
}
.favorites-modal .modal-body textarea {
  height: 100px;
  margin-bottom: 0;
  resize: none;
}
.favorites-modal .modal-footer {
  margin-top: 0;
  padding: 0 15px 15px;
}
.notes-modal .modal-dialog {
  width: 540px;
}
.notes-modal .modal-dialog .modal-body {
  padding-bottom: 0;
}
.notes-modal .modal-dialog .modal-body textarea {
  border: solid 1px #c4cbd4;
  height: 300px;
  margin-bottom: 0;
  resize: none;
  width: 100%;
}
.favorites .wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding: 0;
}
@media (min-width: 760px) {
  .favorites .wrapper {
    width: 736px;
  }
}
@media (min-width: 1020px) {
  .favorites .wrapper {
    width: 984px;
  }
}
@media (min-width: 1268px) {
  .favorites .wrapper {
    width: 1260px;
  }
}
.favorites .main {
  margin-left: -12px;
  margin-right: -12px;
  margin: 0 auto;
}
.favorites .main:before,
.favorites .main:after {
  content: " ";
  display: table;
}
.favorites .main:after {
  clear: both;
}
.favorites .main:before,
.favorites .main:after {
  content: " ";
  display: table;
}
.favorites .main:after {
  clear: both;
}
.favorites .main .leftrail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 760px) {
  .favorites .main .leftrail {
    float: left;
    width: 18.75%;
  }
}
.favorites .main .leftrail .nav-section {
  margin-left: -12px;
  margin-right: -12px;
}
.favorites .main .media-tools-nav {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 760px) {
  .favorites .main .media-tools-nav {
    float: left;
    width: 18.75%;
  }
}
.favorites .main .media-tools-nav .left-nav {
  margin-left: -12px;
  margin-right: -12px;
}
.favorites .main .favorites-listing {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 760px) {
  .favorites .main .favorites-listing {
    float: left;
    width: 81.25%;
  }
}
