/*!
 * Hello world!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@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.woff2') format('woff2'), 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,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
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: #777777;
}
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: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    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 #777777;
}
.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: #777777;
}
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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  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;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.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);
  -moz-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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.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.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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.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.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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.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.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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.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.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: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-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: #23527c;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  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);
  -moz-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: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: #777777;
  white-space: nowrap;
}
.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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-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 + .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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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 > .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);
  -moz-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;
  -moz-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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #337ab7;
}
.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: #555555;
  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: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.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: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
  height: 40px;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-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,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  border-radius: 5px 5px 0 0;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.leafy-green {
  color: #48A31A;
}
.amber {
  color: #EB9600;
}
.dark-amber {
  color: #D25401;
}
.locked-color {
  color: #ce4b20;
}
.unlocked-color {
  color: #68a75e;
}
.unlocked-background-color {
  background-color: #68a75e;
}
.el-yellow {
  color: #ffdd00;
}
.el-purple {
  color: #524fa1;
}
.bg-el-blue {
  background-color: #00a0e3;
}
.el-blue {
  color: #00a0e3;
}
/* 
   all-pages.less
   CSS found on all or most of the pages on the website
*/
html {
  background-color: #222222;
}
body {
  font-family: 'Roboto', arial, 'Open Sans', sans-serif;
}
body.invert {
  background-color: transparent;
}
.alert {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.img-circle-bordered,
.img-circle-bordered-lg {
  display: inline-block;
  border: 3px solid #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.img-circle-bordered-lg {
  border-width: 6px;
}
.modal {
  margin-top: 100px;
}
/*CUSTOM BOOTSTRAP STYLES*/
.img-responsive-300 {
  max-width: 300px;
}
.icn-lg {
  font-size: 200%;
}
.text-jumbo {
  font-size: 84px;
  font-weight: bold;
}
.modal-subtitle {
  font-size: 90%;
  color: #666;
  margin: 6px 0 0 0;
}
/************/
/** FOOTER **/
/************/
footer {
  color: #bbb;
}
footer .icon-el-text-logo {
  font-size: 270%;
}
footer .logo-container {
  margin-top: 35px;
  margin-bottom: 30px;
}
footer .logo-container span {
  float: left;
}
footer .logo-container .glyphicon-registration-mark {
  font-size: 0.6em;
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 2px;
}
footer .logo-desc {
  font-size: 90%;
}
footer .header-color {
  color: #bbb;
}
footer .footer-top {
  background-color: #272727;
  padding-bottom: 20px;
  position: relative;
}
footer .capitals {
  text-transform: uppercase;
}
footer .footer-bottom {
  padding: 20px 0 20px 0;
  background-color: #222222;
  font-size: 95%;
}
footer .link-list li {
  margin-bottom: 10px;
}
footer ul.link-list a,
footer ul.link-list a:hover,
footer ul.link-list a:visited {
  color: #999;
}
footer h4 {
  color: #ABABAB;
  margin-bottom: 15px;
  margin-top: 45px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
footer .about-el-links a {
  color: #5f9ed4;
}
footer .social-media-icons {
  font-size: 180%;
}
footer .social-media-icons a {
  text-decoration: none;
  color: #bbb;
  margin-right: 12px;
}
.footer-bottom {
  padding: 20px 0 20px 0;
  background-color: #222222;
  font-size: 95%;
}
/*******************************************/
/* Helpdesk Widget - appears on every page */
/*******************************************/
.helpdesk-widget {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1020;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
}
.helpdesk-widget .helpdesk-button {
  color: #67A7EF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 53px;
  height: 54px;
  padding: 0px;
  margin-top: -3px;
  margin-left: -2px;
  background-color: rgba(0, 0, 0, 0);
}
.helpdesk-widget .helpdesk-button:focus {
  outline: none;
}
.helpdesk-widget .glyphicon-question-sign {
  color: #0072B4;
  font-size: 350%;
  color: #0072b4;
  top: 4px;
  left: 1px;
  position: relative;
}
.helpdesk-widget .glyphicon-remove-circle {
  font-size: 380%;
  color: #0072B4;
}
.helpdesk-widget .phone-number {
  text-decoration: none;
  cursor: default;
}
.helpdesk-widget .widget-hidden {
  display: none;
}
.helpdesk-widget .list-group-overflow {
  overflow-y: scroll;
  max-height: 206px;
}
.helpdesk-widget .popover {
  left: -342px !important;
  width: 400px !important;
  max-width: 400px;
}
.helpdesk-widget .popover .arrow {
  left: 92.3% !important;
}
.helpdesk-widget .popover .popover-title {
  font-size: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #545454;
  font-weight: 700;
}
.helpdesk-widget .popover .popover-content {
  padding: 20px;
}
.helpdesk-widget .popover #searchLabel {
  color: #545454;
}
.support-form-bpf {
  position: absolute;
  left: -9000px;
}
.freemium-modal .modal-header {
  color: white;
}
.freemium-modal .modal-content {
  overflow: hidden;
}
.primary-bg {
  background-color: #3e8ae5;
}
ul.info-list {
  font-size: 18px;
  color: #333;
}
ul.info-list li {
  margin-bottom: 25px;
}
ul.info-list li:last-child {
  margin-bottom: 15px;
}
ul.info-list li .header {
  margin-bottom: 0px;
}
ul.info-list li .subtitle {
  font-size: 14px;
  color: #777;
  margin-left: 42px;
}
ul.info-list .glyphicon {
  font-size: 22px;
  top: 4px;
  margin-right: 15px;
}
.user-card .img-wrap {
  display: block;
  float: left;
  text-align: center;
  font-size: 65px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  text-decoration: none;
  color: #ECEFF3;
  margin-right: 14px;
}
.user-card .body {
  margin-bottom: 25px;
}
.user-card .body .name {
  font-weight: bold;
  margin-bottom: 6px;
}
.user-card .body .email {
  margin-bottom: 6px;
}
.user-card .body .school {
  color: #999;
}
.user-card-freemium .img-wrap {
  width: 54px;
  height: 54px;
  margin-right: 20px;
}
.user-card-freemium .teacher-name {
  font-size: 22px;
}
.user-card-freemium .email {
  color: #bbb;
}
.user-card-freemium .body {
  margin-bottom: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.p-5 {
  padding: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-30 {
  padding-left: 30px;
}
.font-weight-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.smaller-hr {
  margin-bottom: 0;
}
.vertical-align-middle {
  vertical-align: middle;
}
.text-lg {
  font-size: 16px;
}
.promo-banner .glyphicon {
  font-size: 145%;
}
.promo-banner h4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* === For phones =================================== */
/* === For tablets ================================== */
/* === For desktops ================================== */
/* === For Small Screens (Phones) ========================= */
@media (max-width: 500px) {
  #help-popover-container {
    display: none;
  }
  footer .link-list li {
    margin-bottom: 12px;
  }
}
.navbar-gizmos-about .toplink {
  display: none;
}
.navbar-gizmos-about .glyphicon-menu-up {
  font-size: 14px;
}
.navbar-gizmos-about .free-trial-button {
  margin-left: 10px;
}
.navbar-gizmos-about .navbar-collapse ul.navbar-nav li.free-trial-button a:hover {
  color: #333;
  background-color: white;
  border-color: white;
}
.navbar-gizmos-about .navbar-collapse ul.navbar-nav li.active {
  background-color: white;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333;
}
.navbar-gizmos-about .navbar-collapse ul.navbar-nav li.active a {
  color: #333;
}
.navbar-gizmos-about.navbar-gizmos-inverted .navbar-collapse ul.navbar-nav li a {
  color: #333;
}
.navbar-gizmos-about.navbar-gizmos-inverted .navbar-collapse ul.navbar-nav li.free-trial-button a:hover {
  color: white;
  background-color: #333;
  border-color: #333;
}
.navbar-gizmos-about.navbar-gizmos-inverted .navbar-collapse ul.navbar-nav li.active {
  background-color: #333;
}
.navbar-gizmos-about.navbar-gizmos-inverted .navbar-collapse ul.navbar-nav li.active a {
  color: white;
}
.navbar-gizmos-about.navbar-gizmos-inverted .navbar-brand img {
  filter: brightness(20%);
}
.navbar-gizmos-about.navbar-gizmos-inverted .nav li > a.btn-outline {
  border: 1px solid #333;
}
#navBar {
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.navbar-faded {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.section-large {
  position: relative;
  overflow: hidden;
}
.section-large .container {
  padding: 155px 0px 105px 0px;
}
.section-medium {
  position: relative;
  overflow: hidden;
}
.section-medium .container {
  padding: 75px 0px;
}
.section-small .container {
  padding: 45px 0px;
}
.section-blue {
  background-color: #5CA2DB;
}
.section {
  overflow: hidden;
  position: relative;
}
.new-marketing-pages {
  /* === For phones =================================== */
  /* === For tablets ================================== */
  /* === For desktops ================================== */
  /* === For BIG desktops ================================== */
}
.new-marketing-pages .page-header {
  font-size: 64px;
  color: white;
  border-bottom: none;
  margin: 0px 0px 30px 0px;
}
.new-marketing-pages .standard-header {
  color: #333;
  font-size: 48px;
  margin-bottom: 35px;
}
.new-marketing-pages .intro-text {
  font-size: 20px;
}
.new-marketing-pages .header-intro-text {
  font-size: 25px;
  color: white;
}
.new-marketing-pages .subsection-header {
  font-size: 28px;
}
.new-marketing-pages .divider {
  margin-bottom: 35px;
  border: none;
  background-color: #777;
  width: 16%;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
}
.new-marketing-pages .thick-divider {
  width: 20%;
  background-color: white;
  height: 4px;
  margin-bottom: 30px;
}
.new-marketing-pages .thick-dark-blue-divider {
  margin-left: auto;
  margin-right: auto;
  width: 14%;
  background-color: #185380;
  height: 5px;
  margin-bottom: 30px;
}
.new-marketing-pages .divider-white {
  background-color: #FFF;
}
.new-marketing-pages .medium-text {
  font-size: 18px;
}
.new-marketing-pages .large-icon {
  font-size: 70px;
  color: #5CA2DB;
}
.new-marketing-pages .big-icon-list li {
  display: block;
  padding-left: 85px;
  margin-bottom: 55px;
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.new-marketing-pages .big-icon-list li:before {
  content: "\e003";
  font-family: "Glyphicons Halflings";
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 4px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.new-marketing-pages .big-icon-list li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.new-marketing-pages .big-icon-list li.active:before {
  color: #5CA2DB;
  border: 1px solid #5CA2DB;
}
.new-marketing-pages .big-icon-list li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.new-marketing-pages .big-icon-list li:hover::before {
  color: white;
  background-color: #5CA2DB;
  border-color: #5CA2DB;
}
.new-marketing-pages .big-icon-list li.active:before {
  color: white;
  background-color: #5CA2DB;
}
.new-marketing-pages .big-icon-list li.class-management:before {
  content: "\e032";
}
.new-marketing-pages .big-icon-list li.teaching-resources:before {
  content: "\e224";
}
.new-marketing-pages .big-icon-list li.getting-started:before {
  content: "\e218";
}
.new-marketing-pages .big-icon-list li.pedagogy:before {
  content: "\e005";
}
.new-marketing-pages .slider-dots {
  padding-top: 40px;
  text-align: center;
}
.new-marketing-pages .slider-dots .slider-dot:before {
  content: " ";
}
.new-marketing-pages .slider-dots .slider-dot {
  cursor: pointer;
  margin: 0px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px;
  display: inline-block;
  background-color: #BBB;
}
.new-marketing-pages .slider-dots .slider-dot.active {
  background-color: #5CA2DB;
}
.new-marketing-pages .text-white {
  color: white;
}
.new-marketing-pages .text-yellow {
  color: #FFF07E;
}
.new-marketing-pages .text-blue {
  color: #5CA2DB;
}
.new-marketing-pages .text-dark-blue {
  color: #185380;
}
.new-marketing-pages .text-red {
  color: #D73030;
}
.new-marketing-pages .btn-yellow {
  border-color: #FFF07E;
  background-color: #FFF07E;
  color: black;
}
.new-marketing-pages .btn-outline {
  color: white;
}
.new-marketing-pages .btn-default.btn-outline {
  border-color: white;
}
.new-marketing-pages .btn-outline-dark {
  color: #333;
  border-color: #333;
}
.new-marketing-pages .btn-outline-dark:hover {
  color: white;
  background-color: #333;
}
.new-marketing-pages .btn-dark-blue {
  color: white;
  background-color: #185380;
  border: 1px solid #185380;
}
.new-marketing-pages .btn-dark-blue:hover {
  background-color: transparent;
  color: #333;
}
.new-marketing-pages .btn-link {
  color: white;
}
.new-marketing-pages .btn-outline:hover {
  color: black;
  background-color: white;
  border-color: white;
}
.new-marketing-pages .btn-row {
  margin-top: 30px;
}
.new-marketing-pages .btn-row .btn {
  margin: 0px 8px 16px;
}
.new-marketing-pages .section-bottom-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.new-marketing-pages .section-bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.new-marketing-pages .el-bg-image {
  background-image: url(../img/CharacterBackground.png);
  opacity: 0.18;
  filter: alpha(opacity=18);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.new-marketing-pages .section-bg-half {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 35%;
  background-color: rgba(232, 95, 14, 0.6);
}
.new-marketing-pages .section-bg-el-logo {
  z-index: -3;
  top: -90%;
  font-size: 1800px;
  color: rgba(92, 162, 219, 0.04);
}
.new-marketing-pages .section-bg-icon {
  z-index: -1;
  top: -20%;
  left: 12%;
  font-size: 1300px;
  color: rgba(92, 162, 219, 0.04);
}
.new-marketing-pages .section-bg-el-logo-empty {
  z-index: -1;
  margin-left: -4%;
  top: -90%;
  font-size: 1800px;
  color: #ffffff;
  opacity: 0.03;
  filter: alpha(opacity=3);
}
.new-marketing-pages .section-bg-el-logo-empty--light {
  color: #2E495D;
}
.new-marketing-pages .section-bg-main-blue {
  opacity: 1;
  background-color: #00a0e3;
}
.new-marketing-pages .section-bg-blue {
  background-color: #A4C4CC;
}
.new-marketing-pages .section--blue {
  background-color: #004872;
}
.new-marketing-pages .section-bg-light-blue {
  background-color: #5CA2DB;
}
.new-marketing-pages .section-bg-dark-blue {
  z-index: -2;
  background-color: #2E495D;
}
.new-marketing-pages .section-bg-mc {
  background: #232526;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #232526, #414345);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #232526, #414345);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: -2;
}
.new-marketing-pages .section-bg-red {
  background-color: rgba(140, 4, 4, 0.95);
}
.new-marketing-pages .section-bg-or {
  background: linear-gradient(46deg, rgba(18, 18, 18, 0.01) 0%, rgba(18, 18, 18, 0.01) 50%, rgba(10, 10, 10, 0.01) 50%, rgba(10, 10, 10, 0.01) 100%), linear-gradient(338deg, rgba(232, 232, 232, 0.03) 0%, rgba(232, 232, 232, 0.03) 50%, rgba(174, 174, 174, 0.03) 50%, rgba(174, 174, 174, 0.03) 100%), linear-gradient(26deg, rgba(180, 180, 180, 0.02) 0%, rgba(180, 180, 180, 0.02) 50%, rgba(191, 191, 191, 0.02) 50%, rgba(191, 191, 191, 0.02) 100%), linear-gradient(129deg, rgba(52, 52, 52, 0.03) 0%, rgba(52, 52, 52, 0.03) 50%, rgba(188, 188, 188, 0.03) 50%, rgba(188, 188, 188, 0.03) 100%), linear-gradient(86deg, rgba(234, 234, 234, 0.03) 0%, rgba(234, 234, 234, 0.03) 50%, rgba(100, 100, 100, 0.03) 50%, rgba(100, 100, 100, 0.03) 100%), linear-gradient(73deg, rgba(203, 203, 203, 0.02) 0%, rgba(203, 203, 203, 0.02) 50%, rgba(24, 24, 24, 0.02) 50%, rgba(24, 24, 24, 0.02) 100%), linear-gradient(90deg, hsl(10, 70%, 48%), hsl(26, 72%, 46%));
}
.new-marketing-pages .section-bg-earth {
  background: #649173;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #649173, #DBD5A4);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #649173, #DBD5A4);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.new-marketing-pages .section-bg-nighthawk {
  background: #2980b9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #2980b9, #2c3e50);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #2980b9, #2c3e50);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: -2;
}
.new-marketing-pages .section-bg-nighthawk--pd {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.13) 20%), linear-gradient(135deg, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.12) 80%), linear-gradient(to left, #1095ec, #104e8e);
}
.new-marketing-pages .section-bg-mantle {
  background: #24C6DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #0086c9, #3c358f);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #0086c9, #3c358f);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.new-marketing-pages .section-bg-realtime-results {
  background: #0072B4;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #0072B4, #004872);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0072B4, #004872);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: -2;
}
.new-marketing-pages .section-bg-tan {
  background-color: rgba(204, 177, 134, 0.81);
}
.new-marketing-pages .section-bg-img {
  display: block;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.new-marketing-pages .section-research-header .promo-bg:before {
  z-index: 0;
}
.new-marketing-pages .section-bg-img-blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.new-marketing-pages .section-bg-img-case {
  display: block;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: brightness(3%) contrast(10%);
}
.new-marketing-pages .section-bottom-bar {
  background-color: #5CA2DB;
}
.new-marketing-pages .bottom-bar-dark {
  background-color: #004872;
  color: #fff;
}
.new-marketing-pages .bottom-bar-transparent {
  background-color: rgba(0, 0, 0, 0.2);
}
.new-marketing-pages .nav-arrow {
  font-size: 48px;
  color: #333;
  cursor: pointer;
  z-index: 2;
}
.new-marketing-pages .back-arrow {
  position: absolute;
  top: 50%;
  left: 7%;
}
.new-marketing-pages .next-arrow {
  position: absolute;
  top: 50%;
  right: 7%;
}
.new-marketing-pages .coverflow-section {
  background-color: #45747F;
}
.new-marketing-pages .coverflow-section .standard-header {
  color: white;
  margin-top: 55px;
  margin-bottom: 30px;
}
.new-marketing-pages .coverflow-section .intro-text {
  color: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
  padding: 0px 15%;
}
.new-marketing-pages .coverflow-section .coverflow-container {
  padding: 0px 35px;
}
.new-marketing-pages .coverflow-section .coverflow {
  margin-top: 50px;
  outline: none;
}
.new-marketing-pages .coverflow-section .coverflow .cover img,
.new-marketing-pages .coverflow-section .coverflow .cover video {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  width: 600px;
  height: 398px;
  cursor: pointer;
}
.new-marketing-pages .coverflow-section .coverflow .cover .title {
  font-size: 22px;
}
.new-marketing-pages .coverflow-section-case {
  background-color: #004872;
}
.new-marketing-pages .coverflow-section-case h3 {
  font-size: 28px;
}
.new-marketing-pages .standards-technology-methods .img-circle {
  height: 400px;
  width: 400px;
}
.new-marketing-pages .standards-technology-methods .inverse-number {
  background: #000000;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  padding-top: 1px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.new-marketing-pages .section-awards .standard-header {
  font-size: 42px;
  margin-bottom: 75px;
}
.new-marketing-pages .section-bullets {
  background-color: #CFEAFF;
  background: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(117, 117, 117, 0.1) 2px, rgba(185, 185, 185, 0.03) 4px), linear-gradient(#CFEAFF, #CFEAFF);
}
.new-marketing-pages .section-bullets img {
  max-width: 280px;
  max-height: 280px;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.75);
  margin: 0 auto;
}
.new-marketing-pages .section-bullets p {
  font-size: 18px;
}
.new-marketing-pages .section-bullets .divider {
  margin: 40px auto 50px;
}
.new-marketing-pages .section-laptop .text-blue {
  color: #7AC1F6;
}
.new-marketing-pages .section-laptop .standard-header {
  margin-bottom: 90px;
  color: white;
}
.new-marketing-pages .section-laptop .img-screenshot {
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale(0.95, 0.95) translate(0px, 20px);
  display: block;
  margin: 0 auto;
}
.new-marketing-pages .section-laptop .img-screenshot.active {
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.new-marketing-pages .section-laptop .subsection-header {
  font-size: 32px;
}
.new-marketing-pages .section-laptop .divider {
  margin-bottom: 45px;
}
.new-marketing-pages .section-laptop ul {
  list-style: none;
}
.new-marketing-pages .section-laptop li {
  color: #5CA2DB;
  color: #7AC1F6;
  font-size: 28px;
  margin-bottom: 40px;
}
.new-marketing-pages .section-laptop li .medium-text {
  color: white;
}
.new-marketing-pages .section-testimonials {
  background-color: #CFEAFF;
}
.new-marketing-pages .section-testimonials .quote-slider {
  font-size: 28px;
  padding: 0px 12%;
  margin-bottom: 15px;
  position: relative;
  height: 150px;
  margin-bottom: 50px;
}
.new-marketing-pages .section-testimonials .quote-slider .quote {
  top: 0;
  left: 12%;
  width: 76%;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.new-marketing-pages .section-testimonials .quote-slider .quote-1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.new-marketing-pages .section-testimonials .section-bottom-bar {
  padding: 0px 0px;
  border-top: 1px solid #CCC;
  background-color: white;
}
.new-marketing-pages .section-testimonials .section-bottom-bar .award-box {
  float: left;
  width: 20%;
  margin-left: 4%;
}
.new-marketing-pages .section-testimonials .section-bottom-bar .award-box img {
  display: block;
  margin: 0 auto;
  max-height: 75px;
}
.new-marketing-pages .section-testimonials .section-bottom-bar .award-box .logo-text {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 16px;
  margin-top: 7px;
  text-align: center;
}
.new-marketing-pages .section-testimonials .section-bottom-bar .award-box p {
  margin-bottom: 0px;
}
.new-marketing-pages .section-testimonials .section-bottom-bar .text-button-group {
  color: #333;
  float: left;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 2%;
  text-transform: uppercase;
  margin-right: 0%;
}
.new-marketing-pages .section-testimonials .divider {
  height: 3px;
  background-color: #5CA2DB;
}
.new-marketing-pages .section-testimonials .attribution {
  margin-top: 25px;
  font-size: 18px;
  color: #333;
}
.new-marketing-pages .section-testimonials .quotation-mark {
  position: absolute;
  color: red;
  font-size: 115px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #5CA2DB;
}
.new-marketing-pages .section-testimonials .quotation-left {
  top: -30%;
  left: 6%;
}
.new-marketing-pages .section-testimonials .quotation-right {
  right: 7%;
  bottom: -16%;
}
.new-marketing-pages .section-testimonials .slider-dots {
  margin-bottom: 125px;
}
.new-marketing-pages .section-testimonials .slider-dots .slider-dot {
  background-color: white;
}
.new-marketing-pages .section-testimonials .slider-dots .slider-dot.active {
  background-color: #5CA2DB;
}
.new-marketing-pages .section-image-slider .standard-header {
  color: white;
}
.new-marketing-pages .section-image-slider .subsection-header {
  color: white;
}
.new-marketing-pages .section-image-slider .divider {
  background-color: white;
}
.new-marketing-pages .section-image-slider .medium-text {
  color: white;
  font-size: 16px;
}
.new-marketing-pages .section-call-to-action {
  color: white;
  font-size: 24px;
}
.new-marketing-pages .section-call-to-action .divider {
  background-color: white;
}
.new-marketing-pages .section-call-to-action .standard-header {
  color: white;
}
.new-marketing-pages .section-call-to-action .btn-row {
  margin-top: 55px;
}
.new-marketing-pages .section-call-to-action .container {
  padding-bottom: 85px;
}
.new-marketing-pages .section-call-to-action .top-button {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 3%;
  font-size: 42px;
  color: white;
  cursor: pointer;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.new-marketing-pages .text-button-group {
  vertical-align: text-bottom;
  line-height: 0.8;
  margin-right: 32px;
  margin-bottom: 0px;
  font-size: 20px;
  color: white;
}
.new-marketing-pages .text-button-group .btn {
  margin-left: 30px;
}
.new-marketing-pages .text-button-group .glyphicon {
  top: 2px;
}
.new-marketing-pages .section-hexagons .section-bg-img {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.new-marketing-pages .section-hexagons .container {
  margin-top: 8%;
}
.new-marketing-pages .section-hexagons .fp-controlArrow {
  display: none;
}
.new-marketing-pages .section-hexagons p.slider-text {
  font-size: 16px;
}
.new-marketing-pages .section-hexagons .intro-text {
  color: #392F1E;
  font-size: 20px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-bottom: 65px;
}
.new-marketing-pages .section-hexagons .standard-header {
  color: #392F1E;
  margin-bottom: 25px;
}
.new-marketing-pages .section-hexagons .standard-header em {
  color: white;
  margin-right: 0.5em;
  font-style: normal;
}
.new-marketing-pages .section-hexagons .subsection-header {
  color: #392F1E;
  font-size: 26px;
  margin-bottom: 5px;
}
.new-marketing-pages .section-hexagons .subsection-header.second-header {
  margin-top: 0px;
}
.new-marketing-pages .section-hexagons .hidden-text {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 28px;
  line-height: 28px;
  padding: 0px 14px;
  background-color: #333333;
  position: absolute;
  top: 46%;
  z-index: 11;
  font-size: 16px;
  left: 30%;
  color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.new-marketing-pages .section-hexagons .launch-gizmo:hover {
  cursor: pointer;
}
.new-marketing-pages .section-hexagons .launch-gizmo:hover .hidden-text {
  opacity: 1;
  filter: alpha(opacity=100);
}
.new-marketing-pages .section-hexagons .launch-gizmo:hover .line-icon {
  background-color: #948369;
  color: white;
}
.new-marketing-pages .section-hexagons .pipe-tlbr,
.new-marketing-pages .section-hexagons .pipe-trbl {
  position: absolute;
  height: 150px;
}
.new-marketing-pages .section-hexagons .pipe-trbl {
  bottom: 11%;
  width: 162px;
  left: 6%;
}
.new-marketing-pages .section-hexagons .pipe-tlbr {
  top: 11%;
  left: 6%;
  width: 225px;
}
.new-marketing-pages .section-hexagons .pipe-tlbr div,
.new-marketing-pages .section-hexagons .pipe-trbl div {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 50%;
}
.new-marketing-pages .section-hexagons .pipe-tlbr div:before,
.new-marketing-pages .section-hexagons .pipe-trbl div:before {
  content: '';
  position: absolute;
  border: 3px solid #948369;
  width: 10000px;
  height: 10000px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.new-marketing-pages .section-hexagons .pipe-tlbr div:nth-child(2),
.new-marketing-pages .section-hexagons .pipe-trbl div:nth-child(2) {
  margin-top: -3px;
}
.new-marketing-pages .section-hexagons .pipe-tlbr div:nth-child(1) {
  margin-right: 50%;
}
.new-marketing-pages .section-hexagons .pipe-tlbr div:nth-child(2) {
  margin-left: 50%;
}
.new-marketing-pages .section-hexagons .pipe-tlbr div:nth-child(1):before {
  bottom: 0;
  left: 0;
}
.new-marketing-pages .section-hexagons .pipe-tlbr div:nth-child(2):before {
  top: 0;
  right: 0;
}
.new-marketing-pages .section-hexagons .pipe-trbl div:nth-child(1) {
  margin-left: 50%;
}
.new-marketing-pages .section-hexagons .pipe-trbl div:nth-child(2) {
  margin-right: 50%;
}
.new-marketing-pages .section-hexagons .pipe-trbl div:nth-child(1):before {
  bottom: 0;
  right: 0;
}
.new-marketing-pages .section-hexagons .pipe-trbl div:nth-child(2):before {
  top: 0;
  left: 0;
}
.new-marketing-pages .section-hexagons .line-icon {
  position: absolute;
  color: #948369;
  font-size: 34px;
  border: 3px solid #948369;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 12px;
  z-index: 2;
  background-color: white;
  cursor: pointer;
  -o-transition: background-color 1s;
  transition: background-color 1s;
  -webkit-transition: background-color 1s;
}
.new-marketing-pages .section-hexagons .line-icon:hover {
  background-color: #948369;
  color: white;
}
.new-marketing-pages .section-hexagons .line-icon-1 {
  margin-top: 1%;
  left: 0%;
}
.new-marketing-pages .section-hexagons .line-icon-2 {
  top: 1%;
  left: 0%;
}
.new-marketing-pages .section-hexagons .offset-bottom {
  margin-bottom: 11%;
}
.new-marketing-pages .section-hexagons .offset-left {
  margin-left: 15%;
}
.new-marketing-pages .section-hexagons .nav-arrow {
  color: #392F1E;
}
.new-marketing-pages .section-hexagons .slider-dot.active {
  background-color: #392F1E;
}
.new-marketing-pages .section-hexagons .slider-dot {
  background-color: white;
}
.new-marketing-pages .section-hexagons .img-screenshot {
  position: relative;
  z-index: 10;
  width: 350px;
}
.new-marketing-pages .section-inside-case .intro-text {
  padding: 0 15%;
  margin-bottom: 35px;
}
.new-marketing-pages .section-inside-case ul li {
  margin: 16px 0;
}
.new-marketing-pages .section-realtime-results {
  z-index: 99;
}
.new-marketing-pages .section-realtime-results .divider {
  margin: 40px auto 50px;
}
.new-marketing-pages .section-realtime-results .slide-list {
  min-height: 430px;
  vertical-align: middle;
}
.new-marketing-pages .btn {
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.new-marketing-pages .section-studies .slider {
  position: relative;
}
.new-marketing-pages .section-studies .standard-header {
  margin: 0px 0px 45px 0px;
}
.new-marketing-pages .section-studies .blue-left-divider {
  background-color: #185380;
  border: none;
  height: 6px;
  margin-left: 0;
  margin-bottom: 25px;
  width: 40%;
}
.new-marketing-pages .section-studies .blue-left-divider {
  width: 15%;
  margin: 0px auto 60px auto;
}
.new-marketing-pages .section-studies .study-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  z-index: 0;
}
.new-marketing-pages .section-studies .study-slide.active {
  opacity: 1;
  z-index: 1;
}
.new-marketing-pages .section-studies .icon-pdf {
  position: relative;
  top: 1px;
}
.new-marketing-pages .section-studies .big-icon-list li {
  font-size: 28px;
  color: #333;
  opacity: 0.5;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  padding-left: 65px;
}
.new-marketing-pages .section-studies .big-icon-list li.active {
  opacity: 1;
  color: #185380;
}
.new-marketing-pages .section-studies .big-icon-list li:before {
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  color: #185380;
  content: "\e022";
  font-size: 28px;
  top: -8px;
  border: none;
}
.new-marketing-pages .section-studies .big-icon-list li:hover {
  opacity: 1;
  color: #185380;
}
.new-marketing-pages .section-studies .big-icon-list li:hover:before {
  font-size: 36px;
  background-color: transparent;
  border-color: transparent;
}
.new-marketing-pages .section-studies .big-icon-list li.active:before {
  font-size: 36px;
  background-color: transparent;
  border-color: transparent;
}
.new-marketing-pages .section-studies .checkmark-list {
  margin-bottom: 40px;
  padding-left: 0px;
}
.new-marketing-pages .section-studies .checkmark-list li {
  font-size: 22px;
  display: block;
  padding-left: 66px;
  margin-bottom: 30px;
  position: relative;
}
.new-marketing-pages .section-studies .checkmark-list li:before {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  font-size: 35px;
  position: absolute;
  left: 0;
  top: -2px;
  color: #185380;
}
.new-marketing-pages .section-studies .slide-title {
  font-size: 42px;
  margin-bottom: 30px;
}
.new-marketing-pages .section-studies .slide-subtext {
  margin-bottom: 30px;
  font-size: 24px;
}
.new-marketing-pages .section-studies .section-bg-el-logo {
  color: rgba(48, 120, 175, 0.03);
  left: -4%;
  top: -84%;
}
.new-marketing-pages .section-splitscreen {
  color: white;
}
.new-marketing-pages .section-splitscreen .section-bg-img {
  opacity: 0.03;
  filter: alpha(opacity=3);
}
.new-marketing-pages .section-splitscreen .standard-header {
  font-size: 54px;
  color: white;
  margin-bottom: 15px;
}
.new-marketing-pages .section-splitscreen .intro-text {
  font-size: 22px;
}
.new-marketing-pages .section-splitscreen .subsection-header {
  font-size: 34px;
  margin-bottom: 25px;
  margin-top: 0px;
}
.new-marketing-pages .section-splitscreen .medium-text {
  font-size: 20px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.new-marketing-pages .section-splitscreen .split-row {
  margin-top: 7%;
}
.new-marketing-pages .section-splitscreen .split-row > div {
  padding: 25px 0;
}
.new-marketing-pages .section-splitscreen .split-row > div:first-child {
  padding-right: 65px;
  border-right: 2px solid white;
}
.new-marketing-pages .section-splitscreen .split-row > div:last-child {
  position: relative;
  left: -2px;
  padding-left: 65px;
  border-left: 2px solid white;
}
.new-marketing-pages .section-splitscreen .btn-row .btn {
  margin: 0;
}
.new-marketing-pages .section-research-testimonials,
.new-marketing-pages .section-case-testimonials {
  background-color: transparent;
}
.new-marketing-pages .section-research-testimonials .section-bg-icon,
.new-marketing-pages .section-case-testimonials .section-bg-icon {
  top: -76%;
  font-size: 1900px;
  left: -4%;
  color: rgba(46, 139, 214, 0.03);
}
.new-marketing-pages .section-research-testimonials .quotation-mark,
.new-marketing-pages .section-case-testimonials .quotation-mark {
  color: #185380;
}
.new-marketing-pages .section-research-testimonials .slider-dots,
.new-marketing-pages .section-case-testimonials .slider-dots {
  margin-bottom: 0;
}
.new-marketing-pages .section-research-testimonials .slider-dots .slider-dot,
.new-marketing-pages .section-case-testimonials .slider-dots .slider-dot {
  background-color: #185380;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.new-marketing-pages .section-research-testimonials .slider-dots .slider-dot.active,
.new-marketing-pages .section-case-testimonials .slider-dots .slider-dot.active {
  background-color: #185380;
  opacity: 1;
  filter: alpha(opacity=100);
}
.new-marketing-pages .section-research-testimonials .section-bottom-bar,
.new-marketing-pages .section-case-testimonials .section-bottom-bar {
  z-index: 1;
}
.new-marketing-pages .section-research-testimonials .section-bottom-bar .text-button-group,
.new-marketing-pages .section-case-testimonials .section-bottom-bar .text-button-group {
  text-transform: none;
  margin-top: 0;
  color: white;
  float: none;
  display: inline-block;
  position: relative;
  top: 4px;
  font-size: 22px;
  margin-right: 25px;
}
.new-marketing-pages .section-research-testimonials .section-bottom-bar .btn,
.new-marketing-pages .section-case-testimonials .section-bottom-bar .btn {
  margin-left: 15px;
}
.new-marketing-pages .section-great-educator .section-bottom-bar {
  background: none;
}
.new-marketing-pages .section-great-educator .section-bottom-bar .glyphicon-chevron-right {
  font-size: 2em;
  color: #BCC0C4;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.new-marketing-pages .section-great-educator .btn-outline {
  border-color: #fff;
}
.new-marketing-pages .section-great-educator .btn-outline:hover {
  color: #3A89BD;
}
.new-marketing-pages .section-great-educator .quote {
  color: #ddd;
  font-size: 22px;
}
.new-marketing-pages .section-long-term-sucess .img-circle {
  height: 400px;
  width: 400px;
  border: solid 3px #185380;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.new-marketing-pages .section-long-term-sucess .inverse-number {
  width: 30px;
  height: 30px;
  color: #FFF;
  background-color: #185380;
  text-align: center;
  padding-top: 1px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}
.new-marketing-pages .section-long-term-sucess h2,
.new-marketing-pages .section-long-term-sucess h3 {
  color: #185380;
}
.new-marketing-pages .section-long-term-sucess h3.subsection-header {
  margin-top: 30px;
  margin-bottom: 25px;
}
.new-marketing-pages .section-long-term-sucess p.medium-text {
  margin-bottom: 20px;
  font-size: 1.6em;
}
.new-marketing-pages .section-long-term-sucess .nav-arrow {
  color: #185380;
}
.new-marketing-pages .section-long-term-sucess ul {
  font-size: 1.2em;
}
.new-marketing-pages .section-long-term-sucess ul li {
  margin-bottom: 10px;
}
.new-marketing-pages .section-long-term-sucess ul li .inverse-number {
  height: 25px;
  width: 25px;
  margin-right: 15px;
  font-style: none;
}
.new-marketing-pages .section-right-course .standard-header {
  color: #fff;
}
.new-marketing-pages .section-right-course .divider {
  background-color: #fff;
}
.new-marketing-pages .section-right-course .btn {
  color: #fff;
}
.new-marketing-pages .section-right-course .btn-outline {
  border-color: #fff;
}
.new-marketing-pages .section-right-course .btn-outline:hover {
  color: #3A89BD;
}
.new-marketing-pages .section-right-course .btn-yellow {
  color: #000;
}
.new-marketing-pages .section-right-course .btn-yellow:hover {
  color: #FFF07E;
}
.new-marketing-pages .loading-dialogue {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #108FC3;
  opacity: 1;
  padding-top: 20%;
}
.new-marketing-pages .loading-dialogue-about {
  background-color: #45747F;
}
.new-marketing-pages .sk-fading-circle {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}
.new-marketing-pages .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.new-marketing-pages .sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.new-marketing-pages .sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.new-marketing-pages .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.new-marketing-pages .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.new-marketing-pages .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.new-marketing-pages .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.new-marketing-pages .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.new-marketing-pages .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.new-marketing-pages .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.new-marketing-pages .sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.new-marketing-pages .sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.new-marketing-pages .sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.new-marketing-pages .sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@media (max-height: 800px) {
  .new-marketing-pages .coverflow-section .intro-text {
    font-size: 17px;
    padding: 0 10%;
  }
  .new-marketing-pages .coverflow-section .standard-header {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .coverflow-section .coverflow {
    margin-top: 30px;
  }
  .new-marketing-pages .coverflow-section .coverflow .cover img {
    width: 400px;
    height: 265px;
  }
  .new-marketing-pages .section-laptop .section-bg-icon {
    font-size: 950px;
  }
  .new-marketing-pages .section-laptop .standard-header {
    font-size: 36px;
    margin-bottom: 38px;
  }
  .new-marketing-pages .section-laptop .img-screenshot {
    width: 90%;
  }
  .new-marketing-pages .section-laptop .img-screenshot.active {
    width: 90%;
  }
  .new-marketing-pages .section-laptop .subsection-header {
    font-size: 24px;
  }
  .new-marketing-pages .section-laptop .medium-text {
    font-size: 16px;
  }
  .new-marketing-pages .section-laptop .text-button-group {
    font-size: 18px;
  }
  .new-marketing-pages .section-laptop ul {
    padding-left: 0px;
    padding-right: 45px;
  }
  .new-marketing-pages .section-testimonials .standard-header {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .new-marketing-pages .section-testimonials .divider {
    margin-bottom: 30px;
  }
  .new-marketing-pages .section-testimonials .quote-slider {
    font-size: 22px;
  }
  .new-marketing-pages .section-testimonials .section-small .container {
    display: block;
    margin: 0 auto;
    padding: 25px 0px;
  }
  .new-marketing-pages .section-testimonials .quote-slider {
    height: 115px;
  }
  .new-marketing-pages .section-testimonials .quotation-mark {
    font-size: 100px;
  }
  .new-marketing-pages .section-testimonials .section-bottom-bar .text-button-group {
    font-size: 18px;
    margin-top: 1%;
  }
  .new-marketing-pages .section-testimonials .section-bottom-bar .award-box img {
    max-height: 50px;
  }
  .new-marketing-pages .section-hexagons .standard-header {
    margin-bottom: 15px;
    font-size: 36px;
  }
  .new-marketing-pages .section-hexagons .intro-text {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-hexagons .slider-text {
    font-size: 14px;
  }
  .new-marketing-pages .section-hexagons .subsection-header {
    font-size: 20px;
  }
  .new-marketing-pages .section-hexagons .img-screenshot {
    max-width: 250px;
  }
  .new-marketing-pages .section-hexagons .line-icon {
    font-size: 24px;
    border: 2px solid #948369;
  }
  .new-marketing-pages .section-hexagons .line-icon-1 {
    margin-left: 0%;
  }
  .new-marketing-pages .section-hexagons .offset-bottom {
    margin-bottom: 10%;
  }
  .new-marketing-pages .section-hexagons .offset-left {
    margin-left: 12%;
  }
  .new-marketing-pages .section-hexagons .hidden-text {
    left: 25%;
  }
  .new-marketing-pages .section-hexagons .nav-arrow {
    font-size: 44px;
  }
  .new-marketing-pages .section-hexagons .back-arrow {
    left: 4%;
  }
  .new-marketing-pages .section-hexagons .next-arrow {
    right: 4%;
  }
  .new-marketing-pages .section-hexagons .pipe-tlbr {
    width: 165px;
    top: 9%;
    left: 5%;
  }
  .new-marketing-pages .section-hexagons .pipe-trbl {
    bottom: 13%;
    width: 115px;
    left: 5%;
  }
  .new-marketing-pages .section-hexagons .pipe-tlbr div:before,
  .new-marketing-pages .section-hexagons .pipe-trbl div:before {
    border: 2px solid #948369;
  }
  .new-marketing-pages .section-hexagons .pipe-tlbr div:nth-child(2),
  .new-marketing-pages .section-hexagons .pipe-trbl div:nth-child(2) {
    margin-top: -2px;
  }
  .new-marketing-pages .section-hexagons .slider-dots {
    padding-top: 20px;
  }
  .new-marketing-pages .section-image-slider .section-bg-logo-empty {
    font-size: 1200px;
    top: -60%;
  }
  .new-marketing-pages .section-image-slider .standard-header {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .new-marketing-pages .section-image-slider .divider {
    background-color: white;
    margin-bottom: 30px;
  }
  .new-marketing-pages .section-image-slider .slide-image {
    max-height: 375px;
  }
  .new-marketing-pages .section-image-slider .subsection-header {
    font-size: 24px;
  }
  .new-marketing-pages .section-image-slider .big-icon-list {
    padding-left: 0px;
    padding-right: 45px;
  }
  .new-marketing-pages .section-image-slider .big-icon-list li {
    margin-bottom: 28px;
  }
  .new-marketing-pages .section-image-slider .big-icon-list li:before {
    font-size: 24px;
  }
  .new-marketing-pages .section-image-slider .slider-dots {
    padding-top: 15px;
    margin-top: 25px;
  }
  .new-marketing-pages .slider-dots .slider-dot {
    padding: 7px;
  }
  .new-marketing-pages .section-call-to-action {
    font-size: 22px;
  }
  .new-marketing-pages .section-call-to-action .standard-header {
    font-size: 44px;
  }
  .new-marketing-pages .section-call-to-action .btn-row {
    margin-top: 50px;
  }
  .new-marketing-pages .standards-technology-methods .section-bottom-bar {
    padding: 14px 0;
  }
  .new-marketing-pages .standards-technology-methods .section-bottom-bar .text-button-group {
    font-size: 16px;
  }
  .new-marketing-pages .standards-technology-methods .section-bg-el-logo {
    font-size: 1200px;
  }
  .new-marketing-pages .standards-technology-methods .standard-header {
    font-size: 36px;
  }
  .new-marketing-pages .standards-technology-methods .subsection-header {
    font-size: 26px;
  }
  .new-marketing-pages .standards-technology-methods .large-icon {
    font-size: 50px;
  }
  .new-marketing-pages .standards-technology-methods .medium-text {
    font-size: 17px;
  }
  .new-marketing-pages .standards-technology-methods .text-button-group {
    font-size: 18px;
  }
  .new-marketing-pages .hide-on-short {
    display: none;
  }
  .new-marketing-pages .coverflow-section-case .btn-row {
    margin-top: 15px;
  }
  .new-marketing-pages .coverflow-section-case .btn-row .btn-lg {
    font-size: 14px;
    padding: 6px 18px;
    margin-bottom: 0px;
  }
  .new-marketing-pages .coverflow-section-case .section-bg-half {
    height: 32%;
  }
  .new-marketing-pages .coverflow-section-case .standard-header {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .new-marketing-pages .coverflow-section-case .coverflow.case {
    margin-top: 15px;
    max-height: 275px;
  }
  .new-marketing-pages .section-inside-case img {
    margin: 0 auto;
    max-width: 72%;
  }
  .new-marketing-pages .section-inside-case .medium-text ul li {
    margin: 12px 0;
  }
  .new-marketing-pages .section-inside-case .standard-header {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .new-marketing-pages .section-inside-case p.intro-text {
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-bullets .standard-header {
    font-size: 36px;
  }
  .new-marketing-pages .section-bullets img {
    height: 200px;
    width: 200px;
  }
  .new-marketing-pages .section-bullets .divider {
    margin: 30px auto 40px;
  }
  .new-marketing-pages .section-realtime-results .divider {
    display: none;
  }
  .new-marketing-pages .section-realtime-results .slide-image {
    max-height: 300px;
    float: right;
    margin-top: 12px;
  }
  .new-marketing-pages .section-realtime-results .slide-list {
    min-height: 280px;
  }
  .new-marketing-pages .section-realtime-results .slide-list p {
    font-size: 16px;
  }
  .new-marketing-pages .section-realtime-results .slider-dots {
    margin: 0px auto -30px;
  }
  .new-marketing-pages .section-studies .section-bg-el-logo {
    left: -20%;
    top: -95%;
    font-size: 1400px;
  }
  .new-marketing-pages .section-studies .standard-header {
    font-size: 36px;
    margin: 25px 0px 30px 0px;
  }
  .new-marketing-pages .section-studies .blue-left-divider {
    margin-bottom: 45px;
  }
  .new-marketing-pages .section-studies .big-icon-list li {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-studies .big-icon-list li:before {
    font-size: 24px;
    top: -12px;
  }
  .new-marketing-pages .section-studies .big-icon-list li.active:before {
    font-size: 30px;
  }
  .new-marketing-pages .section-studies .big-icon-list li:hover:before {
    font-size: 30px;
  }
  .new-marketing-pages .section-studies .slide-subtext {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-studies .checkmark-list {
    margin-bottom: 20px;
  }
  .new-marketing-pages .section-studies .checkmark-list li {
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 65px;
  }
  .new-marketing-pages .section-studies .checkmark-list li:before {
    font-size: 36px;
  }
  .new-marketing-pages .section-studies .btn-lg {
    padding: 10px 28px;
    font-size: 14px;
  }
  .new-marketing-pages .section-splitscreen .standard-header {
    font-size: 48px;
  }
  .new-marketing-pages .section-splitscreen .intro-text {
    font-size: 20px;
  }
  .new-marketing-pages .section-splitscreen .split-row {
    margin-top: 5%;
  }
  .new-marketing-pages .section-splitscreen .subsection-header {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-splitscreen .medium-text {
    font-size: 18px;
  }
  .new-marketing-pages .section-splitscreen .btn-row {
    margin-top: 20px;
  }
  .new-marketing-pages .section-splitscreen .btn-lg {
    padding: 10px 28px;
    font-size: 14px;
  }
  .new-marketing-pages .section-splitscreen .btn {
    margin: 0px;
  }
  .new-marketing-pages .section-research-testimonials .slider-dots {
    margin-bottom: 50px;
  }
  .new-marketing-pages .section-research-testimonials .section-bg-icon {
    font-size: 1400px;
    left: -15%;
  }
  .new-marketing-pages .section-research-testimonials .section-bottom-bar .text-button-group {
    margin-right: 0px;
    margin-top: 0px;
  }
  .new-marketing-pages .section-research-testimonials .btn-lg {
    padding: 10px 28px;
    font-size: 14px;
  }
  .new-marketing-pages h1.page-header {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .new-marketing-pages h2.page-header {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .new-marketing-pages h1 + .thick-divider {
    margin-bottom: 10px;
    height: 2px;
  }
  .new-marketing-pages .brady-bunch .quote {
    margin-bottom: 40px;
    line-height: 28px;
  }
  .new-marketing-pages .section-long-term-sucess h3.subsection-header {
    margin-top: 10px;
  }
  .new-marketing-pages .section-long-term-sucess p.medium-text {
    margin-bottom: 18px;
    font-size: 1.4em;
  }
  .new-marketing-pages .section-long-term-sucess .img-circle {
    height: 300px;
    width: 300px;
  }
  .new-marketing-pages .section-long-term-sucess .img-circle.pull-right {
    margin-right: 60px;
  }
  .new-marketing-pages .section-long-term-sucess .img-circle.pull-left {
    margin-left: 60px;
  }
}
@media (min-height: 1024px) and (max-width: 768px) {
  .new-marketing-pages .section-hexagons .back-arrow {
    top: 25%;
  }
  .new-marketing-pages .section-hexagons .next-arrow {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .new-marketing-pages .btn-lg {
    padding: 6px 18px;
    font-size: 14px;
  }
  .new-marketing-pages .standard-header {
    margin-top: 55px;
    font-size: 28px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .page-header {
    font-size: 40px;
    padding: 0px;
    margin-bottom: 20px;
  }
  .new-marketing-pages .header-intro-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .new-marketing-pages .gizmo-tile .screen-title {
    margin: 25px 25px 25px 25px;
  }
  .new-marketing-pages .medium-text {
    font-size: 16px;
  }
  .new-marketing-pages .section-studies .slide-subtext,
  .new-marketing-pages .section-studies .btn-row,
  .new-marketing-pages .section-studies .studies-list-col {
    text-align: center;
  }
  .new-marketing-pages .section-studies .studies-list {
    display: inline-block;
  }
  .new-marketing-pages .section-studies .standard-header {
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: -50px;
  }
  .new-marketing-pages .section-studies .blue-left-divider {
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-studies .slide-subtext {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .new-marketing-pages .section-studies .checkmark-list {
    margin-bottom: 10px;
  }
  .new-marketing-pages .section-studies .checkmark-list li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .new-marketing-pages .section-studies .studies-list {
    padding-left: 0px;
  }
  .new-marketing-pages .section-studies .studies-list li {
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-studies .big-icon-list li {
    padding-left: 55px;
  }
  .new-marketing-pages .section-studies .big-icon-list li:hover:before {
    font-size: 24px;
  }
  .new-marketing-pages .section-studies .big-icon-list li:before {
    top: -18px;
    font-size: 18px;
  }
  .new-marketing-pages .section-studies .big-icon-list li.active:before {
    font-size: 24px;
  }
  .new-marketing-pages .section-studies .btn-row {
    margin-top: 15px;
  }
  .new-marketing-pages .coverflow-section-case .section-bg-half {
    height: 30%;
  }
  .new-marketing-pages .section-splitscreen .standard-header {
    font-size: 42px;
  }
  .new-marketing-pages .section-splitscreen .intro-text {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .new-marketing-pages .section-splitscreen .subsection-header {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .new-marketing-pages .section-splitscreen .split-row > div:first-child {
    padding: 0px 0px 0px 15px;
    border: none;
  }
  .new-marketing-pages .section-splitscreen .split-row > div:last-child {
    padding: 0px 0px 0px 15px;
    border: none;
  }
  .new-marketing-pages .section-splitscreen .btn-row {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .new-marketing-pages .section-splitscreen .btn-row .btn {
    margin-left: 0px;
  }
  .new-marketing-pages .section-splitscreen .split-row {
    margin-top: 0%;
  }
  .new-marketing-pages .section-splitscreen .split-row .text-right,
  .new-marketing-pages .section-splitscreen .split-row .text-left {
    text-align: left;
  }
  .new-marketing-pages .coverflow-section .intro-text {
    font-size: 14px;
    padding: 0px;
  }
  .new-marketing-pages .coverflow-section .standard-header {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .new-marketing-pages .coverflow-section .coverflow {
    margin-top: 25px;
  }
  .new-marketing-pages .coverflow-section .coverflow .cover img,
  .new-marketing-pages .coverflow-section .coverflow .cover source {
    width: 250px;
    height: 166px;
  }
  .new-marketing-pages .section-laptop .standard-header {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-laptop .subsection-header {
    font-size: 24px;
  }
  .new-marketing-pages .section-laptop ul {
    padding: 0px 25px 0px 25px;
  }
  .new-marketing-pages .section-laptop li {
    margin-bottom: 10px;
  }
  .new-marketing-pages .standards-technology-methods .standard-header {
    margin-bottom: 25px;
    font-size: 32px;
  }
  .new-marketing-pages .standards-technology-methods .divider {
    margin-bottom: 70px;
  }
  .new-marketing-pages .standards-technology-methods .large-icon {
    font-size: 32px;
  }
  .new-marketing-pages .standards-technology-methods .subsection-header {
    margin: 5px 0px 5px 0px;
    font-size: 24px;
  }
  .new-marketing-pages .section-hexagons .fp-slidesNav {
    display: none;
  }
  .new-marketing-pages .section-hexagons .standard-header {
    margin-bottom: 15px;
    font-size: 28px;
    text-align: center;
    margin-top: 45px;
  }
  .new-marketing-pages .section-hexagons .intro-text {
    font-size: 16px;
  }
  .new-marketing-pages .section-hexagons .subsection-header {
    text-align: center;
    font-size: 22px;
  }
  .new-marketing-pages .section-hexagons .img-screenshot {
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  .new-marketing-pages .section-hexagons .offset-bottom {
    margin-bottom: 8%;
  }
  .new-marketing-pages .section-hexagons .offset-left {
    margin-left: 0px;
  }
  .new-marketing-pages .section-hexagons .nav-arrow {
    font-size: 40px;
  }
  .new-marketing-pages .section-hexagons .back-arrow {
    left: 4%;
  }
  .new-marketing-pages .section-hexagons .next-arrow {
    right: 4%;
  }
  .new-marketing-pages .section-testimonials .standard-header {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .new-marketing-pages .section-testimonials .divider {
    margin-bottom: 20px;
  }
  .new-marketing-pages .section-testimonials .quote-slider {
    font-size: 20px;
  }
  .new-marketing-pages .section-testimonials .quote-slider {
    height: 215px;
    font-size: 18px;
  }
  .new-marketing-pages .section-testimonials .quotation-mark {
    font-size: 70px;
  }
  .new-marketing-pages .section-testimonials .quotation-right {
    bottom: 8%;
    right: 5%;
  }
  .new-marketing-pages .section-testimonials .quotation-left {
    top: -12%;
    left: 4%;
  }
  .new-marketing-pages .section-testimonials .slider-dots {
    margin-bottom: 0px;
  }
  .new-marketing-pages .section-image-slider .standard-header {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .new-marketing-pages .section-image-slider .slide-row {
    margin-top: 0px;
  }
  .new-marketing-pages .section-image-slider .slide-image {
    display: block;
    margin: 0 auto;
  }
  .new-marketing-pages .section-image-slider .subsection-header {
    font-size: 24px;
  }
  .new-marketing-pages .section-image-slider .big-icon-list li {
    margin-bottom: 35px;
    padding-left: 60px;
  }
  .new-marketing-pages .section-image-slider .big-icon-list li:before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -6px;
  }
  .new-marketing-pages .section-call-to-action {
    font-size: 20px;
  }
  .new-marketing-pages .section-call-to-action .standard-header {
    margin-bottom: 25px;
    font-size: 36px;
  }
  .new-marketing-pages .section-call-to-action .intro-text {
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-call-to-action .divider {
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-call-to-action .btn-row {
    margin-top: 15px;
  }
  .new-marketing-pages .section-call-to-action .btn-row a {
    margin-top: 15px;
  }
  .new-marketing-pages .section-call-to-action p {
    padding: 0px 20px;
  }
  .new-marketing-pages .section-inside-case p.intro-text {
    font-size: 16px;
  }
  .new-marketing-pages .section-realtime-results .slide-list {
    padding: 20px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-marketing-pages .coverflow-section .intro-text {
    font-size: 17px;
    padding: 0 10%;
  }
  .new-marketing-pages .coverflow-section .standard-header {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .coverflow-section .coverflow {
    margin-top: 30px;
  }
  .new-marketing-pages .coverflow-section .coverflow .cover img {
    width: 400px;
    height: 265px;
  }
  .new-marketing-pages .section-laptop .section-bg-icon {
    font-size: 950px;
  }
  .new-marketing-pages .section-laptop .standard-header {
    font-size: 36px;
    margin-bottom: 38px;
  }
  .new-marketing-pages .section-laptop .img-screenshot {
    width: 90%;
  }
  .new-marketing-pages .section-laptop .img-screenshot.active {
    width: 90%;
  }
  .new-marketing-pages .section-laptop .subsection-header {
    font-size: 24px;
  }
  .new-marketing-pages .section-laptop .medium-text {
    font-size: 16px;
  }
  .new-marketing-pages .section-laptop .text-button-group {
    font-size: 18px;
  }
  .new-marketing-pages .section-laptop ul {
    padding-left: 0px;
    padding-right: 45px;
  }
  .new-marketing-pages .section-testimonials .standard-header {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .new-marketing-pages .section-testimonials .divider {
    margin-bottom: 30px;
  }
  .new-marketing-pages .section-testimonials .quote-slider {
    font-size: 22px;
  }
  .new-marketing-pages .section-testimonials .section-small .container {
    display: block;
    margin: 0 auto;
    padding: 25px 0px;
  }
  .new-marketing-pages .section-testimonials .quote-slider {
    height: 115px;
  }
  .new-marketing-pages .section-testimonials .quotation-mark {
    font-size: 100px;
  }
  .new-marketing-pages .section-testimonials .section-bottom-bar .text-button-group {
    font-size: 18px;
    margin-top: 1%;
  }
  .new-marketing-pages .section-testimonials .section-bottom-bar .award-box img {
    max-height: 50px;
  }
  .new-marketing-pages .section-hexagons .standard-header {
    margin-bottom: 15px;
    font-size: 36px;
  }
  .new-marketing-pages .section-hexagons .intro-text {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-hexagons .slider-text {
    font-size: 14px;
  }
  .new-marketing-pages .section-hexagons .subsection-header {
    font-size: 20px;
  }
  .new-marketing-pages .section-hexagons .img-screenshot {
    max-width: 250px;
  }
  .new-marketing-pages .section-hexagons .line-icon {
    font-size: 24px;
    border: 2px solid #948369;
  }
  .new-marketing-pages .section-hexagons .line-icon-1 {
    margin-left: 0%;
  }
  .new-marketing-pages .section-hexagons .offset-bottom {
    margin-bottom: 10%;
  }
  .new-marketing-pages .section-hexagons .offset-left {
    margin-left: 12%;
  }
  .new-marketing-pages .section-hexagons .hidden-text {
    left: 25%;
  }
  .new-marketing-pages .section-hexagons .nav-arrow {
    font-size: 44px;
  }
  .new-marketing-pages .section-hexagons .back-arrow {
    left: 4%;
  }
  .new-marketing-pages .section-hexagons .next-arrow {
    right: 4%;
  }
  .new-marketing-pages .section-hexagons .pipe-tlbr {
    width: 165px;
    top: 9%;
    left: 5%;
  }
  .new-marketing-pages .section-hexagons .pipe-trbl {
    bottom: 13%;
    width: 115px;
    left: 5%;
  }
  .new-marketing-pages .section-hexagons .pipe-tlbr div:before,
  .new-marketing-pages .section-hexagons .pipe-trbl div:before {
    border: 2px solid #948369;
  }
  .new-marketing-pages .section-hexagons .pipe-tlbr div:nth-child(2),
  .new-marketing-pages .section-hexagons .pipe-trbl div:nth-child(2) {
    margin-top: -2px;
  }
  .new-marketing-pages .section-hexagons .slider-dots {
    padding-top: 20px;
  }
  .new-marketing-pages .section-image-slider .section-bg-logo-empty {
    font-size: 1200px;
    top: -60%;
  }
  .new-marketing-pages .section-image-slider .standard-header {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .new-marketing-pages .section-image-slider .divider {
    background-color: white;
    margin-bottom: 30px;
  }
  .new-marketing-pages .section-image-slider .slide-image {
    max-height: 375px;
  }
  .new-marketing-pages .section-image-slider .subsection-header {
    font-size: 24px;
  }
  .new-marketing-pages .section-image-slider .big-icon-list {
    padding-left: 0px;
    padding-right: 45px;
  }
  .new-marketing-pages .section-image-slider .big-icon-list li {
    margin-bottom: 28px;
  }
  .new-marketing-pages .section-image-slider .big-icon-list li:before {
    font-size: 24px;
  }
  .new-marketing-pages .section-image-slider .slider-dots {
    padding-top: 15px;
    margin-top: 25px;
  }
  .new-marketing-pages .slider-dots .slider-dot {
    padding: 7px;
  }
  .new-marketing-pages .section-call-to-action {
    font-size: 22px;
  }
  .new-marketing-pages .section-call-to-action .standard-header {
    font-size: 44px;
  }
  .new-marketing-pages .section-call-to-action .btn-row {
    margin-top: 50px;
  }
  .new-marketing-pages .standards-technology-methods .section-bottom-bar {
    padding: 14px 0;
  }
  .new-marketing-pages .standards-technology-methods .section-bottom-bar .text-button-group {
    font-size: 16px;
  }
  .new-marketing-pages .standards-technology-methods .section-bg-el-logo {
    font-size: 1200px;
  }
  .new-marketing-pages .standards-technology-methods .standard-header {
    font-size: 36px;
  }
  .new-marketing-pages .standards-technology-methods .subsection-header {
    font-size: 26px;
  }
  .new-marketing-pages .standards-technology-methods .large-icon {
    font-size: 50px;
  }
  .new-marketing-pages .standards-technology-methods .medium-text {
    font-size: 17px;
  }
  .new-marketing-pages .standards-technology-methods .text-button-group {
    font-size: 18px;
  }
  .new-marketing-pages .hide-on-short {
    display: none;
  }
  .new-marketing-pages .coverflow-section-case .btn-row {
    margin-top: 15px;
  }
  .new-marketing-pages .coverflow-section-case .btn-row .btn-lg {
    font-size: 14px;
    padding: 6px 18px;
    margin-bottom: 0px;
  }
  .new-marketing-pages .coverflow-section-case .section-bg-half {
    height: 32%;
  }
  .new-marketing-pages .coverflow-section-case .standard-header {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .new-marketing-pages .coverflow-section-case .coverflow.case {
    margin-top: 15px;
    max-height: 275px;
  }
  .new-marketing-pages .section-inside-case img {
    margin: 0 auto;
    max-width: 72%;
  }
  .new-marketing-pages .section-inside-case .medium-text ul li {
    margin: 12px 0;
  }
  .new-marketing-pages .section-inside-case .standard-header {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .new-marketing-pages .section-inside-case p.intro-text {
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-bullets .standard-header {
    font-size: 36px;
  }
  .new-marketing-pages .section-bullets img {
    height: 200px;
    width: 200px;
  }
  .new-marketing-pages .section-bullets .divider {
    margin: 30px auto 40px;
  }
  .new-marketing-pages .section-realtime-results .divider {
    display: none;
  }
  .new-marketing-pages .section-realtime-results .slide-image {
    max-height: 300px;
    float: right;
    margin-top: 12px;
  }
  .new-marketing-pages .section-realtime-results .slide-list {
    min-height: 280px;
  }
  .new-marketing-pages .section-realtime-results .slide-list p {
    font-size: 16px;
  }
  .new-marketing-pages .section-realtime-results .slider-dots {
    margin: 0px auto -30px;
  }
  .new-marketing-pages .section-studies .section-bg-el-logo {
    left: -20%;
    top: -95%;
    font-size: 1400px;
  }
  .new-marketing-pages .section-studies .standard-header {
    font-size: 36px;
    margin: 25px 0px 30px 0px;
  }
  .new-marketing-pages .section-studies .blue-left-divider {
    margin-bottom: 45px;
  }
  .new-marketing-pages .section-studies .big-icon-list li {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-studies .big-icon-list li:before {
    font-size: 24px;
    top: -12px;
  }
  .new-marketing-pages .section-studies .big-icon-list li.active:before {
    font-size: 30px;
  }
  .new-marketing-pages .section-studies .big-icon-list li:hover:before {
    font-size: 30px;
  }
  .new-marketing-pages .section-studies .slide-subtext {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-studies .checkmark-list {
    margin-bottom: 20px;
  }
  .new-marketing-pages .section-studies .checkmark-list li {
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 65px;
  }
  .new-marketing-pages .section-studies .checkmark-list li:before {
    font-size: 36px;
  }
  .new-marketing-pages .section-studies .btn-lg {
    padding: 10px 28px;
    font-size: 14px;
  }
  .new-marketing-pages .section-splitscreen .standard-header {
    font-size: 48px;
  }
  .new-marketing-pages .section-splitscreen .intro-text {
    font-size: 20px;
  }
  .new-marketing-pages .section-splitscreen .split-row {
    margin-top: 5%;
  }
  .new-marketing-pages .section-splitscreen .subsection-header {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-splitscreen .medium-text {
    font-size: 18px;
  }
  .new-marketing-pages .section-splitscreen .btn-row {
    margin-top: 20px;
  }
  .new-marketing-pages .section-splitscreen .btn-lg {
    padding: 10px 28px;
    font-size: 14px;
  }
  .new-marketing-pages .section-splitscreen .btn {
    margin: 0px;
  }
  .new-marketing-pages .section-research-testimonials .slider-dots {
    margin-bottom: 50px;
  }
  .new-marketing-pages .section-research-testimonials .section-bg-icon {
    font-size: 1400px;
    left: -15%;
  }
  .new-marketing-pages .section-research-testimonials .section-bottom-bar .text-button-group {
    margin-right: 0px;
    margin-top: 0px;
  }
  .new-marketing-pages .section-research-testimonials .btn-lg {
    padding: 10px 28px;
    font-size: 14px;
  }
  .new-marketing-pages .coverflow-section .section-bg-half {
    height: 35%;
  }
  .new-marketing-pages .coverflow-section .standard-header {
    margin-top: 50px;
    font-size: 28px;
    margin-bottom: 15px;
  }
  .new-marketing-pages .coverflow-section .intro-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .new-marketing-pages .coverflow-section .coverflow {
    margin-top: 15px;
  }
  .new-marketing-pages .coverflow-section .coverflow .cover img,
  .new-marketing-pages .coverflow-section .coverflow .cover video {
    width: 300px;
    height: 199px;
  }
  .new-marketing-pages .standards-technology-methods .section-bg-el-logo {
    font-size: 1000px;
  }
  .new-marketing-pages .standards-technology-methods .standard-header {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .standards-technology-methods .divider {
    margin-bottom: 35px;
  }
  .new-marketing-pages .standards-technology-methods .subsection-header {
    margin-top: 10px;
    font-size: 24px;
  }
  .new-marketing-pages .standards-technology-methods .large-icon {
    font-size: 40px;
  }
  .new-marketing-pages .standards-technology-methods .intro-text {
    font-size: 16px;
  }
  .new-marketing-pages .section-laptop .standard-header {
    font-size: 30px;
    margin: 75px 0px 35px 0px;
  }
  .new-marketing-pages .section-laptop .subsection-header {
    font-size: 22px;
    margin: 0px 0px 1px 0px;
  }
  .new-marketing-pages .section-laptop ul {
    padding-left: 0px;
  }
  .new-marketing-pages .section-laptop ul li {
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-hexagons .gizmo-examples {
    padding-bottom: 15px;
  }
  .new-marketing-pages .section-hexagons .standard-header {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .new-marketing-pages .section-hexagons .subsection-header {
    font-size: 24px;
    height: 50px;
    margin: 0px;
  }
  .new-marketing-pages .section-hexagons .img-screenshot {
    max-width: 200px;
  }
  .new-marketing-pages .section-hexagons .offset-bottom {
    margin-bottom: 15%;
  }
  .new-marketing-pages .section-hexagons .offset-left {
    margin-left: 16%;
  }
  .new-marketing-pages .section-hexagons .nav-arrow {
    font-size: 40px;
  }
  .new-marketing-pages .section-hexagons .pipe-trbl {
    bottom: 6%;
    height: 90px;
    width: 95px;
    left: 7%;
  }
  .new-marketing-pages .section-hexagons .pipe-tlbr {
    width: 132px;
    height: 81px;
    top: 12%;
    left: 8%;
  }
  .new-marketing-pages .section-hexagons .hidden-text {
    left: 18%;
  }
  .new-marketing-pages .section-testimonials .standard-header,
  .new-marketing-pages .section-testimonials .divider {
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-testimonials .quotation-right {
    bottom: -30%;
  }
  .new-marketing-pages .section-testimonials .quotation-left {
    left: 5%;
  }
  .new-marketing-pages .section-testimonials .slider-dots {
    margin-bottom: 0px;
  }
  .new-marketing-pages .section-image-slider .big-icon-list li:before {
    top: 0px;
  }
  .new-marketing-pages .section-image-slider .big-icon-list li {
    margin-bottom: 45px;
  }
  .new-marketing-pages .section-call-to-action .standard-header {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-call-to-action .divider {
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-call-to-action p {
    font-size: 20px;
  }
  .new-marketing-pages .section-call-to-action .btn-row {
    margin-top: 25px;
  }
  .new-marketing-pages .section-call-to-action .btn-lg {
    padding: 10px 14px;
  }
  .new-marketing-pages .section-call-to-action .top-button {
    font-size: 36px;
  }
  .new-marketing-pages .section-research-header .page-header {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .new-marketing-pages .section-research-header .thick-divider {
    margin-bottom: 20px;
  }
  .new-marketing-pages .section-research-header .header-intro-text {
    font-size: 20px;
  }
  .new-marketing-pages .section-studies .standard-header {
    font-size: 30px;
    margin: 25px 0px 22px 0px;
  }
  .new-marketing-pages .section-studies .blue-left-divider {
    margin-bottom: 30px;
  }
  .new-marketing-pages .section-studies .big-icon-list {
    padding-left: 15px;
  }
  .new-marketing-pages .section-studies .big-icon-list li {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .new-marketing-pages .section-studies .slide-subtext {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-studies .checkmark-list {
    margin-bottom: 20px;
  }
  .new-marketing-pages .section-studies .btn-row {
    margin-top: 20px;
  }
  .new-marketing-pages .section-studies .checkmark-list li {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 55px;
  }
  .new-marketing-pages .section-studies .checkmark-list li:before {
    font-size: 28px;
  }
  .new-marketing-pages .section-studies .btn-lg {
    padding: 10px 14px;
  }
  .new-marketing-pages .section-splitscreen .standard-header {
    font-size: 36px;
    margin: 55px 0px 10px 0px;
  }
  .new-marketing-pages .section-splitscreen .intro-text {
    font-size: 18px;
  }
  .new-marketing-pages .section-splitscreen .split-row {
    margin-top: 4%;
  }
  .new-marketing-pages .section-splitscreen .split-row > div {
    padding: 15px 0;
  }
  .new-marketing-pages .section-splitscreen .split-row > div:first-child {
    padding-right: 35px;
  }
  .new-marketing-pages .section-splitscreen .split-row > div:last-child {
    padding-left: 35px;
  }
  .new-marketing-pages .section-splitscreen .subsection-header {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-splitscreen .medium-text {
    font-size: 16px;
  }
  .new-marketing-pages .section-splitscreen .btn-row {
    margin-top: 15px;
  }
  .new-marketing-pages .section-splitscreen .btn {
    margin: 0px;
  }
  .new-marketing-pages .section-research-testimonials .section-bg-icon {
    font-size: 1200px;
  }
  .new-marketing-pages .section-research-testimonials .standard-header {
    font-size: 36px;
    margin: 40px 0px 15px 0px;
  }
  .new-marketing-pages .section-research-testimonials .thick-dark-blue-divider {
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-research-testimonials .quote-slider {
    height: 100px;
    font-size: 18px;
  }
  .new-marketing-pages .section-research-testimonials .btn-lg {
    padding: 10px 14px;
    font-size: 14px;
  }
  .new-marketing-pages .section-research-testimonials .slider-dots {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .new-marketing-pages .section-testimonials .section-bottom-bar .text-button-group {
    font-size: 18px;
    margin-top: 20px;
  }
  .new-marketing-pages .section-testimonials .section-bottom-bar .award-box {
    width: 18%;
    margin-left: 3%;
  }
  .new-marketing-pages .section-hexagons .pipe-trbl {
    bottom: 22%;
    width: 110px;
    height: 100px;
    left: 6%;
  }
  .new-marketing-pages .standards-technology-methods .section-bottom-bar,
  .new-marketing-pages .section-laptop .section-bottom-bar {
    padding: 14px 0;
  }
  .new-marketing-pages .standards-technology-methods .section-bottom-bar .text-button-group,
  .new-marketing-pages .section-laptop .section-bottom-bar .text-button-group {
    font-size: 16px;
  }
  .new-marketing-pages .coverflow-section .intro-text {
    font-size: 16px;
    padding: 0% 10%;
  }
  .new-marketing-pages .coverflow-section .standard-header {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .new-marketing-pages .coverflow-section .coverflow {
    margin-top: 25px;
  }
  .new-marketing-pages .coverflow-section .coverflow .cover img,
  .new-marketing-pages .coverflow-section .coverflow .cover source {
    width: 400px;
    height: 265px;
  }
  .new-marketing-pages .section-studies .section-bg-el-logo {
    left: -20%;
    top: -95%;
    font-size: 1400px;
  }
  .new-marketing-pages .section-studies .standard-header {
    font-size: 36px;
    margin: 25px 0px 30px 0px;
  }
  .new-marketing-pages .section-studies .blue-left-divider {
    margin-bottom: 45px;
  }
  .new-marketing-pages .section-studies .big-icon-list li {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-studies .big-icon-list li:before {
    font-size: 24px;
    top: -12px;
  }
  .new-marketing-pages .section-studies .big-icon-list li.active:before {
    font-size: 30px;
  }
  .new-marketing-pages .section-studies .big-icon-list li:hover:before {
    font-size: 30px;
  }
  .new-marketing-pages .section-studies .slide-subtext {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .new-marketing-pages .section-studies .checkmark-list {
    margin-bottom: 20px;
  }
  .new-marketing-pages .section-studies .checkmark-list li {
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 65px;
  }
  .new-marketing-pages .section-studies .checkmark-list li:before {
    font-size: 36px;
  }
  .new-marketing-pages .section-studies .btn-lg {
    padding: 10px 28px;
    font-size: 14px;
  }
  .new-marketing-pages .section-splitscreen .standard-header {
    font-size: 48px;
  }
  .new-marketing-pages .section-splitscreen .intro-text {
    font-size: 20px;
  }
  .new-marketing-pages .section-splitscreen .split-row {
    margin-top: 5%;
  }
  .new-marketing-pages .section-splitscreen .subsection-header {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .new-marketing-pages .section-splitscreen .medium-text {
    font-size: 18px;
  }
  .new-marketing-pages .section-splitscreen .btn-row {
    margin-top: 20px;
  }
  .new-marketing-pages .section-splitscreen .btn-lg {
    padding: 10px 28px;
    font-size: 14px;
  }
  .new-marketing-pages .section-splitscreen .btn {
    margin: 0px;
  }
  .new-marketing-pages .section-research-testimonials .slider-dots {
    margin-bottom: 50px;
  }
  .new-marketing-pages .section-research-testimonials .section-bg-icon {
    font-size: 1400px;
    left: -15%;
  }
  .new-marketing-pages .section-research-testimonials .section-bottom-bar .text-button-group {
    margin-right: 0px;
    margin-top: 0px;
  }
  .new-marketing-pages .section-research-testimonials .btn-lg {
    padding: 10px 28px;
    font-size: 14px;
  }
}
.PD .jumbotron {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px #000;
}
.PD .jumbotron h2 {
  font-family: 'Roboto';
  font-size: 42px;
}
.PD .jumbotron .btn {
  margin-top: 5px;
}
.PD .jumbotron .btn:hover {
  text-shadow: none;
}
.PD .underbar {
  position: relative;
  z-index: 3;
}
.PD div.section-bg-el-logo {
  overflow: hidden;
}
.PD .standards-technology-methods {
  padding: 65px 0;
}
.PD .standards-technology-methods h2.standard-header {
  font-size: 40px;
}
.PD .slide h4 {
  color: #22303C;
  font-weight: bold;
  margin-bottom: 20px;
}
.PD .slide .image-container {
  max-height: 320px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.PD .slide .image-container img {
  max-width: 100%;
}
.PD .slide .btns {
  margin: 20px;
  position: relative;
  z-index: 10;
}
.PD .slide .btns .btn {
  margin: 5px 0;
}
.PD .slide .active:before {
  background-color: #3E8AE5;
}
.PD .section-bg-el-logo {
  z-index: 1;
}
.PD ul.big-icon-list {
  position: relative;
  z-index: 10;
}
.PD ul.big-icon-list li:before {
  color: #000000;
  border-color: #000000;
}
.PD .slider-dot {
  position: relative;
  z-index: 10;
}
.PD #InteractiveResults {
  padding: 75px 0;
  margin-top: -75px;
}
.PD #InteractiveResults .catalogLink {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 25px;
}
.PD #InteractiveResults .glyphicon {
  font-size: 30px;
}
.PD #InteractiveResults .course {
  display: none;
}
#fp-nav.inverted ul li a span {
  background: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  #fp-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  #fp-nav {
    display: none;
  }
  .marketing-layout.PD .course .btn-success.btn-block {
    margin-bottom: 15px;
  }
}
@font-face {
  font-family: 'StateFaceRegular';
  src: url('../fonts/stateface-regular-webfont.eot');
  src: url('../fonts/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/stateface-regular-webfont.woff') format('woff'), url('../fonts/stateface-regular-webfont.ttf') format('truetype'), url('../fonts/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="stateface-"],
[class*=" stateface-"] {
  font-family: 'StateFaceRegular';
  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;
}
.stateface-AL:before {
  content: "B";
}
.stateface-AK:before {
  content: "A";
}
.stateface-AZ:before {
  content: "D";
}
.stateface-AR:before {
  content: "C";
}
.stateface-CA:before {
  content: "E";
}
.stateface-CO:before {
  content: "F";
}
.stateface-CT:before {
  content: "G";
}
.stateface-DE:before {
  content: "H";
}
.stateface-DC:before {
  content: "y";
}
.stateface-FL:before {
  content: "I";
}
.stateface-GA:before {
  content: "J";
}
.stateface-HI:before {
  content: "K";
}
.stateface-ID:before {
  content: "M";
}
.stateface-IL:before {
  content: "N";
}
.stateface-IN:before {
  content: "O";
}
.stateface-IA:before {
  content: "L";
}
.stateface-KS:before {
  content: "P";
}
.stateface-KY:before {
  content: "Q";
}
.stateface-LA:before {
  content: "R";
}
.stateface-ME:before {
  content: "U";
}
.stateface-MD:before {
  content: "T";
}
.stateface-MA:before {
  content: "S";
}
.stateface-MI:before {
  content: "V";
}
.stateface-MN:before {
  content: "W";
}
.stateface-MS:before {
  content: "Y";
}
.stateface-MO:before {
  content: "X";
}
.stateface-MT:before {
  content: "Z";
}
.stateface-NE:before {
  content: "c";
}
.stateface-NV:before {
  content: "g";
}
.stateface-NH:before {
  content: "d";
}
.stateface-NJ:before {
  content: "e";
}
.stateface-NM:before {
  content: "f";
}
.stateface-NY:before {
  content: "h";
}
.stateface-NC:before {
  content: "a";
}
.stateface-ND:before {
  content: "b";
}
.stateface-OH:before {
  content: "i";
}
.stateface-OK:before {
  content: "j";
}
.stateface-OR:before {
  content: "k";
}
.stateface-PA:before {
  content: "l";
}
.stateface-RI:before {
  content: "m";
}
.stateface-SC:before {
  content: "n";
}
.stateface-SD:before {
  content: "o";
}
.stateface-TN:before {
  content: "p";
}
.stateface-TX:before {
  content: "q";
}
.stateface-UT:before {
  content: "r";
}
.stateface-VT:before {
  content: "t";
}
.stateface-VA:before {
  content: "s";
}
.stateface-WA:before {
  content: "u";
}
.stateface-WV:before {
  content: "w";
}
.stateface-WI:before {
  content: "v";
}
.stateface-WY:before {
  content: "x";
}
.stateface-US:before {
  content: "z";
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-8yflgz');
  src: url('../fonts/icomoon.eot?#iefix-8yflgz') format('embedded-opentype'), url('../fonts/icomoon.ttf?-8yflgz') format('truetype'), url('../fonts/icomoon.woff?-8yflgz') format('woff'), url('../fonts/icomoon.svg?-8yflgz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  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;
}
.icon-grade:before {
  content: "\e901";
}
.icon-facebook2:before {
  content: "\e610";
}
.icon-twitter:before {
  content: "\e611";
}
.icon-youtube3:before {
  content: "\e612";
}
.icon-avatar:before {
  content: "\e600";
}
.icon-el-line-logo:before {
  content: "\e601";
}
.icon-el-logo:before {
  content: "\e602";
}
.icon-el-text-logo:before {
  content: "\e603";
}
.icon-expand:before {
  content: "\e604";
}
.icon-gizmos-logo:before {
  content: "\e605";
}
.icon-lesson:before {
  content: "\e606";
}
.icon-pdf:before {
  content: "\e607";
}
.icon-recommend:before {
  content: "\e608";
}
.icon-rocket:before {
  content: "\e609";
}
.icon-share:before {
  content: "\e60a";
}
.icon-target:before {
  content: "\e60b";
}
.icon-test:before {
  content: "\e60c";
}
.icon-upload:before {
  content: "\e60d";
}
.icon-users:before {
  content: "\e60e";
}
.icon-word:before {
  content: "\e60f";
}
.icon-slider:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.nav-search .nav-title {
  color: #A9A9A9;
  padding: 6px 0 2px 13px;
  font-size: 12px;
}
.nav-search .divider {
  margin-top: 0px;
}
.nav-search nav.icon {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.nav-search nav.icon a,
.nav-search nav.icon .disabled {
  padding: 18px 0;
  width: 33.33%;
  font-size: 14px;
  line-height: 1.2;
  color: #337ab7;
  margin: 0;
}
.nav-search nav.icon a span,
.nav-search nav.icon .disabled span {
  font-size: 40px;
  color: #337ab7;
}
.nav-search nav.icon a:hover,
.nav-search nav.icon .disabled:hover {
  color: #23527c;
  background-color: #f5f5f5;
}
.nav-search .nav-search-box {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.nav-search .nav-search-box .nav-search-input {
  display: block;
  background-color: #fff;
  background-image: none;
  width: 100%;
  font-size: 16px;
  height: auto;
  padding: 10px 14px;
  border-radius: 0;
  margin-top: 2px;
  border: none;
}
.nav-search .nav-search-box .nav-search-input:focus {
  outline: none;
}
.nav-search .nav-search-box .btn {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 10px;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  color: #bbb;
}
.nav-search .nav-search-box .btn:hover {
  color: #888;
}
.nav-search .nav-search-box .nav-search-close {
  display: none;
}
.nav-search .nav-search-box-cleared .nav-search-clear {
  display: none;
}
.nav-search .nav-search-box-cleared .nav-search-close {
  display: block;
}
.nav-search .divider {
  border-top: 1px solid #ccc;
}
.nav-search .gizmo-thumbnail-row {
  padding: 10px 15px 10px 15px;
}
.nav-search .gizmo-thumbnail-row .gizmo-thumbnail {
  border: 1px solid #999;
  border-radius: 2px;
  margin-right: 12px;
  height: 35px;
}
.nav-search .gizmo-thumbnail-row p {
  padding-top: 7px;
  font-size: 15px;
}
.nav-search .nav-title-lg {
  font-size: 14px;
}
nav.icon a,
nav.icon .disabled {
  display: block;
  float: left;
  text-align: center;
  margin: 0 32px 10px 0;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
}
nav.icon a span,
nav.icon .disabled span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
  color: #444;
}
nav.icon a:last-child,
nav.icon .disabled:last-child {
  margin-right: 0;
}
nav.icon a:hover,
nav.icon .disabled:hover {
  text-decoration: none;
  color: #000;
}
nav.icon a:hover span,
nav.icon .disabled:hover span {
  color: inherit;
}
nav.icon div.dropdown > a {
  margin-right: 32px;
}
nav.icon .inline-buttons {
  text-align: center;
}
nav.icon .inline-buttons a {
  float: none;
  display: inline-block;
}
nav.icon .inline-buttons .disabled {
  float: none;
  display: inline-block;
}
nav.icon .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.navbar-fixed-spacer {
  height: 56px;
}
.navbar-fixed-top.navbar-gizmos.banner-top {
  top: 60px;
}
.navbar-gizmos {
  height: 56px;
  border-radius: 0;
  margin-bottom: 0;
  background: rgba(36, 44, 50, 0.9);
  background-color: rgba(10, 26, 39, 0.9);
}
.navbar-gizmos .btn-group > .btn-link {
  color: #ddd;
  padding-left: 14px;
  padding-right: 14px;
}
.navbar-gizmos .nav > li > a,
.navbar-gizmos .nav > li > a:hover,
.navbar-gizmos .nav > li > a:focus,
.navbar-gizmos .nav .open > a,
.navbar-gizmos .nav .open > a:hover,
.navbar-gizmos .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.navbar-gizmos .purchase-info-btn:hover {
  background-color: transparent;
  border-color: white;
}
.navbar-gizmos .nav li > a.btn-outline {
  border: 1px solid #fff;
}
.navbar-gizmos .navbar-icon > a .glyphicon,
.navbar-gizmos .navbar-icon > a .icon {
  font-size: 24px;
}
.navbar-gizmos .navbar-brand {
  padding-top: 8px;
  font-size: 26px;
  color: #fff;
}
.navbar-gizmos .navbar-brand img {
  height: 33px;
  margin-top: 3px;
}
.navbar-gizmos .navbar-brand .icon-el-logo {
  margin-right: 7px;
}
.navbar-gizmos .navbar-brand .glyphicon-registration-mark {
  font-size: 0.3em;
  top: -0.7em;
}
.navbar-gizmos .navbar-nav {
  margin-top: 2px;
}
.navbar-gizmos .navbar-nav .sep {
  border-right: 1px solid #000;
  margin-right: 10px;
  padding-right: 10px;
  height: 53px;
}
.navbar-gizmos .navbar-nav .borderedz {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px 0 0 4px;
}
.navbar-gizmos .navbar-nav .borderedz:last-child {
  border-radius: 0 4px 4px 0;
}
.navbar-gizmos .navbar-nav > li > a {
  color: #fff;
}
.navbar-gizmos .navbar-nav > li > a.lg-icon {
  padding-left: 44px;
}
.navbar-gizmos .navbar-nav > li > a.lg-icon .glyphicon,
.navbar-gizmos .navbar-nav > li > a.lg-icon .icon {
  font-size: 22px;
  position: absolute;
  top: 14px;
  left: 17px;
}
.navbar-gizmos-clean {
  border-radius: 0;
  position: relative;
  margin-top: 25px;
  z-index: 10;
  background: none;
  border: none;
}
.navbar-gizmos-clean .navbar-brand {
  color: #fff;
}
.navbar-gizmos-clean .btn-group .btn-link {
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
}
.navbar-gizmos-clean li > .btn-link {
  color: #fff;
}
.navbar-gizmos-clean .navbar-header {
  float: none;
}
.navbar-gizmos-clean .navbar-brand {
  height: auto;
  font-size: 48px;
}
.navbar-gizmos-clean .navbar-brand img {
  height: 60px;
}
.navbar-gizmos-clean .navbar-collapse {
  position: relative;
}
.navbar-gizmos-clean .navbar-collapse .navbar-nav {
  position: absolute;
  right: 0;
  bottom: 18px;
}
.navbar-gizmos-clean .navbar-collapse .navbar-nav > li > .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-gizmos-clean .navbar-collapse .navbar-nav > li > a {
  font-size: 16px;
  padding: 10px 14px;
  color: #fff;
}
.navbar-gizmos-clean .navbar-collapse .navbar-nav > li > a.lg-icon {
  padding-left: 44px;
}
.navbar-gizmos-clean .navbar-collapse .navbar-nav > li > a.lg-icon .glyphicon,
.navbar-gizmos-clean .navbar-collapse .navbar-nav > li > a.lg-icon .icon {
  font-size: 22px;
  position: absolute;
  top: 8px;
  left: 15px;
}
.navbar-gizmos-clean-light .navbar-brand,
.navbar-gizmos-clean-light .btn-group .btn-link,
.navbar-gizmos-clean-light li > .btn-link,
.navbar-gizmos-clean-light .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.navbar-gizmos-about {
  margin-top: 0px;
  color: black;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 25px;
}
.navbar-gizmos-about.banner-top {
  top: 66px;
}
.navbar-gizmos-about .navbar-brand {
  color: white;
  height: auto;
  font-size: 24px;
}
.invisibleSubmit {
  height: 0;
  width: 0;
  overflow: hidden;
  border: 0;
  background-color: inherit;
  padding: 0;
  margin: 0;
  position: fixed;
}
.tt-hint {
  color: #ccc;
}
.tt-menu {
  width: 100%;
  margin-top: -5px;
  background-color: #fff;
  overflow-y: auto;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.tt-suggestion {
  padding: 5px 15px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.tt-suggestion.gizmo-suggestion {
  display: flex;
}
.tt-suggestion:hover {
  background-color: #f5f5f5;
}
.tt-suggestion .labels {
  background: #fff;
  flex: 1.25 1;
  order: 2;
}
.tt-suggestion .p {
  margin: 0;
}
.tt-suggestion .thumb {
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 24px;
  line-height: 24px;
  margin-right: 14px;
  border: 1px solid #DFE8EE;
  float: left;
}
.tt-suggestion .title {
  display: block;
  flex: 5 2;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tt-suggestion span.glyphicon {
  color: #CCC;
  font-size: 1.2em;
  margin-right: 10px;
}
.tt-suggestion.tt-cursor,
.tt-suggestion.tt-cursor small,
.tt-suggestion.tt-cursor a {
  color: #fff;
  background-color: #337ab7;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-divider,
.tt-footer {
  box-shadow: inset 0px 3px 9px -5px #696969;
  color: #4cae4c;
  padding: 10px 0 6px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.twitter-typeahead {
  width: 100%;
}
/* === For phones =================================== */
@media (max-width: 767px) {
  .nav-search .gizmo-thumbnail-row .gizmo-thumbnail {
    margin-right: 2%;
    width: 23%;
    height: auto;
  }
  .navbar-gizmos-clean .navbar-collapse .navbar-nav {
    bottom: 10px;
  }
  .navbar-gizmos .navbar-nav {
    margin-right: 0;
  }
  .navbar-gizmos-clean .navbar-brand {
    font-size: 28px;
    padding-bottom: 12px;
    padding-top: 8px;
  }
  .navbar-gizmos-clean .navbar-brand img {
    height: 40px;
  }
  .navbar-gizmos-clean {
    margin-top: 10px;
  }
  .navbar-gizmos a.dropdown-toggle > .glyphicon-menu-hamburger,
  .navbar-gizmos a.dropdown-toggle > .icon-avatar,
  .navbar-gizmos a.dropdown-toggle > .glyphicon-search {
    font-size: 22px;
  }
  .navbar-gizmos-clean .navbar-collapse .navbar-nav > li > a.lg-icon .icon,
  .navbar-gizmos-clean .navbar-collapse .navbar-nav > li > a.lg-icon .glyphicon {
    position: relative;
    top: 0;
    left: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-right {
    float: right !important;
    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: -12px;
  }
  .navbar-collapse {
    bottom: -10px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    position: absolute;
    right: 0;
    left: auto;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .navbar-gizmos .navbar-nav li.sep {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
  }
  .navbar-gizmos-about {
    top: 0px;
  }
  .navbar-gizmos-about .navbar-brand {
    font-size: 22px;
  }
}
/* === For tablets ================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-gizmos-clean .navbar-brand {
    font-size: 32px;
    padding-bottom: 12px;
  }
  .navbar-gizmos-clean .navbar-brand img {
    height: 50px;
  }
  .navbar-gizmos-clean .navbar-collapse .navbar-nav {
    bottom: 13px;
  }
  .navbar-gizmos-clean .navbar-collapse .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .navbar-gizmos-clean .navbar-collapse .navbar-nav > li > a.lg-icon {
    padding-left: 34px;
  }
  .navbar-gizmos-clean .navbar-collapse .navbar-nav > li > a.lg-icon .glyphicon,
  .navbar-gizmos-clean .navbar-collapse .navbar-nav > li > a.lg-icon .icon {
    left: 9px;
  }
  .navbar-gizmos-about {
    top: 15px;
  }
  .navbar-gizmos-about .navbar-collapse .navbar-nav > li > a {
    font-size: 14px;
    padding: 8px 14px;
  }
  .navbar-gizmos-about .navbar-brand {
    font-size: 24px;
  }
}
/* === For desktops ================================== */
/* === For Small Screens (Phones) ========================= */
@media (max-width: 500px) {
  nav#navBar ul.nav li #navBarSearchButton {
    padding-right: 0px;
  }
  nav#navBar ul.nav li  a {
    padding-left: 7px;
    padding-right: 7px;
  }
  nav#navBar ul.nav li .gizmo-thumbnail-row a {
    padding: 0px;
  }
  nav#navBar ul.nav li div.dropdown-menu {
    min-width: 0px;
    width: 300px;
  }
  nav#navBar ul.nav li div.dropdown-menu.dropdown-user {
    width: 365px;
  }
}
[id^="videoModal"] {
  z-index: 1050;
  margin-top: 0px;
}
[id^="videoModal"] video,
[id^="videoModal"] .video-js {
  height: 624px;
  max-height: 75vh;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[id^="videoModal"] .video-js.vjs-fullscreen video,
[id^="videoModal"] .video-js.vjs-fullscreen {
  height: auto;
  max-height: none;
}
[id^="videoModal"] .modal-dialog {
  width: 1142px;
}
[id^="videoModal"] .modal-content {
  background-color: #1B1B1B;
}
[id^="videoModal"] .modal-header {
  color: white;
  font-size: 18px;
  border-bottom: none;
}
[id^="videoModal"] .modal-header .close {
  color: white;
  opacity: 1;
  font-size: 28px;
}
[id^="videoModal"] .modal-body {
  padding: 0px 15px 0px 15px;
}
[id^="videoModal"] .modal-footer {
  border-top: none;
}
/* === For phones =================================== */
@media (max-width: 767px) {
  [id^="videoModal"] .modal-dialog {
    width: 100%;
  }
  [id^="videoModal"] video,
  [id^="videoModal"] .video-js {
    height: 250px;
  }
}
/* === For tablets ================================== */
@media (min-width: 768px) and (max-width: 991px) {
  [id^="videoModal"] .modal-dialog {
    width: 732px;
  }
  [id^="videoModal"] video,
  [id^="videoModal"] .video-js {
    height: 394px;
  }
}
/* === For desktops ================================== */
@media (min-width: 992px) and (max-width: 1200px) {
  [id^="videoModal"] .modal-dialog {
    width: 942px;
  }
  [id^="videoModal"] video,
  [id^="videoModal"] .video-js {
    height: 512px;
  }
}
.teacherhome-new p.subtext {
  font-size: 12px;
  color: #B9B9B9;
  margin-bottom: 30px;
}
.teacherhome-new.teacherhome-middle p.subtext {
  color: #737373;
}
@keyframes animate-bottom-bar {
  0% {
    transform: translate(0, 120%);
  }
  75% {
    transform: translate(0, 120%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.dave-avatar {
  margin-right: 10px;
}
.fixed-bottom-bar {
  animation-name: animate-bottom-bar;
  animation-duration: 4s;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1030;
  color: #EA5423;
  background-color: #F5F0E3;
  padding: 15px;
  -webkit-box-shadow: 0px -30px 100px rgba(47, 47, 47, 0.15);
  -moz-box-shadow: 0px -30px 100px rgba(47, 47, 47, 0.15);
  box-shadow: 0px -30px 100px rgba(47, 47, 47, 0.15);
}
.fixed-bottom-bar.bar-hidden {
  transform: translate(0, 120%);
}
.fixed-bottom-bar .popover {
  width: 475px;
  max-width: 475px;
  color: #555;
}
.fixed-bottom-bar .glyphicon {
  top: 2px;
  margin-right: 4px;
}
.fixed-bottom-bar h1 {
  margin: 4px 0px 0px 0px;
  line-height: 42px;
}
.fixed-bottom-bar button {
  border-color: #EA5423;
  color: #EA5423;
  margin-left: 25px;
  outline: none;
}
.fixed-bottom-bar button:hover {
  color: white;
  background-color: #EA5423;
  border-color: #EA5423;
  outline: none;
}
.fixed-bottom-bar button:focus {
  outline: none;
}
.fixed-bottom-bar .btn-link {
  border-color: transparent;
}
.fixed-bottom-bar .btn-link:hover,
.fixed-bottom-bar .btn-link:focus {
  color: #EA5423;
  text-decoration: none;
  border-color: transparent;
  background-color: transparent;
}
.fixed-bottom-bar .glyphicon-comment {
  top: 2px;
}
.fixed-bottom-bar .close {
  line-height: 44px;
  font-size: 30px;
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
  transition: color 0.6s;
}
.fixed-bottom-bar .close:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.teacherhome-top {
  background-color: #486777;
  color: white;
  padding-top: 18px;
  padding-bottom: 18px;
}
.teacherhome-top .btn-link {
  color: white;
}
.teacherhome-top .account-settings {
  margin-right: -15px;
}
.teacherhome-top .btn {
  margin-left: 10px;
}
.teacherhome-top .btn-link:active,
.teacherhome-top .btn-link:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}
.teacherhome-top .btn-link:focus {
  outline: none;
}
.teacherhome-top .state-standards-button {
  margin: 0px;
}
.teacherhome-top .state-standards-button .stateface {
  font-size: 44px;
  position: absolute;
  top: -4px;
  left: -36px;
}
.teacherhome-top .state-standards-button [class~=stateface-VA],
.teacherhome-top .state-standards-button [class~=stateface-TN] {
  top: -4px;
  left: -44px;
}
.teacherhome-top .state-standards-button [class~=stateface-CA] {
  top: 0px;
  left: -26px;
}
.teacherhome-top .state-standards-button [class~=stateface-HI],
.teacherhome-top .state-standards-button [class~=stateface-MA] {
  top: -2px;
  left: -55px;
}
.teacherhome-top .state-standards-button [class~=stateface-CO],
.teacherhome-top .state-standards-button [class~=stateface-NE],
.teacherhome-top .state-standards-button [class~=stateface-NC],
.teacherhome-top .state-standards-button [class~=stateface-CT],
.teacherhome-top .state-standards-button [class~=stateface-MD] {
  top: -2px;
  left: -45px;
}
.teacherhome-top .state-standards-button [class~=stateface-FL] {
  top: 0px;
  left: -30px;
}
.teacherhome-top .state-standards-button [class~=stateface-NM],
.teacherhome-top .state-standards-button [class~=stateface-AZ],
.teacherhome-top .state-standards-button [class~=stateface-MN],
.teacherhome-top .state-standards-button [class~=stateface-GA],
.teacherhome-top .state-standards-button [class~=stateface-UT] {
  left: -22px;
}
.teacherhome-top .state-standards-button [class~=stateface-NH],
.teacherhome-top .state-standards-button [class~=stateface-RI],
.teacherhome-top .state-standards-button [class~=stateface-AL],
.teacherhome-top .state-standards-button [class~=stateface-RI],
.teacherhome-top .state-standards-button [class~=stateface-IN],
.teacherhome-top .state-standards-button [class~=stateface-MS],
.teacherhome-top .state-standards-button [class~=stateface-IL],
.teacherhome-top .state-standards-button [class~=stateface-ME],
.teacherhome-top .state-standards-button [class~=stateface-NJ],
.teacherhome-top .state-standards-button [class~=stateface-DE],
.teacherhome-top .state-standards-button [class~=stateface-ID],
.teacherhome-top .state-standards-button [class~=stateface-VT] {
  top: -2px;
  left: -15px;
}
.teacherhome-top .state-standards-button [class~=stateface-NV] {
  top: -2px;
  left: -20px;
}
.teacherhome-top .state-standards-button [class~=stateface-AK] {
  top: -2px;
  left: -40px;
}
.teacherhome-top h3 {
  margin: 4px 0 4px 0;
  font-weight: 100;
  font-size: 22px;
}
.teacherhome-top h3 span {
  padding-left: 20px;
}
.teacherhome-top .avatar img {
  height: 34px;
}
.teacherhome-middle.small-row .borderless-card .btn-row {
  display: block;
}
.teacherhome-middle.small-row .borderless-card .list {
  height: 120px;
}
.teacherhome-middle.small-row .borderless-card ul {
  margin: 15px 0px 15px 0px;
}
.teacherhome-middle.small-row .large-message {
  position: relative;
  text-align: left;
  padding: 0 20%;
}
.teacherhome-middle.small-row .large-message .glyphicon {
  float: left;
  font-size: 50px;
  margin-right: 20px;
}
#recent-activity {
  background-color: #6fbf4b;
  margin: 0 0 30px 0;
  border-radius: 10px;
}
#recent-activity .recent-header {
  font-weight: bold;
  margin-bottom: 5px;
}
#recent-activity a {
  color: #188017;
}
#recent-activity .thumb {
  max-width: 60px;
  margin-right: 10px;
  border-radius: 2px;
}
#recent-activity .card-gizmo {
  width: 100%;
  margin: 15px 0;
  padding: 10px;
  white-space: normal;
  cursor: pointer;
}
#recent-activity .recent-title {
  line-height: 1.2;
  color: #444;
}
#recent-activity .recent-date {
  clear: both;
  margin-top: 10px;
  color: #888;
  float: left;
}
#recent-activity .recent-count {
  margin-top: 10px;
  color: #999;
  float: right;
}
.small-12-text {
  font-size: 12px;
}
.teacherhome-middle {
  background-color: white;
}
.teacherhome-middle .borderless-card:nth-child(1) {
  border-right: 1px solid #E7E7E7;
  padding-right: 55px;
  position: static;
}
.teacherhome-middle .borderless-card:nth-child(2) {
  margin-left: -1px;
  border-left: 1px solid #E7E7E7;
  padding-left: 55px;
  position: static;
}
.teacherhome-middle .row:first-child {
  position: relative;
}
.teacherhome-middle .borderless-card {
  padding-top: 25px;
  padding-bottom: 50px;
}
.teacherhome-middle .borderless-card.expanded .list {
  overflow-y: scroll;
}
.teacherhome-middle .borderless-card.expanded .show-more {
  cursor: default;
  opacity: 0.45;
}
.teacherhome-middle .borderless-card .title {
  color: #486777;
  margin-bottom: 5px;
}
.teacherhome-middle .borderless-card .table-header {
  font-size: 12px;
  color: #222;
  margin-top: 50px;
  margin-left: 15px;
  cursor: pointer;
}
.teacherhome-middle .borderless-card .table-header:hover {
  text-decoration: none;
}
.teacherhome-middle .borderless-card .table-header .glyphicon {
  font-size: 115%;
  color: #5cb85c;
  color: #999;
  top: 2px;
}
.teacherhome-middle .borderless-card ul {
  margin: 25px 0px 25px 0px;
}
.teacherhome-middle .borderless-card ul li {
  font-size: 17px;
  margin-bottom: 20px;
}
.teacherhome-middle .borderless-card ul li a {
  color: #3F8EC4;
}
.teacherhome-middle .borderless-card .list-of-links li {
  margin-bottom: 10px;
}
.teacherhome-middle .borderless-card .list {
  height: 205px;
}
.teacherhome-middle .borderless-card .list .hidden-list-item {
  display: none;
}
.teacherhome-middle .borderless-card .list-thumbnails-links li {
  position: relative;
  padding-left: 56px;
}
.teacherhome-middle .borderless-card .list-thumbnails-links img {
  position: absolute;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
}
.teacherhome-middle .borderless-card .show-more {
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  cursor: pointer;
}
.teacherhome-middle .borderless-card .btn-row {
  position: absolute;
  bottom: 20px;
  display: inline-block;
  margin-right: 30px;
  font-size: 12px;
}
.teacherhome-middle .borderless-card .btn-row .glyphicon {
  font-size: 16px;
  top: 3px;
}
.teacherhome-middle .borderless-card .btn-row a {
  margin-right: 30px;
  color: #525252;
  text-decoration: none;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
.teacherhome-middle .large-message {
  text-align: center;
  color: #486777;
  margin-top: 16%;
  font-size: 18px;
  padding: 0% 24%;
  animation-duration: 4s;
  animation-name: fadein;
  opacity: 0.4;
}
.teacherhome-middle .large-message .glyphicon {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}
.teacherhome-middle .large-message-classes {
  margin-top: 5%;
}
.teacherhome-middle a.unviewed-results.empty {
  color: #B1B1B1;
  cursor: default;
}
.teacherhome-middle a.unviewed-results.empty:hover {
  text-decoration: none;
}
.teacherhome-middle .popover {
  width: 300px;
}
.teacherhome-middle .popover :hover {
  text-decoration: none;
}
.teacherhome-middle .popover a.unviewed-results {
  height: 33px;
  color: #373737;
  font-size: 0.85em;
  display: block;
  margin: 20px 0px;
  clear: right;
  transition: all 0.5s ease;
}
.teacherhome-middle .popover a.unviewed-results * {
  transition: all 0.5s ease;
}
.teacherhome-middle .popover a.unviewed-results:hover {
  color: #3F8EC4;
}
.teacherhome-middle .popover a.unviewed-results:hover .numberUnviewed {
  border: solid 1px #3F8EC4;
}
.teacherhome-middle .popover a.unviewed-results:hover .numberUnviewed img {
  border-left: solid 1px #3F8EC4;
}
.teacherhome-middle .popover a.unviewed-results:last-child {
  margin-bottom: 10px;
}
.teacherhome-middle .popover a.unviewed-results:first-child {
  margin-top: 10px;
}
.teacherhome-middle .popover a.unviewed-results .numberUnviewed {
  border: solid 1px #ABABAB;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}
.teacherhome-middle .popover a.unviewed-results .numberUnviewed .count {
  width: 40px;
  color: #3F8EC4;
  font-size: 1.3em;
  text-align: center;
  display: inline-block;
  margin-top: 4px;
}
.teacherhome-middle .popover a.unviewed-results .numberUnviewed .count .glyphicon {
  font-size: 0.65em;
  margin-left: 1px;
  display: inline-block;
}
.teacherhome-middle .popover a.unviewed-results .numberUnviewed img {
  margin-top: -4px;
  margin-left: 3px;
  border-left: solid 1px #ABABAB;
}
.teacherhome-middle .popover a.unviewed-results p {
  width: 120px;
  height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  float: right;
}
#teacherhome-bottom {
  background-color: rgba(10, 26, 39, 0.9);
}
#teacherhome-bottom p > a {
  color: #52a8ff;
}
#teacherhome-bottom .popover-title {
  color: #484848;
}
#teacherhome-bottom .container > .row {
  position: relative;
  padding: 40px 0px;
}
#teacherhome-bottom .container > .row:first-child,
#teacherhome-bottom .container > .row:nth-child(2) {
  border-bottom: 1px solid #444;
}
#teacherhome-bottom .gizmo-list-row .next-link {
  color: #9E9E9E;
  position: absolute;
  right: -7%;
  top: 22%;
  font-size: 16px;
}
#teacherhome-bottom .gizmo-list-row .next-link:hover {
  text-decoration: none;
}
#teacherhome-bottom .gizmo-list-row img {
  border: 1px solid white;
  box-shadow: none;
}
#teacherhome-bottom .gizmo-list-row .title a {
  color: white;
  font-size: 14px;
}
#teacherhome-bottom .gizmo-list-row .title a:hover {
  text-decoration: none;
}
#teacherhome-bottom .gizmo-list-row .avatar-container {
  padding: 4px 5px 0px 10px;
}
#teacherhome-bottom .gizmo-list-row .subtext {
  margin-bottom: 0px;
}
#teacherhome-bottom .gizmo-list-row .btn-outline {
  display: none;
}
#teacherhome-bottom .gizmo-list-row > div:first-child {
  width: 21%;
}
#teacherhome-bottom .gizmo-list-row > div:nth-child(2) {
  width: 72%;
  padding-left: 0px;
}
#teacherhome-bottom .arrow-control {
  background-color: #22303C;
  z-index: 10;
}
#teacherhome-bottom .arrow-control .glyphicon {
  font-size: 28px;
  margin-top: 140%;
  color: #9E9E9E;
  cursor: pointer;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
#teacherhome-bottom .next-arrow {
  float: right;
  margin-left: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  -webkit-box-shadow: -1px 0px 2px #2F2F2F;
  -moz-box-shadow: -1px 0px 2px #2F2F2F;
  box-shadow: -1px 0px 2px #2F2F2F;
}
#teacherhome-bottom .next-arrow:hover .glyphicon {
  color: white;
  transform: scale(1.2);
}
#teacherhome-bottom .previous-arrow {
  display: none;
  float: left;
  margin-right: 10px;
  width: 30px;
  -webkit-box-shadow: -1px 0px 2px #2F2F2F;
  -moz-box-shadow: -1px 0px 2px #2F2F2F;
  box-shadow: -1px 0px 2px #2F2F2F;
}
#teacherhome-bottom .img-container img {
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#teacherhome-bottom .img-container .img-caption {
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#teacherhome-bottom .recommended-gizmos-row,
#teacherhome-bottom .case-gizmos-row {
  height: fit-content !important;
  overflow-x: hidden;
}
#teacherhome-bottom .case-gizmos-row {
  margin: 0 0;
}

.recommended-gizmos { height: fit-content !important }
.recommended-gizmos-row { height: fit-content !important }
.recommended-gizmos-row .slick-initialized .slick-slider { height: fit-content !important }
#teacherhome-bottom .recommended-gizmos,
#teacherhome-bottom .case-gizmos {
  float: left;
  margin-right: 20px;
}
#teacherhome-bottom .recommended-gizmos:hover .img-container,
#teacherhome-bottom .case-gizmos:hover .img-container {
  box-shadow: 0px 3px 10px #111;
}
#teacherhome-bottom .recommended-gizmos:hover .img-container img,
#teacherhome-bottom .case-gizmos:hover .img-container img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#teacherhome-bottom .recommended-gizmos:hover .img-container .img-caption,
#teacherhome-bottom .case-gizmos:hover .img-container .img-caption {
  background-color: white;
}
#teacherhome-bottom .recommended-gizmos .img-container,
#teacherhome-bottom .case-gizmos .img-container {
  margin-left: 0px;
  z-index: 1;
  -o-transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
}
#teacherhome-bottom .recommended-gizmos .img-container img,
#teacherhome-bottom .case-gizmos .img-container img {
  max-height: 115px;
}
#teacherhome-bottom .cases-bar .text-block {
  width: calc(20% - 20px);
}
#teacherhome-bottom .case-gizmos {
  margin-right: 0;
  width: 33%;
}
#teacherhome-bottom .case-gizmos .img-container {
  margin-left: 20px;
}
#teacherhome-bottom .case-gizmos .img-container img {
  max-height: 175px;
}
#teacherhome-bottom h3 {
  color: #f0f0f0;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-weight: 100;
}
#teacherhome-bottom img {
  -webkit-box-shadow: 3px 3px 3px #2F2F2F;
  -moz-box-shadow: 3px 3px 3px #2F2F2F;
  box-shadow: 3px 3px 3px #2F2F2F;
  display: block;
}
#teacherhome-bottom .btn:hover {
  color: #22303C;
}
#teacherhome-bottom .featured {
  color: white;
}
#teacherhome-bottom .featured > .row > div:first-child {
  margin-bottom: 15px;
}
#teacherhome-bottom .featured .popover {
  width: 400px;
  max-width: 400px;
}
#teacherhome-bottom .featured .img-container {
  max-height: 200px;
  z-index: 1;
}
#teacherhome-bottom .featured .img-container:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#teacherhome-bottom .featured .img-container:hover .img-caption {
  background-color: white;
}
#teacherhome-bottom .featured:nth-child(1) {
  padding-right: 30px;
}
#teacherhome-bottom .featured:nth-child(2) {
  padding-left: 30px;
}
#teacherhome-bottom .img-container {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 3px 3px #2F2F2F;
  -moz-box-shadow: 0px 3px 3px #2F2F2F;
  box-shadow: 0px 3px 3px #2F2F2F;
  position: relative;
  display: block;
  overflow: hidden;
}
#teacherhome-bottom .img-container a {
  color: black;
}
#teacherhome-bottom .featured .img-container img {
  width: 100%;
}
#teacherhome-bottom .img-caption {
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.82);
  padding: 10px;
  text-shadow: 1px 1px 0px rgba(224, 221, 221, 0.6);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#teacherhome-bottom .small-caption {
  font-size: 12px;
  line-height: 1.1;
  padding: 14px 5px 14px 14px;
}
#teacherhome-bottom .tiny-caption {
  font-size: 12px;
  padding: 3px 5px 3px 12px;
}
.gizmos-bar .text-block,
.cases-bar .text-block {
  margin-right: 30px;
  clear: both;
  width: 20%;
  float: left;
  color: white;
}
.gizmos-bar .recommended-gizmos,
.cases-bar .recommended-gizmos {
  float: left;
  margin-right: 20px;
  display: none;
}
.gizmos-bar .recommended-gizmos .img-container,
.cases-bar .recommended-gizmos .img-container {
  margin-left: 0px;
  transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.gizmos-bar .recommended-gizmos .img-container a,
.cases-bar .recommended-gizmos .img-container a {
  outline: none;
}
.gizmos-bar .recommended-gizmos .img-container img,
.cases-bar .recommended-gizmos .img-container img {
  max-height: 115px;
}
.gizmos-bar .recommended-gizmos .img-container:hover,
.cases-bar .recommended-gizmos .img-container:hover {
  box-shadow: 0px 3px 10px #111;
}
.gizmos-bar .recommended-gizmos-row,
.cases-bar .recommended-gizmos-row {
  overflow-x: hidden;
}
.gizmos-bar .img-container,
.cases-bar .img-container {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 3px 3px #2F2F2F;
  -moz-box-shadow: 0px 3px 3px #2F2F2F;
  box-shadow: 0px 3px 3px #2F2F2F;
  position: relative;
  display: block;
  overflow: hidden;
}
.gizmos-bar .img-container a,
.cases-bar .img-container a {
  color: black;
}
.gizmos-bar .img-caption,
.cases-bar .img-caption {
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.82);
  padding: 10px;
  text-shadow: 1px 1px 0px rgba(224, 221, 221, 0.6);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gizmos-bar .small-caption,
.cases-bar .small-caption {
  font-size: 12px;
  line-height: 1.1;
  padding: 7px;
}
.gizmos-bar p.subtext,
.cases-bar p.subtext {
  margin-bottom: 20px;
}
.teacherhome {
  background-color: #53B4DF;
}
.teacherhome .page-title {
  margin-bottom: 0;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.teacherhome .card {
  margin-bottom: 30px;
}
.teacherhome .user-card {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.teacherhome .user-card .avatar {
  padding: 4px 14px;
  position: relative;
  display: inline-block;
}
.teacherhome .user-card .avatar .edit {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
}
.teacherhome .user-card .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.teacherhome .user-card p {
  margin-bottom: 0;
}
.teacherhome .card .gizmos {
  padding-top: 15px;
}
.teacherhome .card .gizmos .float {
  width: 50%;
  float: left;
}
.teacherhome .card .gizmos .float .card-gizmo-h:last-child {
  margin-bottom: 16px;
}
.teacherhome .card .gizmos .seemore {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #93C069;
  font-size: 18px;
}
.teacherhome .card .gizmos .seemore .num {
  font-size: 32px;
  line-height: 1;
}
.teacherhome .card .gizmos .seemore:hover {
  color: #7C9E5B;
}
.teacherhome .notice-full .inner {
  background-color: #FFF08B;
  color: #6F6B4A;
}
.teacherhome .dave-avatar {
  margin-right: 20px;
}
.teacherhome .dave-opening {
  font-weight: bold;
}
.teacherhome .read-more-row {
  margin-top: 20px;
}
.teacherhome.b {
  background-color: #8C0D0D;
}
.teacherhome.b .notice-full .inner {
  color: #fff;
  background-color: #F94747;
}
.teacherhome.c {
  background-color: #4A5C6F;
}
.teacherhome.c .notice-full .inner {
  color: #fff;
  background-color: #FF4EB3;
}
.teacherhome.d {
  background-color: #694971;
  background-color: #403858;
}
.teacherhome.d .notice-full .inner {
  color: #253C6E;
  background-color: #5AE2F4;
}
/* === For phones =================================== */
@media (max-width: 767px) {
  .teacherhome-top {
    padding: 12px 0px 8px 0px;
  }
  .teacherhome-top .avatar img {
    height: 30px;
    margin-right: 10px;
  }
  .teacherhome-top .glyphicon-cog {
    top: 2px;
    font-size: 17px;
  }
  .teacherhome-top .account-settings {
    margin-right: -10px;
  }
  .teacherhome-top h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .teacherhome-middle {
    padding: 15px 15px 0px 15px;
  }
  .teacherhome-middle .borderless-card {
    padding: 15px 15px 0px 15px;
  }
  .teacherhome-middle .borderless-card ul {
    overflow: visible;
  }
  .teacherhome-middle .borderless-card .list {
    height: auto;
  }
  .teacherhome-middle .borderless-card.expanded .list {
    overflow-y: visible;
  }
  .teacherhome-middle.small-row .borderless-card .list {
    height: auto;
  }
  .teacherhome-middle.small-row .large-message {
    padding: 0 5%;
  }
  .teacherhome-middle.small-row .large-message .glyphicon {
    margin-right: 12px;
  }
  .teacherhome-middle .borderless-card:nth-child(1) {
    padding-right: 15px;
    border: none;
  }
  .teacherhome-middle .borderless-card:nth-child(2) {
    padding-left: 15px;
    border: none;
  }
  #teacherhome-bottom .cases-bar .text-block,
  #teacherhome-bottom .gizmos-bar .text-block {
    float: none;
    width: 100%;
  }
  #teacherhome-bottom .arrow-control .glyphicon {
    font-size: 22px;
    margin-top: 142%;
  }
  #teacherhome-bottom .recommended-gizmos .img-container img {
    max-height: 115px;
  }
  #teacherhome-bottom .featured:nth-child(2) {
    padding-left: 15px;
  }
  #teacherhome-bottom .subtext {
    margin-bottom: 15px;
  }
  #teacherhome-bottom .container > .row {
    padding: 15px 0px;
  }
  #teacherhome-bottom .row {
    padding: 15px 0px;
  }
  #teacherhome-bottom .gizmo-list-row .btn-outline {
    display: inline-block;
    margin: 5px 0px 5px 0px;
    color: white;
  }
  #teacherhome-bottom .gizmo-list-row .btn-outline:hover {
    color: #333;
  }
  #teacherhome-bottom .gizmo-list-row > div:first-child {
    width: 100%;
  }
  #teacherhome-bottom .gizmo-list-row > div:nth-child(2) {
    width: 100%;
  }
  #teacherhome-bottom .case-gizmos-row {
    margin-left: -20px;
  }
  #teacherhome-bottom .case-gizmos-row .case-gizmos .img-container img {
    max-height: 142px;
  }
  .fixed-bottom-bar .btn {
    padding: 6px 12px;
    font-size: 14px;
  }
  .fixed-bottom-bar button {
    margin-left: 18px;
  }
  .fixed-bottom-bar .close {
    line-height: 30px;
  }
  .fixed-bottom-bar h1 {
    font-size: 16px;
    margin: 0px;
    line-height: 32px;
  }
}
/* === For tablets ================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .teacherhome-middle.small-row .large-message {
    padding: 0 0%;
    margin-top: 10%;
  }
  .teacherhome-middle.small-row .large-message .glyphicon {
    margin-right: 12px;
  }
  .teacherhome-middle .large-message {
    margin-top: 25%;
    padding: 0% 15%;
  }
  .teacherhome-middle .large-message-classes {
    margin-top: 2%;
  }
  .fixed-bottom-bar h1 {
    font-size: 28px;
  }
  #teacherhome-bottom .case-gizmos .img-container img {
    height: 115px;
  }
}
/* === For desktops ================================== */
@media (min-width: 992px) and (max-width: 1200px) {
  .fixed-bottom-bar .founder-message {
    margin-left: 0px;
  }
}
/* === For Small Screens (Phones) ========================= */
@media (max-width: 500px) {
  .teacherhome #myClasses,
  .teacherhome #reccomendedGizmos,
  .teacherhome #sharedLists,
  .teacherhome #events,
  .teacherhome #social,
  .teacherhome #training,
  .teacherhome #webinar {
    display: none;
  }
}
form .required-notice {
  color: red;
  font-size: 16px;
}
.new-form .row {
  margin-bottom: 5px;
}
.new-form .message {
  font-size: 16px;
  margin-bottom: 25px;
}
.new-form .teaching-environment-row {
  margin-bottom: 12px;
  margin-top: 10px;
}
.new-form .radio-group {
  padding-bottom: 3px;
  border-bottom: 1px solid #E7E7E7;
}
.new-form .radio-inline {
  margin-right: 15px;
}
.new-form .btn-lg.btn-default {
  font-size: 14px;
}
.new-form label {
  font-weight: 300;
  margin-left: 5px;
  font-size: 16px;
}
.new-form .radio-inline {
  text-transform: none;
}
.new-form .disclaimer {
  margin-bottom: 18px;
}
.new-form .btn {
  margin-bottom: 8px;
}
.new-form #gizmosPricingButton {
  text-decoration: none;
}
.new-form #gizmosPricingButton:focus {
  outline: none;
}
.new-form #gizmosPricingButton:active {
  border: 1px solid white;
  background-color: white;
}
.new-form .btn-link {
  padding-left: 0px;
}
.new-form .medium-weight {
  font-weight: 500;
  color: black;
}
.new-form .form-control-feedback {
  top: 26px;
}
.common-form .tooltip.top > .tooltip-inner {
  background-color: #a94442;
}
.common-form .tooltip.top > .tooltip-arrow {
  border-top-color: #a94442;
}
.common-form .section-header {
  font-size: 0.8em;
  font-weight: none;
  text-transform: uppercase;
}
.common-form .noLicenseSelectedMessage {
  font-size: 1.4em;
}
.common-form .teacherSelected {
  margin-bottom: 15px;
}
.common-form .homeUserSelected {
  margin-bottom: 15px;
}
.common-form .covered-dropdown-close-button {
  position: absolute;
  right: 18px;
  top: 15px;
  z-index: 1000;
}
.common-form .covered-dropdown-toggle {
  padding: 6px 9px;
}
.common-form .label-left {
  float: left;
  margin-top: 3px;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 6px;
  background-color: #3E8AE5;
  border-color: #3481DD;
  color: white;
  font-weight: normal;
  text-transform: none;
  font-size: 85%;
}
.common-form .justified-aligned-dropdown-menu {
  padding: 15px;
  width: 96%;
  top: -5px;
  left: 14px;
}
.common-form .form-control-feedback {
  text-align: initial;
  right: 8px;
  font-size: 1.2em;
  color: #a94442;
  pointer-events: auto;
}
.common-form .button-group-error-spacing {
  padding-right: 32px;
}
.common-form .select-error-spacing {
  padding-right: 48px;
}
.common-form .select-error-glyphicon {
  position: absolute;
  right: 24px;
  top: 10px;
  font-size: 1.2em;
  color: #a94442;
}
.common-form .align-right-error-glyphicon {
  position: absolute;
  right: 20px;
  top: 32px;
  font-size: 1.2em;
  color: #a94442;
}
.common-form .contact-row {
  margin-top: 15px;
}
.common-form .username-duplicate-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.register-trial-error-icon {
  font-size: 5.5em;
  margin-top: 30px;
}
.free-trial-signup .hdr,
.pd-objectives .hdr {
  margin-bottom: 50px;
}
.free-trial-signup .hdr .title,
.pd-objectives .hdr .title {
  font-size: 50px;
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 1em;
  padding-top: 4px;
  color: #7271A9;
}
.free-trial-signup .hdr .intro,
.pd-objectives .hdr .intro {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #777;
  margin-bottom: 22px;
}
.free-trial-signup .popover,
.pd-objectives .popover {
  max-width: 100%;
}
.free-trial-signup .popover-content,
.pd-objectives .popover-content {
  padding-right: 40px;
}
.free-trial-signup .popover-content .glyphicon,
.pd-objectives .popover-content .glyphicon {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 1.2em;
  cursor: pointer;
}
.free-trial-signup .popover-content h3,
.pd-objectives .popover-content h3 {
  color: #48A31A;
  margin-top: 0px;
}
.free-trial-signup h5,
.pd-objectives h5 {
  margin: 0 0 12px 0;
  color: #777;
}
.free-trial-signup .h5,
.pd-objectives .h5 {
  color: #777;
}
.free-trial-signup .label,
.pd-objectives .label {
  color: #777;
  border-color: #777;
}
.free-trial-signup .feature-list,
.pd-objectives .feature-list {
  margin: 0 12px 30px 0;
}
.free-trial-signup .feature-list .amber,
.pd-objectives .feature-list .amber {
  color: #EB9600;
}
.free-trial-signup .feature-list .green,
.pd-objectives .feature-list .green {
  color: #48A31A;
}
.free-trial-signup .feature-list li,
.pd-objectives .feature-list li {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 2px 0 5px 24px;
}
.free-trial-signup .feature-list li .glyphicon,
.pd-objectives .feature-list li .glyphicon {
  color: #7271A9;
  margin-left: -24px;
  margin-right: 8px;
}
.el-form .form-group {
  margin-bottom: 10px;
}
.el-form label {
  font-weight: normal;
}
.el-form .whatITeachErrorMessage {
  margin: 6px 0 0 6px;
}
.edit-profile .tab-container {
  padding: 15px;
  border: 1px solid #DDDDDD;
  border-top: none;
  margin-bottom: 15px;
}
.edit-profile .info-paragraph {
  padding: 5px 5px 5px 10px;
}
.edit-profile .pic-container {
  padding: 10px;
  background-color: #DDDDDD;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.edit-profile .caption {
  margin-top: 4px;
  font-size: 90%;
}
.edit-profile .delete-image {
  margin-top: 10px;
}
.edit-profile .delete-image .glyphicon {
  color: #B31B1B;
}
.edit-profile .green {
  color: #48A31A;
}
.edit-profile p.info:before {
  vertical-align: middle;
  font-family: "Glyphicons Halflings";
  content: "\e086";
  margin-right: 12px;
  color: #8281AC;
  font-size: 1.4em;
}
.edit-profile p.info {
  font-size: 1.1em;
  padding: 6px 6px 6px 12px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0px 0 12px 0;
  border: 1px solid #E2E2EC;
}
.edit-profile .text-violet {
  color: #7271A9;
}
.edit-profile #cropPictureHolder {
  margin-bottom: 10px;
}
.edit-profile .whatITeachErrorMessage {
  margin: 6px 0 0 6px;
}
.edit-profile label.checkbox-inline {
  padding-top: 0px;
}
.edit-profile #fileUploadContinue {
  display: none;
}
.whatITeachFormElements label.checkbox-inline,
.whatITeachFormElements label.radio-inline {
  padding-top: 0px;
  margin-left: 10px;
}
.whatITeachFormElements .green {
  color: #48A31A;
}
#studentLoginForm {
  margin-bottom: 15px;
  padding: 5px;
}
#studentLoginForm #studentLoginFields input {
  margin-right: 15px;
}
#studentLoginForm #studentLoginFields label {
  margin-right: 5px;
}
#studentLoginForm .non-alert-info {
  margin-left: 10px;
  margin-bottom: 25px;
}
.form-box {
  border-radius: 4px;
}
.form-box .header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px;
  background-color: blue;
  color: white;
  text-align: left;
}
.form-box .header .title {
  font-size: 24px;
}
.form-box .header .sub-title {
  font-size: 16px;
}
.form-box .body {
  padding: 20px;
  background-color: #F5F5F5;
  color: #4A4A4A;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-box .body form label {
  font-size: 16px;
  font-weight: normal;
}
.sub-header {
  text-align: center;
}
.sub-header .message {
  position: relative;
  display: inline-block;
  top: 10px;
  background-color: #f5f5f5;
  padding: 0 15px;
}
.sub-header .border {
  border-bottom: 1px solid #ccc;
}
.form-box-orange .header {
  background-color: #EFBC41;
}
.form-box-dark-blue .header {
  background-color: #2154b5;
}
.form-box-dark-blue .btn-primary {
  background-color: #E6BA12;
  border-color: #E6BA12;
}
.form-box-dark-blue .body {
  border-radius: 4px;
}
.btn {
  padding: 6px 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 10px 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-lg .sub,
.btn-group-lg > .btn .sub {
  line-height: 0.9;
  display: block;
  font-size: 60%;
  color: #ADADAD;
  text-align: left;
}
.btn-lg-trim,
.btn-group-lg-trim > .btn {
  padding: 8px 15px;
}
.btn-primary {
  background-color: #3E8AE5;
  border-color: #3481DD;
}
.label {
  font-size: 50%;
  vertical-align: middle;
  display: inline-block;
}
.label {
  background-color: #FFF;
  font-weight: 550;
  font-size: 76%;
  color: #624973;
  text-transform: uppercase;
  vertical-align: text-top;
  margin-left: 6px;
  border: solid 1px;
  padding-top: 4px;
  margin-top: -2px;
}
.label:first-child {
  margin-left: 0;
}
.label-freemium-basic {
  color: #d43f0e;
}
.label-freemium {
  font-size: 100%;
  text-transform: none;
  padding: 6px 8px 6px 8px;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  color: white;
  box-shadow: 10px 10px 130px 12px #fff;
}
.label-freemium .glyphicon {
  top: 1px;
}
.label-freemium.inverted {
  border: none;
}
.label-freemium-free {
  background-color: #d42020;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
}
.label-freemium-free.inverted {
  background-color: white;
  color: #bb4646;
  padding: 3px;
}
.label-freemium-timer {
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3e8ae5;
  border-top: 1px solid rgba(62, 138, 229, 0.3);
  border-right: 1px solid rgba(62, 138, 229, 0.3);
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
}
.label-freemium-timer.inverted {
  background-color: white;
  color: #cccccc;
  padding: 3px;
}
.label-cover {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
br + .label {
  margin-left: 0px;
}
.badge-primary {
  background-color: #3E8AE5;
}
.badge-success {
  background-color: #5cb85c;
}
.btn-preview {
  background-color: #e57c3f;
  border-color: #d26b2f;
  color: white;
}
.btn-preview:hover {
  background-color: #d2692c;
  color: white;
}
.btn.btn-round {
  border-radius: 24px;
}
.btn-go {
  color: #fff;
  background-color: #624973;
  border-color: #51465A;
}
.btn-go:hover,
.btn-go:focus,
.btn-go.focus,
.btn-go:active,
.btn-go.active,
.open > .dropdown-toggle.btn-go {
  color: #fff;
  background-color: #4D3B59;
  border-color: #36303C;
}
.btn-cta {
  color: white;
  border-color: #2154b5;
  background-color: #2154b5;
}
.btn-cta:hover {
  color: white;
}
.btn-gray {
  color: #624973;
  background-color: #f9f9f9;
  border-color: #aaa;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-go {
  color: #624973;
  background-color: #f0f0f0;
  border-color: #999;
}
.btn-margin-left {
  margin-left: 5px;
}
.btn-outline,
.btn-outline:focus {
  background-color: transparent;
  color: inherit;
  transition: all 0.5s;
}
.btn-outline:hover {
  background-color: white;
}
.btn-outline.btn-faded {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(204, 204, 204, 0.35);
}
.btn-outline.btn-faded:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #333;
}
.navbar-btn .btn-outline {
  color: #fff;
}
.btn-primary.btn-outline {
  color: #3481DD;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover {
  color: #204d74;
}
.btn-success.btn-outline:hover {
  color: #398439;
}
.btn-info.btn-outline:hover {
  color: #269abc;
}
.btn-warning.btn-outline:hover {
  color: #d58512;
}
.btn-danger.btn-outline:hover {
  color: #ac2925;
}
.btn-primary.btn-outline.btn-light:hover {
  color: white;
  background-color: #3481DD;
  border-color: #3481DD;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 50%;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 50%;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 50%;
}
.label-class-page-timer {
  background-color: #3E5285;
  border-radius: 0px 2px 2px 0px;
  color: white;
  height: 38px;
  line-height: 38px;
  padding: 0 8px;
}
.label-class-page-free {
  background-color: #d42020;
  border-radius: 0px 2px 2px 0px;
  color: white;
  height: 38px;
  line-height: 38px;
  padding: 0 8px;
}
.btn-orange {
  background-color: #EFBC41;
  color: white;
}
.btn-orange:hover {
  background-color: transparent;
  color: #EFBC41;
  border: 1px solid #EFBC41;
}
.btn-light-orange {
  background-color: #faa519;
  color: white;
}
.btn-light-orange:hover {
  background-color: transparent;
  color: #faa519;
  border: 1px solid #faa519;
}
.btn-yellow {
  background-color: #ffdd00;
  color: #333;
  border: 1px solid #eada00;
}
.btn-yellow:hover {
  background-color: #eada00;
}
.btn-yellow.inverted:hover {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
}
.btn-primary.el-light-blue {
  background-color: #00a0e3;
  color: white;
}
.btn-primary.el-light-blue:hover,
.btn-primary.el-light-blue.active {
  background-color: #286090;
}
.btn-dark-blue {
  background-color: #0072B4;
  color: white;
}
.btn-dark-blue:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.btn-dark-blue:focus {
  color: white;
}
.btn-outline.btn-orange {
  border-color: #EFBC41;
  background-color: transparent;
  color: #EFBC41;
}
.btn-outline.btn-orange:hover {
  background-color: #EFBC41;
  color: white;
}
.cool-toggle input[type="checkbox"] {
  display: none;
}
.cool-toggle input[type="checkbox"] + label {
  display: inline-block;
  width: 40px;
  height: 20px;
  position: relative;
  transition: 0.3s;
  margin: 0px 20px;
  margin: 0px 0px 0px 10px;
  box-sizing: border-box;
}
.cool-toggle input[type="checkbox"] + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
  cursor: pointer;
}
#inset_1:checked + label.red,
#inset_2:checked + label.red,
#inset_3:checked + label.red {
  background: #ECA9A7;
}
#inset_1:checked + label.red:after,
#inset_2:checked + label.red:after,
#inset_3:checked + label.red:after {
  background: #D9534F;
}
#inset_1:checked + label.green,
#inset_2:checked + label.green,
#inset_3:checked + label.green {
  background: #AEDCAE;
}
#inset_1:checked + label.green:after,
#inset_2:checked + label.green:after,
#inset_3:checked + label.green:after {
  background: #5CB85C;
}
#inset_1:checked + label:after,
#inset_2:checked + label:after,
#inset_3:checked + label:after {
  left: calc(100% - 18px);
}
#inset_1 + label,
#inset_2 + label,
#inset_3 + label {
  background: #ddd;
  cursor: pointer;
  border-radius: 20px;
}
#inset_1 + label:after,
#inset_2 + label:after,
#inset_3 + label:after {
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}
.btn-upgrade {
  background-color: #ffb556;
  border-color: #ffb04a;
  color: #333;
}
.label-free-account {
  color: #68a75e;
  margin-left: 0px;
}
.label-free-trial {
  color: #e89425;
  margin-left: 0px;
}
.label-subscriber {
  color: #4A90E2;
  margin-left: 0px;
}
.gizmo-tag {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  line-height: 16px;
  height: 16px;
  display: inline-block;
  padding: 0 8px 0 6px;
  font-size: 11px;
}
.free-gizmo-tag {
  background-color: #68a75e;
  color: white;
  cursor: pointer;
  padding-top: 1px;
}
.locked-gizmo-tag,
.locked-case-tag {
  background-color: white;
  color: #aaa;
  cursor: pointer;
}
.simple-free-tag {
  color: #68a75e;
  font-size: 11px;
  font-weight: bold;
  float: right;
  line-height: 22px;
}
.tag-case {
  font-weight: bold;
  color: #FFF;
  padding: 2px 6px;
  background-color: #00A1E4;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 2px;
}
.tag-handbook {
  font-weight: bold;
  color: #00A1E4;
  border: 1px solid #00A1E4;
  padding: 1px 6px;
  background-color: #FFF;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 2px;
}
.labels .tag-case,
.labels .tag-handbook {
  font-size: 11px;
}
.dropdown-menu > li > a {
  padding: 7px 16px;
}
.dropdown-menu > .dropdown-inset > a:hover {
  background-color: #e9e9e9;
  transition: background-color 400ms;
}
.dropdown-header {
  padding: 3px 15px;
}
.dropdown-header-divider {
  margin-top: 9px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.dropdown-header-divider-small {
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.dropdown-inset {
  background-color: #f5f5f5;
}
.dropdown-menu > li > a:hover > .badge-tab::before,
.dropdown-menu > li > a:focus > .badge-tab::before {
  background: #72A3CB;
  z-index: 1;
}
.dropdown-menu li.invert > a {
  background-color: #222;
  color: #fff;
}
.dropdown-menu li.split {
  min-width: 320px;
}
.dropdown-menu li.split > a {
  display: block;
  width: 50%;
  color: #337ab7;
  margin: 0 -1px;
  float: left;
  clear: none;
  text-align: center;
}
.dropdown-menu li.split > a:last-child {
  border-left: 1px solid #ddd;
  margin-left: -2px;
}
.locked-gizmo-dropdown.dropdown-menu-lg {
  min-width: 0;
}
.locked-gizmo-dropdown.dropdown-menu-lg .dropdown-body {
  padding: 15px;
}
.locked-gizmo-dropdown .dropdown-title {
  padding: 15px 15px 0 15px;
}
.locked-gizmo-dropdown .dropdown-title h3 {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.locked-gizmo-dropdown ul {
  margin: 15px 0px;
}
.dropdown-menu-lg {
  padding: 0;
  min-width: 460px;
}
.dropdown-menu-lg .list-group {
  border-left: 1px solid #ddd;
  margin-bottom: 0;
}
.dropdown-menu-lg .list-group .list-group-item {
  border: 0;
}
.dropdown-menu-lg .dropdown-title {
  padding: 12px 15px 0 15px;
  font-size: 12px;
  color: #596773;
}
.dropdown-menu-lg .dropdown-body {
  padding: 24px 15px 14px 15px;
}
.dropdown-menu-lg .dropdown-body .alert {
  margin-bottom: 10px;
  padding: 6px 8px;
}
.dropdown-menu-lg .dropdown-divider {
  position: relative;
  z-index: 3;
  margin: 12px -15px;
}
.dropdown-menu-lg .dropdown-divider .title {
  display: inline-block;
  padding: 0 6px;
  margin-left: 24px;
  line-height: 20px;
  font-size: 12px;
  background-color: #fff;
  color: #596773;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.dropdown-menu-lg .dropdown-divider:after {
  content: "";
  background: #e2e6e9;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 10px 0 0;
  height: 1px;
}
.dropdown-menu-lg .dropdown-footer {
  padding: 12px 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.dropdown-backdrop {
  cursor: pointer;
}
.dropdown-menu-lg .dropdown-footer-buttons {
  padding: 0px;
}
.dropdown-menu-lg .dropdown-footer-buttons .btn {
  padding: 20px 20px 16px 20px;
  font-size: 14px;
  border: none;
}
.dropdown-menu-lg .dropdown-footer-buttons .btn-logout {
  color: #b34c4c;
}
.dropdown-menu-lg .dropdown-footer-buttons .glyphicon {
  margin-bottom: 7px;
  font-size: 28px;
}
.dropdown-menu-lg .dropdown-body-user-card {
  padding: 16px 15px 16px 15px;
}
.dropdown-header-user-card {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 15px;
}
.dropdown-header-user-card .body {
  margin-bottom: 0px;
}
/*MODIFIED BOOTSTRAP STYLES*/
/*CUSTOM BOOTSTRAP STYLES*/
.list-group-item-heading {
  display: inline-block;
  text-align: right;
  text-transform: uppercase;
  padding: 5px 5px 5px 9px;
  color: #666;
  background-color: #67A7EF;
  font-size: 12px;
  color: #fff;
}
.centered-header {
  display: table;
  margin: 0 auto;
  position: relative;
}
.centered-header > div {
  display: inline-block;
}
.centered-header .stateface {
  width: 150px;
  color: #D5D5D5;
  font-size: 120px;
  position: absolute;
  top: 0px;
  text-align: right;
}
.centered-header .stateface + .header {
  margin-left: 170px;
}
.centered-header .header {
  margin-bottom: 50px;
}
.centered-header h3 {
  margin: 30px 0 5px 0;
  font-size: 2em;
}
.centered-header .subtitle {
  font-size: 0.95em;
  margin: 0px;
}
.empty-message {
  padding-left: 12px;
}
.bg-tile-1,
.bg-tile-1-bordered {
  background-color: #E7F4FF;
}
.bg-tile-1-bordered,
.bg-tile-2-bordered {
  border-bottom: 1px solid #C4C6C8;
}
.bg-tile-2,
.bg-tile-2-bordered {
  background-color: #F9F9FB;
}
.bg-dark-blue {
  background-color: #0072B4;
}
.bg-dark-blue-gradient {
  background: linear-gradient(90deg, #0072b4, #034c7d);
}
.page-header {
  margin-top: 30px;
}
.page-header .title {
  margin-bottom: 4px;
}
.page-header .title .sub {
  color: #777;
}
.page-header .title .sub:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.page-header .sub-title {
  padding: 0 2px;
  color: #555;
  margin: 0;
}
.center-header {
  text-align: center;
}
.center-header .title {
  margin-bottom: 15px;
}
.gizminions-background:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  background-image: url(../img/CharacterBackground.png);
}
.promo-bg:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.07;
  background-image: url(../img/general_site/science_background.png);
}
.page-header-fancy {
  background-image: url(../img/fancy-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-header-fancy .title {
  font-size: 36px;
  color: white;
  margin-bottom: 6px;
}
.page-header-fancy .sub-title {
  color: white;
  font-size: 18px;
}
.page-header-cases {
  padding: 0px;
  margin: 30px 0;
  color: white;
}
.page-header-cases .title {
  margin-bottom: 15px;
}
.page-header-cases .sub-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .page-header-cases .title {
    font-size: 24px;
  }
  .page-header-cases .sub-title {
    font-size: 14px;
  }
}
.page-header-clean {
  border: none;
}
.page-ribbon {
  background-color: rgba(89, 103, 115, 0.9);
  padding: 10px 0;
}
.drop-well {
  border: 1px solid #DEE4E8;
  border-top-width: 0;
  padding: 12px;
  border-radius: 0 0 8px 8px;
  background-color: #D4DAE0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.drop-well .breadcrumb {
  margin-bottom: 0;
}
.col-inset {
  padding: 30px 40px;
}
.col-well {
  padding: 10px 30px;
  margin-bottom: 40px;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.col-well-default {
  color: #555;
  background-color: #f9f9f9;
  border-color: #ddd;
}
.col-well-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.billboard {
  text-align: center;
  padding: 100px 0;
}
.billboard .title {
  margin-bottom: 16px;
  font-size: 35px;
  color: #888;
}
.billboard .graphic {
  color: #ccc;
  display: block;
  margin-bottom: 45px;
  font-size: 200px;
}
.billboard .note {
  font-size: 14px;
  width: 60%;
  margin: 0 auto;
  color: #222;
  margin: 10px auto;
}
.billboard-sm {
  padding: 30px 0;
}
.billboard-sm .title {
  margin-bottom: 12px;
  font-size: 24px;
}
.billboard-sm .graphic {
  margin-bottom: 25px;
  font-size: 100px;
}
.invert .billboard .note {
  color: #fff;
}
.gizmo-listing {
  white-space: nowrap;
  margin: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  background: white;
  overflow: hidden;
}
.gizmo-listing .image-wrapper {
  width: 128px;
  float: left;
}
.gizmo-listing .listing-body h4 {
  margin: 5px 0;
}
.drag-ghost {
  opacity: 0;
  filter: alpha(opacity=0);
}
html.windows .drag-ghost {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.drag-item {
  z-index: 1;
}
.allowed-files-dropdown li {
  padding: 5px 16px;
  display: block;
  clear: both;
  white-space: nowrap;
}
.allowed-files-dropdown li.divider {
  padding: 0px;
}
.grid-item {
  width: 200px;
}
.card {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  background: white;
  border: 0.1em solid transparent;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.card .card-title {
  color: #666;
  padding-top: 3px;
  margin: 0 0 5px 0;
  font-size: 14px;
}
.card .card-title .sub-right {
  display: block;
  float: right;
  color: #bbb;
  text-transform: none;
}
.card .card-title-bordered {
  border-bottom: 1px solid #ddd;
  margin: 0 -16px 8px -16px;
}
.card .hdr {
  margin: 0 -16px 15px -16px;
  padding: 5px 15px 15px 15px;
  border-bottom: 1px solid #ddd;
}
.card .hdr .title {
  margin: 0;
}
.card .hdr-sm {
  margin: 0 -16px 15px -16px;
  padding: 0 15px 10px 15px;
}
.card .hdr-sm .title {
  padding-top: 3px;
  font-size: 16px;
}
.card .ftr {
  border-top: 1px solid #eee;
  padding: 10px 15px 0px 15px;
}
.card .alert-drop {
  margin-top: -15px;
  border-radius: 0 0 4px 4px ;
  padding: 8px 12px;
  border-top-width: 0;
  margin-bottom: 34px;
  font-size: 95%;
}
.card .alert-no-bottom-margin {
  margin-bottom: 0px;
}
.pd-users.card {
  min-height: 300px;
}
@media (min-width: 1200px) {
  .pd-users.card {
    min-height: 280px;
  }
}
.card-gizmo {
  white-space: nowrap;
  width: 110px;
  display: inline-block;
  margin: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  background: white;
  vertical-align: top;
  position: relative;
  font-weight: 300;
  cursor: default;
  -webkit-user-select: none;
}
.card-gizmo .image-wrapper {
  height: 59px;
  border-radius: 4px 4px 0 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.card-gizmo .image-wrapper:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-gizmo .image-wrapper:hover .overlay {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.card-gizmo .image-wrapper:hover .menu {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-gizmo .image-inner-wrapper {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
}
.card-gizmo .image-inner-wrapper img {
  width: 100%;
}
.card-gizmo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 2px 2px 0 0;
}
.card-gizmo .menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.card-gizmo .menu.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-gizmo .icon {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 30px;
  text-align: center;
  position: absolute;
  height: 45px;
  width: 100px;
  margin-left: -50px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.card-gizmo .details {
  margin: 7px 10px 7px 10px;
  overflow: hidden;
}
.card-gizmo .details:hover .menu {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-gizmo .title {
  font-size: 14px;
  line-height: 18px;
  max-height: 38px;
  color: #333;
  cursor: pointer;
  text-decoration: none;
  display: block;
  outline: none;
}
.card-gizmo .title:hover {
  color: #337ab7;
}
.card-gizmo .sub-title {
  overflow: hidden;
  font-size: 13px;
  line-height: 16px;
  color: #555;
  margin: 1px 0;
  text-decoration: none;
  display: block;
  outline: none;
}
.card-gizmo .sub-title:before {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-top: -3px;
  margin-right: 3px;
  vertical-align: middle;
  border-bottom: none;
  border-top: 4px solid #aaa;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom-width: 0px;
  border-bottom-style: dotted;
  content: "";
}
.card-gizmo .sub-title[style*="white-space: normal;"]:before {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-top: -3px;
  margin-right: 3px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 4px solid #aaa;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-width: 0px;
  border-top-style: dotted;
  content: "";
}
.card-gizmo .msg {
  font-size: 13px;
  color: #f4874f;
}
.confirm-gizmo-delete {
  white-space: normal;
  display: none;
}
.card-gizmo-h {
  width: auto;
  display: block;
  margin: 0 10px 28px 10px;
  text-align: left;
}
.card-gizmo-h .image-wrapper {
  float: left;
  width: 138px;
  height: 74px;
  border-radius: 4px 0 0 4px;
}
.card-gizmo-h .image-inner-wrapper {
  border-radius: 4px 0 0 4px;
}
.card-gizmo-h .btns {
  list-style: none;
  float: right;
  border-radius: 0 4px 0 4px;
  margin: 0;
  padding: 0;
}
.card-gizmo-h .btns .nav-item {
  position: relative;
  display: inline-block;
}
.card-gizmo-h .btns .nav-item > a {
  height: 32px;
  line-height: 32px;
  display: block;
  padding: 0 8px;
}
.card-gizmo-h .btns .nav-item > a:last-child {
  border-radius: 0 4px 0 4px;
}
.card-gizmo-h .btns .nav-item > a.info {
  background-color: #64C2B3;
  color: #fff;
}
.card-gizmo-h .btns .nav-item > a.special {
  color: #624973;
}
.card-gizmo-h .btns .nav-item > a.primary {
  background-color: #ECF8FF;
}
.card-gizmo-h .btns .nav-item:last-child {
  margin-right: -1px;
}
.card-gizmo-h .btns .nav-item .preview {
  background-color: #fff3dd;
  color: #9B6103;
}
.card-gizmo-h .btns .nav-item .about {
  color: #00a0e3;
}
.card-gizmo-h .btns-stacked .nav-item {
  display: block;
}
.card-gizmo-h .btns-stacked .nav-item > a,
.card-gizmo-h .btns-stacked .nav-item span {
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.card-gizmo-h .btns-stacked .nav-item > a.resultsLink,
.card-gizmo-h .btns-stacked .nav-item span.resultsLink {
  color: #64c2b3;
}
.card-gizmo-h .btns-stacked .nav-item > a.noresultsSpan,
.card-gizmo-h .btns-stacked .nav-item span.noresultsSpan {
  color: #bbb;
  padding: 0 11px;
}
.card-gizmo-h .details {
  position: relative;
  margin: 0;
}
.card-gizmo-h .details .details-inner {
  padding-left: 15px;
}
.card-gizmo-h .details .details-inner .alert {
  margin: 0px 0px 5px 0px;
  padding: 5px;
}
.card-gizmo-h .details:hover .menu {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-gizmo-h .details:hover .menu .drag-handle {
  color: #FFC200;
}
.card-gizmo-h .title {
  line-height: 32px;
  font-weight: bold;
  color: #444;
}
.card-gizmo-h .sub-title {
  margin: 0 8px 2px 0;
}
.card-gizmo-h .meta-bar {
  margin-bottom: 4px;
}
.card-gizmo-h .meta-bar a.link {
  font-size: 90%;
}
.card-gizmo-h .menu {
  right: 1px;
  background-color: #fff;
  padding-left: 10px;
}
.card-gizmo-h .menu > a {
  font-size: 17px;
  text-align: center;
  min-width: 18px;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 4px;
  color: #bbb;
}
.card-gizmo-h .menu > a:hover {
  color: #444;
}
.card-gizmo-h .menu > a .txt {
  font-size: 14px;
}
.card-gizmo-h .menu > a.drag-handle:hover {
  color: #FFC200;
}
.card-gizmo-h .menu > a.toggle-unhide {
  display: none;
}
.card-gizmo-h .menu > a.divide,
.card-gizmo-h .menu > a:last-child {
  border-right: 1px solid #ddd;
  padding-right: 12px;
}
.card-gizmo-h .menu.active > a.drag-handle {
  color: #bbb;
}
.card-gizmo-h:last-child {
  margin-bottom: 0;
}
.card-gizmoList {
  position: relative;
  padding-top: 12px;
  min-height: 250px;
}
@media (max-width: 767px) {
  .card-gizmoList {
    min-height: 180px;
  }
}
.card-gizmoList h4 {
  margin-bottom: 12px;
}
.card-gizmoList .glyphicon-list {
  color: #337ab7;
}
.card-gizmoList .list-link {
  line-height: 1.3;
}
.card-gizmoList blockquote {
  padding: 0px;
  margin: 0 0 10px 0;
  font-size: 14px;
  border-left: none;
}
.card-gizmoList .bottom-links {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 10px;
}
.card-gizmoList .bottom-links .list-link {
  margin-right: 15px;
  float: right;
}
.card-gizmoList .bottom-links .list-link a {
  color: #337ab7;
  line-height: 32px;
}
.card-gizmoList .bottom-links .user-link {
  float: left;
}
.card-gizmoList .bottom-links .user-link a {
  color: #333;
}
.card-gizmoList .designed-for {
  margin-bottom: 40px;
  font-size: 14px;
  border-top: 1px dotted #bbb;
  padding-top: 12px;
}
.card-gizmoList .user-avatar {
  margin-left: 15px;
  margin-right: 15px;
}
.card-gizmoList a.view-list {
  margin-top: 5px;
  margin-right: 20px;
}
.card-gizmoList .user-avatar img {
  width: 32px;
  height: 32px;
}
.non-btn {
  cursor: arrow;
  padding: 6px 10px;
}
.pagination-btns {
  text-align: center;
}
.pagination-btns .btn {
  font-size: 13px;
}
.no-appleios .card-gizmo-h .menu .appleios {
  display: none;
}
.appleios .card-gizmo-h .menu {
  opacity: 1;
  filter: alpha(opacity=100);
}
.appleios .card-gizmo-h .menu > a,
.appleios .card-gizmo-h .menu .no-appleios {
  display: none;
}
.appleios .card-gizmo-h .menu > a:last-child {
  display: inline-block;
}
.card-gizmo-h.rlr-hidden .details-inner,
.card-gizmo-h.rlr-hidden .image-wrapper {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.card-gizmo-h.rlr-hidden .menu a.toggle-hide {
  display: none;
}
.card-gizmo-h.rlr-hidden .menu a.toggle-unhide {
  display: inline-block;
}
.card-gizmo-h-sm {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 16px;
}
.card-gizmo-h-sm .image-wrapper {
  width: 72px;
  height: 38px;
  border-radius: 2px 0 0 2px;
}
.card-gizmo-h-sm .image-inner-wrapper {
  border-radius: 2px 0 0 2px;
}
.card-gizmo-h-sm .title {
  line-height: 38px;
}
.card-gizmo-h-sm .btns {
  border-radius: 0 2px 2px 0;
}
.card-gizmo-h-sm .btns .nav-item > a {
  height: 37px;
  line-height: 38px;
}
.card-gizmo-h-sm .btns .nav-item > a:last-child {
  border-radius: 0 2px 2px 0;
}
.card-gizmo-h-sm .menu > a {
  line-height: 38px;
  height: 38px;
}
.card-gizmo-h-sm.gizmo-gallery-modal .image-wrapper {
  width: 114px;
  height: 61px;
  border-radius: 2px 0 0 2px;
}
.card-gizmo-h-sm.gizmo-gallery-modal .title {
  line-height: 61px;
  max-height: 61px;
  font-size: 16px;
}
.card-gizmo-h-xs {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  white-space: normal;
  margin-bottom: 16px;
}
.card-gizmo-h-xs .image-wrapper {
  width: 72px;
  height: 38px;
  border-radius: 2px 0 0 2px;
}
.card-gizmo-h-xs .image-inner-wrapper {
  border-radius: 2px 0 0 2px;
}
.card-gizmo-h-xs .title {
  line-height: normal;
  font-size: 12px;
}
.card-gizmo-h-xs .details .details-inner {
  padding-top: 4px;
}
ul.headlines li {
  margin-bottom: 5px;
  font-size: 13px;
}
.sideText {
  color: #C4C6C8;
}
.sideText a.icon {
  color: #C4C6C8;
  font-size: 3em;
  margin: 0 10px;
}
.sideText a.email {
  font-size: 3.3em;
}
.header .presentation-mode-header-button {
  color: #444;
  display: inline-block;
  padding: 0px;
  font-size: 28px;
  line-height: 0.7;
  vertical-align: middle;
  margin-left: 5px;
}
.launch-fullscreen-mode {
  cursor: pointer;
}
#teacher-view-banner div {
  color: #00a0e3;
  padding: 5px 8px;
  font-weight: bold;
}
#teacher-view-banner .glyphicon {
  font-size: 18px;
}
.tooltip {
  z-index: 999999;
}
div.full-screen-enabled {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #222;
}
div.full-screen-enabled .container {
  width: auto;
  padding: 0px;
}
div.full-screen-enabled #gizmoHolder {
  margin: 5px;
}
div.full-screen-enabled #gizmoHolder #g.scale {
  padding: 5px;
}
div.full-screen-enabled #gizmoHolder .thumb {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 22px;
  margin-right: 10px;
  border: 1px solid #DFE8EE;
}
div.full-screen-enabled .fullscreen-toolbar-landscape {
  bottom: 0;
  top: 0;
  right: 0;
  width: 40px;
  border-left: 1px solid black;
  background-color: #1D1D1D;
}
div.full-screen-enabled .fullscreen-toolbar-landscape .glyphicon {
  margin-bottom: 22px;
}
div.full-screen-enabled .fullscreen-toolbar-landscape .glyphicon-fullscreen {
  margin-bottom: 25px;
}
div.full-screen-enabled .fullscreen-toolbar-landscape .fullscreen-presets .dropdown-menu {
  top: 0;
  right: 32px;
  left: auto;
}
div.full-screen-enabled .fullscreen-toolbar-portrait {
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  border-top: 1px solid black;
  background-color: rgba(0, 0, 0, 0.6);
}
div.full-screen-enabled .fullscreen-toolbar-portrait .glyphicon,
div.full-screen-enabled .fullscreen-toolbar-portrait .ico {
  z-index: 2;
  float: right;
  margin-left: 22px;
}
div.full-screen-enabled .fullscreen-toolbar-portrait .glyphicon-fullscreen {
  margin-left: 25px;
}
div.full-screen-enabled .fullscreen-toolbar-portrait .fullscreen-presets .dropdown-menu {
  top: auto;
  bottom: 10px;
  right: 130px;
  left: auto;
}
div.full-screen-enabled .fullscreen-toolbar {
  position: absolute;
  color: white;
  font-size: 24px;
  padding: 8px;
}
div.full-screen-enabled .fullscreen-toolbar .glyphicon,
div.full-screen-enabled .fullscreen-toolbar .ico {
  cursor: pointer;
}
div.full-screen-enabled #fullScreenInfoContainer {
  position: fixed;
  top: 0;
  left: 0;
  color: #333;
  -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.35);
  margin: 10px;
  color: #DDD;
  background-color: #1D1D1D;
  border: 1px solid #454444;
  padding: 7px;
  border-radius: 4px;
  max-width: 35%;
}
div.full-screen-enabled #fullScreenInfoContainer p {
  margin-bottom: 0px;
}
div.full-screen-enabled #fullScreenInfoContainer .dropdown-title-gizmo {
  font-size: 18px;
}
div.full-screen-enabled #fullScreenInfoContainer .dropdown-title-info {
  margin-top: 5px;
}
div.full-screen-enabled #fullScreenInfoContainer .dropdown-title-button {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0px;
}
div.full-screen-enabled #fullScreenInfoContainer .glyphicon {
  font-size: 13px;
}
div.full-screen-enabled #fullScreenInfoContainer #fullScreenInfoDropdown {
  padding: 7px;
  color: #B2B2B2;
}
div.full-screen-enabled #fullScreenInfoContainer .heading {
  margin: 15px 0 15px 0;
  font-size: 14px;
  color: #5E8E21;
}
div.full-screen-enabled #fullScreenInfoContainer .thumb {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 22px;
  margin-right: 10px;
  border: 1px solid #DFE8EE;
}
.gizmo-bar {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #C8D8E2;
  width: 100%;
}
.gizmo-bar .header {
  padding: 12px 15px;
}
.gizmo-bar .header h1 {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
.gizmo-bar .header .full-screen-button {
  margin-right: 5px;
}
.gizmo-bar .header .labels {
  display: inline-block;
  margin-left: 12px;
}
.gizmo-bar .header .thumb {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 32px;
  margin-right: 20px;
  border: 1px solid #DFE8EE;
}
.gizmo-bar .header .icn-open {
  display: none;
}
.gizmo-bar .header .collapsed .icn-open {
  display: inline-block;
}
.gizmo-bar .header .collapsed .icn-closed {
  display: none;
}
.gizmo-bar .gizmo-details {
  padding: 20px 15px;
}
.gizmo-bar .gizmo-details .heading {
  margin: 2px 0 10px 0;
  font-size: 14px;
  color: #5E8E21;
}
.gizmo-bar .gizmo-details p {
  margin-bottom: 18px;
}
.gizmo-bar .alert {
  padding: 5px 15px;
  margin-bottom: 0px;
  border-radius: 0 0 2px 2px;
}
#affixedBarWrap.gizmo-bar .header {
  cursor: pointer;
}
#gizmoHolder {
  margin: 20px 0;
}
#gizmoHolder #g.scale {
  position: relative;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e8e8e8;
  margin: 0 auto;
}
#gizmoHolder #g.scale object {
  position: relative;
  z-index: 2;
}
@keyframes pulse {
  0% {
    font-size: 200%;
  }
}
#gizmoHolder #g.scale .icon-el-line-logo {
  font-size: 230px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f5f5f5;
  z-index: 0;
  animation: pulse 3s infinite;
}
.resourceCatalog .panel-heading {
  cursor: pointer;
  color: #337ab7;
  background-color: #fff;
  padding: 20px;
}
.resourceCatalog .panel-heading .icon {
  color: #337ab7;
  float: left;
  font-size: 50px;
  margin: 0 20px 0 10px;
}
.resourceCatalog .panel-correlation h1,
.resourceCatalog .panel-correlation h2,
.resourceCatalog .panel-correlation h3,
.resourceCatalog .panel-correlation h4,
.resourceCatalog .panel-correlation h5,
.resourceCatalog .panel-correlation h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.resourceCatalog .panel-correlation h3 {
  padding-bottom: 0;
}
.resourceCatalog .panel-correlation .gradeCode,
.resourceCatalog .panel-correlation .gradeCodeNew {
  margin: 10px 0;
  color: #629037;
  font-weight: bold;
}
.resourceCatalog .panel-correlation .browseTopics {
  margin-bottom: 24px;
}
.resourceCatalog .panel-correlation .browseTopics li,
.resourceCatalog .panel-correlation .browseTextbook {
  margin: 4px 0;
}
.resourceCatalog .panel-correlation .btn-group {
  float: right;
}
.resourceCatalog .panel-correlation .btn {
  margin: 3px 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 4px 10px;
}
.resourceCatalog .panel-correlation .panel-body {
  padding: 25px;
}
.resourceCatalog .panel-correlation .panel-body h4 {
  margin-bottom: 20px;
  color: #777;
}
.resourceCatalog .panel-correlation .panel-body ul.list-unstyled li:not(.dropdown-item) {
  margin: 0 0 0 20px;
}
.resourceCatalog .panel-correlation .panel-body ul.list-unstyled li:not(.dropdown-item) .caret {
  color: #bbb;
}
.resourceCatalog .panel-correlation .panel-body ul.list-unstyled li:not(.dropdown-item) .divider {
  margin-left: 0;
}
.resourceCatalog .panel-correlation .panel-body .btn-link {
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.resourceCatalog .panel-correlation .controls {
  display: inline-block;
  float: right;
  color: #777;
  font-size: 16px;
}
#userGizmoListWrap .tags {
  text-align: right;
}
#userGizmoListWrap .titleMenu {
  border-top: solid 1px #EEE;
}
#userGizmoListWrap .titleMenu li {
  display: inline;
}
#userGizmoListWrap .titleMenu li:not(:last-child):after {
  content: "|";
  color: #eee;
}
#userGizmoListWrap .list-details {
  margin: 0 10px 20px;
  padding-bottom: 10px;
}
.browseCorrelations h2 {
  margin-bottom: 20px;
}
.browseCorrelations ul {
  margin: 0 0 20px 15px;
}
.browseCorrelations ul.subjects {
  margin-bottom: 40px;
}
.browseCorrelations ul.subjectdocs > li {
  padding: 5px 15px;
  border: 1px solid #efefef;
}
.browseCorrelations ul.subjectdocs > li:last-child {
  border-top: 1px solid transparent;
}
.browseCorrelations ul.subjectdocs > li:first-child {
  border-top: 1px solid #efefef;
}
.browseCorrelations ul ul ul ul {
  margin: 0;
}
.browseCorrelations .levelbooks > li > a:hover {
  text-decoration: none;
}
.browseCorrelations .correlationLinkDetails {
  font-size: 0.9em;
  color: grey;
}
.browseCorrelations .correlationItem {
  display: inline;
}
.browseCorrelations .correlationItem a {
  margin: 3px 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 4px 10px;
}
.browseCorrelations ul {
  list-style: none;
  padding-left: 0px;
}
.correlation {
  margin-bottom: 30px;
}
.correlation h2 {
  font-size: 1.5em;
}
.correlation ul {
  margin-left: 15px;
}
.correlation h3:not(.popover-title) {
  font-size: 1.4em;
  margin-left: 30px;
}
.correlation h4,
.correlation .lev3 {
  font-size: 1.2em;
  margin: 20px 0 0 20px;
}
.correlation .lev4 {
  margin-left: 40px;
  margin-top: 20px;
}
.correlation p.gizmos {
  margin-left: 60px;
}
.correlation .gizlink,
.correlation .bundlelink + .bundlelink,
.correlation .caselink {
  display: block;
  margin-top: 15px;
}
.correlation .gizlink .tag-case,
.correlation .bundlelink + .bundlelink .tag-case,
.correlation .caselink .tag-case,
.correlation .gizlink .tag-handbook,
.correlation .bundlelink + .bundlelink .tag-handbook,
.correlation .caselink .tag-handbook {
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.correlation .glyphicon:not(.glyphicon-copyright-mark):not(.glyphicon-lock):not(.glyphicon-certificate):not(.glyphicon-time):not(.glyphicon-info-sign):not(.glyphicon-plus):not(.popover-close) {
  color: #337ab7;
  margin-right: 5px;
}
.correlation #txAdopt {
  margin-top: 12px;
}
.correlation #txAdopt a {
  font-size: 0.8em;
  margin: 2px;
}
.correlation .popover {
  max-width: inherit;
  width: 400px;
  border-radius: 4px;
  padding-top: 8px;
  z-index: 1045;
}
.correlation .popover .popover-title {
  background: #FFF;
  border-bottom: none;
}
.correlation .popover .popover-title img {
  width: 80px;
  margin-right: 14px;
  border: 1px solid #C7C7C7;
  position: absolute;
}
.correlation .popover .popover-title .title-text {
  display: inline-block;
  margin-left: 95px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  color: black;
}
.correlation .popover .popover-title .case-title {
  margin-top: 2px;
  margin-bottom: 0;
}
.correlation .popover .popover-title .case-title .tag-case {
  font-size: 11px;
}
.correlation .popover .popover-title .lrg-title {
  width: 220px;
  font-size: 1em;
  margin-top: 7px;
  margin-bottom: 7px;
}
.correlation .popover .popover-title .popover-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #C7C7C7;
  cursor: pointer;
}
.correlation .popover .popover-content {
  padding: 7px 15px 40px 15px;
  font-size: 0.9em;
}
.correlation .popover .popover-content nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-top: solid 1px #EBEBEB;
}
.correlation .popover .popover-content nav .btn {
  padding: 6px 12px;
  border-left: solid 1px #EBEBEB;
  width: 50%;
  text-align: center;
}
.correlation .popover .popover-content nav :first-child {
  border-left: none;
}
.correlation .popover .popover-content nav .third {
  width: 33.33%;
}
.correlation .popover .popover-content nav a:hover {
  text-decoration: underline;
}
.correlation .popover .popover-content nav .primary {
  background: #ECF8FF;
}
.correlation .popover .popover-content nav .special {
  color: #624973;
}
#browse-results {
  text-align: center;
}
#browse-results .glyphicon-hourglass {
  font-size: 3em;
  margin: 200px 0;
  color: #ddd;
}
#browse-results .emptyMsg {
  text-align: left;
  color: #aaa;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.account-wall {
  margin-top: 20px;
  padding: 40px 0px 20px 0px;
}
.account-wall .icn {
  font-size: 150px;
  color: #ECEFF3;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  width: 50%;
  min-width: 160px;
  _width: 160px;
  padding: 0 0 0 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-state-focus {
  margin: 0px;
}
.ui-autocomplete .ui-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ui-autocomplete .ui-menu-item:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-autocomplete .ui-menu-item:nth-child(odd) {
  background-color: #F0F0F0;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #C8C8C8 !important;
}
.ui-autocomplete .ui-menu-item img {
  margin-right: 5px;
}
.ui-autocomplete .ui-menu-item .label {
  float: right;
  margin-left: 2px;
}
.bg-panel {
  position: relative;
  padding: 40px 0;
}
.bg-panel:last-child {
  padding-bottom: 60px;
}
.bg-panel-fat {
  padding: 75px 0;
}
.bg-panel-gy {
  border-top: 1px solid #C4C6C8;
  background-color: #F9F9FB;
}
.bg-panel-dg {
  background-color: #606060;
}
.bg-panel-noborder {
  border-top: none;
}
.bg-panel-white {
  border-top: 1px solid #C4C6C8;
  background-color: #fff;
}
.bg-panel-salmon {
  background-color: #E0845D;
}
.bg-panel-or {
  background-color: #ECAB4E;
}
.bg-panel-gn {
  border-top: 1px solid #B3DAC7;
  background-color: #DFF0E8;
}
.bg-panel-bl {
  border-top: 1px solid #B3C7DA;
  background-color: #DEF0F5;
}
.icn-box {
  position: relative;
  border-top: 0.1em solid transparent;
  padding-left: 62px;
}
.icn-box .heading {
  color: #5E8E21;
  margin: 8px 0 20px 0;
  font-size: 20px;
}
.icn-box .icn {
  display: block;
  color: #C5C6C8;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
}
.icn-box-sm {
  padding-left: 0;
  margin-top: 0;
}
.icn-box-sm .heading {
  margin: 2px 0 10px 0;
  font-size: 14px;
}
.row-pad {
  padding: 20px;
}
.slab {
  font-family: 'Roboto Slab', serif;
}
.divider-container {
  width: 100%;
  height: 1px;
  background-color: #E7E7E7;
}
.public-profile {
  background-color: #403858;
}
.public-profile .user {
  padding: 30px 0 20px 0;
}
.public-profile .user-card {
  text-align: center;
  color: #fff;
}
.public-profile .user-card .avatar {
  padding: 2px 14px 0 14px;
  position: relative;
  display: inline-block;
}
.public-profile .user-card .avatar img {
  width: 80px;
}
.public-profile .user-card .avatar .edit {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
}
.public-profile .user-card .title {
  font-size: 18px;
  margin: 12px 0 4px 0;
}
.public-profile .user-card p {
  font-size: 12px;
  font-style: italic;
  color: #CBCBCB;
}
.public-profile .user-card p span {
  font-size: 18px;
  vertical-align: sub;
}
.public-profile .user-card-details {
  color: #fff;
  margin-bottom: 20px;
}
.public-profile .user-card-details a {
  color: #fff;
}
.public-profile .user-card-details .msg {
  margin-top: 0;
  font-family: 'Roboto Slab', serif;
}
.public-profile .user-card-details p {
  margin-bottom: 2px;
}
.public-profile .user-card-details p .lbl {
  color: #CBCBCB;
}
.public-profile .user-card-details .summary {
  font-size: 18px;
  color: #CBCBCB;
}
.preferenceInfo .icon-el-logo {
  font-size: 18px;
  vertical-align: sub;
}
.lesson-materials nav {
  padding-top: 12px;
  padding-bottom: 12px;
}
.lesson-materials nav .lm-title {
  font-size: 110%;
  color: #444;
}
.lesson-materials nav .main {
  display: inline-block;
  margin-top: 5px;
}
.lesson-materials nav .main a span,
.lesson-materials nav .main div span {
  float: left;
  display: inline-block;
  vertical-align: text-top;
  color: #C9564C;
  margin: 2px 5px 0 0;
}
.lesson-materials nav .main div {
  color: #333;
  text-decoration: none;
}
.lesson-materials nav .main div span {
  color: #999;
}
.lesson-materials nav .sub {
  display: inline-block;
  margin-left: 15px;
}
.lesson-materials nav .sub a span,
.lesson-materials nav .sub div span {
  color: #106fd4;
  margin: 2px 5px 0 0;
  font-size: 14px;
}
.lesson-materials nav .sub div {
  text-decoration: none;
  color: #767676;
}
.lesson-materials nav .sub div .glyphicon-file {
  color: #767676;
}
.lesson-materials nav .sub .disabled {
  color: #999;
}
.lesson-materials nav .sub .disabled .icon-pdf,
.lesson-materials nav .sub .disabled .icon-word {
  color: #999;
}
.lesson-materials .new-badge {
  color: #e80808;
}
.lesson-info .jumbotron {
  margin: -50px 0 0 0;
  padding: 100px 0 20px 0;
  position: relative;
  background-color: #BEBEBE;
}
.lesson-info .jumbotron .gizmo-bg {
  display: block;
  filter: blur(6px);
  -webkit-filter: blur(6px);
  bottom: -220px;
  left: -10px;
  position: absolute;
  right: -10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.lesson-info .jumbotron .container {
  position: relative;
  padding: 60px 0 20px 0;
}
.lesson-info .jumbotron .container .btn-bar {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 15px;
}
.lesson-info .jumbotron .container .btn-bar .btn {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .lesson-info .gizmo-snaps {
    padding-right: 4.6%;
    position: relative;
    top: -80px;
    margin-bottom: -70px;
  }
}
.lesson-info .gizmo-snaps .gizmo-snap {
  display: block;
  position: relative;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
}
.lesson-info .gizmo-snaps .gizmo-snap img {
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lesson-info .gizmo-snaps .gizmo-snap .overlay {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 18px;
  text-align: center;
  position: absolute;
  height: 130px;
  width: 130px;
  margin: -65px 0 0 -65px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.lesson-info .gizmo-snaps .gizmo-snap .overlay .icn {
  font-size: 85px;
  margin-bottom: 10px;
}
.lesson-info .gizmo-snaps .gizmo-snap:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.37);
}
.lesson-info .gizmo-snaps .gizmo-snap:hover:before {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.lesson-info .gizmo-snaps .gizmo-snap:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lesson-info .gizmo-snaps .gizmo-snap .zoomImg {
  z-index: 500;
}
.lesson-info .caseVideo {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.lesson-info .caseVideo .video-label {
  visibility: hidden;
  color: white;
  font-family: 'Roboto', arial, 'Open Sans', sans-serif;
  font-size: 20px;
  opacity: 0;
  padding-right: 20px;
  position: absolute;
  bottom: 15%;
  text-align: center;
  transition: visibility 0s, opacity 0.3s linear;
  width: 100%;
}
.lesson-info .caseVideo:hover .video-label {
  opacity: 1;
  visibility: visible;
}
.lesson-info .case-video-btn {
  cursor: pointer;
  color: white;
  font-size: 36px;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  border-radius: 100px;
  width: 84px;
  height: 84px;
  text-align: center;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.75);
}
.lesson-info .case-video-btn .glyphicon {
  line-height: 84px;
  left: 5px;
}
.lesson-info #gallery-container {
  padding: 5px 0 0 0;
  display: flex;
}
.lesson-info #gallery-container .gallery-img-wrapper {
  width: 23%;
  margin: 4px;
  float: left;
  align-items: center;
  position: relative;
}
.lesson-info #gallery-container .gallery-img-wrapper a {
  text-decoration: none;
}
.lesson-info #gallery-container .gallery-img-wrapper a img {
  border: 3px solid #f9f9fb;
}
@media (min-width: 768px) and (max-width: 990px) {
  .lesson-info #gallery-container .gallery-img-wrapper a img {
    border: 2px solid #f9f9fb;
  }
}
.lesson-info #gallery-container .gallery-img-wrapper a img:hover {
  border: 3px solid #faa519;
}
@media (min-width: 768px) and (max-width: 990px) {
  .lesson-info #gallery-container .gallery-img-wrapper a img:hover {
    border: 2px solid #faa519;
  }
}
.lesson-info #gallery-container .gallery-img-wrapper .overlay {
  color: #fff;
  height: 100%;
  width: 100%;
  text-decoration: none;
  display: block;
  font-size: 24px;
  text-align: center;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.lesson-info #gallery-container .gallery-img-wrapper .overlay .glyphicon {
  left: 0;
  top: 40%;
  transform: translate(0, -50%);
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .lesson-info #gallery-container .gallery-img-wrapper .overlay .glyphicon {
    top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .lesson-info #gallery-container .gallery-img-wrapper .overlay .glyphicon {
    font-size: 20px;
  }
}
@media (min-width: 1141px) {
  .lesson-info #gallery-container .gallery-img-wrapper .overlay .glyphicon {
    font-size: 20px;
  }
}
.lesson-info #gallery-container .gallery-img-wrapper .overlay:hover {
  border: 3px solid #faa519;
}
.lesson-info #gallery-container .gallery-img-wrapper:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
}
.lesson-info #gallery-container .gallery-img-wrapper:hover:before {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.lesson-info #gallery-container .gallery-img-wrapper:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lesson-info #gallery-container .gallery-img-wrapper .more {
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #bbb;
  text-align: center;
  background-color: #eaeaea;
  border: 3px solid #f9f9fb;
  position: relative;
}
@media (min-width: 991px) {
  .lesson-info #gallery-container .gallery-img-wrapper .more {
    font-size: 175%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .lesson-info #gallery-container .gallery-img-wrapper .more {
    font-size: 150%;
    border: 2px solid #f9f9fb;
  }
}
@media (max-width: 767px) {
  .lesson-info #gallery-container .gallery-img-wrapper .more {
    font-size: 200%;
  }
}
.lesson-info #gallery-container .gallery-img-wrapper .more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lesson-info #gallery-container .gallery-img-wrapper .more:hover {
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-transition: border 0.3s ease-in-out;
  color: #faa519;
  background-color: #eaeaea;
  border: 3px solid #faa519;
}
@media (min-width: 768px) and (max-width: 990px) {
  .lesson-info #gallery-container .gallery-img-wrapper .more:hover {
    border: 2px solid #faa519;
  }
}
.lesson-info .case-materials {
  float: left;
  padding: 0 16px;
}
.lesson-info .case-materials nav {
  padding: 0;
}
.lesson-info .phone-snaps {
  text-align: center;
  margin-bottom: 10px;
  margin-top: -20px;
}
.lesson-info .phone-snaps .gizmo-snaps {
  padding-right: 0;
  display: inline-block;
  clear: both;
  top: 0px;
  margin-bottom: 20px;
}
.lesson-info .phone-snaps .gizmo-snaps .gizmo-snap {
  position: relative;
}
.lesson-info .phone-snaps h1 {
  margin-bottom: 20px;
}
.lesson-info .phone-snaps .btn {
  margin: 5px 0;
}
.lesson-info .phone-snaps .resourceType {
  margin-top: 15px;
}
@media (max-width: 350px) {
  .lesson-info .phone-snaps .hidden-xxs {
    display: none;
  }
}
.lesson-info .gizmo-details .labels {
  display: inline-block;
  margin-bottom: 20px;
}
.lesson-info .gizmo-details h1 {
  color: #4B485D;
  font-size: 30px;
  margin-bottom: 20px;
}
.lesson-info .gizmo-details p {
  margin-bottom: 20px;
}
.lesson-info .gizmo-details .case-explanation {
  border-radius: 4px;
}
.lesson-info .gizmo-details .case-explanation a {
  text-decoration: underline;
}
.lesson-info .gizmo-details .case-explanation .glyphicon {
  font-size: 92%;
  margin-right: 5px;
}
.lesson-info .gizmo-details .case-explanation ul {
  padding-left: 20px;
}
.lesson-info .gizmo-details .case-explanation ul .glyphicon {
  font-size: 100%;
  margin-right: 10px;
}
.lesson-info .gizmo-details .text-muted {
  color: #999;
  font-size: 90%;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .lesson-info .gizmo-details--case nav.icon a {
    margin: 10px 0 10px 10px;
  }
  .lesson-info .gizmo-details--case nav.icon a span {
    font-size: 22px;
  }
}
.sot-return-link > span {
  margin-left: 10px;
}
.sot-return-link button {
  position: relative;
  top: -1px;
}
#caseList .section-bg-el-logo {
  color: #f3f3f3;
  z-index: 0;
}
#caseList #caseModal {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 16px;
}
#caseList #caseModal > ul > li {
  font-size: 14px;
}
#caseList #caseModal .glyphicon {
  color: #333;
}
#caseList .card-case-large {
  display: block;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
  width: auto;
  height: 130px;
  transition: 0.4s;
}
@media (max-width: 991px) {
  #caseList .card-case-large {
    height: 110px;
  }
}
#caseList .card-case-large:hover {
  background-color: #f1f1f1;
}
#caseList .card-case-large .image-wrapper {
  float: left;
  position: relative;
  width: 216px;
  height: 130px;
  border-radius: 6px 0 0 6px;
}
@media (max-width: 991px) {
  #caseList .card-case-large .image-wrapper {
    width: 176px;
    height: 110px;
  }
}
#caseList .card-case-large .image-wrapper img {
  border-radius: 6px 0 0 6px;
  width: 100%;
  height: 100%;
}
#caseList .card-case-large .card-case-details {
  padding: 15px;
  position: relative;
  display: block;
  overflow: hidden;
  height: 130px;
  cursor: pointer;
}
#caseList .card-case-large .card-case-details a {
  line-height: 20px;
  margin-right: 20px;
}
#caseList .card-case-large .card-case-details .case-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #caseList .card-case-large .card-case-details {
    font-size: 13px;
    padding: 10px;
    height: 110px;
  }
  #caseList .card-case-large .card-case-details .case-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.case-sidebar .header {
  margin-top: 0px;
  margin-bottom: 10px;
}
.case-sidebar .well {
  background-color: white;
  margin-bottom: 25px;
}
.card-case-small {
  width: 100%;
  margin: 12px 0;
  min-height: 74px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.card-case-small .details {
  padding: 6px;
}
.card-case-small .details .title {
  margin-bottom: 5px;
}
.card-case-small .details a {
  text-overflow: ellipsis;
}
#georgia {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
#georgia img {
  height: 50px;
  width: auto;
  display: inline;
}
@media (max-width: 1200px) {
  #georgia img {
    float: left;
    position: relative;
    top: -3px;
  }
}
#georgia .georgia-row {
  margin: auto;
}
@media (max-width: 1200px) {
  #georgia .georgia-row .georgia-text {
    display: block;
    text-align: left;
  }
}
.case-labels {
  display: inline;
  height: 16px;
}
.light-text {
  color: #999;
}
#caseModal p,
#handbookModal p {
  font-size: 18px;
}
#caseModal ul,
#handbookModal ul {
  padding-top: 15px;
}
#caseModal li,
#handbookModal li {
  font-size: 18px;
  list-style: none;
  display: table;
}
#caseModal li .glyphicon,
#handbookModal li .glyphicon {
  display: table-cell;
  padding-right: 20px;
  color: #777;
}
#preCaseModal .case-modal-details {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
#preCaseModal .case-modal-details .tag-handbook,
#preCaseModal .case-modal-details .tag-case {
  font-size: 11px;
  position: relative;
  top: -3px;
}
#preCaseModal .case-modal-details img {
  height: 40px;
  float: left;
  margin-right: 12px;
}
.stem-open-more-modal {
  color: #333;
}
.stem-open-more-modal:hover,
.stem-open-more-modal:active {
  color: #333;
  text-decoration: none;
}
.case-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.case-table th {
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
  padding: 5px;
}
.case-table tbody > tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.case-table tbody > tr:nth-child(even) {
  background-color: #eaeaea;
}
.case-table tbody > tr:first-child {
  background-color: #f9f9f9;
}
.case-table tr > td:first-child,
.case-table tr > th:first-child {
  padding-left: 12px;
}
.case-table td {
  padding: 10px 5px;
}
.case-table td .free-gizmo-tag {
  float: right;
  position: relative;
  top: 1px;
}
.case-table .btn {
  margin-right: 10px;
}
@media (max-width: 990px) {
  .case-table .btn {
    margin-bottom: 5px;
  }
}
.case-table .case-student-cell {
  font-size: 13px;
  width: 33%;
  background-color: #F9F9Fb;
  padding: 8px;
}
.case-table .case-student-cell a {
  margin: 8px 0 0 0;
}
.case-table td:nth-child(1) {
  min-width: 175px;
  max-width: 180px;
  padding-right: 14px;
}
@media (max-width: 992px) {
  .case-table td:nth-child(1) {
    min-width: 115px;
  }
  .case-table td:nth-child(1) .free-gizmo-tag {
    float: none;
    display: block;
    width: 60px;
  }
}
.case-table td:nth-child(2) {
  width: 70%;
}
.case-table td:nth-child(3) {
  min-width: 140px;
}
.case-table td:nth-child(4) {
  padding-right: 0;
  min-width: 140px;
}
@media (min-width: 992px) {
  .case-table td:nth-child(4) {
    min-width: 250px;
  }
}
.stem-anchor {
  position: relative;
}
.stem-anchor a {
  position: absolute;
  top: -75px;
}
#caseNoID div {
  padding: 10px 0 0 0;
  text-align: center;
  float: right;
}
.enrollment-button {
  text-decoration: none;
  font-size: 22px;
  color: #68a75e;
}
.class-nav .inner {
  padding-top: 20px;
  background: #70bf4b;
}
.class-nav .inner div.dropdown {
  display: inline-block;
}
.class-nav .inner nav.tabs > a {
  padding-top: 1.6em;
}
.class-nav .affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.class-nav .dropdown-header {
  color: #68a75e;
}
.list .header,
.class .header {
  margin-bottom: 35px;
}
.list .header .title,
.class .header .title {
  margin-top: 0;
}
.list .header .title a,
.class .header .title a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.list .header .title a .glyphicon,
.class .header .title a .glyphicon {
  font-size: 70%;
  color: #ccc;
  display: none;
}
.list .header .title a:hover .glyphicon,
.class .header .title a:hover .glyphicon {
  display: inline-block;
}
.list .header .settings,
.class .header .settings {
  margin-top: 5px;
}
.list .header .enrollment-code,
.class .header .enrollment-code {
  background-color: white;
  border: 1px solid;
  padding: 6px 18px;
  color: #333;
  border-color: #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.list .header .enrollment-code a,
.class .header .enrollment-code a {
  color: #333;
  text-decoration: none;
}
.list .gizmos div.divider,
.class .gizmos div.divider {
  position: relative;
  width: 100%;
  margin: 36px 0 12px 0;
  z-index: 3;
}
.list .gizmos div.divider .title,
.class .gizmos div.divider .title {
  display: inline-block;
  padding-right: 10px;
  margin: 0;
  line-height: 32px;
  font-size: 16px;
  background-color: #f9f9fb;
  color: #596773;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.list .gizmos div.divider .drag-handle,
.class .gizmos div.divider .drag-handle {
  cursor: row-resize;
}
.list .gizmos div.divider .menu,
.class .gizmos div.divider .menu {
  position: absolute;
  top: 2px;
  right: 0;
  background: #f9f9fb;
  padding: 0 10px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.list .gizmos div.divider .menu > a,
.class .gizmos div.divider .menu > a {
  font-size: 17px;
  line-height: 32px;
  height: 32px;
  min-width: 18px;
  display: inline-block;
  padding: 0 4px;
  color: #bbb;
}
.list .gizmos div.divider .menu > a:hover,
.class .gizmos div.divider .menu > a:hover {
  color: #444;
}
.list .gizmos div.divider .menu > a.toggle-unhide,
.class .gizmos div.divider .menu > a.toggle-unhide {
  display: none;
}
.list .gizmos div.divider .menu.active,
.class .gizmos div.divider .menu.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list .gizmos div.divider:after,
.class .gizmos div.divider:after {
  content: "";
  background: #e2e6e9;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 15px 0 0;
  height: 1px;
}
.list .gizmos div.divider:first-of-type,
.class .gizmos div.divider:first-of-type {
  margin-top: 12px;
}
.list .gizmos div.divider:hover .menu,
.class .gizmos div.divider:hover .menu {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list .gizmos .divider.rlr-hidden .title .inner,
.class .gizmos .divider.rlr-hidden .title .inner {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.list .gizmos .divider.rlr-hidden .menu a.toggle-hide,
.class .gizmos .divider.rlr-hidden .menu a.toggle-hide {
  display: none;
}
.list .gizmos .divider.rlr-hidden .menu a.toggle-unhide,
.class .gizmos .divider.rlr-hidden .menu a.toggle-unhide {
  display: inline;
}
.list .gizmos .divider-add,
.class .gizmos .divider-add {
  margin: 36px 0 12px 0;
}
.list .gizmos .divider-add .btn-link,
.class .gizmos .divider-add .btn-link {
  padding-left: 12px;
  padding-right: 6px;
  color: #777;
}
.list .gizmos .divider-add input,
.class .gizmos .divider-add input {
  font-size: 16px;
  padding: 4px 6px;
}
a.backLink {
  display: block;
  margin-bottom: 20px;
}
.list .divider .title,
.list .divider .menu {
  background: #fff !important;
}
li.list-group-item.active a {
  color: #FFF !important;
}
.timer-button {
  float: right;
  border-left: 1px solid #C4C6C8;
  margin-left: 15px;
  overflow: hidden;
  color: #999;
  margin-top: 12px;
  padding: 0 10px 0px 18px;
  text-align: left;
}
.timer-button #counter {
  font-size: 260%;
  margin-left: 12px;
  line-height: 0.85;
  font-weight: normal;
  color: #ff9b00;
}
.timer-button .five-minute-text {
  line-height: 1.3;
  font-size: 94%;
  margin: 0;
  color: #337ab7;
}
.affix-bar-collapse {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #C4C6C8;
}
.login-page {
  padding: 20px 0;
}
.login-page .icon-avatar {
  font-size: 600%;
  color: #ECEFF3;
}
.notice-full .inner {
  padding: 12px 15px;
  background-color: #fff;
}
.notice-full .affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.notice-full p {
  margin: 0;
  padding: 5px;
}
.notice-full .title {
  float: left;
  margin: 0 30px 0 0;
  font-size: 30px;
  padding: 6px;
  font-family: 'Roboto Slab', serif;
}
.notice-full .btns {
  float: right;
  margin-left: 30px;
}
.notice-full .btns .dismiss {
  padding-right: 6px;
  padding-left: 18px;
  color: #fff;
}
.nav-second {
  background: rgba(89, 103, 115, 0.9);
  background-color: rgba(89, 103, 115, 0.9);
  padding: 10px 0;
  z-index: 1000;
  top: 51px;
  border-bottom: 1px solid #080808;
}
.nav-second .nav {
  margin-left: 10px;
}
.nav-second + div {
  padding-top: 70px;
}
.nav-second .nav .open > a,
.nav-second .nav .open > a:hover,
.nav-second .nav .open > a:focus {
  border-color: #ADADAD;
}
.nav-second .dropdown-menu {
  border-radius: 4px !important;
}
.marketing-layout {
  background-color: white;
  color: #0d3854;
}
.marketing-layout .dark-blue {
  color: #0d3854;
}
.marketing-layout .light-blue {
  color: #64b9e2;
}
.marketing-layout .breadcrumb li + li.pull-right:before {
  content: "   ";
}
.marketing-layout .breadcrumb li.active + li.show-pipe:before {
  content: " |";
}
.marketing-layout .large-text {
  font-size: 125%;
}
.marketing-layout h1 {
  font-size: 230%;
  margin-top: 0px;
  margin-bottom: 5px;
}
.marketing-layout h3 {
  font-size: 170%;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 34px;
}
.marketing-layout p {
  margin-bottom: 15px;
}
.marketing-layout ul.large-indent {
  margin-left: 100px;
  margin-bottom: 15px;
}
.marketing-layout .sub-heading {
  text-indent: 2em;
  margin-top: 0px;
  margin-bottom: 20px;
}
.marketing-layout .about-btn {
  margin-right: 10px;
}
.marketing-layout .img-center {
  margin: 0 auto;
}
.marketing-layout .img-container {
  padding: 0% 8% 2% 8%;
}
.marketing-layout .mixed-row {
  margin-bottom: 35px;
}
.marketing-layout .margin-bottom-50 {
  margin-bottom: 50px;
}
.marketing-layout .jumbotron {
  text-align: center;
  margin: 0;
  color: #fff;
  padding: 110px 12% 100px 12%;
  -webkit-box-shadow: inset 0px 51px 97px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 51px 97px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 51px 97px 5px rgba(0, 0, 0, 0.2);
}
.marketing-layout .jumbotron h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 48px;
  font-weight: 100;
  margin-bottom: 18px;
  -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;
}
.marketing-layout .jumbotron h2 {
  font-size: 22px;
  font-weight: 100;
}
.marketing-layout a:hover {
  text-decoration: none;
}
.marketing-layout .bg-panel-white .front,
.marketing-layout .bg-panel-white .back {
  background: #3E8AE5;
}
.marketing-layout .bg-panel-gy .front,
.marketing-layout .bg-panel-gy .back {
  background: #5CB85C;
}
.marketing-layout .flippers {
  margin-top: 20px;
}
.marketing-layout .flip-container {
  margin-bottom: 20px;
  text-align: center;
}
.marketing-layout .flip-container,
.marketing-layout .front,
.marketing-layout .back {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
}
.marketing-layout .front h4 {
  margin-top: 52px;
  padding: 0 10px;
  font-size: 16px;
}
.marketing-layout .front .twoLines {
  margin-top: 60px;
}
.marketing-layout .front .fourLines {
  margin-top: 46px;
}
.marketing-layout .back p {
  margin-top: 38px;
  padding: 0px 20px;
}
.marketing-layout .back .threeLines {
  margin-top: 50px;
}
.marketing-layout .back .fiveLines {
  margin-top: 26px;
}
.marketing-layout .link-btns {
  margin: 40px 0;
}
.brady-bunch {
  text-align: center;
}
.brady-bunch .img-circle {
  height: 80px;
  width: 80px;
  border-color: #000;
  display: block;
  margin: 0 auto;
  border: none;
  margin: 35px auto 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10;
}
.brady-bunch .img-circle:hover {
  text-decoration: none;
}
.brady-bunch .more {
  border: none;
  box-shadow: none;
  color: #FFF;
  font-size: 3.2em;
  transition: all 0.5s ease;
}
.brady-bunch .more:hover {
  color: #000;
  background-color: #FFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.brady-bunch .quote {
  color: #BCC0C4;
  font-style: italic;
  font-size: 20px;
  margin: 30px 30px 50px;
  line-height: 32px;
}
.brady-bunch .quote:before,
.brady-bunch .quote:after {
  font-size: 32px;
  margin: 5px 10px;
}
.brady-bunch .quote:before {
  content: "\201C";
}
.brady-bunch .quote:after {
  content: "\201D";
}
.brady-bunch .byline {
  color: #BCC0C4;
  font-size: 20px;
  font-style: italic;
  padding-right: 30px;
  margin-top: -20px;
  margin-bottom: 30px;
}
.brady-bunch .byline a {
  color: #BCC0C4;
}
.PD .jumbotron {
  background: url(../img/pdHeader.JPG) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.PD .jumbotron-overlay {
  background: rgba(0, 51, 102, 0.45);
  padding: 110px 12% 100px 12%;
}
.PD .just-padding {
  padding: 15px;
}
.PD .list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}
.PD .list-group.list-group-root .list-group {
  margin-bottom: 0;
}
.PD .list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}
.PD .list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}
.PD .list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 45px;
}
.PD .list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 75px;
}
.PD .list-group-item .glyphicon {
  margin-right: 5px;
}
.PD .contact {
  margin: 40px 0;
}
.PD .alt-rows h3 {
  color: #555;
}
.PD .alt-rows h2 {
  border-bottom: 2px solid #e49272;
  padding-bottom: 5px;
  margin: 0 0 15px;
}
.PD .alt-rows .course {
  padding: 25px 15px;
  margin-bottom: 25px;
  background-color: #F9F9FB;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.PD .alt-rows .course h4 {
  color: #0772bf;
  margin-bottom: 30px;
}
.PD .alt-rows .course p.large-text {
  font-size: 16px;
  line-height: 30px;
}
.PD .alt-rows .course p.large-text:last-child {
  margin-bottom: 0px;
}
.gizminions .jumbotron {
  background: #069AD8 url(../img/CharacterBackgroundGhost.png);
}
@media (max-width: 768px) {
  .lesson-info .jumbotron {
    padding-top: 80px;
  }
  .lesson-info .gizmo-details {
    padding-top: 8px;
  }
  .lesson-info .gizmo-details h1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
[data-context-dropdown="#addToClassMenu"] {
  transition: all 1s;
}
.alert-el {
  background-color: #2d2d2d;
  border-color: rgba(144, 144, 144, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #83B1DD;
  padding: 6px;
  padding-right: 30px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.alert-el .close {
  color: #b4b4b4;
  opacity: 1;
  font-size: 130%;
  text-shadow: none;
  position: absolute;
  right: 10px !important;
  top: 6px !important;
  z-index: 1033;
}
.alert-el > [data-notify="icon"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  margin-right: 12px;
  border: 1px solid #6D6D6D;
}
.alert-el > [data-notify="title"] {
  color: #ececec;
  display: block;
  margin-bottom: 0px;
}
.alert-el > .message-content {
  color: #ececec;
  font-size: 16px;
  padding: 14px;
  display: block;
  margin-bottom: 0px;
}
.alert-el > [data-notify="message"] {
  font-size: 90%;
}
.el-contact-sidebar .header {
  font-weight: normal;
  color: #666;
}
.el-contact-sidebar .subtext {
  font-size: 24px;
  color: #222;
  line-height: 1;
}
.el-contact-sidebar .btn {
  margin-top: 6px;
}
.el-contact-sidebar p {
  margin-bottom: 16px;
}
.pd-objectives h5 {
  margin-top: 5px;
}
.pd-objectives h5 + ul.feature-list span.glyphicon {
  color: #DE7B51;
}
.pd-objectives .h5 {
  width: 40px;
  float: left;
  margin: 3px 0 10px 0;
}
.pd-objectives .label {
  margin-bottom: 6px;
}
.enroll-in-a-class {
  margin-top: 25px;
}
.enroll-in-a-class .legend {
  margin-top: 16px;
  font-size: 1.6em;
  line-height: 1;
  padding: 0 0.5em;
  letter-spacing: -0.03em;
  font-weight: normal;
  color: #48A31A;
}
.enroll-in-a-class div.form-box {
  border: 1px solid #ddd;
  margin: 0 0 12px 0;
  padding: 12px 8px 8px 8px;
  clear: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.enroll-in-a-class #studentRegistrationForm .btn-default {
  margin-right: 10px;
}
.enroll-in-a-class #studentRegistrationForm .info {
  padding-top: 5px;
}
.system-test {
  padding-top: 20px;
  padding-bottom: 20px;
}
.system-test li {
  margin: 0 0 5px 0;
}
.system-test .col-sm-9 {
  font-size: 120%;
}
.system-test .alert {
  margin-bottom: 12px;
}
.system-test .system-details {
  padding-top: 9px;
}
.system-test .well {
  margin: 25px 0;
}
.system-test .well h3 {
  margin-top: 0;
}
#systemCheck h4 {
  margin: 25px 0 35px;
  line-height: 1.6;
}
#systemCheck .requirements-options div {
  margin-bottom: 15px;
}
#systemCheck .requirements-options #launch-anyway {
  padding: 6px 0;
}
.el-table thead tr:first-child {
  border-top: 2px solid white;
  color: #6DB649;
  text-transform: uppercase;
}
.el-table thead th a {
  color: #6DB649;
  text-transform: uppercase;
}
.el-table tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.el-table tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}
.el-table th {
  font-weight: normal;
  font-size: 90%;
}
.el-table td.check-student {
  width: 20px;
}
.el-table td.incorrect-answer {
  background-color: #F2DEDE;
}
.el-table td.correct-answer {
  background-color: #E5FFCE;
}
.el-table td.student-answer,
.el-table th.student-answer {
  width: 40px;
  text-align: center;
}
.el-table td.student-answer-large {
  text-align: center;
  font-size: 150%;
  padding: 8px 20px;
}
.el-table td.student-answer-large .glyphicon-ok {
  color: #99CA60;
}
.el-table td.student-answer-large .glyphicon-remove {
  color: #CA6060;
}
.el-table td.student-answer-large .glyphicon-minus {
  color: #ddd;
}
.el-table tr.student-duplicate-results {
  background-color: #F7F7F7 !important;
  color: #EC804A;
  font-size: 90%;
}
.el-table tr.student-duplicate-results td.student-answer-large .glyphicon-ok {
  color: #777;
}
.el-table tr.student-duplicate-results td.student-answer-large .glyphicon-remove {
  color: #777;
}
.el-table td.student-answer-your-results {
  width: 100%;
  font-size: 150%;
  padding: 8px 20px;
}
.el-table td.student-answer-your-results em {
  font-size: 75%;
}
.el-table td.student-answer-previous-results {
  font-size: 130%;
}
.el-table th.padding-left {
  padding-left: 20px;
}
.el-table th.student-answer-large {
  text-align: center;
  font-size: 100%;
}
.el-table #studentName {
  color: #777;
}
.el-table-roster .password-toggle {
  cursor: pointer;
}
.el-table-roster .password-toggle .label-password {
  color: white;
  background-color: #ccc;
  padding: 1px 14px;
}
.print-assessment:hover {
  text-decoration: none;
}
.btn-group.open .dropdown-toggle.print-assessment {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#assessmentQuestionDisplay .list-group-item.active {
  background-color: #3E8AE5;
  border-color: #2D7BD8;
  color: white;
}
#assessmentQuestionDisplay .list-group-item.active .text-muted {
  color: #BBBBBB;
}
#assessmentQuestionDisplay a.list-group-item {
  color: #337ab7;
}
#assessmentQuestionDisplay .el-table {
  margin-bottom: 0px;
}
#assessmentQuestionDisplay .el-table tbody tr:first-child {
  border-bottom: none;
}
#assessmentQuestionDisplay .el-table-group {
  margin-bottom: 0px;
}
#assessmentQuestionDisplay .card {
  padding: 0px;
}
.el-table-group {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.el-table-group .cancel-action {
  margin-left: 10px;
}
.el-table-group .other-results-dropdown {
  margin-right: 10px;
}
.el-table-group .label-upgrade {
  font-size: 70%;
  margin-left: 10px;
  cursor: pointer;
}
.el-table-group .glyphicon-ok {
  color: white;
}
.el-table-group .progress {
  margin-bottom: 0px;
}
.el-table-group td.student-average {
  width: 58px;
  text-align: center;
}
.el-table-group td.student-percentage {
  width: 25px;
}
.el-table-group td.check-student {
  width: 20px;
}
.el-table-group td.student-progress {
  width: 20px;
}
.el-table-group td.progress-col {
  width: 90px;
}
.el-table-group .total-score {
  width: 50px;
  text-align: center;
}
.el-table-group .level-popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  float: left;
  margin-right: 1px;
}
.el-table-group .level-popover:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.el-table-group .level-popover:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.el-table-group .show-level-description {
  text-decoration: none;
}
.el-table-group .level-description {
  margin-top: 15px;
}
.el-table-group tr.summary-row,
.el-table-group tr.summary-row:hover {
  background-color: #595A59;
  color: white;
}
.el-table-group .progress-bar-bottom {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
}
.el-table-group .list-progress {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  margin-left: 0px;
}
.el-table-group .notify-block {
  float: left;
  border-right: 1px solid white;
  height: 20px;
  padding: 0px;
}
.user-submitted-list {
  padding-bottom: 15px;
}
.user-submitted-list .user-avatar {
  border: 1px solid #E5e5e5;
}
.user-submitted-list .icon-col {
  padding: 0px 10px 0px 10px;
}
.user-submitted-list .avatar-col {
  padding: 4px 17px 17px 17px;
}
.user-submitted-list .content-col {
  line-height: 1.1em;
}
.user-submitted-list a.overflow-link,
.user-submitted-list a.overflow-link:hover,
.user-submitted-list a.overflow-link:visited {
  color: #444;
  text-decoration: none;
}
.user-submitted-list a.more-link,
.user-submitted-list a.more-link:hover,
.user-submitted-list a.more-link:visited {
  color: #2C7AFF;
  text-decoration: none;
}
.user-submitted-list h4,
.user-submitted-list h5 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.user-submitted-list .icon-pdf {
  color: #C9564C;
}
.user-submitted-list .icon-word {
  color: #6C9DD7;
}
.user-submitted-list .btn {
  padding: 3px 6px;
  font-size: 12px;
}
.user-recommendation p {
  margin-bottom: 3px;
}
.user-recommendation .glyphicon-thumbs-up {
  font-size: 150%;
  color: #48A31A;
}
.shared-gizmo-list p {
  margin-top: 1px;
  margin-bottom: 0px;
}
.shared-gizmo-list .glyphicon-list {
  font-size: 150%;
  color: #7271A9;
}
.user-lesson-materials p {
  margin-bottom: 4px;
  margin-top: 0px;
}
.user-lesson-materials .document-link {
  display: inline-block;
}
.user-lesson-materials a:first-child {
  margin-left: 0px;
}
.user-lesson-materials .employee-btn .glyphicon {
  color: #777;
}
.user-lesson-materials .employee-btn:first-child {
  margin-right: 0px;
}
.user-lesson-materials .large-icon {
  font-size: 150%;
}
ul.aq-imgs {
  list-style: none;
  padding: 0px 15px 0px 15px;
}
ul.aq-imgs li {
  padding-top: 15px;
}
ul.aq-imgs li:last-child {
  margin-bottom: 15px;
}
ul.aq-imgs img {
  padding: 3px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  max-width: 60%;
}
.new-aq-imgs {
  display: block;
  margin: 15px;
  padding: 3px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  max-width: calc(60% - 18px);
}
.options .aq-imgs img {
  max-width: 100%;
}
.options .new-aq-imgs {
  max-width: calc(100% - 30px);
}
.q-image-first > .new-aq-imgs,
.q-image-first > ul.aq-imgs {
  display: block;
  vertical-align: top;
}
.q-image-first > .new-aq-imgs:first-child,
.q-image-first > ul.aq-imgs:first-child {
  margin-top: -20px;
}
.image-first .new-aq-imgs,
.image-first ul.aq-imgs {
  display: inline-block;
}
.image-first .new-aq-imgs img,
.image-first ul.aq-imgs img {
  max-width: 100%;
}
.options div {
  display: inline;
}
.q-image-first > ul.aq-imgs:first-child {
  margin-top: -35px;
}
.newterm {
  display: inline-block;
  text-decoration: none;
  padding: 0 4px;
  border-radius: 2px;
  background: #f4f4f4;
  color: #7960A7;
}
.assessment-questions .options {
  margin: 15px;
}
.assessment-questions .options li {
  padding: 2px;
}
.assessment-questions label {
  font-weight: normal;
}
.assessment-questions ol li.list-group-item {
  list-style: decimal inside;
  display: list-item;
}
.assessment-questions #confirmAssessmentSubmit {
  margin-left: 8px;
}
#assessmentQuestionSummary ul.results {
  margin: 15px;
  padding-left: 5px;
  list-style: none;
}
#assessmentQuestionDisplay #assessmentScorecard {
  margin-bottom: 25px;
}
#assessmentQuestionDisplay #assessmentScorecard .el-table tr:nth-of-type(even) {
  background-color: #fff;
}
#assessmentQuestionDisplay #assessmentScorecard .not-saved-warning {
  color: #EC804A;
}
#assessmentQuestionDisplay #pastResults {
  color: #333;
  margin-top: 35px;
}
#assessmentQuestionDisplay #pastResults #assessmentScorecard {
  margin-bottom: 0px;
}
.social-panel .tweet-list {
  list-style-type: none;
  margin: 0px;
  padding: 10px;
}
.social-panel .tweet-list li {
  padding-left: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.social-panel .tweet-list li:before {
  font-family: 'icomoon';
  content: "\e611";
  margin: 0 5px 0 -25px;
  color: #63B7EC;
  position: absolute;
}
.social-panel .social-icons {
  font-size: 130%;
  margin: 0;
}
.social-panel .social-icons .icon-facebook2 {
  color: #42629F;
}
.social-panel .social-icons .icon-twitter {
  color: #63B7EC;
}
.social-panel .social-icons .icon-youtube3 {
  color: #DC2725;
}
.social-panel .social-icons a {
  text-decoration: none;
}
nav .corp-link * {
  padding: 0;
  margin: 0;
}
.page-top-padding {
  margin-top: 15px;
}
.page-bottom-padding {
  margin-bottom: 15px;
}
.gizmo-view {
  padding-bottom: 0;
  border-top: none;
  overflow-x: hidden;
  overflow-y: hidden;
}
.gizmo-view nav.icon {
  margin: 30px 0px;
}
.gizmo-view #g.shockwave {
  position: relative;
}
.gizmo-view #g.shockwave object,
.gizmo-view #g.shockwave embed {
  position: absolute;
}
.gizmo-view .clipboardDCR {
  height: 1px;
}
.gizmo-view .iPad {
  margin: 30px 10px 0;
  height: 150px;
  background: #E0E0E0;
  padding: 20px 0;
  min-height: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gizmo-view .iPad #iPadThumb {
  position: relative;
}
.gizmo-view .iPad #iPadThumb .ipad-device {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.gizmo-view .iPad #iPadThumb .ipad-device .ipad-frame {
  position: absolute;
  top: 0;
  left: 0;
}
.gizmo-view .iPad #iPadThumb .ipad-device .ipad-img {
  position: absolute;
  top: 13px;
  left: 0;
}
.gizmo-view .iPad #iPadThumb .ipad-icon {
  position: absolute;
  z-index: 2;
}
.gizmo-view .iPad > *:nth-child(2) {
  padding-top: 16px;
}
.gizmo-view .iPad > *:nth-child(2) .btn {
  margin-bottom: 20px;
}
.gizmo-view a.gizmoVideo {
  cursor: pointer;
}
nav.tabs {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
nav.tabs > a {
  width: 11%;
  max-width: 8em;
  position: relative;
  display: inline-block;
  padding: 1em 0.8em 1em;
  text-decoration: none;
  text-align: center;
  margin: 0 -7px;
  color: #222;
}
nav.tabs > a::before {
  content: '';
  /* To generate the box */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: -1;
  border: 1px solid #A5A5A5;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: #D3D3D3;
  transform: perspective(5px) rotateX(2deg);
  -webkit-transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
}
nav.tabs > a.wh:before {
  background-color: #fff;
}
nav.tabs > a.gn:before {
  background-color: #E6F0DD;
}
nav.tabs > a.gy:before {
  background-color: #EDEDED;
}
nav.tabs > a.selected {
  z-index: 2;
  color: #337ab7;
}
nav.tabs > a.selected::before {
  margin-bottom: -1px;
  border-color: #aaa;
  border-top-width: 1px;
  background-color: #F9F9FB;
}
nav.tabs > a.naked,
nav.tabs a.naked.dropdown-toggle {
  width: auto;
  min-width: 3em;
  color: #111;
  margin-right: 10px;
  margin-left: 10px;
}
nav.tabs > a.naked::before,
nav.tabs a.naked.dropdown-toggle::before {
  background: none;
  border: none;
}
nav.tabs > .pull-right {
  padding-top: 1.55em;
}
nav.tabs > a.naked.homepage-link {
  margin-left: 0px;
  padding-left: 0px;
}
nav.tabs > a.add-class {
  margin-left: 0px;
  margin-right: 10px;
}
nav.tabs > a.naked:first-child {
  padding-left: 0.5em;
  margin-left: 0px;
}
nav.tabs > a.naked:last-child {
  padding-right: 0.5em;
  margin-right: 0px;
}
nav.tabs > a.disabled {
  color: #ccc;
}
nav.tabs-narrow > a {
  width: 13%;
  padding-left: 5px;
  padding-right: 5px;
}
.nav-tabs-content-cap {
  z-index: 1;
  margin-top: -7px;
  border-top: 1px solid #aaa;
  height: 7px;
  background-color: #F9F9FB;
}
.nav-tabs-content {
  padding: 33px 0 60px 0;
  background-color: #F9F9FB;
}
.class-nav .inner nav.tabs.extra-classes > a {
  width: 11%;
  font-size: 94%;
  padding: 1.2em 0.8em 1em;
}
.class-nav .inner nav.tabs.extra-classes > a.naked {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 0px;
  min-width: 1em;
  width: auto;
}
.class-nav .inner nav.tabs.extra-classes > a.gizmo-lists {
  padding-right: 0px;
}
.class-nav .inner nav.tabs.extra-classes .glyphicon-plus {
  margin-left: 12px;
}
.class-nav .inner nav.tabs.extra-classes-jumbo > a {
  font-size: 90%;
  width: 8.7%;
}
.class-nav .inner nav.tabs.extra-classes-jumbo > a.naked {
  padding-right: 10px;
}
.theme-nav {
  position: fixed;
  bottom: 4px;
  left: 4px;
}
.nav-tabs-content-fake {
  border-top: 1px solid #a5a5a5;
  margin: -7px -16px -11px -16px;
  padding-top: 20px;
  background-color: #EDEDED;
  border-radius: 0 0 4px 4px;
}
div.social-share-icons {
  text-align: center;
  padding-top: 6px;
}
div.social-share-icons a {
  font-size: 250%;
  text-decoration: none;
  color: #BBB;
  margin: 0px 10px 0px 0px;
  text-align: center;
  float: none;
  display: inline-block;
}
div.social-share-icons a .glyphicon {
  font-size: 105%;
  top: 4px;
  color: #C5C6C8;
}
div.social-share-icons a a:last-child {
  margin-right: 0px;
}
div.social-share-icons a .icon-facebook2 {
  color: #42629F;
}
div.social-share-icons a .icon-twitter {
  color: #63B7EC;
}
div.social-share-icons span.icon {
  font-size: 100%;
}
div.social-share-icons a:last-child {
  margin-right: 0px;
}
/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}
/* The responsive part */
.btn-breadcrumb > * > div {
  /* With less: .text-overflow(); */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-breadcrumb > *:nth-child(n+2) {
  display: none;
}
.track-title {
  font-size: 75%;
  padding: 2px 6px;
  background-color: #777;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  position: relative;
  margin-left: 5px;
  top: -1px;
}
.case-academic-level {
  font-weight: 400;
}
.case-resource {
  height: 19px;
  position: relative;
  top: -2px;
}
.case-header-tag {
  position: relative;
  top: -3px;
  margin-left: 10px;
}
.case-lesson-tag {
  position: relative;
  top: -4px;
}
.class-list-tag {
  font-size: 11px;
  font-weight: bold;
  position: relative;
  top: -1px;
  margin-left: 4px;
  line-height: 29px;
}
.case-menu > .disabled > a {
  color: #aaa;
}
#systemCheck,
#georgia {
  display: none;
}
#caseOuterWrap {
  visibility: hidden;
}
@media (min-width: 991px) {
  #heatmapTour .modal-lg {
    width: 850px;
  }
}
#heatmapTour1,
#heatmapTour2 {
  margin: 0 auto;
}
#heatmapTour1 div,
#heatmapTour2 div {
  text-align: center;
}
#heatmapTour1 img,
#heatmapTour2 img {
  margin-bottom: 25px;
}
#heatmapTour1 .point,
#heatmapTour2 .point,
#heatmapTour1 .point-br,
#heatmapTour2 .point-br {
  opacity: 0;
  font-size: 17px;
  font-weight: bold;
  padding: 8px 15px;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  #heatmapTour1 .point,
  #heatmapTour2 .point,
  #heatmapTour1 .point-br,
  #heatmapTour2 .point-br {
    font-size: 15px;
  }
}
#heatmapTour1 .point:after,
#heatmapTour2 .point:after,
#heatmapTour1 .point-br:after,
#heatmapTour2 .point-br:after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: -14px;
  transform: translateY(100%) rotate(-45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 35px 0;
  border-color: transparent #fff transparent transparent;
}
#heatmapTour1 .point:before,
#heatmapTour2 .point:before,
#heatmapTour1 .point-br:before,
#heatmapTour2 .point-br:before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -7px;
  transform: translateY(100%) rotate(-45deg);
  width: 2px;
  height: 15px;
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.5);
}
#heatmapTour1 .point-bl:after,
#heatmapTour2 .point-bl:after {
  left: -14px;
  transform: translateY(100%) rotate(45deg);
  border-width: 35px 20px 0 0;
  border-color: #fff transparent transparent transparent;
}
#heatmapTour1 .point-bl:before,
#heatmapTour2 .point-bl:before {
  left: -7px;
  transform: translateY(100%) rotate(45deg);
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.5);
}
#heatmapTour1 .point-tl:after,
#heatmapTour2 .point-tl:after {
  top: 14px;
  left: -14px;
  transform: translateY(-100%) rotate(-45deg);
  border-width: 35px 0 0 20px;
  border-color: transparent transparent transparent #fff;
}
#heatmapTour1 .point-tl:before,
#heatmapTour2 .point-tl:before {
  top: 12px;
  left: -8px;
  transform: translateY(-100%) rotate(-45deg);
  box-shadow: -3px -4px 20px 2px rgba(0, 0, 0, 0.5);
}
#heatmapTour1 .point-tr:after,
#heatmapTour2 .point-tr:after {
  top: 14px;
  right: -14px;
  transform: translateY(-100%) rotate(45deg);
  border-width: 0 0 35px 20px;
  border-color: transparent transparent #fff transparent;
}
#heatmapTour1 .point-tr:before,
#heatmapTour2 .point-tr:before {
  top: 12px;
  right: -8px;
  transform: translateY(-100%) rotate(45deg);
  box-shadow: 3px -4px 20px 2px rgba(0, 0, 0, 0.5);
}
@keyframes a1 {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
#heatmapTour1 .img-wrapper,
#heatmapTour2 .img-wrapper {
  position: relative;
}
#heatmapTour1 .img-wrapper .point1,
#heatmapTour2 .img-wrapper .point1 {
  animation: a1 0.5s ease 0.5s forwards;
  top: 13%;
  right: 31%;
}
#heatmapTour1 .img-wrapper .point3,
#heatmapTour2 .img-wrapper .point3 {
  animation: a1 0.5s ease 3.5s forwards;
  bottom: 8%;
  left: 63%;
}
#heatmapTour1 .img-wrapper .point2,
#heatmapTour2 .img-wrapper .point2 {
  animation: a1 0.5s ease 2s forwards;
  bottom: 22%;
  left: 14%;
}
#heatmapTour1 .img-wrapper .point4,
#heatmapTour2 .img-wrapper .point4 {
  animation: a1 0.5s ease 5s forwards;
  top: 36%;
  right: 16%;
}
.section-bg-inbox {
  background: #457fca;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #457fca, #5691c8);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #457fca, #5691c8);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section-bg-cloud {
  background: #ECE9E6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #ECE9E6, #FFFFFF);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ECE9E6, #FFFFFF);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section-deep-space {
  background: #000000;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #000000, #434343);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #000000, #434343);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section-midnight-city {
  background: #232526;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #232526, #414345);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #232526, #414345);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section-horizon {
  background: #003973;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #003973, #E5E5BE);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #003973, #E5E5BE);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section-royal {
  background: #141E30;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #141E30, #243B55);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #141E30, #243B55);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section-solid-vault {
  background: #3a7bd5;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #3a7bd5, #3a6073);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #3a7bd5, #3a6073);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section-bg-el-logo {
  position: absolute;
  width: 100%;
  font-size: 1000px;
  color: rgba(255, 255, 255, 0.05);
  text-align: center;
  z-index: 1;
}
.text-green {
  color: #94B85C;
}
.divider-medium {
  margin-bottom: 20px;
  border: none;
  background-color: #777;
  width: 16%;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  background-color: #5ca2db;
}
.free-gizmo-row .text-block,
.cases-row .text-block {
  float: right;
  font-size: 14px;
  margin-top: 15px;
  margin-right: 2%;
}
.free-gizmo-row .gizmo-thumbnail,
.cases-row .gizmo-thumbnail {
  width: 16%;
  margin-left: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.free-gizmo-row .gizmo-thumbnail:hover,
.cases-row .gizmo-thumbnail:hover {
  transform: scale(1.1);
}
.free-gizmo-row a,
.cases-row a {
  cursor: pointer;
}
.cases-row .text-block {
  float: none;
  overflow: auto;
  margin-right: 0;
  padding-left: 5px;
}
.cases-row .expanded-block {
  margin-top: 25px;
}
.freemium-modal .modal-header {
  color: white;
}
.freemium-modal .modal-content {
  overflow: hidden;
}
.freemium-class-message .student-toggle {
  margin: 0px;
  position: relative;
  top: -4px;
  display: inline-block;
  color: #bbb;
}
.freemium-class-message .student-toggle.active {
  color: #05b305;
}
.menu-options {
  margin-left: 42px;
}
.menu-options a,
.menu-options a:hover {
  color: #962323;
}
.account-type-card {
  background-color: rgba(16, 143, 195, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333333;
  width: 100%;
  padding: 8px 12px;
  font-size: 12px;
}
.account-type-card.trial-card {
  background-color: rgba(152, 206, 95, 0.65);
}
.account-type-card .btn {
  border-color: #333333;
  color: black;
}
.account-type-card .body .title {
  font-weight: bold;
  text-transform: uppercase;
}
.category-list-page .section-header {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 22px;
  color: #333;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.category-list-page .section-header .glyphicon {
  font-size: 16px;
  cursor: pointer;
  color: #333;
}
#freeGizmosPanel .free-gizmos {
  margin-top: 25px;
}
.free-gizmos-carousel .slick-dots li button:before {
  font-size: 22px;
}
.free-gizmos-carousel .slick-list {
  padding-left: 15px;
  padding-right: 5px;
}
.free-gizmos-carousel .slick-track {
  padding-top: 5px;
  padding-bottom: 10px;
}
.freemium-header {
  font-size: 48px;
  color: #EFBC41;
}
.small-header {
  text-transform: uppercase;
  font-size: 13px;
}
.login-intercept-page .title {
  font-size: 48px;
}
.login-intercept-page .subtitle {
  opacity: 0.8;
  margin-bottom: 45px;
}
.login-intercept-page .form-group.subject,
.login-intercept-page .form-group.grade-level {
  margin-bottom: 30px;
}
.login-intercept-page .login-intercept-content {
  padding: 25px 40px 25px 40px;
  max-width: 85%;
  margin: 0px auto;
}
.login-intercept-page .login-intercept-content .btn-submit {
  margin-top: 55px;
}
.login-intercept-page .login-intercept-content .btn-primary-dark {
  background-color: #2b5d97;
  border-color: none;
}
.login-intercept-page .login-intercept-content .btn-primary-dark.disabled {
  background-color: #337ab7;
}
.btn-form-option {
  background-color: rgba(210, 210, 210, 0.4);
  color: white;
  border: none;
  outline: none;
  margin-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-form-option.topic-btn {
  margin-bottom: 10px;
}
.btn-form-option.active,
.btn-form-option.active:hover {
  background-color: white;
  color: #111;
}
.btn-form-option:hover {
  color: #111;
}
.btn-form-option.choose-class {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-form-option.choose-class:hover {
  color: white;
}
.btn.btn-form-option:focus {
  outline: none;
}
.btn-default.btn-outline.disabled {
  color: rgba(183, 183, 183, 0.95);
  background-color: transparent;
  border-color: rgba(197, 197, 197, 0.75);
}
.mr-15 {
  margin-right: 15px;
}
.mr-25 {
  margin-right: 25px;
}
.upcoming-banner {
  padding: 15px 0;
  background-color: rgba(0, 114, 180, 0.75);
  font-size: 16px;
}
.upcoming-banner.bar-dismissable {
  background-color: rgba(112, 191, 75, 0.75);
}
.upcoming-banner.hidden {
  display: none;
}
.upcoming-banner.bar-upcoming {
  background-color: rgba(78, 78, 78, 0.75);
  color: #222;
}
.upcoming-banner.lesson-info {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 99;
  margin-bottom: -100px;
}
.upcoming-banner .glyphicon {
  top: 2px;
}
.upcoming-banner .close {
  color: #333;
  font-size: 16px;
  opacity: 1;
  text-shadow: none;
  line-height: inherit;
  font-weight: normal;
  color: rgba(17, 17, 17, 0.7);
  float: none;
}
.upcoming-banner a {
  color: #111;
}
.upcoming-banner a:hover {
  text-decoration: none;
}
.gizmo-list-body {
  background-color: #0072B4;
}
.gizmo-list-body.upcoming-background {
  background-color: #524fa1;
  background-color: #4e4e4e;
}
.icon-holder .icon-el-line-logo {
  position: absolute;
  font-size: 1300px;
  color: rgba(255, 255, 255, 0.08);
  right: 15%;
  top: 10%;
}
.free-gizmo-list-category {
  margin-bottom: 15px;
  color: white;
  font-size: 24px;
}
.btn.learn-more {
  color: #94B85C;
}
.btn.learn-more:active,
.btn.learn-more:focus {
  background-color: transparent;
  outline: none;
  border: none;
}
.gizmo-details-modal .modal-dialog {
  width: 900px;
}
.gizmo-details-modal .gizmo-image-link {
  display: block;
  position: relative;
}
.gizmo-details-modal .gizmo-image-link:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.37);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.37);
}
.gizmo-details-modal button.close {
  position: absolute;
  right: 10px;
  top: 0;
  color: #cecece;
  font-size: 40px;
  font-weight: normal;
  opacity: 1;
  z-index: 1;
}
.gizmo-details-modal .modal-body {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333;
  background-color: #F5F5F5;
  padding: 30px;
}
.gizmo-details-modal .modal-body .description {
  margin-bottom: 30px;
  font-size: 16px;
}
.gizmo-details-modal .modal-body .title {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 24px;
  font-weight: bold;
}
.gizmo-details-modal .modal-body .btn.align-left {
  position: absolute;
  left: 51.5%;
  bottom: 30px;
}
.gizmo-details-modal .modal-body .btn.align-right {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.gizmo-details-modal .modal-body .gizmo-nav {
  position: absolute;
  color: white;
  font-size: 76px;
  cursor: pointer;
  top: 36%;
  transition: all 0.4s;
}
.gizmo-details-modal .modal-body .gizmo-nav:hover {
  transform: scale(1.15);
}
.gizmo-details-modal .modal-body .gizmo-nav-right {
  right: -12%;
}
.gizmo-details-modal .modal-body .gizmo-nav-left {
  left: -12%;
}
.gizmo-details-modal .modal-footer {
  color: white;
  background-color: #002832;
  padding: 0px 36px 30px 36px;
  border-top: none;
}
.gizmo-details-modal .modal-footer .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gizmo-details-modal .modal-footer .btn-primary {
  color: white;
  border-color: white;
}
.gizmo-details-modal .modal-footer .btn-primary:hover {
  color: #0088A9;
}
.gizmo-details-modal .modal-footer .btn-promo {
  background-color: #0088A9;
  border-color: #0088A9;
}
.free-gizmo-theme-color {
  color: #0088A9;
}
.gizmo-toggle-box {
  margin: 5px 35px 5px 0px;
  padding: 35px 25px 35px 5px;
  border-radius: 2px;
}
.free-gizmo-toggle-2 {
  font-size: 14px;
  border-radius: 50px;
  padding: 6px 15px;
  color: #eaeaea;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-left: 8px;
  margin-top: 10px;
}
.free-gizmo-toggle-2:first {
  margin-left: 0px;
}
.free-gizmo-toggle-2.active,
.free-gizmo-toggle-2:hover {
  text-decoration: none;
  color: #333;
  background-color: white;
}
.free-gizmo-page-content {
  z-index: 2;
  position: relative;
}
.free-gizmo-page-content:first-child .container {
  margin-top: 125px;
}
.free-gizmo-page-content .btn-group-toggle .btn {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  border: none;
}
.free-gizmo-page-content .btn-group-toggle .btn.active {
  background-color: white;
  color: #333;
}
.free-gizmo-page-content .card-gizmo {
  margin-left: 0px;
  margin-right: 0px;
}
.free-gizmo-page-content.grid-view .card-gizmo {
  display: none;
}
.free-gizmo-page-content.list-view .free-gizmo-block {
  display: none;
}
.free-gizmo-page-content .bottom-promo {
  background-color: rgba(0, 0, 0, 0.35);
  color: white;
  border-radius: 3px;
  padding: 75px;
  text-align: center;
}
.free-gizmo-page-content .bottom-promo h3 {
  margin: 0 0 35px 0;
}
.free-gizmo-page-content .bottom-promo .btn {
  color: white;
}
.free-gizmo-page-content .bottom-promo .btn.btn-outline:hover {
  color: #333;
}
.free-gizmo-page-header .container {
  padding-top: 45px;
}
.free-gizmo-page-header .free-gizmo-categories {
  text-align: right;
}
.free-gizmo-nav {
  top: 0px;
  margin-top: 0px !important;
  background-color: #002832;
  padding: 8px;
  height: 70px;
  color: black;
  position: absolute;
  left: 0px;
  right: 0px;
}
.free-gizmo-nav.navbar-fixed-top {
  position: fixed;
}
.free-gizmo-nav .navbar-brand {
  position: relative;
  top: 5px;
  color: white;
  height: auto;
  font-size: 24px;
}
.free-gizmo-nav .free-trial-button a {
  margin-left: 10px;
}
.free-gizmo-toggle {
  font-size: 14px;
  color: #a0c06f;
  background-color: rgba(30, 31, 29, 0.5);
  border-radius: 50px;
  padding: 8px 12px;
  margin-right: 12px;
  transition: 0.5s all;
}
.free-gizmo-toggle:hover,
.free-gizmo-toggle.active {
  text-decoration: none;
  color: #555;
  background-color: white;
}
@keyframes blockfade {
  0% {
    transform: scale(1);
    opacity: 1;
    width: 20%;
    height: 100%;
    padding: 14px 35px 0px 0px;
  }
  80% {
    transform: scale(0.3);
    opacity: 0;
    width: 20%;
    height: 100%;
    padding: 14px 35px 0px 0px;
  }
  100% {
    transform: scale(0);
    width: 0%;
    height: 0px;
    padding: 0px;
  }
}
@keyframes fadein {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.card-gizmo.free-hidden {
  display: none;
}
.free-gizmo-block {
  padding: 0px 12px 0px 12px;
  margin-bottom: 24px;
  width: 20%;
  float: left;
  position: relative;
  z-index: 2;
  cursor: pointer;
  animation-name: fadein;
  animation-iteration-count: 1;
  animation-duration: 0.6s;
}
.free-gizmo-block.free-hidden {
  animation-name: blockfade;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  transform: scale(0);
  width: 0%;
  height: 0px;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.free-gizmo-block .gizmo-block-container {
  background-color: white;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  padding: -2px;
  overflow: hidden;
}
.free-gizmo-block .gizmo-block-container:hover img {
  transform: scale(1.2);
}
.free-gizmo-block .gizmo-block-container img {
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.free-gizmo-block .gizmo-block-container .caption {
  -o-transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
  background-color: white;
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: bold;
  padding: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  position: relative;
  color: #333;
}
.free-gizmo-block .gizmo-block-container .caption .tag-case,
.free-gizmo-block .gizmo-block-container .caption .tag-handbook {
  font-size: 11px;
  position: relative;
  top: -1px;
}
.free-gizmo-block .gizmo-block-container .paragraph-end {
  height: 32px;
  width: 45px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  bottom: 6px;
  right: -1px;
  max-height: 100%;
}
.free-gizmo-block.inverted .gizmo-block-container {
  background-color: #2f2f2f;
}
.free-gizmo-block.inverted .caption {
  color: #fbfbfb;
}
.free-gizmo-block.inverted .paragraph-end {
  background: linear-gradient(to right, rgba(47, 47, 47, 0), #2f2f2f);
  background-image: -webkit-linear-gradient(left, rgba(47, 47, 47, 0), #2f2f2f);
}
.free-gizmo-block.free-gizmo-block-small {
  padding: 10px 15px 10px 0px;
}
.free-gizmo-block.free-gizmo-block-small .caption {
  font-size: 14px;
  padding: 8px;
  font-weight: normal;
}
#gizmoModalDescription {
  margin-bottom: 20px;
}
.freemium-primary-bg {
  background-color: #2154b5;
}
.primary-bg {
  background-color: #3e8ae5;
}
.card-gizmo-h .btns a.freemium-class-page-tag,
.card-gizmo-h .btns .nav-item > a.freemium-class-page-tag,
.card-gizmo-h-sm .btns .nav-item > a.freemium-class-page-tag {
  background-color: #68a75e;
  color: white;
  text-decoration: none;
  border-radius: 17px;
  padding-right: 12px;
  height: 26px;
  line-height: 26px;
  margin-left: 10px;
}
.new-responses {
  font-weight: bold;
  color: #188017;
}
.no-new-responses {
  color: #188017;
}
.text-dark-blue {
  color: #2154b5;
}
.text-orange {
  color: #EFBC41;
}
.form-box-headless {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-box-sm .body form label {
  font-size: 14px;
}
.freemium-bg-dark {
  background-color: #1f1f1f;
}
.freemium-promo-bg-blue {
  background-color: #00a0e3;
}
.freemium-promo-layout {
  padding: 45px 15px;
}
.freemium-promo-layout .row {
  position: relative;
  z-index: 10;
  color: #f5f5f5;
}
.freemium-promo-layout .form-box {
  margin-top: 5px;
}
.freemium-promo-layout .page-title {
  font-size: 48px;
  margin-bottom: 65px;
  margin-top: 0px;
}
.freemium-promo-layout .checkmark-list {
  margin-bottom: 36px;
  font-size: 18px;
  padding: 0px;
}
.freemium-promo-layout .checkmark-list li {
  padding: 0px;
  margin-bottom: 36px;
}
.freemium-promo-layout .checkmark-list li:before {
  margin-left: 0px;
}
.freemium-promo-layout .info-list {
  color: white;
  margin-bottom: 32px;
}
.freemium-promo-layout .info-list li {
  margin-bottom: 30px;
}
.freemium-promo-layout .promo-code {
  margin: 10px 0 0 0;
}
.freemium-promo-layout .promo-code a {
  color: whitesmoke;
}
.freemium-promo-layout .free-gizmo-block {
  width: 33%;
  padding: 0 24px 0 24px;
  margin-bottom: 48px;
}
.freemium-promo-layout .free-gizmo-row {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 45px 15px 45px 35px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
}
.freemium-promo-layout .free-gizmo-row p {
  margin: 20px 0;
}
.freemium-promo-layout .free-gizmo-row .title {
  margin-top: 0px;
}
#pricingModal .modal-dialog {
  width: 685px;
}
#pricingModal .modal-body {
  padding: 45px 15px 0px 15px;
}
#pricingModal .close {
  font-size: 32px;
  position: absolute;
  right: 18px;
  top: 6px;
}
.pricing-table-note {
  margin-top: 10px;
  font-size: 14px;
  color: #aaa;
}
.double-asterisk {
  font-size: 12px;
  position: relative;
  top: -4px;
}
.pricing-table-border {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.freemium-pricing-table {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
}
.freemium-pricing-table th:first-child {
  width: 22%;
  border-top-left-radius: 4px;
}
.freemium-pricing-table th:first-child {
  border-top: none;
  font-size: 32px;
  color: #dadada;
  text-align: center;
  padding-top: 13px;
}
.freemium-pricing-table tbody > tr > td {
  vertical-align: middle;
}
.freemium-pricing-table tbody > tr > td:first-child {
  text-align: right;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
}
.freemium-pricing-table th:nth-child(2),
.freemium-pricing-table th:nth-child(3) {
  width: 39%;
}
.freemium-pricing-table th:nth-of-type(even),
.freemium-pricing-table td:nth-of-type(even) {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.freemium-pricing-table tbody > tr > td {
  padding: 15px 20px;
}
.freemium-pricing-table tbody > tr > th {
  border-top: none;
}
.freemium-pricing-table tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.freemium-pricing-table p {
  margin-bottom: 0px;
}
.freemium-pricing-table .text-muted {
  color: #aaa;
}
.freemium-pricing-table .glyphicon {
  font-size: 24px;
}
.freemium-pricing-table .glyphicon-ok {
  color: #70bf4b;
}
.freemium-pricing-table .pricing-header {
  padding: 15px 35px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.freemium-pricing-table .pricing-header small {
  font-size: 14px;
  opacity: 0.5;
}
.freemium-pricing-table .pricing-header.free {
  border-right: 1px solid #e4981a;
  background-color: #ffdd00;
}
.freemium-pricing-table .pricing-header.paid {
  border-top-right-radius: 4px;
  background-color: #faa519;
}
.freemium-pricing-table .btn {
  color: #333;
}
.bottom-bar {
  border-top: 1px solid #ccc;
}
.bottom-bar .award-box {
  float: left;
  width: 20%;
  margin-left: 5%;
  margin-right: 5%;
}
.bottom-bar .award-box:first-child {
  margin-left: 10%;
}
.bottom-bar .award-box .logo-text {
  text-align: center;
  font-size: 18px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin-top: 8px;
  margin-bottom: 0px;
}
.bottom-bar .award-box:last-child {
  width: 22%;
}
.bottom-bar .award-box:last-child .logo-text {
  margin-top: 10px;
}
.freemium-intercept {
  font-size: 16px;
}
.checkmark-list {
  font-size: 16px;
}
.checkmark-list li {
  display: block;
  padding: 10px 0px 10px 0px;
}
.checkmark-list li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 105%;
  float: left;
  margin-right: 16px;
  margin-left: -18px;
}
.checkmark-list-dark-blue li:before {
  color: #3e8ae5;
}
.checkmark-list-green li:before {
  color: #94b85c;
}
.checkmark-list-lg {
  font-size: 20px;
}
.trial-promotion-intro {
  font-size: 24px;
  padding-bottom: 20px;
}
.glyphicon-adjust {
  top: 2px;
}
.search-filter {
  border-radius: 4px;
  margin-bottom: 35px;
}
.search-filter .tab {
  width: 25%;
  height: 60px;
  text-align: center;
  float: left;
  font-size: 16px;
  padding: 17px 15px;
  cursor: pointer;
  border-bottom: 4px solid #bbb;
}
@media (max-width: 400px) {
  .search-filter .tab {
    height: 75px;
  }
}
.search-filter .tab:first-child {
  width: 18%;
}
.search-filter .tab .box {
  margin: 0px auto;
}
.search-filter .tab .box .icon {
  float: left;
  font-size: 30px;
  margin-right: 10px;
}
.search-filter .tab .box .title,
.search-filter .tab .box .subtitle {
  float: left;
}
.search-filter .tab .box .unlocked-color {
  color: rgba(104, 167, 94, 0.65);
}
.search-filter .tab .box .locked-color {
  color: rgba(206, 75, 32, 0.65);
}
.search-filter .tab .subtitle {
  color: #999;
  color: rgba(153, 153, 153, 0.65);
  font-size: 75%;
}
.search-filter .tab.active,
.search-filter .tab:hover {
  background-color: white;
  border-bottom: 4px solid #3e8ae5;
}
.search-filter .tab.active .unlocked-color,
.search-filter .tab:hover .unlocked-color {
  color: #68a75e;
}
.search-filter .tab.active .locked-color,
.search-filter .tab:hover .locked-color {
  color: #ce4b20;
}
.search-filter .tab.active .subtitle,
.search-filter .tab:hover .subtitle {
  color: #999;
}
.search-filter .tab.show-help {
  width: 57%;
  padding: 11px 15px;
  cursor: default;
}
.search-filter .tab.show-help:hover {
  background-color: transparent;
  border-bottom: 4px solid #bbb;
}
.search-filter .tab.boxed {
  line-height: 16px;
  padding: 12px 16px;
}
.search-filter .tab.single-subject {
  cursor: pointer;
  width: 82%;
}
.search-filter .tab.help {
  padding: 11px 15px;
}
.search-filter .help-icon {
  float: right;
  font-size: 24px;
  cursor: pointer;
}
.search-filter .help-icon a {
  color: #bbb;
}
.lock-block {
  padding: 8px 16px;
  background-color: white;
  display: inline-block;
  border-radius: 2px;
}
.lock-block .graphic {
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}
.lock-block p.header {
  font-size: 16px;
  margin-bottom: 0px;
}
.lock-block p.subtitle {
  font-size: 12px;
  color: #777;
  margin-bottom: 0px;
}
.lock-block-lg .graphic {
  font-size: 36px;
}
.lock-block-lg p.header {
  font-size: 20px;
}
.lock-block-lg p.subtitle {
  font-size: 14px;
}
.card-gizmo.locked-gizmo .image-inner-wrapper:before {
  font-family: 'Glyphicons Halflings';
  content: "\e033";
  position: absolute;
  font-size: 80%;
  left: -4px;
  padding: 6px 30px;
  background-color: #ce4b20;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  top: -6px;
  transform: rotate(-45deg) translate(-25%, -50%);
  text-align: center;
  box-shadow: 5px 0 0 #000;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.card-gizmo.unlocked-gizmo .image-inner-wrapper:before {
  content: "\e124";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  font-size: 80%;
  left: -4px;
  padding: 6px 30px;
  background-color: #68a75e;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  top: -6px;
  transform: rotate(-45deg) translate(-25%, -50%);
  text-align: center;
  box-shadow: 5px 0 0 #000;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.instruction-modal {
  font-size: 16px;
}
.instruction-modal ol {
  font-size: 16px;
}
.instruction-modal ol li {
  margin: 25px 0px;
}
.instruction-modal img {
  margin: 25px 0px;
  border: 1px solid #aaa;
}
.affix-bar-collapse .edit-bar {
  margin-top: 15px;
}
.affix-bar-collapse .edit-bar .title {
  margin-bottom: 0px;
  color: #5E8E21;
  text-transform: uppercase;
}
.affix-bar-collapse .edit-bar .title small {
  text-transform: none;
}
.affix-bar-collapse .edit-bar .inner {
  z-index: 1;
  padding: 8px 15px 25px 15px;
  border-radius: 0 0 4px 4px;
}
.affix-bar-collapse .edit-bar .inner .label-input-grp {
  position: relative;
}
.affix-bar-collapse .edit-bar .inner .label-input-grp .label-input-btn {
  float: right;
  margin-right: 10px;
}
.affix-bar-collapse .edit-bar .inner .label-input-grp .label-input-btn:hover {
  color: rgba(62, 138, 229, 0.9);
}
.affix-bar-collapse .edit-bar .inner .label-input-grp .delete-preset-btn {
  float: left;
  outline: none;
  color: #d43f3a;
  background-color: #fff;
  border-color: #d43f3a;
}
.affix-bar-collapse .edit-bar .inner .label-input-grp .delete-preset-btn:hover {
  color: #d34f3a;
}
.affix-bar-collapse .edit-bar .inner .label-input-grp .delete-preset-btn.confirm {
  color: #fff;
  background-color: #d43f3a;
}
.affix-bar-collapse .edit-bar .inner .label-input-grp .close-btn {
  color: rgba(68, 68, 68, 0.7);
}
.affix-bar-collapse .edit-bar .inner .label-input-grp .close-btn:hover {
  color: rgba(68, 68, 68, 0.9);
}
.affix-bar-collapse .edit-bar .inner .label-input-grp .label-input-btn-sm {
  font-size: 18px;
  margin-top: 13px;
}
.affix-bar-collapse .edit-bar .inner .label-input-grp .label-input-btn:first-child {
  right: auto;
  left: 0;
  display: none;
}
.affix-bar-collapse .edit-bar .inner .label-input-grp-edit {
  padding-left: 40px;
}
.affix-bar-collapse .edit-bar .inner .label-input-grp-edit .label-input-btn:first-child {
  display: block;
}
.gs-btns {
  max-height: 34px;
}
.gs-btns .btn {
  padding: 6px 12px;
}
.gs-btns .icon-slider {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.gizmo-screenshot-modal .modal-body {
  background-color: black;
}
.gizmo-screenshot-modal .modal-body img {
  margin: 0 auto;
}
.list-of-presets li {
  cursor: pointer;
}
.list-of-presets .saved-preset {
  position: relative;
}
.list-of-presets .saved-preset a {
  padding-right: 30px;
}
.list-of-presets .saved-preset .preset-menu {
  opacity: 0;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.list-of-presets .saved-preset:hover .preset-menu {
  opacity: 1;
}
.list-of-presets li.no-saved-presets {
  color: #999;
  cursor: default;
}
.gs-debug-menu .gizmo-version-window h4 {
  margin-top: 0px;
}
.gs-debug-menu .dropdown-footer {
  text-align: left;
}
html.touch .list-of-presets .saved-preset .preset-menu {
  opacity: 1;
}
.fullscreen-presets .saved-preset:hover .preset-menu {
  opacity: 0;
}
.preset-menu {
  position: absolute;
  color: #999;
  right: 8px;
  top: 7px;
  font-size: 16px;
  cursor: pointer;
}
.preset-menu:hover {
  color: #333;
}
pre.gizmo-debug-window {
  overflow: visible;
  padding: 5px 40px 5px 5px;
}
.gizmo-debug-bar .popover {
  max-width: none;
  overflow-y: scroll;
  max-height: 650px;
}
#pctCompareResults {
  left: 25%;
  margin-top: 0px;
}
#pctCompareResults .modal-dialog {
  width: 100%;
  margin-top: 0px;
}
#pctCompareResults .value-compare-warning {
  background-color: #ffbc00;
  padding: 0px 15px;
}
#pctCompareResults .structure-compare-warning {
  background-color: white;
  padding: 0px 15px;
  color: red;
  text-transform: uppercase;
}
#gizmoDebugWindow {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 15px 5px 15px 5px;
  border-right: 1px solid #999;
  z-index: 1001;
}
#gizmoDebugWindow .popover {
  max-width: none;
  max-height: 600px;
  overflow-y: auto;
}
#gizmoDebugWindow h4 {
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
#gizmoDebugWindow table th {
  border-top: none;
}
#gizmoDebugWindow table tr:first-child {
  border-bottom: 2px solid #666;
}
#gizmoDebugWindow .glyphicon-ok {
  color: #599259;
}
#gizmoDebugWindow .glyphicon-remove {
  color: #C76262;
}
#gizmoDebugWindow .glyphicon-minus {
  color: #666;
}
#gizmoDebugWindow [data-key=visible],
#gizmoDebugWindow [data-key=enabled] {
  cursor: pointer;
}
#gizmoDebugWindow .pct-error-title {
  margin: 15px 0px;
}
#gizmoDebugWindow .pct-error-title a {
  color: #b55959;
  text-decoration: none;
}
#gizmoDebugWindow .pct-error-count {
  background-color: #b55959;
  padding: 2px 6px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 12px;
  margin-left: 2px;
}
#gizmoDebugWindow #pctResults {
  padding: 10px 5px;
  width: 400px;
}
#gizmoDebugWindow #pctResults .error-report .error-icons a {
  color: #666;
}
#gizmoDebugWindow .glyphicon-new-window {
  font-size: 10px;
}
#gizmoDebugWindow.minimized {
  overflow-y: hidden;
  height: 65px;
  top: auto;
  border: 1px solid #999;
  border-top-right-radius: 4px;
}
#gizmoDebugWindow .toggle-debug-window,
#gizmoDebugWindow .minimize-debug-window {
  margin: 2px 12px;
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
}
/* === For short, wide devices (Chromebooks) ======== */
@media (max-height: 800px) {
  .login-intercept-page .subtitle {
    margin-bottom: 25px;
  }
  .login-intercept-page .login-intercept-content {
    padding: 25px 15px 25px 15px;
    max-width: 95%;
  }
  .login-intercept-page .login-intercept-content .btn-submit {
    margin-top: 15px;
  }
  .btn-form-option {
    font-size: 16px;
    padding: 8px 24px;
  }
}
/* === For phones =================================== */
@media (max-width: 767px) {
  .bg-panel {
    padding: 15px 0;
  }
  .login-intercept-page .form-group.subject,
  .login-intercept-page .form-group.grade-level {
    margin-bottom: 15px;
  }
  .login-intercept-page .title {
    font-size: 24px;
  }
  .login-intercept-page .subtitle {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .login-intercept-page .login-intercept-content {
    padding: 25px 5px 25px 5px;
    max-width: 100%;
  }
  .login-intercept-page .login-intercept-content .btn-submit {
    margin-top: 5px;
  }
  .btn-form-option.btn-lg {
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 5px 15px;
  }
  .free-gizmo-page-header .container {
    padding-top: 15px;
  }
  .free-gizmo-page-header .free-gizmo-categories {
    margin-top: 25px;
    text-align: left;
  }
  .free-gizmo-page-header .free-gizmo-toggle-2 {
    margin-left: 0px;
    margin-right: 8px;
  }
  .free-gizmo-page-content .bottom-promo {
    padding: 25px;
  }
  .free-gizmo-page-content .bottom-promo h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .free-gizmo-page-content .bottom-promo .btn-lg {
    padding: 6px 18px;
    font-size: 14px;
  }
  .search-filter .tab {
    width: 35%;
  }
  .search-filter .tab:first-child {
    width: 30%;
  }
  .search-filter .tab:last-child {
    width: 35%;
  }
  .free-gizmo-row .gizmo-thumbnail,
  .cases-row .gizmo-thumbnail {
    width: 23%;
    margin-left: 2%;
  }
  #pricingModal .modal-dialog {
    width: 100%;
  }
  #pricingModal .modal-body {
    padding: 35px 15px 0px 15px;
  }
  #pricingModal .close {
    font-size: 24px;
  }
  .freemium-pricing-table {
    font-size: 14px;
  }
  .freemium-pricing-table th:first-child {
    font-size: 24px;
  }
  .freemium-pricing-table tbody > tr > td:first-child {
    font-size: 12px;
  }
  .freemium-pricing-table tbody > tr > td {
    padding: 5px 10px;
  }
  .freemium-pricing-table .glyphicon {
    font-size: 14px;
  }
  .freemium-pricing-table .pricing-header {
    padding: 15px 15px;
    font-size: 18px;
  }
  .freemium-promo-layout {
    padding: 15px 0px;
  }
  .freemium-promo-layout .page-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .freemium-promo-layout .checkmark-list {
    margin-bottom: 25px;
  }
  .freemium-promo-layout .checkmark-list li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .freemium-promo-layout .checkmark-list li:before {
    font-size: 115%;
  }
  .freemium-promo-layout .info-list {
    margin-bottom: 22px;
  }
  .freemium-promo-layout .info-list li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .freemium-promo-layout .row {
    padding: 0px 25px;
  }
  .freemium-promo-layout .free-gizmo-row {
    border-radius: 0px;
    padding: 15px 5px;
  }
  .freemium-promo-layout .free-gizmo-row > div:first-child {
    margin-bottom: 25px;
  }
  .freemium-promo-layout .form-box {
    margin-top: 25px;
  }
  ul.aq-imgs img {
    max-width: 100%;
  }
  .new-aq-imgs {
    max-width: calc(100% - 30px);
  }
  .btn-breadcrumb > *:nth-last-child(-n+2) {
    display: block;
  }
  .btn-breadcrumb > * div {
    max-width: 60px;
  }
  .class-nav .inner nav.tabs > a:nth-child(1) {
    z-index: 1;
  }
  .class-nav .inner nav.tabs > a:nth-child(2) {
    z-index: 2;
  }
  .class-nav .inner nav.tabs > a:nth-child(3) {
    z-index: 3;
  }
  .class-nav .inner nav.tabs > a:nth-child(4) {
    z-index: 4;
  }
  .class-nav .inner nav.tabs > a:nth-child(5) {
    z-index: 5;
  }
  .class-nav .inner nav.tabs > a:nth-child(6) {
    z-index: 6;
  }
  .class-nav .inner nav.tabs > a:nth-child(7) {
    z-index: 7;
  }
  .class-nav .inner nav.tabs > a:nth-child(7) {
    z-index: 7;
  }
  .class-nav .inner nav.tabs > a:nth-child(8) {
    z-index: 8;
  }
  .class-nav .inner nav.tabs > a:nth-child(9) {
    z-index: 9;
  }
  .class-nav .inner nav.tabs > a:nth-child(10) {
    z-index: 10;
  }
  .class-nav .inner nav.tabs > a:nth-child(11) {
    z-index: 11;
  }
  .class-nav .inner nav.tabs > a:nth-child(12) {
    z-index: 12;
  }
  .class-nav .inner nav.tabs > a.selected {
    z-index: 20;
  }
  .class-nav .inner nav.tabs.extra-classes > a {
    font-size: 80%;
  }
  .class-nav .inner nav.tabs.extra-classes > a::before {
    bottom: 0.6em;
  }
  #gizmoHolder #g.scale .icon-el-line-logo {
    font-size: 100px;
  }
  .free-gizmo-block,
  .freemium-promo-layout .free-gizmo-block {
    padding: 0px 10px 0px 10px;
    margin-bottom: 20px;
    width: 33%;
  }
  .free-gizmo-block .gizmo-block-container .caption,
  .freemium-promo-layout .free-gizmo-block .gizmo-block-container .caption {
    font-size: 15px;
  }
  .free-gizmo-block .gizmo-block-container .caption .tag-case,
  .freemium-promo-layout .free-gizmo-block .gizmo-block-container .caption .tag-case,
  .free-gizmo-block .gizmo-block-container .caption .tag-handbook,
  .freemium-promo-layout .free-gizmo-block .gizmo-block-container .caption .tag-handbook {
    font-size: 11px;
  }
  .gizmo-details-modal .modal-dialog {
    width: 94%;
    margin-left: 3%;
  }
  .gizmo-details-modal button.close {
    font-size: 35px;
  }
  .gizmo-details-modal .modal-body {
    padding: 30px;
  }
  .gizmo-details-modal .modal-body .btn.align-left {
    bottom: 30px;
    left: 30px;
  }
  .gizmo-details-modal .modal-body .btn.align-right {
    bottom: 30px;
    right: 30px;
  }
  .gizmo-details-modal .modal-body .gizmo-nav {
    font-size: 70px;
    top: 102%;
  }
  .gizmo-details-modal .modal-body .title {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .gizmo-details-modal .modal-body .description {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .gizmo-details-modal .modal-body .gizmo-nav-right {
    right: 29%;
  }
  .gizmo-details-modal .modal-body .gizmo-nav-left {
    left: 29%;
  }
  .btn-lg.small-btn-xs {
    padding: 6px 18px;
    font-size: 14px;
  }
}
/* === For really small phones (iPhone 5) =================================== */
@media (max-width: 350px) {
  .btn-form-option.btn-lg {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 4px 12px;
  }
}
/* === For tablets ================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .free-gizmo-nav {
    padding: 0px;
  }
  .bg-panel {
    padding: 25px 0;
  }
  .freemium-promo-layout {
    padding: 30px 0px;
  }
  .freemium-promo-layout .page-title {
    font-size: 42px;
    margin-bottom: 45px;
  }
  .freemium-promo-layout .checkmark-list {
    margin-bottom: 25px;
  }
  .freemium-promo-layout .info-list li {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .freemium-promo-layout .free-gizmo-block {
    padding: 0px 10px 0px 10px;
    margin-bottom: 20px;
    width: 33%;
  }
  .freemium-promo-layout .free-gizmo-block .gizmo-block-container .caption {
    font-size: 12px;
  }
  ul.aq-imgs img {
    max-width: 80%;
  }
  .new-aq-imgs {
    max-width: calc(80% - 24px);
  }
  .btn-breadcrumb > *:nth-last-child(-n+4) {
    display: block;
  }
  .btn-breadcrumb > * div {
    max-width: 100px;
  }
  .class-nav .inner nav.tabs.extra-classes > a {
    padding: 1.4em 0.8em 1.1em;
  }
  .class-nav .inner nav.tabs.extra-classes > a::before {
    bottom: 0.5em;
  }
  .class-nav .inner nav.tabs.extra-classes-jumbo > a {
    font-size: 82%;
  }
  .class-nav .inner nav.tabs.extra-classes-jumbo > a::before {
    bottom: 0.6em;
  }
  #gizmoHolder #g.scale .icon-el-line-logo {
    font-size: 150px;
  }
  .free-gizmo-block {
    padding: 0px 10px 0px 10px;
    margin-bottom: 20px;
    width: 25%;
  }
  .gizmo-details-modal .modal-dialog {
    width: 730px;
  }
  .gizmo-details-modal button.close {
    font-size: 25px;
  }
  .gizmo-details-modal .modal-body {
    padding: 15px;
  }
  .gizmo-details-modal .modal-body .btn.align-left {
    bottom: 15px;
  }
  .gizmo-details-modal .modal-body .btn.align-right {
    bottom: 15px;
    right: 15px;
  }
  .gizmo-details-modal .modal-body .gizmo-nav {
    font-size: 65px;
    top: 102%;
  }
  .gizmo-details-modal .modal-body .title {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .gizmo-details-modal .modal-body .description {
    font-size: 12px;
  }
  .gizmo-details-modal .modal-body .gizmo-nav-right {
    right: 40%;
  }
  .gizmo-details-modal .modal-body .gizmo-nav-left {
    left: 40%;
  }
  .freemium-promo-layout .free-gizmo-row {
    padding: 30px 0px 35px 15px;
  }
  .free-gizmo-row .text-block,
  .cases-row .text-block {
    float: right;
    font-size: 12px;
    margin-top: 15px;
    margin-right: 1%;
  }
  .free-gizmo-row .gizmo-thumbnail,
  .cases-row .gizmo-thumbnail {
    width: 18%;
    margin-left: 12px;
  }
}
/* === For desktops ================================== */
@media (min-width: 992px) and (max-width: 1200px) {
  .freemium-promo-layout .free-gizmo-row {
    padding: 35px 0px 45px 30px;
  }
  .free-gizmo-row .text-block {
    float: right;
    font-size: 12px;
    margin-top: 15px;
    margin-right: 1%;
  }
  .btn-breadcrumb > *:nth-last-child(-n+6) {
    display: block;
  }
  .btn-breadcrumb > * div {
    max-width: 300px;
  }
  .class-nav .inner nav.tabs.extra-classes > a {
    padding: 1.4em 0.8em 1.1em;
  }
  .class-nav .inner nav.tabs.extra-classes-jumbo > a {
    padding: 1.4em 0.8em 1em;
  }
  .class-nav .inner nav.tabs.extra-classes-jumbo > a::before {
    bottom: 0.6em;
  }
  html.ipad .class-nav .inner nav.tabs.extra-classes-jumbo > a {
    padding: 1.4em 0.8em 1.1em;
  }
  html.ipad .class-nav .inner nav.tabs.extra-classes-jumbo > a::before {
    bottom: 0.5em;
  }
  #gizmoHolder #g.scale .icon-el-line-logo {
    font-size: 200px;
  }
  .gizmo-details-modal .modal-dialog {
    width: 810px;
  }
  .gizmo-details-modal .modal-body .gizmo-nav {
    font-size: 64px;
  }
  .gizmo-details-modal .modal-body .title {
    margin-bottom: 15px;
  }
  .gizmo-details-modal .modal-body .description {
    font-size: 14px;
  }
  .gizmo-details-modal .modal-body .gizmo-nav-right {
    right: -9%;
  }
  .gizmo-details-modal .modal-body .gizmo-nav-left {
    left: -9%;
  }
}
/* === For BIG desktops ================================== */
@media (min-width: 1200px) {
  .btn-breadcrumb > *:nth-last-child(-n+6) {
    display: block;
  }
  .btn-breadcrumb > * div {
    max-width: 300px;
  }
  .class-nav .inner nav.tabs.extra-classes > a {
    font-size: 100%;
  }
}
@media print {
  #navBar,
  .class-nav,
  #siteFooter,
  #help-popover-container,
  div.navbar-fixed-spacer {
    visibility: hidden;
    display: none;
  }
  .progress-bar-success {
    background-color: #5cb85c !important;
    -webkit-print-color-adjust: exact;
  }
  td.student-progress div.progress {
    background-color: #D5D5D5 !important;
    -webkit-print-color-adjust: exact;
  }
  a[href]:after {
    content: none;
  }
  .no-print {
    visibility: hidden;
    display: none;
  }
  .print {
    visibility: visible;
  }
}
/* === For Small Screens (Phones) ========================= */
@media (max-width: 500px) {
  .freemium-modal .info-list {
    font-size: 14px;
  }
  .freemium-modal .info-list .glyphicon {
    font-size: 18px;
  }
  ul.aq-imgs img {
    max-width: 100%;
  }
  .new-aq-imgs {
    max-width: calc(100% - 30px);
  }
  .resourceCatalog ul.dropdown-menu {
    overflow: hidden;
    width: 220px;
  }
  .resourceCatalog ul.dropdown-menu a {
    white-space: normal;
  }
  .correlation .popover {
    width: 300px !important;
  }
  .correlation .popover .popover-title .title-text {
    margin-top: 0px;
    padding-right: 20px;
  }
  .correlation .popover .popover-content {
    padding-bottom: 70px;
  }
  .correlation .popover .popover-content .three-buttons {
    margin-bottom: 40px;
  }
  .correlation .popover .popover-content .btns {
    border-top: none;
  }
  .correlation .popover .popover-content .btns .btn {
    width: 100% !important;
    border-top: solid 1px #EBEBEB;
  }
  .lesson-info .jumbotron .gizmo-bg {
    top: 0px;
  }
  #gotoAnswersExplanations {
    white-space: normal;
  }
  #contributeLesson,
  #reccomend,
  #gizmoFeedback {
    display: none;
  }
  .assessment-questions img {
    width: 100% !important;
  }
  #gizmoHolder #g.scale .icon-el-line-logo {
    font-size: 70px;
  }
}
/* === Bootstrap Description List Overwrite === */
@media (min-width: 768px) {
  .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;
  }
}
.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;
}
#reportGrid thead tr:first-child {
  color: inherit;
}
#reportGrid thead th a {
  color: #337ab7;
}
.q-scr,
.t-scr {
  display: inline-block;
  min-width: 2.5em;
  line-height: 30px;
  border-radius: 4px;
  color: #666;
}
.q-scr:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.t-scr {
  font-weight: bold;
  color: #222;
}
.t-scr2 {
  font-size: 20px;
  min-width: 3em;
  text-align: right;
}
.clr-0 {
  color: #D6B2B1;
  background-color: #BB5A59;
}
.clr-1 {
  background-color: #E8C8C8;
}
.clr-2 {
  background-color: #DBECD3;
}
.clr-3 {
  color: #C7E2BA;
  background-color: #72AB55;
}
.t-scr.clr-0,
.t-scr.clr-3 {
  color: #fff;
}
.t-scr2.clr-0,
.t-scr2.clr-1 {
  color: #BB5A59;
  background-color: transparent;
}
.t-scr2.clr-2,
.t-scr2.clr-3 {
  color: #72AB55;
  background-color: transparent;
}
#pctResultsModal table.collapse.in {
  display: table;
}
.deployed-version-label {
  background-color: #5cb85c;
  color: white;
  border: 1px solid #5cb85c;
  font-size: 70%;
  margin-top: 2px;
}
.greyed-out {
  color: #bbb;
}
.greyed-out:hover {
  color: #bbb;
  cursor: default;
  text-decoration: none;
}
.notice-banner {
  margin-bottom: 30px;
  border-left: 12px solid #70bf4b;
  padding: 20px;
  background-color: white;
  font-size: 18px;
}
.notice-banner #ksImg {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .notice-banner #ksImg {
    max-width: 280px;
    margin-top: 10px;
  }
}
.notice-banner #ksImg img {
  width: 100px;
  height: 100px;
}
@media (max-width: 990px) {
  .notice-banner #ksImg img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 991px) {
  .notice-banner #ksText {
    position: relative;
    top: 50%;
    transform: translateY(50%);
  }
}
#ks-small {
  margin: 0px auto;
  margin-top: 40px;
  max-width: 400px;
}
#ks-small #ks-small-img {
  display: flex;
  justify-content: space-between;
  margin: 0 5px 8px 5px;
}
#ks-small #ks-small-img img {
  width: 30%;
  height: 30%;
  max-width: 120px;
  max-height: 120px;
}
.ks-onform {
  align: center;
}
@media (min-width: 991px) {
  .ks-onform {
    width: 75%;
  }
}
.ks-onform #ks-small {
  display: inline-block;
  max-width: 280px;
}
@media (max-width: 990px) {
  .contact-sidebar-inner {
    margin-top: 40px;
    float: left;
    margin-right: 70px;
  }
}
.bg-panel-trim {
  padding: 0;
  padding-bottom: 60px;
}
.bg-panel-trim .breadcrumb {
  margin-bottom: 40px;
}
.case-view {
  padding-bottom: 20px;
}
#page-accessibility,
#page-privacy,
#page-terms {
  padding-bottom: 40px;
}
#page-accessibility h3,
#page-privacy h3,
#page-terms h3 {
  margin: 30px 0 15px 0;
}
#page-accessibility h4,
#page-privacy h4,
#page-terms h4 {
  margin: 20px 0 15px 0;
}
#page-accessibility .table-of-contents,
#page-privacy .table-of-contents,
#page-terms .table-of-contents {
  border: 1px solid #eee;
  margin-bottom: 20px;
}
#page-accessibility .table-of-contents .toc-head,
#page-privacy .table-of-contents .toc-head,
#page-terms .table-of-contents .toc-head {
  background-color: #00a0e3;
  color: white;
  padding: 10px;
}
#page-accessibility .table-of-contents .toc-body,
#page-privacy .table-of-contents .toc-body,
#page-terms .table-of-contents .toc-body {
  background-color: white;
  color: #00a0e3;
  padding: 20px 10px;
}
#page-accessibility .anchor,
#page-privacy .anchor,
#page-terms .anchor {
  position: relative;
}
#page-accessibility .anchor a,
#page-privacy .anchor a,
#page-terms .anchor a {
  position: absolute;
  top: -70px;
}
.gizmo-suggestion:nth-of-type(n+10) {
  display: none;
}
