.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: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 760px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #c4cbd4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 760px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 760px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 760px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 760px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 760px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 760px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.panel-body: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;
}
.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
 *
 */
.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%;
}
/* 1. */
@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: 144px;
    max-width: 144px;
  }
}
.admin-login-container {
  background-color: #dce0e5;
  font-size: 14px;
  padding: 4px 0;
  color: #353d46;
}
.admin-login-container .admin-cms-short {
  display: none;
}
@media (min-width: 760px) and (max-width: 1019px) {
  .admin-login-container .admin-cms-short {
    display: inline;
  }
}
.admin-login-btn {
  display: inline-block;
  padding: 6px 20px 6px 0px;
  background-color: #fff;
  font: 700 16px 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-right: 10px;
  border-radius: 3px;
}
.admin-login-btn .lm {
  color: #639a32;
}
.admin-login-btn:hover {
  background-color: #639a32;
  color: #fff;
}
.admin-login-btn:hover .lm {
  color: #fff;
}
.student-experience-btn {
  display: inline-block;
  padding: 6px 6px;
  margin: 10px;
  background-color: #639a32;
  color: white;
  font: 700 16px 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
}
.student-experience-btn:hover {
  background-color: #639a32;
  color: white;
}
.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: #353d46;
}
.nav-btn:active,
.navbar-toggle:active,
.nav-btn:visited,
.navbar-toggle:visited {
  color: #353d46;
}
.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: #353d46;
  height: 62px;
  display: inline-block;
}
.nh-navbar-toggle:active,
.nh-navbar-toggle:visited {
  color: #353d46;
}
.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 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, 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: #639a32;
  }
}
.nav-item a {
  color: #000;
}
.nh-nav-item {
  padding: 12px 24px;
  box-sizing: border-box;
  font: 700 16px 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #556270;
  border-bottom: 1px solid #dce0e5;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  font: 700 20px 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.nh-nav-item i {
  display: none;
}
@media (min-width: 760px) {
  .nh-nav-item i {
    display: inline-block;
    margin: 0;
    color: #639a32;
  }
}
.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: #639a32;
  }
}
@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 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, 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 #639a32;
    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 #639a32;
    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 #639a32;
    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 #639a32;
    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: #e68000;
}
@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: #e68000;
}
@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: #639a32;
}
.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: #97ce68;
}
@media (max-width: 1019px) {
  .lm-submenu {
    top: 69px;
  }
}
.dashboard-submenu {
  width: 234px;
}
.nh-dashboard-submenu {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
}
.grades-text {
  color: #e68000;
  font: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.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-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.secondary-nav__nav {
  margin-top: 12px;
}
.log-in-out {
  background-color: #639a32;
  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: #639a32;
  }
}
.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 #639a32;
  border-radius: 2px;
  width: auto;
  margin: 20px 0 20px 10px;
  font: 700 20px 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0;
}
.nh-log-in-out:hover {
  padding: 0;
  background-color: #639a32;
}
.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: #639a32;
    margin: 0;
    border-radius: 0;
  }
}
.nh-log-in-out a {
  padding: 16px 15px;
  color: #639a32;
}
@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: #639a32;
  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 'Roboto', 'Helvetica Neue', Helvetica, Arial, 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 'Roboto', 'Helvetica Neue', Helvetica, Arial, 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 'Roboto', 'Helvetica Neue', Helvetica, Arial, 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: 400 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 #639a32;
  }
}
@media (min-width: 1020px) {
  .resource-nav {
    width: 124px;
  }
}
@media (min-width: 1268px) {
  .resource-nav {
    width: 138px;
  }
}
.log-in {
  display: table-cell;
  background-color: #639a32;
  font: 700 16px 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, 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: #639a32;
  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-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: #353d46;
}
.confirm-zipcode .modal-header .close {
  opacity: 1;
}
.confirm-zipcode .modal-header .close span {
  font-size: 30px;
  color: #353d46;
}
.confirm-zipcode .modal-header .close:hover span {
  color: #353d46;
}
.confirm-zipcode .modal-header h4 {
  text-transform: none;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 200;
  color: #353d46;
}
.confirm-zipcode .modal-body {
  padding-left: 12px;
}
.confirm-zipcode .modal-body .description {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: 16px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #556270;
}
.confirm-zipcode .modal-body .update-profile-label {
  position: relative;
  left: 25px;
  color: #556270;
  font: 16px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: 18px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.confirm-zipcode .modal-footer button:hover {
  color: white;
}
.confirm-zipcode .modal-footer #dont-localize-btn {
  background-color: transparent;
  color: #e68000;
  border: 1px solid #e68000;
}
.confirm-zipcode .modal-footer #dont-localize-btn:hover {
  background-color: #e68000;
  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: #353d46;
  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: #353d46;
  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: #ff9900;
  padding: 12px;
  margin: 0 15px 0 0;
  border-radius: 2px;
  outline: 0;
}
.logout-modal .modal-footer .btn:hover {
  background-color: #e68000;
}
.logout-modal .modal-footer .btn.transparent {
  border: 1px solid #ff9900;
  background-color: transparent;
  color: #e68000;
}
.logout-modal .modal-footer .btn.transparent:hover {
  background-color: #e68000;
  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 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #353d46;
  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: #353d46;
}
@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: #639a32;
}
.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: #639a32;
}
@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 'Roboto', 'Helvetica Neue', Helvetica, Arial, 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-down.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: #e68000;
  font: 16px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
}
#mobileSearchModal .nh-popup-grades li {
  min-width: 47px;
  min-height: 47px;
  border-radius: 2px;
}
#mobileSearchModal .close {
  font: 30px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #556270;
  opacity: 1;
}
#mobileSearchModal .checked-elem {
  background-color: #ff9900;
  border-color: #ff9900 !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 'Roboto', 'Helvetica Neue', Helvetica, Arial, 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: #ff9900;
  color: white;
  font: 18px 'Roboto', 'Helvetica Neue', Helvetica, Arial, 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 'Roboto', 'Helvetica Neue', Helvetica, Arial, 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 #639a32;
  border-radius: 2px;
}
.nh-browse-btn:hover {
  background-color: #639a32;
}
.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 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #639a32;
}
@media (max-width: 759px) {
  .nh-browse-btn a {
    font: 700 15px 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, 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: #639a32;
  width: 100%;
}
.search-btn-active {
  background-color: #639a32 !important;
}
.search-btn-active i {
  color: white!important;
}
.nh-search-input-container {
  background-color: white;
  float: left;
  font: 25px 'Roboto', 'Helvetica Neue', Helvetica, Arial, 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: #e68000;
  font-size: 0.8em;
}
.nh-search-filters-container .nh-search-filter > span {
  cursor: default;
}
.dashboard {
  position: relative;
  color: #000;
}
.dashboard:hover {
  color: #639a32;
}
.dashboard .icon-wrap {
  top: -18px;
}
.dashboard .lm {
  color: #639a32;
}
.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: #97ce68;
}
.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: #639a32;
}
.grades-dashboard .icon-wrap {
  top: -18px;
}
.grades-dashboard .lm {
  color: #639a32;
}
.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: #97ce68;
}
@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: #639a32;
}
.subject-dashboard .icon-wrap {
  top: -18px;
}
.subject-dashboard .lm {
  color: #639a32;
}
.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: #97ce68;
}
@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: #639a32;
}
.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: 144px;
  }
}
.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: #639a32;
  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;
}
/** Roboto
  * Thin: 100
  * Light: 300
  * Normal: 400
  * Medium: 500
  * Bold: 700
  * Ultra-Bold: 900
  *
  */
/** Roboto Condensed
  * Light: 300
  * Normal: 400
  * Bold: 700
  *
  */
/** Indie Flower
  * Normal: 400
  *
  */
.left-nav {
  background: #fff;
  font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.625;
  padding: 20px 0 10px;
}
@media (min-width: 1020px) {
  .left-nav {
    font-size: 18px;
    padding: 34px 0 4px 10px;
  }
}
.left-nav .lm {
  color: #639a32;
  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: 600;
  text-transform: uppercase;
}
.left-nav > ul > li a {
  color: #353d46;
}
.left-nav > ul > li .submenu li {
  padding-left: 20px;
  text-transform: none;
  font-weight: 400;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: #639a32;
}
.left-nav a:hover {
  color: #639a32;
}
.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: #639a32;
}
@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";
}
/** PBSLM Custom
  *
  */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashboard-panels .panel:hover .panel-body h3,
.dashboard-panels .panel:hover .panel-body p {
  color: #738496;
}
.dashboard-panels .panel-heading {
  cursor: pointer;
}
.panel-body h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: #353d46;
  margin: 0;
}
.panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.panel .panel-heading {
  border-radius: 0;
}
.panel .panel-heading i {
  font-size: 30px;
  line-height: 1;
}
.panel .panel-body {
  background-color: white;
  color: #566271;
}
.panel .panel-body a {
  text-decoration: none;
}
.panel .panel-body .text-dark {
  color: #566271;
}
.panel .main-panel {
  padding: 0 12px 20px;
}
.panel.panel-midnightblue.with-border-top {
  border-top: 4px solid #566271;
}
.panel.panel-midnightblue .panel-heading {
  color: #fff;
  background-color: #566271;
}
.panel.favorites .panel-heading {
  color: #fff;
  background-color: #639a32;
}
.panel.favorites:hover .panel-heading {
  background-color: #7cc13f;
}
.panel.profile .panel-heading {
  color: #fff;
  background-color: #98cc68;
}
.panel.profile:hover .panel-heading {
  background-color: #b2d98e;
}
.panel.tools .panel-heading {
  color: #fff;
  background-color: #76b93c;
}
.panel.tools:hover .panel-heading {
  background-color: #90cb5d;
}
.panel.panel-shadow {
  box-shadow: 0 0 3px #ccc;
}
.dashboard-actions-container {
  float: left;
  width: 100%;
}
@media (min-width: 1020px) {
  .dashboard-actions-container {
    float: right;
    width: 233px;
    max-width: 33%;
  }
}
@media (min-width: 1268px) {
  .dashboard-actions-container {
    width: 296px;
  }
}
.dashboard-container h3 {
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 1020px) {
  .dashboard-container h3 {
    margin-top: 0;
  }
}
@media (min-width: 1268px) {
  .dashboard-container h3 {
    font-size: 24px;
  }
}
.dashboard-container .assignments {
  border-top: 0;
  margin-top: 0;
}
.dashboard-container .assignments .share-toggle .lm {
  color: #556270;
}
.dashboard-container .std-btn,
.dashboard-container .message-prompt .modal-footer .btn-primary,
.dashboard-container .message-prompt .modal-footer .std-btn,
.dashboard-container .message-prompt .modal-footer .message-prompt .modal-footer .btn-primary {
  margin-right: 10px;
}
.dashboard-container .item-options .lm {
  color: #ff9900;
  margin-left: 0;
}
.dashboard-container .item-options .lm:hover {
  color: #e68000;
}
.dashboard-container .assignment-title .lm {
  color: #738496;
}
.dashboard-action {
  position: relative;
  display: inline-block;
  height: 120px;
  background-color: #76b93c;
  color: #fff;
  width: 146px;
  max-width: 48%;
  padding-top: 70px;
  text-align: center;
  margin-bottom: 3px;
}
.dashboard-action i {
  font-size: 34px;
  position: absolute;
  margin: 0;
  top: 20px;
  left: 0;
  right: 0;
}
.dashboard-action:hover {
  color: #fff;
  background-color: #639a32;
}
.dashboard-action:active {
  color: #fff;
}
@media (min-width: 760px) {
  .dashboard-action {
    max-width: 24%;
  }
}
@media (min-width: 1020px) {
  .dashboard-action {
    max-width: 48%;
  }
  .dashboard-action:last-child {
    max-width: calc(96% + 4px);
    width: 100%;
  }
}
@media (min-width: 760px) {
  .dashboard-panels.row {
    height: 275px;
    margin-bottom: 20px;
  }
  .dashboard-panels .col {
    height: inherit;
  }
  .dashboard-panels .col .panel {
    height: inherit;
    position: relative;
  }
  .dashboard-panels .col .panel .panel-body {
    position: absolute;
    top: 58px;
    bottom: 0;
  }
}
@media (min-width: 1020px) {
  .dashboard-panels.row {
    height: 210px;
  }
}
@media (min-width: 1268px) {
  .dashboard-panels.row {
    height: 200px;
  }
}
.media-tools__folders .title {
  display: inline-block;
  min-height: 24px;
  border-left: 1px solid #dce0e5;
  padding-left: 12px;
}
.media-tools__folders form {
  display: inline;
}
.media-tools__folders input {
  border: 1px solid #DCE0E5;
  color: #556270;
  margin-left: 0px;
  width: 100%;
  border-radius: 0px;
  padding: 6px;
  display: inline-block;
  min-height: 30px;
}
.media-tools__folders textarea {
  border: 1px solid #dce0e5;
  height: 65px;
}
.media-tools__aside {
  display: none;
  padding-right: 0!important;
}
@media (min-width: 768px) {
  .media-tools__aside {
    display: block;
    min-height: 469px;
  }
}
.media-tools__main {
  position: relative;
}
@media (min-width: 768px) {
  .media-tools__main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.media-tools__main .page-title {
  color: #353d46;
  font-size: 30px;
  font-weight: 300;
  border-bottom: 1px solid #dce0e5;
  padding-bottom: 20px;
  margin-bottom: 8px;
  margin-top: 0;
}
.media-tools__main .page-title .lm-pencil {
  font-size: 20px;
}
.media-tools__main .page-title .label {
  font-size: 12px;
  font-weight: 300;
  vertical-align: middle;
  position: relative;
  top: -3px;
  border-radius: 0;
}
.media-tools__main .pill {
  border-radius: 2px;
  border: 1px solid #dce0e5;
  padding: 10px;
  color: #556270;
  margin-bottom: 15px;
}
@media (min-widht: 760px) {
  .media-tools__main .pill {
    min-height: 90px;
  }
}
@media (min-width: 1268px) {
  .media-tools__main .pill {
    min-height: 118px;
  }
}
.media-tools__main .pill a {
  display: block;
}
.media-tools__main .pill p {
  color: #556270;
}
.media-tools__main .pill .coming-soon p {
  color: gray;
}
.media-tools__main .pill h3 {
  font-size: 23px;
  font-weight: 100;
  color: #e68000;
}
.media-tools__main .pill:hover {
  background-color: #f7f6f3;
}
@media (min-width: 600px) {
  .collapse-wrapper,
  .activities .question-body {
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 29px;
  }
}
.activities .activity-btn,
.poster-app-page .activity-btn {
  background-color: #ff9900;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  padding: 8px 15px;
}
.activities .activity-btn:hover,
.poster-app-page .activity-btn:hover {
  background-color: #e68a00;
  color: white;
}
.activities .activity-btn.opposite,
.poster-app-page .activity-btn.opposite,
.activities .activity-btn.inverse,
.poster-app-page .activity-btn.inverse,
.activities .activity-btn.minimal,
.poster-app-page .activity-btn.minimal {
  background-color: white;
  color: #ff9900;
  border-color: transparent;
}
.activities .activity-btn.opposite:hover,
.poster-app-page .activity-btn.opposite:hover,
.activities .activity-btn.inverse:hover,
.poster-app-page .activity-btn.inverse:hover,
.activities .activity-btn.minimal:hover,
.poster-app-page .activity-btn.minimal:hover {
  background-color: #ff9900;
  color: white;
}
.activities .activity-btn.assignment-opposite-btn,
.poster-app-page .activity-btn.assignment-opposite-btn {
  border-color: #ff9900 !important;
}
.activities .activity-btn.inverse,
.poster-app-page .activity-btn.inverse {
  border: 1px solid #dce0e5;
}
.activities .activity-btn.minimal,
.poster-app-page .activity-btn.minimal {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.activities .activity-btn.minimal:hover,
.poster-app-page .activity-btn.minimal:hover {
  background-color: white;
  color: #e68000;
}
.activities .activity-btn.btn-na,
.poster-app-page .activity-btn.btn-na {
  box-shadow: none;
  background-color: #738496;
  opacity: 0.5;
}
.activities .activity-btn .lm,
.poster-app-page .activity-btn .lm {
  margin: 0;
}
.activities .activity-btn .default-label,
.poster-app-page .activity-btn .default-label {
  display: inline;
}
.activities .activity-btn .active-label,
.poster-app-page .activity-btn .active-label {
  display: none;
}
.activities .activity-btn.is-active .default-label,
.poster-app-page .activity-btn.is-active .default-label {
  display: none;
}
.activities .activity-btn.is-active .active-label,
.poster-app-page .activity-btn.is-active .active-label {
  display: inline!important;
}
@media (min-width: 1020px) {
  .activities .activity-btn,
  .poster-app-page .activity-btn {
    font-size: 18px;
    width: auto;
  }
}
.activities .btn {
  background-color: #ff9900;
}
.activities .btn.deactivated {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #738496;
  cursor: not-allowed;
  opacity: 0.5;
}
.activities .secondary-activity-btn {
  background-color: white;
  border-color: #dce0e5;
  border-radius: 2px;
  color: #ff9900;
}
.activities .print-btn {
  background-color: white;
  border: solid 1px #ccc;
  border-radius: 2px;
  color: #ff9900;
  cursor: pointer;
  padding: 6px 9px;
  position: relative;
  top: 1px;
}
.activities .print-btn i {
  font-size: 16px;
  margin: 0;
}
.activities .print-btn:hover {
  background-color: white;
  color: #e68000;
}
.activities h4 {
  font-weight: 100;
  text-transform: none;
}
.activities h3.subhead {
  border-bottom: solid 1px #dce0e5;
  line-height: 2em;
}
.activities p,
.activities td {
  font-size: 16px;
}
.activities p a,
.activities td a {
  color: #ff9900;
}
.activities p a:hover,
.activities td a:hover {
  color: #cc7a00;
}
.activities label > small {
  font-size: 14px;
  color: #738496;
}
.activities .form-section {
  margin: 0 0 18px;
}
.activities .form-section.section-label {
  color: #353d46;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 10px;
}
.activities .hero {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}
.activities .popover {
  border-radius: 0;
  box-shadow: none;
  max-width: 1024px;
}
.activities .popover h4 {
  color: #ff4747;
  font-size: 21px;
  margin-bottom: 10px;
}
.activities .popover.bottom {
  margin-top: 16px;
}
.activities .popover-content {
  width: 100%;
  padding: 25px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 760px) {
  .activities .popover-content {
    width: 420px;
  }
}
.activities .sequence-main .popover-content {
  width: 280px;
  padding: 12px;
}
.activities .sequence-main .popover-content .lm-cross {
  position: absolute;
  top: 0;
  right: 0;
}
.activities .lm-printer {
  margin: 0;
}
.activities input[type='text'] {
  border: solid 1px #dce0e5;
  box-sizing: border-box;
  font-size: 16px;
  margin-left: 10px;
  padding: 5px;
}
.activities input[id='id_name'] {
  width: 86%;
}
.activities .media-instructions {
  width: 40%;
}
.activities label[for='id_item_set-0-resource_0'] {
  display: none;
}
.activities input[name='item_set-0-resource_0'] {
  border: dashed 2px #dce0e5;
  border-radius: 0;
  color: #dce0e5;
  margin: 20px 0 40px;
  height: 155px;
  width: 270px;
  text-align: center;
}
.activities .accordion-toggle i:before {
  content: '\0059';
}
.activities .accordion-toggle.collapsed i:before {
  content: '\0058';
}
.activities .panel-group .panel {
  box-sizing: border-box;
  border: solid 1px #dce0e5;
  border-radius: 0;
  box-shadow: none;
}
.activities .panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}
.activities .panel-heading {
  background-color: white;
}
.activities .panel-heading h4 {
  color: #556270;
  font-weight: 300;
  font-size: 18px;
  overflow: hidden;
  max-height: 24px;
  line-height: 24px;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
}
.activities .panel-heading h4 i {
  color: #e68000;
  font-size: 18px;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px;
}
.activities .panel-heading h4 a:hover {
  color: #ff9900;
}
.activities .tooltip.bottom .tooltip-arrow {
  border-color: transparent;
  border-bottom-color: #999;
}
.activities .tooltip.top .tooltip-arrow {
  border-color: transparent;
  border-top-color: #999;
}
.activities .tooltip.top .tooltip-arrow:after {
  transform: rotate(180deg);
  top: auto;
  bottom: 1px;
}
.activities .tooltip-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.activities .tooltip-inner {
  background-color: white;
  border: solid 1px #999;
  color: #556270;
  font-weight: 300;
  border-radius: 0;
}
.activities .tooltip-inner.custom-tooltip {
  color: #ff9900;
  font-weight: bold;
  white-space: nowrap;
}
.activities .assignment-accordion {
  margin-bottom: 0;
}
.activities .assignment-accordion .intro-text-helper {
  display: block;
  margin: 10px 26px 0;
}
.activities .assignment-accordion .collapsed .intro-text-helper {
  display: none;
}
.activities .media-element {
  min-height: 485px;
}
.activities .search-hint {
  color: #ff9900;
  display: none;
  font: 24px 'Indie Flower', 'Brush Script MT', 'Lucida Handwriting', 'Comic Sans', cursive;
  line-height: 1.3em;
  margin: auto 0;
  position: absolute;
  text-align: right;
  top: 0;
  bottom: 0;
}
@media (min-width: 760px) {
  .activities .search-hint {
    display: block;
    height: 125px;
    left: -265px;
    width: 175px;
  }
}
@media (min-width: 1020px) {
  .activities .search-hint {
    display: block;
    height: 75px;
    width: 220px;
  }
}
.activities .search-hint.hide {
  opacity: 0;
  left: 0;
}
.activities .save-controls {
  margin-top: 20px;
}
.activities .save-controls .activity-btn {
  font-size: 18px;
  padding: 14px 18px;
  margin: 6px 0;
  width: 100%;
}
@media (min-width: 480px) {
  .activities .save-controls .activity-btn {
    width: 49%;
    margin-right: 1%;
  }
}
@media (min-width: 600px) {
  .activities .save-controls .activity-btn {
    width: auto;
    margin-right: 10px;
  }
}
.activities .drop-target {
  border: dashed 2px #dce0e5;
  list-style: none;
  margin: 25px 0;
  overflow: hidden;
}
@media (min-width: 760px) {
  .activities .drop-target {
    width: 270px;
    min-height: 160px;
  }
}
.activities .drop-target .video-img-cntr {
  height: 100px;
}
.activities .drop-target .video-element {
  cursor: pointer;
  min-height: 160px;
}
.activities .drop-target.used {
  border-color: transparent;
}
@media (min-width: 760px) {
  .activities .drop-target.used {
    height: auto;
  }
}
.activities .drop-target.used .video-img-cntr {
  background-color: transparent;
  height: 150px;
}
.activities .drop-target.active {
  border-color: #ff4747;
}
.activities .drop-target.active .video-element {
  display: none;
}
.activities .drop-target.hover {
  border-color: #ff9900;
}
.activities .drop-target .video-element {
  color: #999;
  background-color: #f6f6f4;
  height: inherit;
  position: relative;
  text-align: center;
  width: inherit;
}
.activities .drop-target .video-element > p,
.activities .drop-target .video-element .transcode-placeholder {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 20px;
}
.activities .drop-target .video-element .transcode-placeholder {
  color: #353d46;
  line-height: 1.1;
  font-size: 16px;
}
.activities .drop-target .video-element .transcode-placeholder .lmh {
  font-size: 35px;
}
.activities .drop-target .video-element .transcode-placeholder h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.activities .drop-target .video-element .transcode-placeholder .transcode-msg {
  position: relative;
  margin: 0 auto;
  top: -70px;
  height: 150px;
  max-width: 80%;
}
@media (min-width: 760px) {
  .activities .drop-target .video-element .transcode-placeholder .lmh {
    font-size: 65px;
  }
  .activities .drop-target .video-element .transcode-placeholder h3 {
    font-size: 22px;
  }
}
.activities .drop-target .video-element .video-placeholder {
  position: relative;
  top: -15px;
  line-height: 1;
}
.activities .quiz h4 {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.activities .quiz label {
  font-size: 16px;
}
.activities .quiz .checkbox label {
  font-size: 15px;
}
.activities .quiz li {
  margin: 0 0 20px;
}
.activities .quiz > .row {
  border-bottom: dashed 1px #dce0e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.activities .quiz .question-type-selector {
  margin: 10px 0 0;
}
.activities .quiz .form-group {
  margin: 0;
}
.activities .quiz .question-type-selector button {
  margin-top: 5px;
}
.activities .quiz ul.dropdown-menu {
  padding-left: 15px;
}
.activities .question-text textarea {
  width: 100%;
}
.activities .answers {
  margin-top: 0.5em;
}
.activities .answers input[type=checkbox] {
  width: 14px;
  margin-top: 8px;
}
.activities .answers input[type=text] {
  width: 100%;
}
.activities .activity-shortcuts li {
  background-color: white;
  border: solid 1px #dce0e5;
  border-top: none;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
}
.activities .activity-shortcuts li:first-child {
  border-top: solid 1px #dce0e5;
}
.activities .activity-shortcuts li.active {
  background-color: #f6f6f4;
  height: 100%;
  padding: 10px;
  width: 100%;
}
.activities .activity-shortcuts li a {
  display: inline-block;
  height: 100%;
  padding: 10px;
  width: 100%;
}
.activities .activity-shortcuts li a:hover {
  background-color: #f6f6f4;
}
.activities .activity-shortcuts a {
  color: #ff9900;
}
.activities .activity-shortcuts a:hover {
  color: #cc7a00;
}
.activities .header-btn {
  background-color: #ff9900;
  border-radius: 0;
  font-size: 20px;
  padding: 0 5px;
  position: relative;
  margin-left: 4px;
  top: 10px;
}
.activities .header-btn:hover {
  background-color: #ffb31a;
  color: #fff;
}
.activities .header-btn i {
  margin: 0;
  line-height: 1;
  color: #fff;
}
.activities .summary {
  margin-top: 20px;
}
.activities .quiz-controls {
  margin-top: 32px;
  text-align: right;
}
.activities .quiz-controls .header-btn {
  display: inline-block;
}
.activities .required-bullet::before {
  color: #ff6766;
  content: '*';
  font-size: 18px;
  margin: 0;
  font-style: normal;
}
.activities .required-label::after {
  color: #ff6766;
  content: '*';
  font-size: 18px;
}
.activities .error-strip {
  border: solid 1px #ff6766;
  border-left: solid 40px #ff6766;
  color: #ff6766;
  display: none;
  line-height: 24px;
  padding: 10px 20px;
  position: relative;
}
.activities .error-strip::before {
  position: absolute;
  top: 42%;
  left: -22px;
  color: white;
  content: '!';
  font-size: 30px;
  line-height: inherit;
}
.activities .error-strip.terms-error {
  display: block;
}
.activities .error-strip.terms-error .ts-and-cs-error {
  display: inline;
}
.activities .error-wrapper {
  pointer-events: none;
  position: absolute;
  left: 50%;
  z-index: 5;
}
.activities .error-wrapper * {
  pointer-events: all;
}
.activities .form-error {
  position: relative;
  display: inline-block;
  text-align: center;
  top: -45px;
  width: 275px;
  left: -50%;
}
.activities .form-error .inner {
  background-color: #ff6766;
  color: white;
  display: inline-block;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.625;
  padding: 5px 15px;
}
.activities .form-error .arrow {
  border-top: 31.176px solid #ff6766;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #ff6766;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.activities .error-wrapper.left-align {
  left: 0;
}
.activities .error-wrapper.left-align .form-error {
  left: -10px;
  width: auto;
}
.activities .error-wrapper.left-align .arrow {
  margin: 0;
}
.privacy-notice {
  position: relative;
  padding-left: 30px;
}
/** Tools Specific Overrides **/
.footer {
  line-height: 29px;
}
.footer .footer-title {
  font-size: 16px;
  border-bottom: none;
  font-weight: 700;
  text-transform: uppercase;
}
.footer p[role=banner] {
  margin: 16px 0px 16px 0px;
}
.footer .secondary-nav__nav {
  margin-bottom: 0px;
}
.footer .secondary-nav__item p {
  line-height: 27px;
}
.activities .activity-btn {
  margin-left: 0;
  margin-right: 10px;
}
.activities .activity-tabs {
  padding-top: 40px;
}
.activities .activity-tabs > li.active > a {
  color: #738496 !important;
}
.activities .activity-tabs li .top-line {
  height: 4px;
  background-color: #dce0e5;
  margin-right: 2px;
}
.activities .activity-tabs li a {
  border-radius: inherit;
}
.activities .activity-tabs li.active .top-line,
.activities .activity-tabs li:hover .top-line,
.activities .activity-tabs li:focus .top-line {
  background-color: #ff9900;
}
.assignments-section .assignment-header,
.dashboard-container .assignment-header {
  padding: 5px;
  margin: 20px 0 0 0;
  color: #556270;
  border-bottom: 4px solid #eaebeb;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.assignments-section.folders,
.dashboard-container.folders {
  padding-left: 25px;
}
.folder-desc {
  margin-bottom: 15px;
}
.assignments {
  list-style: none;
  margin: 0 auto 15px;
}
.posters .assignments {
  border-top: 0;
}
.assignments.folder-list {
  border-top: 0;
  padding-left: 0;
}
.assignments.folder-list.all-assignments {
  padding-left: 0;
}
.assignments.folder-list .share-toggle {
  overflow: visible;
}
.assignments.folder-list .share-toggle .lm {
  width: 30px;
  border-right: 1px solid #dce0e5;
}
.assignments.folder-list .share-toggle .item-icon {
  display: inline;
  font-size: 18px;
  line-height: 4px;
  margin-right: 10px;
  margin-top: 4px;
  position: relative;
  vertical-align: middle;
}
.assignments.folder-list .share-toggle .item-icon .lm {
  position: relative;
  top: -2px;
  border-right: 0;
  color: #738496;
  margin: 0;
  width: 20px;
}
.assignment {
  position: relative;
}
.assignment > a {
  display: block;
  overflow: hidden;
  padding: 20px;
  white-space: nowrap;
  width: 98%;
}
.assignment > a .title {
  color: #556270;
  left: 25px;
  position: relative;
}
.assignment.results .lm {
  position: static;
}
.assignment.closed .answer-opt .lm:before {
  content: '\0058';
}
.assignment.closed .lm-dash-add {
  display: inline-block;
}
.assignment.closed .lm-dash-delete {
  display: none;
}
.assignment.open .answer-opt .lm:before {
  content: '\0059';
}
.assignment.open .lm-dash-add {
  display: none;
}
.assignment.open .lm-dash-delete {
  display: inline-block;
}
.assignment-row {
  position: relative;
  padding: 15px 5px 10px 5px;
  margin: 0;
}
.assignment-row a {
  font-weight: 500;
  cursor: pointer;
}
.assignment-row a:focus {
  color: #e68000;
}
.assignment-row .item-icon {
  text-align: center;
}
.assignment-row .lm {
  font-size: 28px;
  color: #b4c3d2;
  margin: 0;
  line-height: 23px;
}
.assignment-row .lm-dash-add,
.assignment-row .lm-dash-delete {
  position: relative;
  font-size: 17px;
}
.assignment-row .reorder-wrap {
  display: inline-block;
}
.assignment-row .reorder-wrap .reorder .lm {
  width: 17px;
  border-right: 0;
}
.assignment-row .reorder {
  position: absolute;
  top: 0;
  left: -25px;
  width: 18px;
  height: 52px;
}
.assignment-row .reorder .lm {
  position: absolute;
  font-size: 11px;
  line-height: 8px;
  margin: 0;
  text-align: center;
  color: #556270;
  border: 0;
}
.assignment-row .reorder .handle {
  top: 17px;
  height: 18px;
  border-bottom: none;
  background-color: transparent;
  background-image: url(/static/station/images/grippy.svg);
}
.assignment-row .reorder .lm-triangle-up {
  top: 4px;
}
.assignment-row .reorder .lm-triangle-down {
  bottom: 7px;
}
@media (min-width: 490px) and (max-width: 650px) {
  .assignment-actions {
    width: 25.75%;
  }
}
.assignment-actions .lm {
  color: #ff9900;
  font-size: 16px;
  margin: 0;
  margin: 0 5px;
}
.assignment-actions .lm:hover {
  color: #e68000;
}
.assignment-actions img {
  margin: 0 5px;
}
.assignment-actions img.icon {
  margin-top: -4px;
}
.assignment-actions .deactivated {
  color: #738496;
}
.assignment-actions .deactivated:hover {
  color: #738496;
}
.assignment-type {
  padding-top: 3px;
}
.item-details strong {
  color: #353d46;
  font-weight: 500;
  margin-right: 6px;
}
.item-details .item-info a {
  word-break: break-all;
}
.item-info {
  line-height: 16px;
  margin-bottom: 10px;
}
.item-row {
  margin-right: 0;
}
.item-row .item-poster-image {
  display: table;
  float: left;
  width: 276px;
  height: 155px;
  margin-bottom: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA6MGbGIGwPFzqJLgAVBipEl4ILIEiiCMAkMQZAEAEbIBTpQMFGXAAAAAElFTkSuQmCC') repeat;
}
@media (min-width: 1020px) {
  .item-row .item-poster-image {
    margin-left: 12px;
    margin-bottom: 0;
  }
}
.item-row .poster-image-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: inherit;
  text-align: center;
}
.item-row img {
  max-height: 100%;
  max-width: 100%;
}
.item-detail-inner {
  float: left;
  padding-left: 12px;
}
@media (min-width: 1020px) {
  .item-detail-inner.item-detail-9 {
    min-width: 200px;
    width: 270px;
  }
}
@media (min-width: 1268px) {
  .item-detail-inner.item-detail-9 {
    width: 460px;
  }
}
@media (min-width: 760px) {
  .item-detail-inner.item-detail-12 {
    width: 320px;
  }
}
@media (min-width: 1020px) {
  .item-detail-inner.item-detail-12 {
    width: 480px;
  }
}
@media (min-width: 1268px) {
  .item-detail-inner.item-detail-12 {
    width: 750px;
  }
}
.item-detail-inner .item-url {
  display: inline;
  word-wrap: break-word;
  margin-top: 4px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .item-detail-inner .item-url {
    display: block;
  }
}
@media (min-width: 1020px) {
  .item-detail-inner .item-url {
    display: inline-block;
  }
}
.item-actions {
  float: left;
  width: 100%;
}
@media (min-width: 760px) {
  .item-actions {
    border-left: 1px solid #dce0e5;
    float: right;
    width: 154px;
    padding-left: 4px;
    text-align: right;
  }
}
@media (min-width: 1268px) {
  .item-actions {
    width: 154px;
  }
}
.item-sharing {
  display: inline-block;
  width: 134px;
  text-align: center;
  font-size: 14px;
}
.item-sharing strong {
  margin: 0;
}
.item-sharing .lm {
  font-size: 20px;
  color: #738496;
}
.item-sharing .lm:hover {
  color: #e68000;
}
@media (min-width: 1020px) {
  .share-toggle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 490px) and (max-width: 650px) {
  .share-toggle {
    width: 74.25%;
  }
}
.share-toggle .lm {
  color: #e68000;
}
.share-toggle .lm:hover {
  color: #ff9900;
}
.share-toggle .lm:focus,
.share-toggle .lm:visited {
  color: #e68000;
}
.no-assignments {
  padding: 40px 0;
  text-align: center;
}
.no-assignments-unauth .btn {
  padding: 12px 14px;
  margin-right: 10px;
}
.options-menu {
  background-color: inherit;
  display: none;
  padding: 0 5px;
  position: absolute;
  right: 10px;
  top: 21px;
  z-index: 1;
}
.assignment.open .options-menu,
.no-touch .assignment.closed:hover .options-menu {
  display: block;
}
.share-tray {
  display: none;
  padding-bottom: 20px;
  padding-left: 36px;
  padding-right: 12px;
}
.share-tray-inner {
  position: relative;
  border-left: solid 4px #ff9900;
  margin-left: 17px;
  padding: 15px;
}
input[name="student-url"] {
  position: relative;
  top: 2px;
  width: 54%;
}
@media (min-width: 760px) {
  input[name="student-url"] {
    width: 47%;
  }
}
@media (min-width: 1020px) {
  input[name="student-url"] {
    width: 62%;
  }
}
.email-url {
  background-color: #ff9900;
  border-radius: 0px;
  color: white;
  font-size: 16px;
}
.codes-info {
  color: #ff4747;
  font-size: 15px;
}
.assignment-results {
  padding-left: 12px;
}
.assignment-results table {
  width: 100%;
}
.assignment-results .data-row {
  height: 40px;
}
.assignment-results .data-row em {
  color: #639a32;
}
.assignment-results .header-row {
  border-bottom: 1px solid #dce0e5;
}
.assignment-results .answer-details {
  margin-top: 50px;
}
.header-row .student-name {
  width: 75%;
}
.header-row .student-date {
  width: 25%;
}
.assignment-results.odd,
.answer-row.odd,
.student-names.odd,
.assignment-results tr.odd,
.answer-row tr.odd,
.student-names tr.odd {
  background-color: white;
}
.assignment-results.even,
.answer-row.even,
.student-names.even,
.assignment-results tr.even,
.answer-row tr.even,
.student-names tr.even {
  background-color: #f6f6f4;
}
.assignment {
  background-color: #f6f6f4;
}
.assignment:nth-child(even) {
  background-color: #fff;
}
.student-names {
  padding: 10px;
  font-size: 16px;
}
.student-names:before,
.student-names:after {
  content: " ";
  display: table;
}
.student-names:after {
  clear: both;
}
.student-names:before,
.student-names:after {
  content: " ";
  display: table;
}
.student-names:after {
  clear: both;
}
.student-names .name {
  float: left;
  width: 50%;
  font-weight: 500;
}
.student-names .username {
  width: 50%;
}
.answer-row,
.answer-header {
  display: table;
  width: 100%;
  padding: 10px;
}
.answer-row .answer-opt,
.answer-header .answer-opt {
  display: table-cell;
  width: 75%;
}
.answer-row .answer,
.answer-header .answer {
  display: table-cell;
  width: 25%;
}
.answer-header {
  padding-left: 0;
  margin-bottom: 6px;
}
.answers .answer-row {
  background-color: #f6f6f4;
}
.answers .answer-row:nth-of-type(even) {
  background-color: white;
}
.quiz-summary {
  margin-bottom: 40px;
}
.show-quiz-names a {
  color: #ff9900;
}
.show-quiz-names a:hover {
  color: #e68000;
}
.quiz-header {
  border-bottom: 1px solid #dce0e5;
  font-size: 18px;
  margin-bottom: 20px;
}
.quiz-qa-content {
  padding-left: 60px;
}
.question-row {
  position: relative;
  margin-bottom: 10px;
}
.qa-results-table {
  margin-bottom: 30px;
}
.question-number {
  position: absolute;
  width: 48px;
  height: 36px;
  padding: 4px 0;
  background-color: #76b93c;
  color: #fff;
  left: -60px;
  text-align: center;
}
.export-btn {
  padding: 4px 6px;
  border: 2px solid #dce0e5;
  border-radius: 2px;
}
.puzzle-results-table {
  padding-left: 60px;
  padding-right: 30px;
}
.puzzle-results-table .answer-row {
  border-bottom: 1px solid #dce0e5;
}
.puzzle-results-table .answer-row .answer {
  font-weight: bold;
}
.results.container {
  height: 64.51612903%;
}
.results.container > div:first-child {
  height: 100%;
}
div[class$='-results-container'] {
  height: inherit;
}
div[class$='-results-container'] > div:first-child {
  height: inherit;
}
.poster-search-results-wrapper {
  height: inherit;
}
.poster-search-results {
  height: inherit;
}
.poster-search-results > li {
  padding: 0;
}
.inline-results > li {
  height: inherit;
  margin-left: 1.792114695341%;
  margin-right: 1.792114695341%;
  width: 27.511961722488%;
}
.tiled-results {
  width: 100%;
}
.tiled-results > li {
  height: 41.666666666667%;
  margin: 1.194743130227%;
  width: 19.952210274791%;
}
.search-tray {
  font-size: 7px;
}
.search-tray .poster-search-results-item,
.search-tray .video-search-results-item {
  font-size: 7px;
}
@media (min-width: 320px) {
  .search-tray {
    font-size: 8px;
  }
  .search-tray .poster-search-results-item,
  .search-tray .video-search-results-item {
    font-size: 8px;
  }
}
@media (min-width: 1020px) {
  .search-tray {
    font-size: 10px;
  }
  .search-tray .poster-search-results-item,
  .search-tray .video-search-results-item {
    font-size: 10px;
  }
}
@media (min-width: 1268px) {
  .search-tray {
    font-size: 11px;
  }
  .search-tray .poster-search-results-item,
  .search-tray .video-search-results-item {
    font-size: 11px;
  }
}
.poster-search-results-item,
.video-search-results-item {
  height: 100%;
  padding: 0;
  width: 100%;
}
.poster-search-results-item .video-img-cntr,
.video-search-results-item .video-img-cntr {
  height: 43.333333333%;
}
.poster-search-results-item .video-info,
.video-search-results-item .video-info {
  font-size: 1.4em;
  max-height: 52.333333333333%;
  padding: 6.521739130435%;
}
.poster-search-results-item .video-title,
.video-search-results-item .video-title {
  font-size: 1.143em;
  line-height: 1.75em;
  margin: 0;
  max-height: 30%;
}
.poster-search-results-item .more-info-icon,
.video-search-results-item .more-info-icon {
  font-size: 1em;
}
.poster-search-results-item .poster-image-wrapper,
.video-search-results-item .poster-image-wrapper {
  margin: 0;
  height: inherit;
}
.poster-search-results-item .poster-image-wrapper img,
.video-search-results-item .poster-image-wrapper img {
  margin: auto;
}
.poster-search-results-item .poster-image-wrapper i,
.video-search-results-item .poster-image-wrapper i {
  bottom: 0;
  font-size: 2.5em;
  height: 21.58273381295%;
  width: 13.157894736842%;
}
.poster-search-results-item .poster-image-wrapper i.lm::after,
.video-search-results-item .poster-image-wrapper i.lm::after {
  bottom: 0;
  left: 0;
  line-height: 1;
  right: 0;
  top: 0;
}
.poster-search-results-item .poster-image,
.video-search-results-item .poster-image {
  max-height: 100%;
}
.poster-search-results-item input[name='selected_items'],
.video-search-results-item input[name='selected_items'] {
  font-size: 1.5em;
  right: 3.04347826087%;
  top: 0.333333333333%;
}
.poster-search-results-item .selected-items-label,
.video-search-results-item .selected-items-label {
  height: 8.666666666667%;
  right: 0;
  top: 0;
  width: 11.304347826087%;
}
.search-artwork-widget .poster-search-results-item,
.search-background-widget .poster-search-results-item {
  height: 100%;
  width: 100%;
}
.search-artwork-widget .poster-search-results-item .selected_items,
.search-background-widget .poster-search-results-item .selected_items {
  right: 0;
}
.search-widget {
  height: inherit;
}
.search-widget .search-fields {
  line-height: 1;
  padding: 10px;
}
.search-widget .search-fields i {
  left: -2px;
  top: 3px;
}
.search-widget .search-fields input {
  left: -10px;
  padding: 3px 1px;
}
.search-widget .search-type-label {
  font-size: 19px;
  line-height: 2.5;
  margin-bottom: 0;
  padding-left: 5px;
  width: 50%;
}
.search-widget .search-input {
  margin-top: 0;
}
.search-widget .submit {
  font-size: 18px;
}
.search-widget .results-cntr {
  height: 100%;
}
.search-widget .results .default-message {
  font-size: 18px;
  margin: 60% auto;
}
.search-media-widget.search-widget .results .default-message {
  margin: 10% auto;
  width: 60%;
}
.sticky-tray-bottom .search-media-widget fieldset {
  height: 50px;
  padding: 0;
}
.sticky-tray-bottom .search-media-widget .lm-search {
  display: none;
}
.sticky-tray-bottom .search-media-widget .search-input {
  margin-top: 0;
  width: 35%;
}
.sticky-tray-bottom .search-media-widget .search-controls-wrapper {
  left: 5px;
}
.sticky-tray-bottom .search-media-widget label[class*="search-type"] {
  font-size: 1em;
  height: 51px;
  margin-bottom: 0;
  padding: 5px 10px 0;
  width: auto;
}
.sticky-tray-bottom .search-media-widget.cms-results-active label[class*="cms-search-type"] {
  padding-top: 5px;
}
.sticky-tray-bottom .search-media-widget.favorites-results-active label[class*="favorites-search-type"] {
  padding-top: 5px;
}
@media (min-width: 600px) {
  .sticky-tray-bottom .search-media-widget .lm-search {
    display: inline-block;
  }
  .sticky-tray-bottom .search-media-widget .search-input {
    width: 45%;
  }
  .sticky-tray-bottom .search-media-widget .search-controls-wrapper {
    left: 5px;
  }
  .sticky-tray-bottom .search-media-widget label[class*="search-type"] {
    font-size: 16px;
    height: 51px;
    margin-bottom: 0;
    padding: 7.5px 15px 0;
    width: auto;
  }
  .sticky-tray-bottom .search-media-widget.cms-results-active label[class*="cms-search-type"] {
    padding-top: 5px;
  }
  .sticky-tray-bottom .search-media-widget.favorites-results-active label[class*="favorites-search-type"] {
    padding-top: 5px;
  }
}
@media (min-width: 760px) {
  .sticky-tray-bottom .search-media-widget fieldset {
    height: 65px;
    padding: 0;
  }
  .sticky-tray-bottom .search-media-widget .search-input {
    width: 35%;
  }
  .sticky-tray-bottom .search-media-widget .lm-search,
  .sticky-tray-bottom .search-media-widget .search-input {
    top: 10px;
  }
  .sticky-tray-bottom .search-media-widget .submit {
    top: 7px;
  }
  .sticky-tray-bottom .search-media-widget .search-controls-wrapper {
    left: 5px;
  }
  .sticky-tray-bottom .search-media-widget label[class*="search-type"] {
    font-size: 19px;
    height: 66px;
    margin-bottom: 0;
    padding: 10px 20px 0;
    width: auto;
  }
  .sticky-tray-bottom .search-media-widget.cms-results-active label[class*="cms-search-type"] {
    padding-top: 5px;
  }
  .sticky-tray-bottom .search-media-widget.favorites-results-active label[class*="favorites-search-type"] {
    padding-top: 5px;
  }
}
.video-search-results-item,
.poster-search-results-item {
  background: white;
  color: #556270;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.search-widget .video-search-results-item,
.search-widget .poster-search-results-item {
  border: 1px solid #dce0e5;
}
.video-search-results-item .video-img-cntr,
.poster-search-results-item .video-img-cntr {
  background-color: #efefef;
  position: relative;
  text-align: center;
}
.video-search-results-item .video-info,
.poster-search-results-item .video-info {
  line-height: 1.625;
  position: absolute;
}
.video-search-results-item .video-info h4,
.poster-search-results-item .video-info h4 {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.video-search-results-item .video-info .more-info-icon,
.poster-search-results-item .video-info .more-info-icon {
  position: relative;
}
.video-search-results-item .video-title,
.poster-search-results-item .video-title {
  color: #738496;
  font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: capitalize;
}
.video-search-results-item .video-title a,
.poster-search-results-item .video-title a {
  color: inherit;
}
.video-search-results-item .poster-image-wrapper,
.poster-search-results-item .poster-image-wrapper {
  position: static;
}
.video-search-results-item .poster-image-wrapper img,
.poster-search-results-item .poster-image-wrapper img {
  display: block;
}
.video-search-results-item .poster-image-wrapper i,
.poster-search-results-item .poster-image-wrapper i {
  background-color: rgba(50, 50, 50, 0.75);
  display: block;
  position: absolute;
}
.video-search-results-item .poster-image-wrapper i.lm::after,
.poster-search-results-item .poster-image-wrapper i.lm::after {
  color: #dce0e5;
  position: absolute;
}
.video-search-results-item .credits,
.poster-search-results-item .credits {
  font-weight: 400;
  color: #738496;
}
.video-search-results-item .credits strong,
.poster-search-results-item .credits strong {
  font-weight: 300;
}
.video-search-results-item input[name='selected_items'],
.poster-search-results-item input[name='selected_items'] {
  position: absolute;
}
.video-search-results-item .selected-items-label,
.poster-search-results-item .selected-items-label {
  background-color: white;
  position: absolute;
}
.search-artwork-widget .poster-search-results,
.search-background-widget .poster-search-results {
  display: inline-block !important;
  list-style: none;
  text-align: center;
}
.search-artwork-widget .poster-search-results:before,
.search-background-widget .poster-search-results:before,
.search-artwork-widget .poster-search-results:after,
.search-background-widget .poster-search-results:after {
  content: " ";
  display: table;
}
.search-artwork-widget .poster-search-results:after,
.search-background-widget .poster-search-results:after {
  clear: both;
}
.search-artwork-widget .poster-search-results:before,
.search-background-widget .poster-search-results:before,
.search-artwork-widget .poster-search-results:after,
.search-background-widget .poster-search-results:after {
  content: " ";
  display: table;
}
.search-artwork-widget .poster-search-results:after,
.search-background-widget .poster-search-results:after {
  clear: both;
}
.search-artwork-widget .poster-search-results-item,
.search-background-widget .poster-search-results-item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: solid 1px #ccc;
  box-shadow: 1px 5px 5px 0px rgba(100, 100, 100, 0.3);
  float: left;
  position: relative;
}
.search-artwork-widget .poster-search-results-item:nth-child(4n + 1),
.search-background-widget .poster-search-results-item:nth-child(4n + 1) {
  clear: left;
}
.search-artwork-widget .poster-search-results-item .selected_items,
.search-background-widget .poster-search-results-item .selected_items {
  position: absolute;
}
.search-widget {
  overflow: inherit;
}
.search-widget .search-type-fields:disabled label {
  color: #adb7c2 !important;
}
.search-widget.cms-results-active label[class*="cms-search-type"] {
  color: #738496;
  border-bottom-color: white;
  border-top-color: #ff9900;
}
.search-widget.cms-results-active .cms-results {
  display: block;
}
.search-widget.cms-results-active .favorites-results {
  display: none;
}
.search-widget.favorites-results-active label[class*="favorites-search-type"] {
  color: #738496;
  border-bottom-color: white;
  border-top-color: #ff9900;
}
.search-widget.favorites-results-active .cms-results {
  display: none;
}
.search-widget.favorites-results-active .favorites-results {
  display: block;
}
.search-widget .search-fields {
  border-bottom: solid 1px #dce0e5;
}
.search-widget .search-fields i {
  position: relative;
}
.search-widget .search-fields input {
  position: relative;
}
.search-widget .search-type-label {
  border-top: solid 5px white;
  border-bottom: solid 1px #dce0e5;
  color: #e68000;
  cursor: pointer;
  float: left;
  font-weight: 100;
  text-align: center;
}
.search-widget .favorites-search-type {
  border-right: solid 1px #dce0e5;
}
.search-widget input[name="search-type"] {
  display: none;
}
.search-widget .search-input {
  border: none;
}
.search-widget .submit {
  background-color: #ff9900;
  border-radius: 0;
  color: white;
  float: right;
  outline: none;
}
.search-widget .submit:hover {
  background-color: #e68a00;
}
.search-widget .results-cntr {
  overflow-y: auto;
}
.search-widget .video-search-results {
  background-color: #f6f6f4;
}
.search-widget .results .previous {
  cursor: pointer;
}
.search-widget .results .next {
  cursor: pointer;
}
.search-widget .results i {
  color: #ff9900;
}
.search-widget .results .disabled {
  cursor: auto;
}
.search-widget .results .disabled > i {
  color: #dce0e5;
}
.search-widget .results .default-message {
  text-align: center;
}
.search-widget .results .no-results-message {
  display: none;
}
.cms-results-active.search-widget .results .cms-message,
.favorites-results-active.search-widget .results .favorites-message {
  display: block;
}
.search-widget .tiled-results .default-message {
  height: inherit;
  display: block;
  width: 200px;
  margin: 130px auto;
}
.search-widget .item-restricted {
  pointer-events: none;
  cursor: default;
}
.search-widget .item-restricted .video-img-cntr,
.search-widget .item-restricted .video-title,
.search-widget .item-restricted .credits {
  opacity: 0.5;
}
.search-widget .item-restricted:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  width: 100%;
  content: 'Not available due to content rights or other restrictions.';
  background-color: #353d46;
  color: #fff;
  z-index: 100;
  font-size: 14px;
  opacity: 0.9;
}
.search-widget .item-restricted .more-info-anchor,
.search-widget .item-restricted .credits-link {
  pointer-events: auto;
  cursor: pointer;
}
.search-widget .add-items {
  text-align: center;
}
.search-widget {
  background-color: #f7f6f3;
}
.search-widget > form {
  background-color: white;
}
.search-widget .poster-search-results-wrapper {
  text-align: center;
}
.search-widget .pagination-nav {
  position: relative;
  top: 110px;
  left: -10px;
}
@media (min-width: 1020px) {
  .search-widget .pagination-nav {
    left: 0;
  }
}
.search-widget .pagination-nav.previous {
  text-align: right;
}
.search-widget .pagination-nav .lm {
  font-size: 40px;
}
.search-widget .add-items {
  background-color: #dce0e5;
  border-radius: 2px;
  color: white;
  display: block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 15px auto;
  padding: 10px 15px;
}
.search-widget.has-selected-item .add-items {
  background-color: #ff9900;
}
.search-widget .search-input {
  border-bottom: solid 1px #dce0e5;
  font-size: 16px;
  line-height: 32px;
}
.results {
  margin: 36px auto;
}
.search-toggle-hidden {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: -34px;
  margin-left: 40px;
}
.search-toggle-hidden label {
  font-size: 14px;
}
@media (min-width: 1020px) {
  .search-toggle-hidden label {
    font-size: 16px;
  }
}
.cms-results-active[data-cms-results-total-count='0'] .add-items,
.favorites-results-active[data-favorites-results-total-count='0'] .add-items {
  display: none;
}
.sequence-body .search-tray .search-widget .add-items,
.sequence-body .search-tray .search-widget .credits-link {
  display: none;
}
.poster-app .search-widget .poster-search-header {
  position: relative;
  background-color: white;
  border-bottom: solid 1px #dce0e5;
  padding-left: 14px;
  padding-right: 0;
}
.poster-app .search-widget .search-fields {
  border: none;
}
.poster-app .search-widget .lm-search {
  width: 40px;
}
.poster-app .search-widget .search-input {
  width: 25%;
}
.poster-app .search-widget .submit {
  display: inline-block;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.poster-app .search-widget .search-tabs {
  display: inline-block;
  margin-left: 15px;
  position: absolute;
}
.poster-app .search-widget .search-type-label {
  display: inline-block;
  height: 66px;
}
@media (min-width: 760px) {
  .poster-app .search-widget .search-input {
    font-size: 19px;
    width: 30%;
  }
}
@media (min-width: 1020px) {
  .poster-app .search-widget .search-input {
    width: 40%;
  }
}
.search-media-widget fieldset {
  border-color: #ccc;
}
.search-media-widget .search-controls-wrapper {
  position: relative;
  left: 5px;
}
.search-media-widget label[class*="search-type"] {
  border: solid 1px #ccc;
  border-top-color: #ff9900 !important;
  border-top-width: 5px!important;
  border-top: none;
  color: #ff9900;
  position: relative;
  z-index: 1;
}
.search-media-widget.cms-results-active label[class*="cms-search-type"] {
  border-bottom-color: white;
  border-right: none;
  border-top: solid;
  color: #738496;
  padding-top: 5px;
}
.search-media-widget.favorites-results-active label[class*="favorites-search-type"] {
  border-bottom-color: white;
  border-left: none;
  border-top: solid;
  color: #738496;
  padding-top: 5px;
}
.main-container {
  position: relative;
}
.sticky-tray {
  bottom: 0;
  font-size: 10px;
  height: 1px;
  left: 0;
  width: 100%;
}
.sticky-tray .inner {
  bottom: 100%;
  height: 100%;
  left: 0;
  width: inherit;
}
.sticky-tray.open,
.android-keyboard-open .sticky-tray {
  height: 45%;
}
.sticky-tray.open .inner,
.android-keyboard-open .sticky-tray .inner {
  /* added via addClass, webkit stumbles w/o !important */
  bottom: 0!important;
}
.android-keyboard-open .sticky-tray {
  bottom: -310px;
}
.sticky-tray .tray-content {
  height: inherit;
  width: inherit;
}
.sticky-tray .close-btn {
  font-size: 27px;
  right: 10px;
  top: 0;
  z-index: 100;
}
@media (min-width: 1020px) {
  .sticky-tray .close-btn {
    right: 20px;
    top: 10px;
  }
}
@media (min-width: 600px) {
  .sticky-tray {
    font-size: 8.26446281px;
  }
  .sticky-tray .inner {
    bottom: 394.29752066px;
    height: 384.29752066px;
  }
  .sticky-tray.open {
    height: 384.29752066px;
  }
}
@media (min-width: 760px) {
  .sticky-tray {
    font-size: 9.09090909px;
  }
  .sticky-tray .inner {
    bottom: 432.72727273px;
    height: 422.72727273px;
  }
  .sticky-tray.open {
    height: 422.72727273px;
  }
}
@media (min-width: 1020px) {
  .sticky-tray .inner {
    bottom: 475px;
    height: 465px;
  }
  .sticky-tray.open {
    height: 465px;
  }
}
@media (min-width: 1268px) {
  .sticky-tray {
    font-size: 11px;
  }
  .sticky-tray .inner {
    bottom: 521.5px;
    height: 511.5px;
  }
  .sticky-tray.open {
    height: 511.5px;
  }
}
.sticky-tray {
  position: fixed;
  overflow: hidden;
  z-index: 1;
}
.sticky-tray .inner {
  position: absolute;
}
.sticky-tray.open,
.android-keyboard-open .sticky-tray {
  overflow: visible;
  z-index: 999;
}
.sticky-tray .tray-content {
  background-color: white;
  border: solid 1px #dce0e5;
  box-shadow: 0px 10px 23px 0px #556270;
}
.sticky-tray .close-btn {
  color: #738496;
  font-weight: 700;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
}
.sticky-tray .btn {
  border-radius: 0;
}
.tray-toggle {
  background-color: orange;
  height: 80px;
  margin: auto 0;
  outline: none;
  padding: 0;
  position: absolute;
  width: 30px;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -30px;
}
.sticky-tray-bottom .tray-toggle {
  height: 30px;
  margin: 0 auto;
  width: 80px;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
}
.tray-toggle:hover {
  background-color: #e69500;
}
.tray-toggle:before {
  color: white;
  content: '\0066';
  font-size: 30px;
  font-weight: bold;
}
.open .tray-toggle:before {
  content: "\004A";
}
.sticky-tray-bottom.open .tray-toggle:before {
  content: "\004C";
}
.tools-quicknav {
  display: none;
}
@media (min-width: 760px) {
  .tools-quicknav {
    display: block;
    font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    float: right;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
  }
  .tools-quicknav > ul {
    list-style: none;
    overflow: hidden;
    width: 130px;
  }
  .tools-quicknav > ul > li {
    color: #fff;
    margin-bottom: 1px;
    position: relative;
    left: 80px;
    overflow: hidden;
  }
  .tools-quicknav > ul > li a {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
  }
  .tools-quicknav > ul > li a i {
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .tools-quicknav > ul > li a span {
    display: none;
  }
  .tools-quicknav > ul > li:hover {
    transition: all 0.5s ease;
    left: 0;
  }
  .tools-quicknav > ul > li:hover i {
    position: relative;
    margin: 0;
  }
  .tools-quicknav > ul > li:hover span {
    display: inline-block;
    position: relative;
  }
  .tools-quicknav > ul .favorites {
    position: relative;
  }
  .tools-quicknav > ul .favorites a {
    background-color: #639a32;
  }
  .tools-quicknav > ul .favorites i {
    top: -2px;
  }
  .tools-quicknav > ul .favorites span {
    top: -7px;
  }
  .tools-quicknav > ul .profile a {
    background-color: #98cc68;
  }
  .tools-quicknav > ul .profile i {
    top: -2px;
  }
  .tools-quicknav > ul .profile span {
    top: -7px;
  }
  .tools-quicknav > ul .media-tools {
    background-color: #76b93c;
    border: solid 1px #dce0e5;
    height: 50px;
  }
  .tools-quicknav > ul .media-tools .tools-label {
    top: -7px;
  }
  .tools-quicknav > ul .media-tools:hover,
  .media-tools__active .tools-quicknav > ul .media-tools {
    transition: all 0.5s ease;
    left: 0;
    height: 250px;
  }
  .tools-quicknav > ul .media-tools:hover i,
  .media-tools__active .tools-quicknav > ul .media-tools i {
    position: relative;
    margin: 0;
  }
  .tools-quicknav > ul .media-tools:hover span,
  .media-tools__active .tools-quicknav > ul .media-tools span {
    display: inline-block;
    position: relative;
  }
  .media-tools__active.activities-sub__active .tools-quicknav > ul .media-tools .activities-sub,
  .media-tools__active.quiz-sub__active .tools-quicknav > ul .media-tools .quiz-sub,
  .media-tools__active.postermaker-sub__active .tools-quicknav > ul .media-tools .postermaker-sub,
  .media-tools__active.puzzle-sub__active .tools-quicknav > ul .media-tools .puzzle-sub {
    background-color: #f7f6f3;
  }
  .media-tools__active.activities-sub__active .tools-quicknav > ul .media-tools .activities-sub a,
  .media-tools__active.quiz-sub__active .tools-quicknav > ul .media-tools .quiz-sub a,
  .media-tools__active.postermaker-sub__active .tools-quicknav > ul .media-tools .postermaker-sub a,
  .media-tools__active.puzzle-sub__active .tools-quicknav > ul .media-tools .puzzle-sub a {
    color: #566271;
  }
  .tools-quicknav > ul .media-tools ul {
    color: #639a32;
    background-color: #fff;
  }
  .tools-quicknav > ul .media-tools ul a {
    color: #639a32;
  }
  .tools-quicknav > ul .media-tools ul > li {
    border-bottom: 1px solid #dce0e5;
  }
  .tools-quicknav > ul .media-tools ul > li.active,
  .tools-quicknav > ul .media-tools ul > li:hover {
    color: #fff;
  }
  .tools-quicknav > ul .media-tools ul > li.active a,
  .tools-quicknav > ul .media-tools ul > li:hover a {
    color: #fff;
  }
  .tools-quicknav > ul .media-tools ul > li.active {
    background-color: #566271;
  }
  .tools-quicknav > ul .media-tools ul > li:hover {
    background-color: #98cc68;
  }
  .tools-quicknav > ul .submenu {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    text-transform: none;
  }
  .tools-quicknav > ul .submenu a {
    padding-left: 20px;
  }
}
@media (min-width: 1020px) {
  .tools-quicknav {
    font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    float: right;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
  }
  .tools-quicknav > ul {
    list-style: none;
    overflow: hidden;
    width: 144px;
  }
  .tools-quicknav > ul > li {
    color: #fff;
    margin-bottom: 1px;
    position: relative;
    left: 94px;
    overflow: hidden;
  }
  .tools-quicknav > ul > li a {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
  }
  .tools-quicknav > ul > li a i {
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .tools-quicknav > ul > li a span {
    display: none;
  }
  .tools-quicknav > ul > li:hover {
    transition: all 0.5s ease;
    left: 0;
  }
  .tools-quicknav > ul > li:hover i {
    position: relative;
    margin: 0;
  }
  .tools-quicknav > ul > li:hover span {
    display: inline-block;
    position: relative;
  }
  .tools-quicknav > ul .favorites {
    position: relative;
  }
  .tools-quicknav > ul .favorites a {
    background-color: #639a32;
  }
  .tools-quicknav > ul .favorites i {
    top: -2px;
  }
  .tools-quicknav > ul .favorites span {
    top: -7px;
  }
  .tools-quicknav > ul .profile a {
    background-color: #98cc68;
  }
  .tools-quicknav > ul .profile i {
    top: -2px;
  }
  .tools-quicknav > ul .profile span {
    top: -7px;
  }
  .tools-quicknav > ul .media-tools {
    background-color: #76b93c;
    border: solid 1px #dce0e5;
    height: 50px;
  }
  .tools-quicknav > ul .media-tools .tools-label {
    top: -7px;
  }
  .tools-quicknav > ul .media-tools:hover,
  .media-tools__active .tools-quicknav > ul .media-tools {
    transition: all 0.5s ease;
    left: 0;
    height: 250px;
  }
  .tools-quicknav > ul .media-tools:hover i,
  .media-tools__active .tools-quicknav > ul .media-tools i {
    position: relative;
    margin: 0;
  }
  .tools-quicknav > ul .media-tools:hover span,
  .media-tools__active .tools-quicknav > ul .media-tools span {
    display: inline-block;
    position: relative;
  }
  .media-tools__active.activities-sub__active .tools-quicknav > ul .media-tools .activities-sub,
  .media-tools__active.quiz-sub__active .tools-quicknav > ul .media-tools .quiz-sub,
  .media-tools__active.postermaker-sub__active .tools-quicknav > ul .media-tools .postermaker-sub,
  .media-tools__active.puzzle-sub__active .tools-quicknav > ul .media-tools .puzzle-sub {
    background-color: #f7f6f3;
  }
  .media-tools__active.activities-sub__active .tools-quicknav > ul .media-tools .activities-sub a,
  .media-tools__active.quiz-sub__active .tools-quicknav > ul .media-tools .quiz-sub a,
  .media-tools__active.postermaker-sub__active .tools-quicknav > ul .media-tools .postermaker-sub a,
  .media-tools__active.puzzle-sub__active .tools-quicknav > ul .media-tools .puzzle-sub a {
    color: #566271;
  }
  .tools-quicknav > ul .media-tools ul {
    color: #639a32;
    background-color: #fff;
  }
  .tools-quicknav > ul .media-tools ul a {
    color: #639a32;
  }
  .tools-quicknav > ul .media-tools ul > li {
    border-bottom: 1px solid #dce0e5;
  }
  .tools-quicknav > ul .media-tools ul > li.active,
  .tools-quicknav > ul .media-tools ul > li:hover {
    color: #fff;
  }
  .tools-quicknav > ul .media-tools ul > li.active a,
  .tools-quicknav > ul .media-tools ul > li:hover a {
    color: #fff;
  }
  .tools-quicknav > ul .media-tools ul > li.active {
    background-color: #566271;
  }
  .tools-quicknav > ul .media-tools ul > li:hover {
    background-color: #98cc68;
  }
  .tools-quicknav > ul .submenu {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    text-transform: none;
  }
  .tools-quicknav > ul .submenu a {
    padding-left: 20px;
  }
}
@media (min-width: 1268px) {
  .tools-quicknav {
    font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    float: right;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
  }
  .tools-quicknav > ul {
    list-style: none;
    overflow: hidden;
    width: 150px;
  }
  .tools-quicknav > ul > li {
    color: #fff;
    margin-bottom: 1px;
    position: relative;
    left: 100px;
    overflow: hidden;
  }
  .tools-quicknav > ul > li a {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
  }
  .tools-quicknav > ul > li a i {
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .tools-quicknav > ul > li a span {
    display: none;
  }
  .tools-quicknav > ul > li:hover {
    transition: all 0.5s ease;
    left: 0;
  }
  .tools-quicknav > ul > li:hover i {
    position: relative;
    margin: 0;
  }
  .tools-quicknav > ul > li:hover span {
    display: inline-block;
    position: relative;
  }
  .tools-quicknav > ul .favorites {
    position: relative;
  }
  .tools-quicknav > ul .favorites a {
    background-color: #639a32;
  }
  .tools-quicknav > ul .favorites i {
    top: -2px;
  }
  .tools-quicknav > ul .favorites span {
    top: -7px;
  }
  .tools-quicknav > ul .profile a {
    background-color: #98cc68;
  }
  .tools-quicknav > ul .profile i {
    top: -2px;
  }
  .tools-quicknav > ul .profile span {
    top: -7px;
  }
  .tools-quicknav > ul .media-tools {
    background-color: #76b93c;
    border: solid 1px #dce0e5;
    height: 50px;
  }
  .tools-quicknav > ul .media-tools .tools-label {
    top: -7px;
  }
  .tools-quicknav > ul .media-tools:hover,
  .media-tools__active .tools-quicknav > ul .media-tools {
    transition: all 0.5s ease;
    left: 0;
    height: 250px;
  }
  .tools-quicknav > ul .media-tools:hover i,
  .media-tools__active .tools-quicknav > ul .media-tools i {
    position: relative;
    margin: 0;
  }
  .tools-quicknav > ul .media-tools:hover span,
  .media-tools__active .tools-quicknav > ul .media-tools span {
    display: inline-block;
    position: relative;
  }
  .media-tools__active.activities-sub__active .tools-quicknav > ul .media-tools .activities-sub,
  .media-tools__active.quiz-sub__active .tools-quicknav > ul .media-tools .quiz-sub,
  .media-tools__active.postermaker-sub__active .tools-quicknav > ul .media-tools .postermaker-sub,
  .media-tools__active.puzzle-sub__active .tools-quicknav > ul .media-tools .puzzle-sub {
    background-color: #f7f6f3;
  }
  .media-tools__active.activities-sub__active .tools-quicknav > ul .media-tools .activities-sub a,
  .media-tools__active.quiz-sub__active .tools-quicknav > ul .media-tools .quiz-sub a,
  .media-tools__active.postermaker-sub__active .tools-quicknav > ul .media-tools .postermaker-sub a,
  .media-tools__active.puzzle-sub__active .tools-quicknav > ul .media-tools .puzzle-sub a {
    color: #566271;
  }
  .tools-quicknav > ul .media-tools ul {
    color: #639a32;
    background-color: #fff;
  }
  .tools-quicknav > ul .media-tools ul a {
    color: #639a32;
  }
  .tools-quicknav > ul .media-tools ul > li {
    border-bottom: 1px solid #dce0e5;
  }
  .tools-quicknav > ul .media-tools ul > li.active,
  .tools-quicknav > ul .media-tools ul > li:hover {
    color: #fff;
  }
  .tools-quicknav > ul .media-tools ul > li.active a,
  .tools-quicknav > ul .media-tools ul > li:hover a {
    color: #fff;
  }
  .tools-quicknav > ul .media-tools ul > li.active {
    background-color: #566271;
  }
  .tools-quicknav > ul .media-tools ul > li:hover {
    background-color: #98cc68;
  }
  .tools-quicknav > ul .submenu {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    text-transform: none;
  }
  .tools-quicknav > ul .submenu a {
    padding-left: 20px;
  }
}
.modal-no-bg,
#generic-modal,
.message-prompt {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-common-layout,
#generic-modal,
.message-prompt,
.multiselect-dialog,
#studentsModal,
#qmanagerModal,
.meta-modal,
.demo-modal,
#ugc-modal,
#error-ugc-modal {
  overflow: hidden;
}
.modal-common-layout h4,
#generic-modal h4,
.message-prompt h4,
.multiselect-dialog h4,
#studentsModal h4,
#qmanagerModal h4,
.meta-modal h4,
.demo-modal h4,
#ugc-modal h4,
#error-ugc-modal h4 {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.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,
#studentsModal input[type='text'],
#studentsModal input[type='search'],
#studentsModal input[type='url'],
#studentsModal textarea,
#qmanagerModal input[type='text'],
#qmanagerModal input[type='search'],
#qmanagerModal input[type='url'],
#qmanagerModal textarea,
.meta-modal input[type='text'],
.meta-modal input[type='search'],
.meta-modal input[type='url'],
.meta-modal textarea,
.demo-modal input[type='text'],
.demo-modal input[type='search'],
.demo-modal input[type='url'],
.demo-modal textarea,
#ugc-modal input[type='text'],
#ugc-modal input[type='search'],
#ugc-modal input[type='url'],
#ugc-modal textarea,
#error-ugc-modal input[type='text'],
#error-ugc-modal input[type='search'],
#error-ugc-modal input[type='url'],
#error-ugc-modal textarea {
  padding: 2px 5px;
  width: 100%;
}
.modal-common-layout .modal-dialog,
#generic-modal .modal-dialog,
.message-prompt .modal-dialog,
.multiselect-dialog .modal-dialog,
#studentsModal .modal-dialog,
#qmanagerModal .modal-dialog,
.meta-modal .modal-dialog,
.demo-modal .modal-dialog,
#ugc-modal .modal-dialog,
#error-ugc-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,
#studentsModal .modal-content,
#qmanagerModal .modal-content,
.meta-modal .modal-content,
.demo-modal .modal-content,
#ugc-modal .modal-content,
#error-ugc-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,
#studentsModal .modal-body,
#qmanagerModal .modal-body,
.meta-modal .modal-body,
.demo-modal .modal-body,
#ugc-modal .modal-body,
#error-ugc-modal .modal-body {
  max-height: 400px;
  overflow: auto;
}
.modal-common-header .modal-header h3,
#generic-modal .modal-header h3,
.message-prompt .modal-header h3,
.meta-modal .modal-header h3,
.demo-modal .modal-header h3,
#ugc-modal .modal-header h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: #353d46;
  margin: 0;
}
.modal-common-header .modal-header h4,
#generic-modal .modal-header h4,
.message-prompt .modal-header h4,
.meta-modal .modal-header h4,
.demo-modal .modal-header h4,
#ugc-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 {
  line-height: 1;
}
.message-prompt .modal-content {
  padding-bottom: 0;
}
.message-prompt .modal-dialog {
  margin: 5% auto;
  max-width: 516px;
}
.message-prompt .modal-dialog.wide {
  width: 546px;
  max-width: 100%;
}
.message-prompt .modal-header {
  padding-top: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}
.message-prompt .modal-header .close {
  display: none;
}
.message-prompt .modal-body,
.message-prompt textarea {
  font-size: 16px;
}
.message-prompt .modal-body {
  padding: 4px 15px 20px;
}
.message-prompt .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,
.message-prompt .modal-body .message-prompt .modal-footer .message-prompt .modal-footer .btn-primary {
  border-radius: 0;
}
.message-prompt .modal-footer {
  border-top: none;
  text-align: left;
}
.message-prompt .modal-footer .btn {
  margin: 0 10px 0 0;
}
.message-prompt p,
.message-prompt textarea {
  margin-bottom: 25px;
}
.message-prompt .legal {
  margin-top: 0;
  line-height: 1.625;
}
.message-prompt textarea {
  height: 90px;
}
.message-prompt .no-mg {
  margin: 0;
}
.message-prompt .std-btn,
.message-prompt .message-prompt .modal-footer .btn-primary,
.message-prompt .message-prompt .modal-footer .std-btn,
.message-prompt .message-prompt .modal-footer .message-prompt .modal-footer .btn-primary {
  margin-right: 12px;
}
.message-prompt .close {
  position: absolute;
  top: 6px;
  right: 0;
  opacity: 1;
}
.message-prompt .lm-cross {
  color: #353d46;
}
.message-prompt .control-label {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 300;
}
.message-prompt 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: #353d46;
}
.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: #1f2429;
  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 {
  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 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Cambria Math';
}
.feedback-modal button[type='submit'] {
  background-color: #ff9900;
  border-radius: 2px;
  color: white;
  margin-top: 20px;
}
.feedback-modal button[type='submit']:hover {
  background-color: #cc7a00;
}
.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: #353d46;
  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: #353d46;
  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: #e68000;
}
.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;
  }
}
.middle-container,
.main-container {
  position: relative;
}
#videoModal .modal-footer,
#qmanagerModal .modal-footer,
.meta-modal .modal-footer,
.demo-modal .modal-footer,
#ugc-modal .modal-footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}
#videoModal .modal-body,
#demoModal .modal-body {
  padding-bottom: 0;
  line-height: 0;
}
#videoModal .modal-dialog,
#demoModal .modal-dialog {
  font-size: 16px;
  margin-top: 5%;
}
@media (min-width: 1020px) and (min-height: 601px) {
  #videoModal .modal-dialog,
  #demoModal .modal-dialog {
    width: 800px;
    max-width: 90%;
  }
}
#videoModal .modal-content,
#demoModal .modal-content {
  background-color: #000;
  color: #f6f6f4;
  border-radius: 0;
}
#videoModal .popup-video-title,
#demoModal .popup-video-title {
  text-align: left;
  font-size: 24px;
  margin: 0 0 4px;
}
#videoModal .provider-more-info,
#demoModal .provider-more-info {
  margin-bottom: 10px;
}
#videoModal .modal-close,
#demoModal .modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  background-color: #000;
  height: 30px;
}
#videoModal .modal-close button,
#demoModal .modal-close button {
  background-color: #000;
  color: #e68000;
  border: 0;
  outline: 0;
}
#videoModal .btn-add-to,
#demoModal .btn-add-to {
  background-color: #639a32;
  color: #fff;
  font-weight: 300;
  padding: 8px;
  border-radius: 2px;
  margin: 0 0 12px;
}
.popup-video {
  text-align: center;
  height: 424px;
}
.popup-msg {
  font-size: 13px;
  text-align: left;
  margin-bottom: 0;
}
.popup-poster-img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
#qmanagerModal,
.meta-modal,
.demo-modal {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
}
#qmanagerModal .modal-dialog,
.meta-modal .modal-dialog,
.demo-modal .modal-dialog {
  width: 660px;
}
#qmanagerModal .modal-header,
.meta-modal .modal-header,
.demo-modal .modal-header {
  border: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
#qmanagerModal .modal-body,
.meta-modal .modal-body,
.demo-modal .modal-body {
  padding-top: 0;
  max-height: 500px;
}
#qmanagerModal .modal-content,
.meta-modal .modal-content,
.demo-modal .modal-content {
  padding-top: 0;
}
#qmanagerModal .modal {
  overflow: hidden;
}
#qmanagerModal .modal-header p {
  padding-right: 6px;
}
#qmanagerModal .modal-dialog {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 760px) {
  #qmanagerModal .modal-dialog {
    width: 736px;
    padding-left: 143px;
  }
}
@media (min-width: 1020px) {
  #qmanagerModal .modal-dialog {
    width: 984px;
    padding-left: 189px;
  }
}
@media (min-width: 1268px) {
  #qmanagerModal .modal-dialog {
    width: 144px;
    padding-left: 161px;
  }
}
#qmanagerModal .modal-dialog hr {
  margin: 14px 0;
  border-top: 1px solid #979797;
}
#qmanagerModal .modal-content {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 760px) {
  #qmanagerModal .modal-content {
    width: 525px;
  }
}
@media (min-width: 1020px) {
  #qmanagerModal .modal-content {
    width: 539px;
  }
}
@media (min-width: 1268px) {
  #qmanagerModal .modal-content {
    width: 521px;
  }
}
#qmanagerModal .modal-body {
  padding-top: 4px;
  padding-bottom: 10px;
}
#qmanagerModal .modal-body p {
  margin-bottom: 14px;
}
#qmanagerModal .modal-footer {
  padding-top: 10px;
}
.meta-modal .modal-dialog,
.demo-modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 600px) {
  .meta-modal .modal-dialog,
  .demo-modal .modal-dialog {
    width: 514px;
  }
}
@media (min-width: 1020px) {
  .meta-modal .modal-dialog,
  .demo-modal .modal-dialog {
    width: 660px;
  }
}
.meta-modal .modal-body,
.demo-modal .modal-body {
  padding-bottom: 24px;
}
.meta-modal .modal-instructions,
.demo-modal .modal-instructions,
.meta-modal .meta-label,
.demo-modal .meta-label {
  color: #556270;
}
.meta-modal .meta-label,
.demo-modal .meta-label {
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 10px;
}
.meta-modal .activity-btn.modal-save,
.demo-modal .activity-btn.modal-save,
.meta-modal .activity-btn.modal-reset,
.demo-modal .activity-btn.modal-reset {
  font-size: 18px;
  margin: 0 10px 0 0;
  padding: 16px;
}
.meta-modal .activity-btn.modal-reset,
.demo-modal .activity-btn.modal-reset {
  font-weight: 300;
}
#saved-favorite-modal .std-btn,
#saved-favorite-modal .message-prompt .modal-footer .btn-primary,
#saved-favorite-modal .message-prompt .modal-footer .std-btn,
#saved-favorite-modal .message-prompt .modal-footer .message-prompt .modal-footer .btn-primary {
  font-weight: 300;
  padding: 10px 14px;
  border-radius: 0;
  margin-right: 8px;
}
#saved-favorite-modal .std-btn.opposite,
#saved-favorite-modal .message-prompt .modal-footer .btn-primary.opposite,
#saved-favorite-modal .message-prompt .modal-footer .std-btn.opposite,
#saved-favorite-modal .message-prompt .modal-footer .message-prompt .modal-footer .btn-primary.opposite {
  font-weight: 400;
  border: 1px solid #dce0e5;
}
#saved-favorite-modal .modal-dialog {
  margin-top: 25%;
}
#saved-favorite-modal .modal-header {
  padding: 16px 16px 0;
}
#saved-favorite-modal .modal-body {
  padding: 16px;
}
#saved-favorite-modal p {
  margin-bottom: 16px;
}
.demo-modal .modal-content {
  padding-bottom: 0px !important;
}
.demo-modal .modal-header .modal-title {
  color: #353d46 !important;
}
.demo-modal .modal-header .close {
  opacity: 1;
}
.demo-modal .modal-header .close span {
  font-size: 30px;
  color: #353d46;
}
.demo-modal .modal-header .close:hover span {
  color: #353d46;
}
.demo-modal .modal-header h4 {
  border-bottom: 1px solid #979797;
  margin-bottom: 14px;
}
.demo-modal .modal-body {
  max-height: 600px;
}
.demo-modal .modal-body .description p,
.demo-modal .modal-body .description span {
  font-size: 16px !important;
  color: #556270 !important;
}
.demo-modal .modal-body .demo-video-container {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA6MGbGIGwPFzqJLgAVBipEl4ILIEiiCMAkMQZAEAEbIBTpQMFGXAAAAAElFTkSuQmCC') repeat;
  line-height: 0;
}
.demo-modal .modal-body .demo-video-container .demo-video-inner {
  margin: 0 18px 0 18px;
}
.demo-modal .modal-body .help-text {
  padding-top: 10px;
  font-size: 14px;
  color: #738496;
}
.demo-modal ul {
  padding-left: 30px;
}
.demo-modal ul li {
  color: #353d46;
  font-weight: 400;
}
.demo-modal .demo-video-content {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA6MGbGIGwPFzqJLgAVBipEl4ILIEiiCMAkMQZAEAEbIBTpQMFGXAAAAAElFTkSuQmCC');
  line-height: 0;
}
#ugc-modal .modal-dialog {
  width: 600px;
}
#ugc-modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
#ugc-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
#ugc-modal .modal-header,
#ugc-modal .modal-body {
  padding-left: 16px;
  padding-right: 16px;
}
#ugc-modal hr {
  margin: 16px 0;
  border-top: 1px solid #979797;
}
#ugc-modal h2 {
  font-size: 24px;
  margin: 0;
  color: #353d46;
}
#ugc-modal h2 small {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
  color: #738496;
}
#ugc-modal h2 .lm {
  float: left;
  font-size: 42px;
  margin: 0;
  margin-right: 6px;
}
#ugc-modal .lm-cross {
  margin: 0;
}
#ugc-modal p {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}
#ugc-modal .ugc-text,
#ugc-modal .ugc-login {
  position: relative;
  display: inline-block;
  width: 80%;
  text-align: left;
  margin-top: 10px;
}
#ugc-modal .ugc-login {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
#ugc-modal .link {
  color: #ff9900;
}
#ugc-modal .link:hover {
  color: #fcb21c;
}
#ugc-modal .close {
  opacity: 1;
  color: #353d46;
}
#ugc-modal .ugc-options {
  margin: 0 -10px 10px;
}
#ugc-modal .select-container,
#ugc-modal .ugc-dd-container {
  display: table;
}
#ugc-modal .select-container {
  float: left;
  width: 50%;
  padding: 0 10px;
}
#ugc-modal .ugc-dd-container {
  width: 100%;
}
#ugc-modal .ugc-dd,
#ugc-modal .select-media {
  position: relative;
  display: table-cell;
  background-color: #EDEDE9;
  text-align: center;
  border: 1px solid #C4CBD4;
  box-shadow: 0 1px 2px 0 rgba(115, 132, 150, 0.6);
  padding: 0 12px;
  height: 127px;
  vertical-align: middle;
  min-width: 100%;
}
#ugc-modal .ugc-dd img,
#ugc-modal .select-media img {
  width: 100%;
  max-width: 100%;
}
#ugc-modal .select-media {
  cursor: pointer;
}
#ugc-modal .ugc-dd {
  border: 2px dashed #C4CBD4;
}
#ugc-modal .ugc-dd.dz-drag-hover .ugc-dd-text,
#ugc-modal .ugc-dd.dz-started .ugc-dd-text,
#ugc-modal .ugc-dd.dz-drag-hover h2,
#ugc-modal .ugc-dd.dz-started h2 {
  color: #C4CBD4;
}
#ugc-modal .ugc-dd img {
  width: auto;
  max-width: 100%;
  max-height: 127px;
}
#ugc-modal .ugc-dd .dz-success-mark,
#ugc-modal .ugc-dd .dz-error-mark {
  display: none;
}
#ugc-modal .upload-msg {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 16px;
}
#error-ugc-modal .modal-dialog {
  margin-top: 25%;
}
#error-ugc-modal .modal-dialog .ugc-error-message {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 28px;
}
#error-ugc-modal .modal-dialog a {
  font-size: 20px;
}
#error-ugc-modal .std-btn,
#error-ugc-modal .message-prompt .modal-footer .btn-primary,
#error-ugc-modal .message-prompt .modal-footer .std-btn,
#error-ugc-modal .message-prompt .modal-footer .message-prompt .modal-footer .btn-primary {
  font-size: 18px;
  margin-right: 12px;
  padding: 12px 14px;
}
#generic-modal .modal-dialog {
  width: 650px;
}
#generic-modal .modal-dialog .modal-content {
  padding-bottom: 10px;
}
#generic-modal .modal-dialog .modal-header .close {
  font-size: 30px;
  color: #353d46;
  opacity: 1;
}
#generic-modal .modal-dialog .modal-body {
  font-weight: 200;
}
#generic-modal .modal-dialog .modal-body .copy-clipboard-form {
  margin-top: 10px;
  position: relative;
}
#generic-modal .modal-dialog .modal-body .copy-clipboard-form #modal-copy-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 5px 10px;
  font-size: 0.8em;
  font-weight: normal;
}
body {
  line-height: 1.625;
}
strong {
  font-weight: 700;
}
.media-tools article h1 {
  color: #353d46;
  font: 300 30px/41px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.media-tools article h2 {
  color: #353d46;
  font: 300 24px/34px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px 0;
}
.media-tools article h3 {
  color: #566271;
  font: 400 18px/27px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 5px 0;
}
.media-tools article h4 {
  color: #738496;
  font: 700 18px/23px 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 5px 0;
}
.resource-credits-page .funders {
  margin-bottom: 20px;
}
.resource-credits-page #collection_credits {
  font-size: 16px;
  margin-top: 10px;
}
.resource-credits-page #collection_credits h1 {
  font-size: 24px;
}
.asset-credits-heading {
  font-size: 24px;
  font-weight: 300;
  color: #353d46;
}
.btn-simple {
  background-color: transparent;
  color: #ff9900;
  font-size: 14px;
  font-weight: 300;
}
.btn-simple:hover {
  color: #e68000;
}
.std-btn-hover {
  background-color: #e68a00;
  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,
.message-prompt .modal-footer .message-prompt .modal-footer .btn-secondary {
  background-color: #ff9900;
  border-radius: 2px;
  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 {
  background-color: #e68a00;
  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 {
  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 {
  background-color: #ff9900;
  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 {
  background-color: #e68a00;
  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 {
  background-color: white;
  color: #e68000;
  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 {
  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 {
  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 {
  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 {
  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 {
  -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: #ff9900;
  border-radius: 2px;
}
.action-btns .activity-btn.opposite {
  background-color: white;
  color: #e68000;
  border: 1px solid #dce0e5;
}
.action-btns .activity-btn.opposite:hover {
  color: #e68000;
  background-color: white;
}
.action-btns .activity-btn:hover {
  background-color: #e68a00;
  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 {
  background-color: white;
  border-color: transparent;
  color: #ff9900;
}
.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: #e68000;
}
.lm-pencil:hover {
  color: #ff9900;
}
.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: #fff;
}
.lined-bg {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA6MGbGIGwPFzqJLgAVBipEl4ILIEiiCMAkMQZAEAEbIBTpQMFGXAAAAAElFTkSuQmCC') repeat;
}
.search i {
  color: #556270;
  font-size: 30px;
  margin: 0;
}
.search .search-input {
  border: none;
  border-bottom: 1px solid #dce0e5;
  box-shadow: none;
  color: #556270;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 15px;
  outline: none;
}
.search ::-webkit-input-placeholder {
  color: #dce0e5;
}
.search :-moz-placeholder {
  color: #dce0e5;
}
.search ::-moz-placeholder {
  color: #dce0e5;
}
.search :-ms-input-placeholder {
  color: #dce0e5;
}
.sequence-sortable {
  background-color: #f6f6f4;
  padding: 30px;
  line-height: 1.1;
}
.beta-flag {
  background-color: #ffc600;
  color: white!important;
  font: 400 15px/1 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding: 0.2em 0.534em;
}
.beta-flag::before {
  content: 'BETA';
}
.page-title .beta-flag {
  left: 5px;
  position: relative;
  top: -5px !important;
}
.dashboard-page .beta-flag {
  font-size: 13px;
  position: absolute;
  top: 45px;
  left: 12px;
}
.help-icon {
  color: #ff4747;
}
.no-padding {
  padding: 0;
}
.std-mgb {
  margin-bottom: 24px;
}
.unstyled-list {
  list-style-type: none;
}
.basic-list {
  padding-left: 35px;
}
.notification-region .success-message {
  color: #ff6766;
  display: block;
  font-family: 'Indie Flower', 'Brush Script MT', 'Lucida Handwriting', 'Comic Sans', cursive;
  font-size: 20px;
  text-align: left;
}
.notification-region .success-message:before {
  background-image: url('data:image/svg+xml;utf8,<svg style="background-color:transparent;" xmlns="http://www.w3.org/2000/svg" version="1.1" width="120" height="100"><path style="fill:none;stroke:#ff6766;stroke-width:17" d="M 12,54 43,82 101,12" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  float: left;
  height: 1em;
  margin-right: 5px;
  width: 0.85em;
}
.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: #e68000;
}
.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: #ff9900;
}
.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: #ff9900;
  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.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-down.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;
}
.tiny-mce-body {
  font-size: 16px;
}
.mce-container .mce-primary button,
.mce-container .mce-primary button i {
  color: #000;
  text-shadow: none;
}
.sequence-main .mce-panel {
  border: 0 solid #dce0e5;
}
.sequence-body .hero {
  margin-bottom: 0;
}
.quiz-slide .error-wrapper {
  display: inline-block;
}
.resource-slide .error-wrapper,
.quiz-slide .form-group .error-wrapper {
  display: block;
}
.text-slide-description {
  position: relative;
}
.text-slide-description .error-wrapper {
  top: 0;
}
#id_description,
.text-slide-description textarea {
  height: 134px;
}
.ui-sortable-helper {
  border-top: 1px solid #dce0e5 !important;
  box-shadow: rgba(115, 132, 150, 0.5) 2px 2px 7px 0px !important;
}
.sequence-main {
  position: relative;
  margin-top: 40px;
}
.sequence-main .panel {
  overflow: visible;
}
.sequence-main .selectricInput {
  display: none;
}
.sequence-main .section-label {
  font-size: 21px;
  margin-top: 12px;
  margin-bottom: 0;
}
.sequence-main .text .section-label {
  font-size: 18px;
  margin-bottom: 10px;
}
.sequence-main .text .item-title {
  padding: 8px 5px;
}
.sequence-main .form-section {
  margin-bottom: 10px;
}
.sequence-main .form-section small {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.sharing-options strong {
  font-weight: 500;
}
.sharing-options .options-section {
  margin: 0 0 10px;
}
.sharing-options .sharing-toggle,
.sharing-options .sharing-msg {
  vertical-align: middle;
}
.sharing-options .sharing-toggle {
  width: 150px;
}
.sharing-options .sharing-toggle label {
  margin: 0;
}
.sharing-options .subjects li {
  padding-left: 30px;
}
.sharing-options .subjects .custom-checkbox + label span {
  margin-left: -30px;
}
.sharing-options .sharing-msg {
  font-size: 16px;
  line-height: 1.625;
}
.sharing-options .grades-list {
  height: 90px;
  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;
}
.sharing-options .grades-list li {
  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;
}
.sharing-options .share-region {
  margin-bottom: 24px;
  background-color: red;
}
.sharing-options .textarea-container .sharing-description {
  width: 100%;
  height: 110px;
  resize: none;
  border: 1px solid #dce0e5;
  padding: 15px;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Cambria Math';
  font-size: 16px;
}
.sharing-options .textarea-container .limit {
  font-size: 14px;
  color: #738496;
  margin-top: 5px;
}
.sequence-form input[type="text"],
.sequence-form textarea {
  border: 1px solid #dce0e5;
  color: #556270;
  margin-left: 0;
  width: 100%;
  border-radius: 0;
}
.sequence-form textarea {
  resize: none;
}
.slide .slide-content {
  padding-left: 30px;
}
.slide .slide-content .sequence-step {
  padding-top: 0;
}
.slide .slide-content.collapse-content {
  display: none;
}
.slide .delete-slide {
  display: none;
}
.slide.open .slide-content.collapse-content {
  display: block;
}
.question-header .glyphicon {
  color: #e68000;
  margin-left: 0;
  margin-right: 5px;
}
.quiz-slide .slide-metadata {
  border-bottom: 1px dashed #dce0e5;
  margin-bottom: 8px;
}
.slide-metadata h3 {
  font-size: 24px;
}
.slide-metadata h4 {
  margin: auto;
}
.slide-metadata .description ul {
  padding-left: 20px;
}
.slide-metadata .btn-add-title {
  font-size: 16px;
  margin-left: 0;
  padding: 12px 0;
}
.slide-metadata .btn-add-title.btn.activity-btn {
  color: #e68000;
}
.sequence-step {
  padding-top: 0!important;
}
.slide-content.collapse.in .sequence-step,
.slide-content.collapsing .sequence-step {
  border-top: none!important;
}
.slide-heading {
  padding: 14px 24px 14px;
  position: relative;
}
.activities .slide-heading h4 i {
  top: 1px;
}
.slide-heading .lm-dash-add {
  display: none;
}
.slide-heading .lm-dash-delete {
  display: inline;
}
.slide-heading.collapsed .lm-dash-add {
  display: inline;
}
.slide-heading.collapsed .lm-dash-delete {
  display: none;
}
.slide-heading.collapsed .qmanager-open {
  display: none;
}
.slide .slide-heading,
.slide .sequence-step {
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 600px) {
  .slide .slide-heading,
  .slide .sequence-step {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.video-search-results-item .video-img-cntr {
  position: relative;
}
.video-search-results-item .poster-image-launch {
  display: auto;
}
.slide-resource-cntr .slide-resource-media-wrapper {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA6MGbGIGwPFzqJLgAVBipEl4ILIEiiCMAkMQZAEAEbIBTpQMFGXAAAAAElFTkSuQmCC');
  line-height: 0;
}
.slide-resource-cntr .drop-target {
  margin: 0 auto;
}
.slide-resource-cntr .drop-target.ugc-loading {
  border: 0;
}
.slide-resource-cntr .drop-target.ugc-loading .video-element {
  background-color: #fff;
}
@media (min-widtH: 760px) {
  .slide-resource-cntr .drop-target {
    height: 192px;
    width: 326px;
  }
}
@media (min-width: 1020px) {
  .slide-resource-cntr .drop-target {
    height: 252px;
    width: 446px;
  }
}
.slide-resource-cntr .drop-target.used {
  height: inherit;
}
.slide-resource-cntr .drop-target.used img {
  max-height: 100%;
  max-width: 100%;
}
.slide-resource-cntr .drop-target.active .video-element {
  display: block;
  opacity: 0.65;
  color: #ff4747;
}
.slide-resource-cntr .drop-target.hover .video-element {
  color: #ff9900;
  height: inherit;
}
.slide-resource-cntr .drop-target .progress-container {
  width: 90%;
  top: 40%;
  left: 5%;
  height: 20px;
  position: absolute;
}
.slide-resource-cntr .drop-target .progress-container p {
  position: relative;
  top: auto;
  width: auto;
  text-align: left;
  padding-bottom: 10px;
  color: #556270;
  font-size: 21px;
}
.slide-resource-cntr .drop-target .progress-container .progress {
  height: 24px;
  width: 100%;
  background-color: #EDEDE9;
  border: 1px solid #c4cbd4;
}
.slide-resource-cntr .drop-target .progress-container .progress .inner {
  background-color: #ff9900;
  height: 100%;
  width: 0%;
  border: 1px solid #e68000;
}
.slide .media-resource-title {
  color: #353d46;
  font-weight: 400;
}
.slide .note {
  display: block;
  margin: -4px 0 10px;
  font-size: 14px;
}
.slide .video-img-cntr {
  height: inherit!important;
}
.slide .video-img-cntr .lm[class*='media-type-'] {
  display: none!important;
}
.creation-control {
  border: 1px solid #dce0e5;
  border-left: none;
  border-right: none;
  margin: 20px 0;
  padding: 20px 10px;
  position: relative;
}
.creation-control label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -8px;
}
.slides-cntr {
  margin: 20px 0;
}
.selectric,
.selectricScroll li {
  font-size: 16px;
  height: auto;
  padding: 16px;
}
.selectric {
  padding-bottom: 10px;
  padding-top: 10px;
}
.selectricItems {
  outline: none;
}
.selectricWrapper {
  display: inline-block;
  left: 12px;
  margin-bottom: 0;
  width: 264px;
}
.selectricHover .selectric .button {
  color: white;
}
.slide-delete-container {
  position: absolute;
  right: 0;
  width: 48px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #dce0e5;
  padding-top: 14px;
  padding-left: 10px;
}
.slides-manage {
  text-align: right;
  font-size: 16px;
  padding: 12px 0;
  cursor: pointer;
  margin-bottom: -8px;
}
.slides-manage .delete-selected-slide {
  color: #e68000;
}
.slides-manage .delete-selected-slide:hover {
  color: #ff9900;
}
.slides-manage .delete-all-slides {
  margin-left: 20px;
  margin-right: 12px;
}
.qmanager-open {
  display: none;
  font-size: 16px;
  color: #e68000;
}
.quiz-slide .qmanager-open {
  display: inline-block;
}
.qmanager-open.qmanager-rm {
  margin-right: 36px;
}
.quiz-heading .qmanager-open {
  display: block;
}
.slide .slide-title .qmanager-open:hover {
  color: #ff9900;
}
.slide .slide-title .qmanager-open:visited {
  color: #e68000 !important;
}
.quiz-edit-title,
.slide-edit-title {
  display: none;
}
.quiz-slide .quiz-edit-title,
.quiz-slide .slide-edit-title {
  display: inline-block;
}
.quiz-slide .resource {
  display: none;
}
.quiz-slide .text {
  display: none;
}
.quiz-slide .slide-title .slide-edit-title {
  display: none;
  width: 80%;
}
.quiz-slide .quiz .row.show-question {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quiz-slide .media-resource-title {
  display: none;
}
.question-separator {
  border-top: 1px dashed #dce0e5;
  margin-top: 30px;
  margin-bottom: 10px;
}
.resource-slide .quiz {
  display: none;
}
.resource-slide .text {
  display: none;
}
.text-slide .quiz {
  display: none;
}
.text-slide .resource {
  display: none;
}
.question-type-selector strong {
  font-size: 17px;
}
.multiple-answers {
  counter-reset: Answers;
}
.multiple-answers .answer-label {
  font-weight: 500;
  counter-increment: Answers;
}
.multiple-answers .answer-label:before {
  content: counter(Answers, upper-alpha) ": ";
}
.multiple-choice-answers {
  display: table-cell;
  text-align: left;
  padding: 0 8px 0 0;
  vertical-align: middle;
}
@media (min-width: 600px) {
  .multiple-choice-answers {
    width: 20%;
  }
}
@media (min-width: 760px) {
  .multiple-choice-answers {
    display: block;
    float: left;
    width: 50px;
    padding: 0;
  }
}
.multiple-choice-inputs {
  display: table-cell;
  width: 70%;
}
@media (min-width: 760px) {
  .multiple-choice-inputs {
    display: block;
    float: right;
    width: 344px;
  }
}
@media (min-width: 1020px) {
  .multiple-choice-inputs {
    width: 546px;
  }
}
@media (min-width: 1268px) {
  .multiple-choice-inputs {
    width: 798px;
  }
}
.answers-help-text {
  font-size: 15px;
  color: #738496;
}
.true-false input[type="radio"] + label {
  margin-right: 90px;
}
.delete-question {
  color: #e68000;
  margin-right: 20px;
}
.qmanager-questions li {
  position: relative;
  background-color: #fff;
  border: 1px solid #dce0e5;
  height: 52px;
  padding-left: 18px;
  margin-top: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  padding-right: 64px;
}
.qmanager-questions .sortable-empty-list {
  padding-top: 12px;
}
.qmanager-questions .delete-question {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #fff;
  padding-top: 8px;
}
.qmanager-questions .mark-for-deletion .grippy-block,
.qmanager-questions .mark-for-deletion .qmanager-qnumber,
.qmanager-questions .mark-for-deletion .qmanager-qtitle {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.grippy-block,
.qmanager-qnumber {
  border-right: 1px solid #dce0e5;
  height: 100%;
  display: inline-block;
}
.handle {
  background: #f6f6f4 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOXB4IiBoZWlnaHQ9IjM0cHgiIHZpZXdCb3g9IjAgMCA5IDM0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5IDM0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0iIzczODQ5NiIgY3g9IjIiIGN5PSIyIiByPSIxIi8+DQo8Y2lyY2xlIGZpbGw9IiM3Mzg0OTYiIGN4PSI3IiBjeT0iMiIgcj0iMSIvPg0KPGNpcmNsZSBmaWxsPSIjNzM4NDk2IiBjeD0iMiIgY3k9IjgiIHI9IjEiLz4NCjxjaXJjbGUgZmlsbD0iIzczODQ5NiIgY3g9IjciIGN5PSI4IiByPSIxIi8+DQo8Y2lyY2xlIGZpbGw9IiM3Mzg0OTYiIGN4PSIyIiBjeT0iMTQiIHI9IjEiLz4NCjxjaXJjbGUgZmlsbD0iIzczODQ5NiIgY3g9IjciIGN5PSIxNCIgcj0iMSIvPg0KPGNpcmNsZSBmaWxsPSIjNzM4NDk2IiBjeD0iMiIgY3k9IjIwIiByPSIxIi8+DQo8Y2lyY2xlIGZpbGw9IiM3Mzg0OTYiIGN4PSI3IiBjeT0iMjAiIHI9IjEiLz4NCjxjaXJjbGUgZmlsbD0iIzczODQ5NiIgY3g9IjIiIGN5PSIyNiIgcj0iMSIvPg0KPGNpcmNsZSBmaWxsPSIjNzM4NDk2IiBjeD0iNyIgY3k9IjI2IiByPSIxIi8+DQo8Y2lyY2xlIGZpbGw9IiM3Mzg0OTYiIGN4PSIyIiBjeT0iMzIiIHI9IjEiLz4NCjxjaXJjbGUgZmlsbD0iIzczODQ5NiIgY3g9IjciIGN5PSIzMiIgcj0iMSIvPg0KPC9zdmc+DQo=') no-repeat center;
  border-bottom: 1px solid #dce0e5;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
  z-index: 1;
}
.qmanager-qnumber {
  min-width: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding-top: 12px;
  margin-right: 16px;
}
/*
    PUZZLEMAKER WORD SEARCH EDIT STYLE
 */
.selected-words-container .selected-words {
  list-style: none;
  margin: 0 20px;
  padding: 0;
}
.selected-words-container .selected-words li {
  display: inline-block;
  margin: 0 5px 5px 0;
  white-space: nowrap;
}
.selected-words-container .selected-words li .lm-cross {
  font-size: 16px;
  cursor: pointer;
}
@media print {
  .puzzle-page,
  .puzzle-assignment-page {
    background-color: white;
    margin: auto;
    width: 1024px !important;
  }
  .puzzle-page a,
  .puzzle-assignment-page a {
    color: #556270 !important;
    text-decoration: none:!important;
  }
  .puzzle-page .middle-container,
  .puzzle-assignment-page .middle-container {
    margin-left: 0;
    width: 1024px;
  }
  .puzzle-page .admin-login-container,
  .puzzle-assignment-page .admin-login-container,
  .puzzle-page .footer-holder,
  .puzzle-assignment-page .footer-holder,
  .puzzle-page .footer-container,
  .puzzle-assignment-page .footer-container,
  .puzzle-page .resource-header,
  .puzzle-assignment-page .resource-header,
  .puzzle-page .search-container,
  .puzzle-assignment-page .search-container,
  .puzzle-page .student-header,
  .puzzle-assignment-page .student-header,
  .puzzle-page .terms-and-conditions,
  .puzzle-assignment-page .terms-and-conditions {
    display: none;
  }
  .puzzle-page .main-panel,
  .puzzle-assignment-page .main-panel {
    padding: 0;
  }
  .puzzle-page .copyright,
  .puzzle-assignment-page .copyright {
    background-color: white;
    font-size: 10px;
    margin-left: 15px;
    text-align: left;
  }
  .puzzle-page .form-name-fieldset + .intro-text-helper,
  .puzzle-assignment-page .form-name-fieldset + .intro-text-helper {
    display: none;
  }
  .puzzle-page ::-webkit-input-placeholder,
  .puzzle-assignment-page ::-webkit-input-placeholder {
    color: transparent!important;
  }
  .puzzle-page ::-moz-placeholder,
  .puzzle-assignment-page ::-moz-placeholder {
    color: transparent!important;
  }
  .puzzle-page :-ms-input-placeholder,
  .puzzle-assignment-page :-ms-input-placeholder {
    color: transparent!important;
  }
}
.puzzle-page .assignments > .row,
.puzzle-assignment-page .assignments > .row {
  margin-left: 0;
  margin-right: 0;
}
.puzzle-page .options-menu,
.puzzle-assignment-page .options-menu {
  top: 15px;
}
.puzzle-page .activity-btn,
.puzzle-assignment-page .activity-btn {
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  padding: 14px 18px;
}
.puzzle-page input[type='text'],
.puzzle-assignment-page input[type='text'] {
  font-weight: 300;
  padding: 8px 5px 7px;
}
.puzzle-page input[type='text']::-webkit-input-placeholder,
.puzzle-assignment-page input[type='text']::-webkit-input-placeholder {
  color: #ccc;
}
.puzzle-page input[type='text']::-moz-placeholder,
.puzzle-assignment-page input[type='text']::-moz-placeholder {
  color: #ccc;
}
.puzzle-page input[type='text']:-ms-input-placeholder,
.puzzle-assignment-page input[type='text']:-ms-input-placeholder {
  color: #ccc;
}
.puzzle-page input[id='id_name'],
.puzzle-assignment-page input[id='id_name'] {
  width: 100%;
}
@media (min-width: 600px) {
  .puzzle-page input[id='id_name'],
  .puzzle-assignment-page input[id='id_name'] {
    width: 382px;
  }
}
.puzzle-page label[for='id_name'],
.puzzle-assignment-page label[for='id_name'] {
  font-size: 18px;
  white-space: nowrap;
}
.puzzle-page label[for='id_name'] + .error-wrapper,
.puzzle-assignment-page label[for='id_name'] + .error-wrapper {
  display: inline;
  left: 3px;
  z-index: 1;
}
.puzzle-page label[for='id_name'] + .error-wrapper .form-error,
.puzzle-assignment-page label[for='id_name'] + .error-wrapper .form-error {
  left: 0;
}
.puzzle-page .panel-group .panel,
.puzzle-assignment-page .panel-group .panel {
  border: none;
}
.puzzle-page .panel-heading,
.puzzle-assignment-page .panel-heading {
  padding: 0;
}
.puzzle-page .panel-heading h4,
.puzzle-assignment-page .panel-heading h4 {
  max-height: 50px;
}
.puzzle-page .panel-heading.collapsing,
.puzzle-assignment-page .panel-heading.collapsing,
.puzzle-page .panel-heading.collapse,
.puzzle-assignment-page .panel-heading.collapse,
.puzzle-page .panel-heading.collapse.in,
.puzzle-assignment-page .panel-heading.collapse.in {
  border: none!important;
}
.puzzle-page .slides-cntr,
.puzzle-assignment-page .slides-cntr,
.puzzle-page .puzzle-header,
.puzzle-assignment-page .puzzle-header {
  margin-top: 0;
}
.puzzle-page .sharing-preferences,
.puzzle-assignment-page .sharing-preferences {
  margin-top: 15px;
}
.puzzle-page .slide-content,
.puzzle-assignment-page .slide-content {
  padding-left: 0;
}
.puzzle-page .selectricWrapper,
.puzzle-assignment-page .selectricWrapper {
  left: 0;
}
.puzzle-page .collapse-heading,
.puzzle-assignment-page .collapse-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
.puzzle-page .assignment-accordion,
.puzzle-assignment-page .assignment-accordion {
  border-bottom: 1px solid #dce0e5;
}
.puzzle-page .puzzle-print-btn,
.puzzle-assignment-page .puzzle-print-btn {
  background-color: white;
  color: #e68000;
  font-size: 18px;
  line-height: 1;
  padding: 10px 15px 5px;
  position: absolute;
  right: 0;
  bottom: 1em;
  top: auto;
}
.puzzle-page .puzzle-print-btn .lm,
.puzzle-assignment-page .puzzle-print-btn .lm {
  color: inherit;
  float: left;
  font-size: 24px;
  position: relative;
  top: -4px;
}
.puzzle-page .description,
.puzzle-assignment-page .description {
  margin: 10px 0;
  padding: 0 0 5px;
}
.puzzle-page .description table td,
.puzzle-assignment-page .description table td {
  border: 1px dashed #c4cbd4;
}
.puzzle-page .page-title + .description,
.puzzle-assignment-page .page-title + .description {
  border-bottom: 1px solid #dce0e5;
  margin-bottom: 20px;
}
.puzzle-page .hero,
.puzzle-assignment-page .hero {
  margin-bottom: 0;
}
.puzzle-page .hero .required-bullet,
.puzzle-assignment-page .hero .required-bullet {
  position: relative;
}
.puzzle-page .required-bullet,
.puzzle-assignment-page .required-bullet {
  position: absolute;
}
.puzzle-page label,
.puzzle-assignment-page label {
  font-weight: 400;
}
.puzzle-page input[id='preview-name-input'],
.puzzle-assignment-page input[id='preview-name-input'] {
  display: block;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .puzzle-page input[id='preview-name-input'],
  .puzzle-assignment-page input[id='preview-name-input'] {
    display: inline-block;
    width: 82%;
  }
}
@media (min-width: 1020px) {
  .puzzle-page input[id='preview-name-input'],
  .puzzle-assignment-page input[id='preview-name-input'] {
    width: 86.4%;
  }
}
.puzzle-page label[for='preview-name-input'],
.puzzle-assignment-page label[for='preview-name-input'] {
  font-size: 14px;
  margin-right: 10px;
  white-space: nowrap;
  width: 15%;
}
@media (min-width: 760px) {
  .puzzle-page label[for='preview-name-input'],
  .puzzle-assignment-page label[for='preview-name-input'] {
    font-size: 18px;
  }
}
@media (min-width: 1020px) {
  .puzzle-page label[for='preview-name-input'],
  .puzzle-assignment-page label[for='preview-name-input'] {
    font-size: 21px;
    width: 12%;
  }
}
@media print {
  .puzzle-page label[for='preview-name-input'],
  .puzzle-assignment-page label[for='preview-name-input'] {
    font-size: 21px;
    width: 12%;
  }
}
.puzzle-page .form-name-fieldset,
.puzzle-assignment-page .form-name-fieldset {
  position: relative;
}
.puzzle-page .form-name-fieldset .form-error,
.puzzle-assignment-page .form-name-fieldset .form-error {
  left: 42%;
  position: absolute;
  top: -50px;
}
.puzzle-page .form-name-fieldset br,
.puzzle-assignment-page .form-name-fieldset br {
  display: none;
}
.puzzle-page .intro-text-helper,
.puzzle-assignment-page .intro-text-helper {
  color: #556270;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .puzzle-page .intro-text-helper,
  .puzzle-assignment-page .intro-text-helper {
    margin-left: 17%;
    width: 82%;
  }
}
@media (min-width: 1020px) {
  .puzzle-page .intro-text-helper,
  .puzzle-assignment-page .intro-text-helper {
    margin-left: 13.7%;
  }
}
@media (min-width: 1268px) {
  .puzzle-page .intro-text-helper,
  .puzzle-assignment-page .intro-text-helper {
    margin-left: 13.2%;
  }
}
@media print {
  .puzzle-page .intro-text-helper,
  .puzzle-assignment-page .intro-text-helper {
    margin-left: 13.7%;
  }
}
.puzzle-page .save-controls,
.puzzle-assignment-page .save-controls {
  margin-left: 0;
  margin-top: 5px;
}
@media (min-width: 600px) {
  .puzzle-page .save-controls,
  .puzzle-assignment-page .save-controls {
    margin-left: 17%;
  }
}
@media (min-width: 1020px) {
  .puzzle-page .save-controls,
  .puzzle-assignment-page .save-controls {
    margin-left: 13.7%;
  }
}
@media (min-width: 1268px) {
  .puzzle-page .save-controls,
  .puzzle-assignment-page .save-controls {
    margin-left: 13.2%;
  }
}
@media print {
  .puzzle-page .save-controls,
  .puzzle-assignment-page .save-controls {
    display: none;
  }
}
.puzzle-page .save-controls .btn,
.puzzle-assignment-page .save-controls .btn {
  margin: 6px 0;
  width: 100%;
}
@media (min-width: 480px) {
  .puzzle-page .save-controls .btn,
  .puzzle-assignment-page .save-controls .btn {
    width: 49%;
    margin-right: 1%;
  }
}
@media (min-width: 600px) {
  .puzzle-page .save-controls .btn,
  .puzzle-assignment-page .save-controls .btn {
    width: auto;
    margin-right: 10px;
  }
}
.puzzle-page .word-search-controls,
.puzzle-assignment-page .word-search-controls {
  display: none;
}
.puzzle {
  padding-left: 28px;
  margin-bottom: 15px;
}
.puzzle-mce {
  padding: 0 28px 15px;
}
@media print {
  .puzzle-page .page-title {
    border-top: none;
    padding-top: 0;
  }
}
.puzzle-page .panel-heading h4 i {
  margin-right: 10px;
}
.puzzle-assignment-page .hero {
  margin-top: 0;
  padding-top: 0;
}
.puzzle-assignment-page .page-title {
  border-top: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
}
.puzzle-assignment-page .assignment-heading {
  margin-top: 0;
}
.puzzle-assignment-page .description {
  border-top: none;
}
.puzzle-assignment-page .activities .form-error[data-error-for='name'] {
  left: 5%;
}
.puzzle-menu {
  border-bottom: 1px solid #dce0e5;
  margin: 0;
  padding: 0;
}
@media print {
  .puzzle-menu {
    display: none;
  }
}
.puzzle-menu .btn {
  white-space: nowrap;
}
.puzzle-menu .preview-msg {
  margin: 10px 0;
}
@media (min-width: 320px) {
  .puzzle-menu .preview-msg {
    font-size: 14px;
  }
}
@media (min-width: 1020px) {
  .puzzle-menu .preview-msg {
    font-size: 16px;
  }
}
@media print {
  .puzzle-menu .preview-msg {
    font-size: 16px;
  }
}
.puzzle-form .save-controls {
  margin-left: 0;
}
.assignment-heading {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 15px;
}
.assignment-heading strong {
  font-weight: 300;
}
@media (min-width: 760px) {
  .assignment-heading {
    font-size: 30px;
  }
}
@media print {
  .assignment-heading {
    font-size: 30px;
  }
}
.puzzle-heading {
  border-bottom: 1px solid #dce0e5;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 24px;
}
.puzzle-heading strong {
  font-weight: 300;
}
.crossword-field-group input[type='radio'],
.wordsearch-field-group input[type='radio'] {
  margin-right: 6px;
}
.crossword-field-group textarea,
.wordsearch-field-group textarea {
  resize: none;
}
.crossword-field-group strong,
.wordsearch-field-group strong {
  font-weight: 400;
}
.crossword-field-group small,
.wordsearch-field-group small {
  color: #738496;
  font-size: 14px;
}
.wordsearch-field-group {
  font-size: 18px;
  margin-top: 20px;
  margin-left: 0;
}
.create-word-group {
  margin: 20px 0 15px;
}
.create-word-group p {
  margin: 5px 0 0;
  font-size: 15px;
}
.puzzle-accordion .collapse-heading .lm {
  margin: 0 10px 0 0;
}
.puzzle-choices-form-group {
  margin-bottom: 7px;
}
.puzzle-choices,
.crossword-choices {
  border: 1px solid #dce0e5;
  font-size: 16px;
  height: 84px;
  resize: none;
  width: 320px;
}
@media (min-width: 1020px) {
  .puzzle-choices,
  .crossword-choices {
    width: 384px;
  }
}
.crossword-choices {
  height: 266px;
  width: 420px;
}
@media (min-width: 1020px) {
  .crossword-choices {
    width: 500px;
  }
}
.selected-words {
  font-size: 15px;
  padding: 0 20px;
}
.selected-words li {
  border: 1px solid #dce0e5;
  margin-right: 5px;
  padding: 5px 0 5px 5px;
}
.addWord {
  font-size: 18px;
}
.puzzle-list-form-group .selectricWrapper {
  left: 10px;
  top: 8px;
}
@media (min-width: 600px) {
  .puzzle-list-form-group .selectricWrapper {
    width: 174px;
  }
}
@media (min-width: 1020px) {
  .puzzle-list-form-group .selectricWrapper {
    width: 264px;
  }
}
.puzzle-difficulty-group {
  padding-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}
.puzzle-difficulty-group > * * {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  color: #556270;
  font-weight: 300;
}
.puzzle-difficulty-group .puzzle-difficulty {
  height: auto;
  margin-bottom: 5px;
}
.puzzle-difficulty-group .puzzle-difficulty > li {
  margin-top: 15px;
}
.puzzle-difficulty-group .puzzle-difficulty > li label {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}
.puzzle-difficulty-group .puzzle-difficulty > li {
  margin-top: 8px;
}
.puzzle-difficulty-group .puzzle-difficulty-settings {
  margin-left: 30px;
  margin-bottom: -20px;
}
.puzzle-difficulty-group .puzzle-difficulty-settings li {
  margin-top: 10px;
}
.puzzle-difficulty-group .puzzle-difficulty-settings li label {
  font-weight: 300;
  margin-bottom: 0px;
}
.puzzle-difficulty-group .puzzle-difficulty-settings li input[type='text'] {
  margin-left: 0px;
  text-align: center;
}
.puzzle-difficulty-group .puzzle-difficulty-settings .puzzle-text-item {
  display: inline-block;
}
.puzzle-difficulty-group .puzzle-difficulty-settings .puzzle-text-item label {
  margin-left: 10px;
}
.puzzle-difficulty-group .puzzle-difficulty-settings .puzzle-checkbox-item {
  margin-top: 15px;
}
.puzzle-difficulty-group small {
  margin-left: 5px;
  color: #728396;
  font-size: 16px !important;
}
.puzzle-difficulty-group label:first-child {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0px;
}
.three-dots-menu {
  position: absolute;
  z-index: 2;
  background: #fff;
  padding: 10px;
  width: 155px;
  border: 1px solid #dce0e5;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  outline: none;
}
.three-dots-menu ul {
  list-style: none;
}
.three-dots-menu ul li .lm {
  font-size: 14px;
}
.three-dots-menu ul li a.deactivated,
.three-dots-menu ul li a.deactivated:hover {
  pointer-events: none;
  color: #dce0e5;
}
.three-dots-menu ul li a.deactivated .lm,
.three-dots-menu ul li a.deactivated:hover .lm {
  color: currentColor;
}
.three-dots-menu::before {
  position: absolute;
  content: '';
  width: 25px;
  top: -8px;
  right: 8px;
  height: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAZCAYAAABzVH1EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEVBRTM1NzlBOTg1MTFFNEJERjlFNzIxNDFEMjg2RDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEVBRTM1N0FBOTg1MTFFNEJERjlFNzIxNDFEMjg2RDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRUFFMzU3N0E5ODUxMUU0QkRGOUU3MjE0MUQyODZENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRUFFMzU3OEE5ODUxMUU0QkRGOUU3MjE0MUQyODZENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvMKw+4AAAP6SURBVHja7JZLbBtFGMf/M7vrXT9jO37Epo5rkrgOeTdNoJTSiEMFQpw4cqHiSHuBE4gbRQKJAw8hVQghhARcOHDicQIqDoCCiiigFAnSJmqaUFKS+LXend3h25AGNaFVqB1KUP7WyCutPd/8Zr7v+w/74uvvsVGcKzCry+CKD7XKCpYWZ6Fq+vp7x7KgJ5NIpDrBbQfS+0gXmqpi8ptJFPL5w8FI9HUh3JKh+0zLtg0w+ZoU1nGF0QTMh2rNhYsVREMh1GsqJJPI5dvxwsnn8fZbp9ZjBYIhvPf+B8gXulFeqYJRrL8TR4vkwQhho1DoOgXFOB0OBksjfV04NNZndOezcIR8HEz9iStKXrou/YGhlVJbhcE5DzRM+3Q4Ehst5FLIZRLrbztvSyEaCeHsuemeaq1+Xle1R1xpvSvpTNAiHt48Ak3CWKrREFO026MD+3LXQFxVJBzAwf296Ei1o26Ld3wG3vBSWLry1oKwtXQiiHTNtL9VFSU3PrQPsbbw9YNxjsFSAX3FHNUfe8zvbzvLGEtICchtB6Eoq/XJ2PrwwrpU3PQcrZvWV5qqZMYIIhgwthQ0l0lifKgEn6b1W5LPqZp6hEm3KZobgnhr9hbs7aSmaatDpc7kOIKaEJiwnE8VheVHB3sQ8Ov/KHBbOIi7Rkr0HdYEsz7TdH5c2AI3S3PDYneEQCzZgampM6gsL1E60M9p48YPTcAXbPvYtcTw6EA3QgH/TQXXNBUHBoqY+nkW07PzrwbD8QJ1sydbDiJdB5puoD2VxcLFy6ACRTKdIYj4R4bfOHpHV2Z1Z5tVqSuHGHW1ucXKE/dMTMQNPXAs4G+DZTUQTYRAsVCrVZsAoVM2aYKD996H2pJL5qRg+O7Dby7+dvn+Yj5NEKGW+UA6GUOjYWLowNijDz708CWrYT3NpEIJIHBh5keY9TqdoL8JH6FCsSiALRwy5OBzlUrlWHFvFu2xCFqtzj0ZWGIO3/1w5qlw2FhwbLzs2n/WqUr12Zwh0rEsLy+jf6T/FVM4J7KJCHLZFLZL3bRJNhX9+YsLL/l1PcwYP7kVr+HXcwnvGiGlQz7B06YpvoSqnBjs3YvbOzPYbvX2dKIrn0G90XjWhfMhwQTlFkCUjcO7AHJVizBVe7FcN+d1TbtzuLew2v//LRULe7C/v9vL7AcswX5n4M9Qelzt8ZvWzD75fPKcl540rvyVTVKQTST8hi+QTcdRyHXQgSi4FWrYNqZn5jG3sEhdzK6Qp13ZUBJxGjPsl5lLK/Rwzb3CpbTiCkdHIg6CwX9BlWodvy4urfWfTTfNMqPd3wSyA1Xm+J9oF2QXZBdkF2RnyXPI8pqPlHcow+ra/xBgANtfYXWBFPI3AAAAAElFTkSuQmCC);
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
}
/** Roboto
  * Thin: 100
  * Light: 300
  * Normal: 400
  * Medium: 500
  * Bold: 700
  * Ultra-Bold: 900
  *
  */
/** Roboto Condensed
  * Light: 300
  * Normal: 400
  * Bold: 700
  *
  */
/** Indie Flower
  * Normal: 400
  *
  */
/** PBSLM Custom
  *
  */
.interstitial .modal-content {
  border-radius: 0;
  left: 8%;
  padding: 10px 20px;
  position: relative;
  width: 84%;
}
.interstitial .modal-header,
.interstitial .modal-body,
.interstitial .modal-footer {
  padding: 10px 0;
}
.interstitial .modal-header h3 {
  font: 300 28px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.interstitial .modal-footer {
  border-top: none;
  margin-top: 0;
  text-align: left;
}
.interstitial .modal-footer label {
  font-weight: 300!important;
}
.interstitial .modal-footer label .url {
  color: #e68000;
}
.interstitial .modal-footer .opt-out-control {
  float: left;
}
.interstitial .modal-footer .opt-out-label {
  display: block;
  margin-left: 25px;
}
.interstitial menu {
  margin: 20px 0;
  padding-left: 0;
}
.interstitial menu .btn {
  width: 48%;
}
.interstitial menu .btn:first-child {
  margin-right: 2%;
}
.interstitial .btn {
  border: none;
  border-radius: 2px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 10px;
}
.interstitial .btn:hover {
  background-color: #e68000 !important;
  color: white;
}
.interstitial .btn-primary {
  background-color: #ff9900;
  color: white;
}
.interstitial .btn-secondary {
  background-color: white;
  border: solid 1px #dce0e5;
}
body.favorites .modal.interstitial {
  margin: auto;
  overflow: auto;
  top: 10%;
  width: auto;
}
@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*! iGrowl v3.0.1 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */.igrowl{position:fixed;z-index:9999;border-radius:3px;border:1px solid;padding:8px 30px 8px 10px;-webkit-transition:bottom .2s ease,top .2s ease;-moz-transition:bottom .2s ease,top .2s ease;transition:bottom .2s ease,top .2s ease}@media only screen and (max-width:480px){.igrowl{width:90%}.igrowl[alert-placement^=left],.igrowl[alert-placement^=center]{margin-left:-45%!important;left:50%!important}.igrowl[alert-placement^=right]{right:50%!important;margin-right:-45%}}@media only screen and (min-width:481px) and (max-width:1023px){.igrowl{width:300px}}@media only screen and (min-width:1024px){.igrowl{width:420px}}@media only screen and (min-width:1600px){.igrowl{width:480px}}.igrowl-link{padding:0}.igrowl-link a{padding:8px 30px 8px 15px;display:block}.igrowl-center{left:50%}@media only screen and (min-width:481px) and (max-width:1023px){.igrowl-center{margin-left:-150px}}@media only screen and (min-width:1024px){.igrowl-center{margin-left:-210px}}@media only screen and (min-width:1600px){.igrowl-center{margin-left:-240px}}@media only screen and (max-width:480px){.igrowl-center.igrowl-small{margin-left:-30%!important}}@media only screen and (min-width:481px) and (max-width:1023px){.igrowl-center.igrowl-small{margin-left:-110px}}@media only screen and (min-width:1024px){.igrowl-center.igrowl-small{margin-left:-130px}}@media only screen and (min-width:1600px){.igrowl-center.igrowl-small{margin-left:-160px}}@media only screen and (max-width:480px){.igrowl-small{width:60%}}@media only screen and (min-width:481px) and (max-width:1023px){.igrowl-small{width:220px}}@media only screen and (min-width:1024px){.igrowl-small{width:260px}}@media only screen and (min-width:1600px){.igrowl-small{width:320px}}.igrowl-icon,.igrowl-img{display:inline-block;vertical-align:middle;width:45px}.igrowl-icon{margin:0 5px}.igrowl-icon+.igrowl-text{width:calc(100% - 55px)}.igrowl-img{margin-right:15px}.igrowl-img img{display:block;max-width:100%;height:auto}.igrowl-img+.igrowl-text{width:calc(100% - 60px)}.igrowl-text{display:inline-block;vertical-align:middle}.igrowl-title{display:block;font-weight:700;font-size:1.3rem;line-height:2rem}.igrowl-title+.igrowl-message{margin-top:2px}.igrowl-message{display:block;font-size:1.3rem;line-height:2rem}.igrowl-message a,.igrowl-title a{font-size:1.3rem;color:inherit;font-weight:inherit;border-bottom:1px solid}.igrowl-message a:hover,.igrowl-title a:hover{opacity:.7}.igrowl-dismiss{cursor:pointer;-webkit-appearance:none;border:none;background:0 0;outline:0;color:inherit;text-shadow:none;position:absolute;font-size:1rem;padding:4px;top:0;right:0;color:rgba(0,0,0,.5);transition:color .3s ease;-webkit-tap-highlight-color:transparent}.igrowl-dismiss::-moz-focus-inner{border:0;padding:0}.igrowl-dismiss:before{font-family:igrowl-feather,igrowl-linecons,igrowl-steadysets,igrowl-vicons;font-size:1.8rem!important}.igrowl-dismiss:hover{color:rgba(0,0,0,.6)}.igrowl-info{background:#b4e4ff;border-color:#5C9CCF}.igrowl-info .igrowl-message,.igrowl-info .igrowl-title{color:#1E3E4C}.igrowl-info .igrowl-icon{color:#275467}.igrowl-error{background:#FFA1A1;border-color:#F58585}.igrowl-error .igrowl-message,.igrowl-error .igrowl-title{color:#712A2A}.igrowl-error .igrowl-icon{color:#743838}.igrowl-success{background:#ADDA6E;border-color:#7EB137}.igrowl-success .igrowl-message,.igrowl-success .igrowl-title{color:#2B4711}.igrowl-success .igrowl-icon{color:#254911}.igrowl-notice{background:#FFE35A;border-color:#D3B93D}.igrowl-notice .igrowl-message,.igrowl-notice .igrowl-title{color:#535123}.igrowl-notice .igrowl-icon{color:#635F00}.igrowl-simple{background:#fff;border-color:#969696}.igrowl-simple .igrowl-icon,.igrowl-simple .igrowl-message,.igrowl-simple .igrowl-title{color:#333}.igrowl-info-sat{background:#66d1ff;border-color:#2D9BE6}.igrowl-info-sat .igrowl-icon,.igrowl-info-sat .igrowl-message,.igrowl-info-sat .igrowl-title{color:#1e3e4c}.igrowl-error-sat{background:#FF5959;border-color:#B30000}.igrowl-error-sat .igrowl-icon,.igrowl-error-sat .igrowl-message,.igrowl-error-sat .igrowl-title{color:#fff}.igrowl-error-sat .igrowl-dismiss{color:rgba(255,255,255,.9)}.igrowl-success-sat{background:#98D52D;border-color:#53AD00}.igrowl-success-sat .igrowl-message,.igrowl-success-sat .igrowl-title{color:#3A570F}.igrowl-success-sat .igrowl-icon{color:#37660C}.igrowl-notice-sat{background:#FFD600;border-color:#B1A30A}.igrowl-notice-sat .igrowl-message,.igrowl-notice-sat .igrowl-title{color:#55550A}.igrowl-notice-sat .igrowl-icon{color:#575701}
/* ==|====================
   Module/Notifications
   ======================= */
/* ==|====================
   Module/Icons
   ======================= */
@font-face {
  font-family: 'lmhand';
  src: url('/static/station/fonts/lmfonts/lmhand-webfont.eot');
  src: url('/static/station/fonts/lmfonts/lmhand-webfont.eot#iefix') format('embedded-opentype'), url('/static/station/fonts/lmfonts/lmhand-webfont.woff') format('woff'), url('/static/station/fonts/lmfonts/lmhand-webfont.ttf') format('truetype'), url('/static/station/fonts/lmfonts/lmhand-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="i-lmhand-"],
[class*=" i-lmhand-"] {
  font-family: 'lmhand';
  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-lmhand-megaphone:before {
  content: '\0037';
}
.i-lmhand-check:before {
  content: '\0049';
}
.igrowl {
  border: 2px solid #ff4747;
  width: 356px;
}
@media (min-width: 760px) {
  .igrowl {
    width: 440px;
  }
}
@media (min-width: 1020px) {
  .igrowl {
    width: 440px;
  }
}
.igrowl-icon {
  font-size: 50px!important;
  width: 65px;
}
.igrowl-icon + .igrowl-text {
  width: calc(100% - 85px);
}
.igrowl-text {
  font-size: 16px;
  line-height: 21px;
}
.igrowl-text .igrowl-title,
.igrowl-text .igrowl-message {
  font-size: 1em;
  display: inline;
  line-height: inherit;
}
.igrowl-dismiss {
  border: none;
  background: transparent;
  margin-top: -5px;
  outline: none;
}
.igrowl-dismiss:before {
  color: #c4cbd4;
  font-family: 'pbslm';
  font-size: 25px!important;
}
.igrowl-title {
  font-weight: 400;
  margin-right: 0.5em;
}
.igrowl-message {
  font-weight: 300;
}
.igrowl-success {
  background: white;
  border-color: #2f7fda;
}
.student-app .igrowl-success {
  font-family: 'indie flower';
}
.student-app .igrowl-success .igrowl-title {
  font-weight: bold;
}
.igrowl-success .igrowl-message,
.igrowl-success .igrowl-title,
.igrowl-success .igrowl-icon {
  color: #2f7fda;
}
.igrowl-error {
  background: white;
  border-color: #ff4747;
}
.igrowl-error .igrowl-message,
.igrowl-error .igrowl-title,
.igrowl-error .igrowl-icon {
  color: #ff4747;
}
.btn-simple {
  background-color: transparent;
  color: #ff9900;
  font-size: 14px;
  font-weight: 300;
}
.btn-simple:hover {
  color: #e68000;
}
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: #ff9900;
  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: #ff9900;
  color: white;
  box-shadow: 1px 1px 0 0 #e68000;
  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-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjQ2NCAtNDk2IDEyMzcgMTAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyA0NjQgLTQ5NiAxMjM3IDEwMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNFNjgwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NzYtOTZsMjA2LDIwN2w2MDctNjA3bDIxMiwyMTJMODgzLDUzNkw0NjQsMTE2TDY3Ni05NnoiLz4NCjwvc3ZnPg0K);
}
.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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzQ2RUQ2Nzk5NDQ2MTFFNEFGNURFQzY0OTgwMUUyQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzQ2RUQ2N0E5NDQ2MTFFNEFGNURFQzY0OTgwMUUyQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NDZFRDY3Nzk0NDYxMUU0QUY1REVDNjQ5ODAxRTJBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NDZFRDY3ODk0NDYxMUU0QUY1REVDNjQ5ODAxRTJBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgBIcRoAAABpUExURf7y4Pe5UvWoJ/atNfWoKPrPifzhtPWqLPe2S/nJeP/79fnJef/8+P769PnJevauN/atNP3u1P/89/7y3/WoKfe3TP7z4fWpLPzgs/nKfPauNvnKe/rQivrPiPe2TP/89vWpK/WmI////3N3SEwAAAAjdFJOU/////////////////////////////////////////////8AZimDlgAAAMhJREFUeNqMk1cOwyAQBRdscMG9l7Tl/ocMiRV3L5kPhOyRaO+Bngllz4aqGlgvw+UrzBPl4YynYCdENxc3uCJaC02NB2pYhDzFE9L8J4CDpzgwCcUDL/CLryDwEvERGn4tcDCCQoJAQ+xRgheDRBIJCS0kwGiBQUYLGbi04NoF6xLWTVqPab0o+qrbGHRgeSwN1HOXlsDcp8j5l5F7/hdae+zNeLKKD5vqid1Z+LZ6hlK1y+9XUB7aberfjczh3GFjt6r/W4ABAHHjec04GTVDAAAAAElFTkSuQmCC);
  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);
}
/* ==|====================
   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,
.activities .form-section.section-label i,
.sequence-main .section-label i {
  color: #e68000;
  font-size: 18px;
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}
.std-icon-container .lm-dash-add,
.std-icon-container .lm-dash-delete,
.activities .form-section.section-label .lm-dash-add,
.activities .form-section.section-label .lm-dash-delete,
.sequence-main .section-label .lm-dash-add,
.sequence-main .section-label .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";
}
