/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -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: 'proxima-nova', "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: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  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;
}
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%;
}
cite {
  font-style: normal;
}
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: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  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';
}
blockquote:before,
blockquote:after {
  content: "";
}
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%;
  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;
}
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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -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;
  color: #999 !important;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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 {
  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;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  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;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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 {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.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 .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 {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  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);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@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:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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.33;
  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 {
  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: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #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: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 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-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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@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;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  /*margin-right: @navbar-padding-horizontal;*/
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: none;
  background-image: none;
  border: none;
  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 {
    margin: 0;
  }
  .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-nav.navbar-right:last-child {
    /*margin-right: -@navbar-padding-horizontal;*/
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.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);
  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 .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;
  }
}
@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;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.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;
  }
  .navbar-text.navbar-right:last-child {
    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: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #fff;
  /*background-color: @navbar-default-link-active-bg;*/
  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: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.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: #777777;
  }
  .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: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.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: #428bca;
  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 {
  color: #2a6496;
  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: #428bca;
  border-color: #428bca;
  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;
}
.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;
}
.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: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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: baseline;
  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 {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 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 {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 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: #428bca;
}
.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);
  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: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  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[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.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: #428bca;
  border-color: #428bca;
}
.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: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.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 {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.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);
  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 {
  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 {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .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 {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: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 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 td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > 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 {
  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: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.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);
  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: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 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);
  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;
}
.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);
    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;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #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;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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%;
  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;
  margin-top: -10px;
  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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
/*** Colors ***/
@font-face {
  font-family: 'architects_daughter';
  src: url('/assets/fonts/architectsdaughter-webfont.eot');
  src: url('/assets/fonts/architectsdaughter-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/architectsdaughter-webfont.woff') format('woff'), url('/assets/fonts/architectsdaughter-webfont.ttf') format('truetype'), url('/assets/fonts/architectsdaughter-webfont.svg#architects_daughterregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futura_std_mediumbold';
  src: url('/assets/fonts/futurastd-heavy-webfont.eot');
  src: url('/assets/fonts/futurastd-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/futurastd-heavy-webfont.woff') format('woff'), url('/assets/fonts/futurastd-heavy-webfont.ttf') format('truetype'), url('/assets/fonts/futurastd-heavy-webfont.svg#futura_std_mediumbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futura_std_mediumregular';
  src: url('/assets/fonts/futurastd-medium-webfont.eot');
  src: url('/assets/fonts/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/futurastd-medium-webfont.woff') format('woff'), url('/assets/fonts/futurastd-medium-webfont.ttf') format('truetype'), url('/assets/fonts/futurastd-medium-webfont.svg#futura_std_mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futura_std_bookregular';
  src: url('/assets/fonts/futurastd-book-webfont.eot');
  src: url('/assets/fonts/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/futurastd-book-webfont.woff') format('woff'), url('/assets/fonts/futurastd-book-webfont.ttf') format('truetype'), url('/assets/fonts/futurastd-book-webfont.svg#futura_std_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  font-family: 'proxima-nova', Helvetica, serif;
  color: #000;
  line-height: 19px;
  text-align: center;
}
body.error {
  background: url('/assets/images/error-bg.jpg') no-repeat #f1f1f1;
  background-position: top center;
  text-align: center;
  padding-top: 200px;
}
h1,
.h1 {
  font-size: 38px;
  font-weight: 700;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2,
.h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22px;
}
h3,
.h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
}
h4,
.h4 {
  font-size: 12px;
  font-weight: 300;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h5,
.h5 {
  font-weight: 300;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h6,
.h6 {
  font-weight: 300;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
li {
  list-style-type: none;
}
input,
button,
select,
textarea {
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
hr {
  margin: 14px 0px;
}
.placeholder {
  color: #999 !important;
}
.full-width {
  width: 100%;
}
.video-iframe {
  width: 280px;
  height: 210px;
}
.faux-h1 {
  font-size: 38px;
  line-height: 50px;
  margin: 0 0 30px;
  color: #3C3C3C;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mr-0 {
  margin-right: 0;
}
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr15 {
  padding-right: 15px;
}
.no-padding {
  padding: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.mt15 {
  margin-top: 15px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.alert {
  margin-bottom: 0px;
  margin-top: 20px;
}
label.error {
  color: #E56841;
  margin-left: 0px;
  margin-top: 6px;
  font-size: 12px;
}
label.sb-service-error.sb-error {
  color: #f8a62a;
  margin-left: 0px;
  margin-top: 6px;
  font-size: 12px;
}
a:focus {
  outline: 0;
}
.navbar-default .navbar-toggle {
  float: left;
}
.mobile-header-phone {
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 30px;
  line-height: 48px;
}
.mobile-header-phone a {
  color: #fff;
}
.mobile-header-phone i {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/*Older Base.css Below*/
.clearboth {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.align-left {
  text-align: left !important;
}
.faux-link {
  cursor: pointer;
}
a,
a:visited,
.faux-link {
  color: #049b7e;
  text-decoration: none;
}
a:hover,
.faux-link:hover {
  color: #049b7e;
  text-decoration: underline;
}
/* GET RID OF PESKY DOTTED OUTLINES */
a:active,
a:focus,
.btn:active,
.btn:focus {
  outline: none;
  -moz-outline-style: none;
}
strong {
  font-weight: 700;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* SHOW THE CORRECT LINK FOR BUDDIES SET */
.sws-site-parents .sb-slps-product-link,
.sws-site-slps .sb-parents-product-link {
  display: none;
}
a.btn {
  color: #fff;
}
span.service-type-select {
  color: #3C3C3C;
}
/*.btn {
background:#33B3A2;
text-shadow:none;
color: #0D4132;
font-weight: 600;
border: 1px solid #33B3A2;
border-radius: 4px;
background-image:linear-gradient(-90deg, #92D6CA, #33B3A2);
background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(#92D6CA), to(#33B3A2));
background-image:-moz-linear-gradient(-90deg, #92D6CA, #33B3A2);
-moz-box-shadow:    1px 1px 4px 4px rgba(0,0,0,0.04);
-webkit-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.04);
box-shadow:         1px 1px 4px 4px rgba(0,0,0,0.04);
margin-top: 16px;

}*/
.btn {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  background: #66C3B5;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px;
  /*  -moz-box-shadow:1px 1px 3px #666;
-webkit-box-shadow:1px 1px 3px #666;
box-shadow:1px 1px 3px #666;

background-image: linear-gradient(-90deg, #92D6CA, #33B3A2);
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#92D6CA), to(#33B3A2));
background-image: -moz-linear-gradient(-90deg, #92D6CA, #33B3A2);*/
  -moz-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
}
.btn:hover {
  background: #6bc7b8;
  color: #fff;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 10px;
  line-height: 12px;
  padding: 5px 10px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 14px;
  line-height: 16px;
  padding: 7px 16px;
}
.btn.red {
  background: #F04C39;
}
.btn.yellow {
  background: #FBB832;
}
.btn.blue {
  background: #1580C2;
}
.btn.purple {
  background: #7E2780;
}
.btn.gray {
  background: #a6a8ac;
}
.btn.orange {
  background: #f8a62a;
}
.btn.white {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}
.btn.white.active {
  border: 1px solid #1bb295;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
}
a:hover.btn.red {
  background: #FF7572;
}
a:hover.btn.yellow {
  background: #FFCE65;
}
a:hover.btn.blue {
  background: #00A8D3;
}
a:hover.btn.purple {
  background: #9C5D97;
}
a:hover.btn.sb-sign-in,
a:hover.btn.gray {
  background: #d1d2d3;
}
.btn-warning {
  background: #f8a62a !important;
}
.sb-product-R h2 em,
.red {
  color: #F04C39;
}
.sb-product-L h2 em,
.yellow {
  color: #FBB832;
}
.sb-product-CH h2 em,
.green {
  color: #1E8E78;
}
.sb-product-S h2 em,
.blue {
  color: #1580C2;
}
.sb-product-SH h2 em,
.purple {
  color: #7E2780;
}
.sb-product-All h2 em,
.gray {
  color: #666;
}
/* FOR ABOUT US STYLING */
.sb-about-us h2 {
  border-bottom: 1px solid #CCC;
  display: block;
  padding-bottom: 6px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sb-about-us h3 {
  margin: 0;
}
.sb-about-us p {
  margin-bottom: 12px;
}
.sb-product h2 em {
  font-style: normal;
}
.btn.sb-sign-in {
  font-size: 10px;
  line-height: 12px;
  background: #797979;
  color: #FFF;
  padding: 5px 18px;
  margin-top: 2px;
  border: 0px;
}
.sb-drop-shadow {
  -moz-box-shadow: 2px 2px 5px #E2E2E2;
  -webkit-box-shadow: 2px 2px 5px #E2E2E2;
  box-shadow: 2px 2px 5px #E2E2E2;
}
.just-border {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
  width: 100%;
}
.red-text {
  color: #F14C39;
}
img.bordered {
  border: 1px solid #ccc;
}
.sb-bg-gray {
  background: #E5E5E5;
}
.sb-bg-light-gray {
  background: #F2F2F2;
}
.sb-rel {
  position: relative;
}
.sb-border-bottom {
  border-bottom: 1px solid #ccc;
}
.sb-best-value {
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8px;
  padding: 2px;
  background-color: #E76841;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sb-new {
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 4px 7px;
  background-color: #E76841;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.gray-rounded-bg {
  display: block;
  background: #DCDCDC;
  border-radius: 7px;
  padding: 10px;
  font-size: 24px;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.sb-right-img {
  margin: 0 0 15px 15px;
}
.btn.sb-initial {
  color: #fff;
  background: #797979;
}
.sb-pad15 {
  padding: 15px;
}
.sb-pad-top-10 {
  padding: 10px 0 0;
}
.sb-pad-top-15 {
  padding: 15px 0 0;
}
.sb-pad-top-20 {
  padding: 20px 0 0;
}
.sb-pad-top-30 {
  padding: 30px 0 0;
}
.sb-pad-top-45 {
  padding: 45px 0 0;
}
.sb-pad-top-60 {
  padding: 60px 0 0;
}
.sb-pad-bottom-10 {
  padding: 0 0 10px;
}
.sb-pad-bottom-15 {
  padding: 0 0 15px;
}
.sb-pad-bottom-20 {
  padding: 0 0 20px;
}
.sb-pad-bottom-30 {
  padding: 0 0 30px;
}
.sb-pad-bottom-45 {
  padding: 0 0 45px;
}
.sb-pad-bottom-60 {
  padding: 0 0 60px;
}
.sb-pad20 {
  padding: 20px;
}
.sb-padleft20 {
  padding-left: 20px;
}
.sb-padright20 {
  padding-right: 20px;
}
.sb-margin-right20 {
  margin-right: 20px;
}
.sb-margin-top10 {
  margin-top: 10px;
}
.sb-margin-top20 {
  margin-top: 20px;
}
.sb-margin-right10 {
  margin-right: 10px;
}
.sb-margin-left20 {
  margin-left: 20px;
}
.sb-margin-bottom20 {
  margin-bottom: 20px;
}
.sb-row-space-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.sb-row-space-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.sb-row-space-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sb-row-space-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sb-row-space-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sb-pad-row-space-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sb-left-50 {
  width: 49%;
}
.sb-prod-left {
  width: 298px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.sb-prod-right {
  width: 298px;
  padding-left: 20px;
  border: none;
}
.sb-inline-product {
  border: none;
}
.sb-prod-set {
  width: 280px;
}
.sb-prod-left img,
.sb-prod-right img {
  margin-right: 15px;
}
.sb-product-list-item {
  border-bottom: 1px solid #ccc;
}
.sb-product-list-item h3 {
  padding-bottom: 4px;
  margin-bottom: 0;
}
.sb-product-list-item-last {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: none;
}
.sb-product-list-item .btn,
.sb-product-list-item-last .btn {
  width: 70px;
  margin-bottom: 6px;
}
.sb-product-list-item sup,
.sb-product-list-item-last sup {
  top: -1em;
}
h1.sb-how-it-works-hdg {
  margin-bottom: 10px;
}
h1 img {
  vertical-align: top;
  padding-top: 4px;
}
.sb-faq-topic {
  cursor: pointer;
  background: url("/assets/images/icon-li-arrow.png") no-repeat scroll left center transparent;
  margin: 0 0 20px -25px;
  text-indent: 25px;
}
.sb-faq-topic.open {
  cursor: pointer;
  background: url("/assets/images/icon-li-arrow-open.png") no-repeat scroll left center transparent;
}
h2.border-bottom {
  border-bottom: 1px solid #CCC;
  margin: 0 0 15px;
  padding: 0 0 10px;
  color: #424242;
}
h3.green {
  color: #66C3B5;
}
.price {
  font-size: 22px;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #424242;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin {
  margin: 0;
}
/*h2.border-bottom{border-bottom:1px solid #ccc; margin:0;}*/
h2.margin-bottom-18 {
  margin-bottom: 18px;
}
h2.margin-bottom-10 {
  margin-bottom: 10px;
}
h2.margin-bottom-5 {
  margin-bottom: 5px;
}
h2.margin-top-18 {
  margin-top: 18px;
}
h2.margin-top-10 {
  margin-top: 10px;
}
h2.margin-top-5 {
  margin-top: 5px;
}
p {
  line-height: 18px;
  /*line-height:18px;*/
}
.sb-testimonial-name {
  font-size: 10px;
}
.sb-testimonial-img-l {
  margin: 0 10px 6px 0;
}
.sb-testimonial-img-r {
  margin: 0 0 6px 10px;
}
/* Testimonials page */
.row.testimonial {
  padding: 30px 0;
}
.row.testimonial.first {
  padding: 0 0 30px;
}
.row.testimonial.last {
  padding: 30px 0 0;
}
.row.testimonial .span9 p {
  font-size: 18px;
  line-height: 21px;
}
.filter-btn {
  margin-left: 10px;
}
.testimonial-wrapper {
  height: 180px;
  -moz-box-shadow: 4px 4px 4px 0 #E2E2E2;
  -webkit-box-shadow: 4px 4px 4px 0 #E2E2E2;
  box-shadow: 4px 4px 4px 0 #E2E2E2;
  overflow: hidden;
}
.testimonial-img {
  width: 220px;
}
.testimonial-desc {
  padding: 20px;
  width: 140px;
}
.parent {
  background: #F39069;
}
.slp {
  background: #6EA2B4;
}
.expert {
  background: #6EA2B4;
}
.child {
  background: #927C94;
}
/* How It Works */
.sb-white-bordered-img {
  position: relative;
  border: 1px solid #E2E2E2;
  background: #fff;
  /*padding:9px;*/
  -moz-box-shadow: 4px 4px 4px 0 #E2E2E2;
  -webkit-box-shadow: 4px 4px 4px 0 #E2E2E2;
  box-shadow: 4px 4px 4px 0 #E2E2E2;
}
.sb-white-bordered-img .white_banner {
  position: absolute;
  top: 180px;
  left: 9px;
  /*width:355px;*/
  height: 45px;
  background: #fff;
  opacity: 0.9;
  -moz-box-shadow: 4px 2px 8px -2px #777;
  -webkit-box-shadow: 4px 2px 8px -2px #777;
  box-shadow: 4px 2px 8px -2px #777;
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}
.sb-white-bordered-img .white_banner p {
  font-size: 17px;
  padding: 14px 10px 0;
  text-shadow: 2px 2px 4px #ccc;
}
.sb-white-bordered-img .white_banner p a.btn {
  margin-top: -6px;
}
.sb-how-it-works-box {
  border: 1px solid #E2E2E2;
  -moz-box-shadow: 4px 4px 4px 0 #E2E2E2;
  -webkit-box-shadow: 4px 4px 4px 0 #E2E2E2;
  box-shadow: 4px 4px 4px 0 #E2E2E2;
}
.sb-how-it-works-box .inner {
  padding: 30px;
}
.sb-how-it-works-box h3 {
  margin: 0px 0px 4px;
  font-size: 15px;
  line-height: 18px;
}
.sb-how-it-works-step1,
.sb-how-it-works-step2,
.sb-how-it-works-step3 {
  position: relative;
}
.sb-how-it-works-step1 .inner {
  padding-top: 15px;
}
.inner img.flag {
  position: absolute;
  top: -10px;
  left: 10px;
}
.sb-how-it-works-step1 .heading {
  padding: 0 0 0 50px;
}
.buddy-boxes {
  width: 430px;
  /*padding-bottom:10px;*/
}
.buddy-box-wrapper {
  background: #F1F1F1;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 20px;
}
.buddy-box-inner {
  width: 420px;
  height: 50px;
  padding: 5px;
}
.buddy-box-inner .part1 {
  display: inline-block;
  width: 62px;
  padding: 5px 0 0 0;
}
.buddy-box-inner .part2 {
  display: inline-block;
  width: 60px;
  padding: 10px 0 0 0;
}
.buddy-box-inner .part3 {
  display: inline-block;
  width: 220px;
  padding: 7px 5px 0 0;
}
.buddy-box-inner .part3 p {
  line-height: 18px;
  margin: 0;
}
.buddy-box-inner .part4 {
  display: inline-block;
  width: 68px;
  padding: 15px 0 0;
}
/* Study At Home */
.buddy-boxes.at-home {
  width: 280px;
  /*padding-bottom:10px;*/
}
.at-home .buddy-box-wrapper {
  background: #F1F1F1;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 20px;
}
.at-home .buddy-box-inner {
  width: 280px;
  height: 50px;
  padding: 5px;
}
.at-home .buddy-box-inner .part2 {
  display: inline-block;
  width: 65px;
  padding: 8px 0 0 0;
  font-size: 14px;
}
.at-home .buddy-box-inner .part3 {
  display: inline-block;
  width: 134px;
  padding: 8px 0px;
  font-size: 14px;
}
.at-home .buddy-box-inner .part3 p {
  line-height: 18px;
  margin: 4px;
}
.at-home .buddy-box-inner .part4 {
  display: inline-block;
  width: 68px;
  padding: 15px 0 0;
}
.btn.sb-learn-more {
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  padding: 4px 7px;
  -moz-box-shadow: 1px 1px 3px #4D4D4D;
  -webkit-box-shadow: 1px 1px 3px #4D4D4D;
  box-shadow: 1px 1px 3px #4D4D4D;
  width: 64px;
}
.sb-how-it-works-step2 .left {
  width: 210px;
  padding-top: 25px;
}
.sb-how-it-works-step3 {
  width: 320px;
}
.sb-how-it-works-step3 .left {
  width: 112px;
  padding-top: 25px;
}
.slp-top .span9 {
  width: 530px;
}
.slp-top .span7 {
  width: 380px;
}
.slp-works-box h3 {
  font-size: 24px;
  line-height: 29px;
}
.slp-works-box p {
  font-size: 12px;
  line-height: 14px;
}
#slideshow {
  position: relative;
}
ul.slideshow {
  margin: 0;
  padding: 0;
}
ul.slideshow li {
  list-style: none;
}
ul.slideshow li .slide-text {
  color: #fff;
  background: #4D4D4D;
  padding: 15px;
  margin-bottom: 30px;
}
/*ul.slideshow li .slide-image {padding-right: 0;}*/
ul.slideshow li .left h2 {
  color: #fff;
  line-height: 22px;
  margin: 5px 0 10px;
}
ul.slideshow li .btn.sb-learn-more {
  float: right;
}
ul.slideshow li .right {
  width: 320px;
}
.paging {
  position: absolute;
  top: 275px;
  right: 0;
}
.paging ul li {
  list-style: none;
  display: inline-block;
}
.paging ul li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/assets/images/slideshow-radio.png') no-repeat;
}
.paging ul li.activeSlide a,
.paging ul li a:hover {
  background-image: url('/assets/images/slideshow-radio-active.png');
}
.width25 {
  width: 25%;
}
.width33 {
  width: 33%;
}
.no-bullets ul {
  padding-left: 0;
}
.no-bullets li {
  list-style: none;
}
/* Science */
.right-image-box-wrapper {
  margin: 0 0 15px 15px;
}
.right-image-box {
  width: 240px;
  -moz-box-shadow: 2px 2px 5px #E2E2E2;
  -webkit-box-shadow: 2px 2px 5px #E2E2E2;
  box-shadow: 2px 2px 5px #E2E2E2;
}
.right-image-box-caption {
  background: #333;
  color: #fff;
  padding: 20px;
}
.right-image-box-caption p {
  margin: 0;
}
/* Green Links */
a.sb-green {
  color: #1E8E78;
  text-decoration: none;
}
a:hover.sb-green {
  text-decoration: underline;
}
a.sb-green-sm {
  color: #1E8E78;
  text-decoration: none;
  font-size: 10px;
}
a:hover.sb-green-sm {
  text-decoration: underline;
}
span.sb-green {
  color: #1E8E78;
  text-decoration: none;
  cursor: pointer;
}
span:hover.sb-green {
  text-decoration: underline;
}
span.sb-green-sm {
  color: #1E8E78;
  text-decoration: none;
  font-size: 10px;
  cursor: pointer;
}
span:hover.sb-green-sm {
  text-decoration: underline;
}
.sb-how-you-save {
  font-size: 12px !important;
}
/* Top Gray Bar & Navigation Bar */
.navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#444444', GradientType=0);
}
.navbar-inner {
  min-width: 940px;
  min-height: 33px;
  padding-right: 0;
  padding-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #555555 url('/assets/images/fallback-navbar-inner-gradient.png') repeat-x;
  color: #FFF;
}
.nav-collapse {
  padding-top: 5px;
}
.navbar-inner p {
  font-size: 12px;
  margin: 0;
  padding-top: 2px;
}
.navbar {
  margin-bottom: 0;
}
.sws-site-parents .navbar {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0;
}
.navbar .nav > li {
  text-align: center;
  /*padding:0 15px 8px;*/
  line-height: 19px;
}
.navbar .nav li.active {
  background: #C3E5DF;
  -moz-box-shadow: inset 0 0 5px #ccc;
  -webkit-box-shadow: inset 0 0 5px #ccc;
  box-shadow: inset 0 0 5px #ccc;
}
/*.navbar .nav li:hover{background:#E6E6E6; -moz-box-shadow:inset 0 0 5px #ccc; -webkit-box-shadow:inset 0 0 5px #ccc; box-shadow:inset 0 0 5px #ccc}*/
.navbar .nav > li > a {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 15px 9px;
}
.navbar .nav li span {
  font-size: 10px;
  float: left;
  text-transform: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
.nav-collapse .btn {
  font-size: 10px;
  /*height:20px; padding:0 10px;*/
}
.view-cart {
  font-size: 10px;
  padding: 2px 0 0 0;
}
.view-cart img,
a.view-cart {
  float: right;
  color: #FFF;
}
a.view-cart {
  position: relative;
  display: inline-block;
}
.view-cart .sb-cart-numbers {
  display: inline-block;
  width: 11px;
  height: 12px;
  position: absolute;
  top: -2px;
  right: -14px;
  background: url(/assets/images/bg_cart_numbers_sprite.png) no-repeat -144px 0px;
}
.view-cart .sb-cart-numbers.sb-count-0 {
  background-position: 16px 0px;
}
.view-cart .sb-cart-numbers.sb-count-1 {
  background-position: 0px 0px;
}
.view-cart .sb-cart-numbers.sb-count-2 {
  background-position: -16px 0px;
}
.view-cart .sb-cart-numbers.sb-count-3 {
  background-position: -32px 0px;
}
.view-cart .sb-cart-numbers.sb-count-4 {
  background-position: -48px 0px;
}
.view-cart .sb-cart-numbers.sb-count-5 {
  background-position: -64px 0px;
}
.view-cart .sb-cart-numbers.sb-count-6 {
  background-position: -80px 0px;
}
.view-cart .sb-cart-numbers.sb-count-7 {
  background-position: -96px 0px;
}
.view-cart .sb-cart-numbers.sb-count-8 {
  background-position: -112px 0px;
}
.view-cart .sb-cart-numbers.sb-count-9 {
  background-position: -128px 0px;
}
.btn.sb-buy-now {
  font-size: 10px;
  line-height: 12px;
  margin: 2px 0 0 20px;
  padding: 3px 10px;
  -moz-box-shadow: 1px 1px 3px #4D4D4D;
  -webkit-box-shadow: 1px 1px 3px #4D4D4D;
  box-shadow: 1px 1px 3px #4D4D4D;
}
.search {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: 0;
}
.search img {
  display: block;
}
/* Press page filtering buttons */
ul.filter {
  margin: 0;
}
ul.filter li {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  line-height: 19px;
  text-align: center;
  list-style: none;
}
ul.filter li:hover {
  background: #E6E6E6;
  -moz-box-shadow: inset 0 0 5px #ccc;
  -webkit-box-shadow: inset 0 0 5px #ccc;
  box-shadow: inset 0 0 5px #ccc;
}
ul.filter li a,
ul.filter li a:visited {
  padding: 6px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #CCC;
  background: #f5f5f5;
  color: #000;
  -moz-box-shadow: inset 0 0 5px #E2E2E2;
  -webkit-box-shadow: inset 0 0 5px #E2E2E2;
  box-shadow: inset 0 0 5px #E2E2E2;
}
ul.filter li a:hover {
  text-decoration: none;
  border: 1px solid #5CC2B5;
  -moz-box-shadow: inset 0 0 5px #5CC2B5;
  -webkit-box-shadow: inset 0 0 5px #5CC2B5;
  box-shadow: inset 0 0 5px #5CC2B5;
}
.sidebar {
  margin-left: 40px;
  padding: 15px;
  border: 1px solid #e2e2e2;
  -moz-box-shadow: 2px 2px 5px #e2e2e2;
  -webkit-box-shadow: 2px 2px 5px #e2e2e2;
  box-shadow: 2px 2px 5px #e2e2e2;
}
.green-border {
  border: 2px solid #5CC2B5;
}
.sidebar.widget {
  margin-bottom: 30px;
  margin-left: 0;
}
.sidebar.sb-checkout {
  padding: 60px 15px 5px;
  margin-right: 0px;
}
.sidebar-container .sb-checkout-sidebar-hdg {
  background: #faa82d;
  padding: 0;
  width: 100%;
  height: 30px;
}
.sidebar-container .sb-checkout-sidebar-hdg-inner {
  padding: 7px 10px;
  position: relative;
}
.sidebar-container .sb-checkout-sidebar-hdg h4 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}
.sidebar-container .sb-checkout-sidebar-hdg h4 i {
  font-size: 16px;
}
table#shopping-cart {
  width: 88%;
  margin: 15px 6%;
}
table#shopping-cart tbody tr td.label,
table#shopping-cart tbody tr td.price {
  font-size: 14px;
  font-weight: normal;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 14px;
  color: #333;
  vertical-align: baseline;
  white-space: normal;
  text-shadow: none;
  background: none;
  padding: 0 0 12px;
}
table#shopping-cart tbody tr td.label {
  width: 143px;
}
table#shopping-cart tbody tr td.price {
  width: 65px;
}
table#shopping-cart tbody tr.price-total {
  border-top: 1px solid #ccc;
}
table#shopping-cart tbody tr.price-total td {
  padding-top: 6px;
}
.shipping_cost,
.payment-method {
  margin-top: 6px;
  width: 20px;
}
#contact-us label.error,
#pass_form label.error,
.sidebar label.error {
  margin-left: 0;
}
/* Homepage Banners */
.sb-banner-top {
  width: 940px;
  height: 330px;
  background: url('../../assets/images/placeholder-parents-homepage-banner.jpg') no-repeat;
  position: relative;
}
.sb-banner-top.sb-parent-home {
  background-image: url('../../assets/images/MainImageParent.jpg');
}
.sb-banner-top.sb-slp-home {
  background-image: url('../../assets/images/MainImageSLP.jpg');
}
.sb-banner-top .btn {
  position: absolute;
  bottom: 25px;
  left: 180px;
}
.sb-banner-bottom {
  background: #E7E7E7;
  height: 50px;
  padding: 10px 10px 0;
}
.sb-banner-bottom-left {
  width: 400px;
  font-family: 'architects_daughter', Helvetica, serif;
}
.sb-banner-bottom-left .sb-testimonial-slider {
  width: 360px;
  height: 50px;
  overflow: hidden;
}
.sb-banner-bottom-left .sb-testimonial-slider .sb-slide-item {
  width: 100%;
}
p.testimonial {
  font-size: 14px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
p.name {
  font-size: 8px;
  line-height: 12px;
  margin: 0;
  padding: 0 5px 0 0;
}
.sb-banner-bottom-right {
  width: 500px;
}
.sb-banner-bottom-right img {
  margin-left: 20px;
}
/* Forms */
.form_row_wrap {
  clear: both;
  margin-bottom: 6px;
}
.left_300 {
  width: 300px;
  float: left;
}
.right_300 {
  width: 300px;
  float: right;
}
.sb-bordered-bot {
  border-bottom: 1px solid #CCC;
}
.label_wrapper {
  float: left;
  width: 125px;
}
.input_wrapper {
  /*float:right*/
}
.checkbox_wrapper {
  position: relative;
}
.checkbox_wrapper input[type="checkbox"] {
  margin: 0 0 2px;
}
.checkbox_wrapper label {
  position: absolute;
  top: 0;
  left: 25px;
  margin-top: 2px;
}
#signup {
  width: 208px;
}
#signup input {
  width: 198px;
}
#signup input.btn {
  width: auto;
}
input:not([type="radio"]):not([type="checkbox"]) {
  height: 32px;
  /*width:165px;*/
}
/*select{width:175px; height:24px; font-size: 12px; line-height: 14px; padding: 0; /*margin-bottom:15px* /}*/
select.short {
  width: 74px;
  height: 24px;
  /*margin-bottom:15px*/
}
textarea {
  font-size: 13px;
}
input[type="text"],
input[type="password"] {
  height: 32px;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 4px;
  /*height:16px;*/
  /*margin-bottom:15px*/
}
.navbar-form {
  height: 20px;
  padding-top: 1px;
}
.navbar-form input.search_box {
  padding: 0 0 0 8px;
  line-height: 12px;
  /*min-height:20px; height:20px;*/
  color: #B2B2B2;
  font-size: 9px;
  margin: 0;
  width: 190px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border: none;
  height: 20px;
}
input.quantity {
  width: 50px;
  /*height:20px;*/
  text-align: right;
  margin-right: 8px;
  font-size: 18px;
  padding: 0 5px 0;
}
.same-as-shipping {
  position: relative;
}
.same-as-shipping input.checkbox {
  position: absolute;
  top: 0;
  left: 125px;
  padding: 0;
}
.same-as-shipping label {
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 145px;
}
.sb-gallery-lg-title {
  background: #000;
  opacity: 0.8;
  color: #FFF;
  font-size: 12px;
  padding: 11px 9px 1px;
}
.sb-gallery-lg-title p {
  line-height: 12px;
}
.sb-image-switcher-large {
  width: 340px;
  height: 230px;
}
.sb-gallery-thumbs ul {
  padding: 0;
  margin: 7px 0 0 -4px;
}
.sb-gallery-thumbs li {
  list-style: none;
  display: inline-block;
  margin: 0;
  float: left;
  margin-left: 4px;
}
/*.sb-gallery-thumbs img{border:1px solid #ccc;}*/
.sb-gallery-thumbs .sb-gallery-thumb {
  width: 80px;
  height: 50px;
  display: inline-block;
  border: 1px solid #ccc;
}
.sb-gallery-thumbs .sb-gallery-thumb:hover {
  box-shadow: 0px 0px 6px #BBB;
}
.sb-gallery-thumbs .active {
  box-shadow: 0px 0px 6px #BBB;
}
.sb-gallery-big.hide {
  display: none;
}
/* FAQs Accordion */
ul.sb-accordion {
  margin-bottom: 60px;
}
ul.sb-accordion h3 {
  cursor: pointer;
  margin: 0 0 10px -25px;
  position: relative;
  text-indent: 25px;
  z-index: 100;
}
ul.sb-accordion li {
  list-style-image: url('/assets/images/icon-li-arrow.png');
  margin-bottom: 25px;
}
ul.sb-accordion li.open {
  list-style-image: url('/assets/images/icon-li-arrow-open.png');
}
.providers-list h3 {
  margin: 0;
}
.providers-list ul {
  margin: 0 0 20px;
}
.providers-list ul li {
  list-style: none;
}
/* Parents Personality Bar */
.select-bar {
  position: relative;
  float: left;
  margin-right: 20px;
}
.select-bar.last {
  margin: 0;
}
.select-bar select.select {
  position: relative;
  z-index: 10;
  width: 160px !important;
  margin: 0;
  display: none;
  width: 100%;
  height: 36px;
  background-image: url('/assets/images/connect/arrowdown.png');
  background-color: #FFF;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 30px 35px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  border: 1px solid #CCC;
  -webkit-appearance: none;
  padding: 5px;
  color: #555;
  border-radius: 3px;
  font-size: 14px;
}
/*.select-bar select.select{position:relative; z-index:10; width:140px !important; height:22px !important; line-height:23px; margin:0}*/
.select-bar span.select {
  position: absolute;
  top: 0;
  float: left;
  left: 0;
  width: 140px;
  height: 22px;
  line-height: 23px;
  text-indent: 10px;
  cursor: default;
  z-index: 1;
  font-size: 12px;
  color: #666;
}
.select-bar ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.select-bar ul li {
  float: left;
  /* width:76px; height:70px; */
  display: inline-block;
  margin-right: 16px;
}
.checkout-button,
.checkout-submit,
.cart_button,
a.btn.cart_button {
  color: #fff;
}
.faux-button-inverse {
  background: none repeat scroll 0 0 white;
  border: 1px solid #cecfcf;
  margin-top: 0;
  width: 100%;
  width: 160px !important;
  height: 36px;
  padding-top: 7px;
}
.faux-button-inverse:hover {
  background-color: #f8f6f6;
  border-color: #51ceb6;
}
.faux-button-inverse.active {
  background-color: #fff;
  border: 2px solid #51ceb6;
}
.select-bar .sb-select-bar-items {
  width: 140px;
  position: relative;
  padding-top: 20px;
}
.select-bar.select-list .sb-select-bar-items {
  width: 160px;
  position: relative;
  padding-top: 4px;
}
.select-bar .sb-select-bar-items .sb-select-bar-item {
  padding: 15px;
  border: 1px solid #E2E2E2;
  display: none;
}
.tab {
  width: 76px;
  /*height:70px*/
}
.tab.first a {
  background: url('/assets/images/sprites/tools-sprite-leftend.png') no-repeat 0 -34px;
  width: 76px;
  height: 31px;
  display: block;
}
.tab a {
  background: url('/assets/images/sprites/tools-sprite-middle.png') no-repeat 0 -34px;
  width: 76px;
  height: 31px;
  display: block;
  font-size: 12px;
  color: #666;
  padding-top: 3px;
  text-align: center;
}
.tab.last a {
  background: url('/assets/images/sprites/tools-sprite-rightend.png') no-repeat 0 -34px;
  width: 76px;
  height: 31px;
  display: block;
}
.tab a:hover,
.tab a.active {
  background-position: 0 1px;
  text-decoration: none;
  color: #4D4D4D;
}
/* Hide the last 2 for educate page */
#sws-page-id-4 .select-bar.sb-hide-on-short {
  display: none;
}
/* SLP Therapy Bar */
#slp-bar .select-bar {
  position: relative;
  float: left;
  margin-right: 25px;
}
#slp-bar .select-bar.last {
  margin: 0;
}
#slp-bar .tab.first {
  width: 120px;
  /*height:70px;*/
}
#slp-bar .tab.first a {
  /*height:70px;*/
  background: url('/assets/images/sprites/tools-sprite-slp-leftend.png') no-repeat 0 -34px;
  width: 120px;
  height: 31px;
  display: block;
}
#slp-bar .tab {
  width: 171px;
  /*height:70px;*/
}
#slp-bar .tab a {
  /*height:70px;*/
  background: url('/assets/images/sprites/tools-sprite-slp-middle.png') no-repeat 0 -34px;
  width: 171px;
  height: 31px;
  display: block;
  font-size: 12px;
  color: #666;
  padding-top: 3px;
  text-align: center;
}
#slp-bar .tab.last {
  width: 153px;
  /*height:70px;*/
}
#slp-bar .tab.last a {
  /*height:70px;*/
  background: url('/assets/images/sprites/tools-sprite-slp-rightend.png') no-repeat 0 -34px;
  width: 153px;
  height: 31px;
  display: block;
}
#slp-bar .tab a:hover,
#slp-bar .tab a.active {
  background-position: 0 1px;
  text-decoration: none;
  color: #4D4D4D;
}
#slp-notebox1 {
  width: 140px;
  float: left;
  padding: 15px;
  border: 1px solid #E2E2E2;
}
/* Footer */
.sb-footer {
  padding-bottom: 20px;
  font-size: 10px;
}
.sb-footer ul {
  margin: 0;
  padding: 0;
}
.sb-footer ul li {
  display: inline;
}
.sb-footer .sb-footer-border {
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-align: right;
  line-height: 17px;
}
.sb-footer p {
  text-align: right;
  margin: 0;
}
.sb-footer a {
  padding-right: 15px;
  color: #333;
}
.sb-footer a:hover {
  color: #333;
  text-decoration: underline;
}
.sb-footer a:active {
  color: #333;
}
.sb-footer img {
  vertical-align: top;
}
.sb-footer .sb-footer-border a {
  padding: 0;
}
.sb-footer .sb-footer-border span {
  padding-left: 15px;
}
/* Tab Styles */
.sb-tabs.tab-content {
  z-index: 999;
  position: relative;
  background-color: #ffffff;
  border-color: #E2E2E2;
  border-width: 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-style: solid;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true)";
}
.sb-tabs .tab-pane {
  padding: 25px;
}
.sb-tabs .tab-pane a {
  color: #1E8E78;
  text-decoration: none;
}
.sb-tabs .tab-pane a:hover {
  text-decoration: underline;
}
.sb-tabs .tab-pane .pull-left img {
  margin: 0 20px 15px 0;
}
.sb-tabs .tab-pane .pull-right {
  margin: 0 0 0 25px;
  z-index: 10;
}
.sb-play-btn img {
  z-index: 40;
  position: absolute;
  top: 25%;
  right: 37%;
}
.sb-title {
  background: #333;
  opacity: 0.8;
  color: #FFF;
  font-size: 12px;
  padding: 11px 9px 1px;
  z-index: 50;
  margin-top: -34px;
}
.sb-title-slim-padding {
  background: #333;
  opacity: 0.8;
  color: #FFF;
  font-size: 11px;
  padding: 4px;
  margin-top: -26px;
}
.sb-title-slim-padding p {
  margin: 0;
  padding: 2px;
  line-height: 14px;
}
.sb-title p {
  line-height: 12px;
  z-index: 51;
}
.sb-tabs .tab-pane ul {
  margin: 0 0 15px 35px;
}
.sb-tabs .tab-pane textarea {
  width: 573px;
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #CCC;
  height: 160px;
}
/* THIS IS IF THEY DEMAND THAT TEXT NOT WRAP UNDER IMAGES ON RIGHT SIDE :: WILL NEED TO WRAP TEXT ON LEFT WITH "PULL-LEFT" DIV ALSO;
.sb-tabs .tab-pane {padding:25px; float:left;}
.sb-tabs .tab-pane a{color:#1E8E78; text-decoration:none}
.sb-tabs .tab-pane a:hover{text-decoration:underline}
.sb-tabs .tab-pane .pull-left{width:200px; margin:0;}
.sb-tabs .tab-pane .pull-right{width:360px; margin:0 0 0 25px; z-index:10;}
.sb-tabs .tab-pane .pull-right img{float:right;}
.sb-title{float:right; background:#000; opacity:.8; color:#FFF; font-size:12px; padding:11px 0 1px; z-index:50; margin-top:-34px; width:100%}
.sb-title p{line-height:12px; z-index:51; padding:0 9px;}
.sb-tabs .tab-pane ul{margin:0 0 15px 35px;}
*/
.sb-tab-wrapper ul {
  margin: 0;
  /*padding-left: 10px;*/
  border: none;
}
/*.sb-tab-wrapper ul li {margin-right:1px}*/
.sb-tab-wrapper ul li a {
  padding: 6px 12px;
  z-index: 99;
  position: relative;
  border: none;
  background: none;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  /*background-image:-moz-linear-gradient(top, rgb(159, 217, 208) , rgb(101,194,180) 99%);*/
  background-image: -moz-linear-gradient(50% 0% -180deg, #c1e6e0 1%, #65c2b4 99%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 77%, color-stop(0.01, #9fd9d0), color-stop(0.99, #65c2b4));
  background-image: -webkit-linear-gradient(-90deg, #9fd9d0 1%, #65c2b4 99%);
  background-image: -o-linear-gradient(-90deg, #9fd9d0 1%, #65c2b4 99%);
  background-image: -ms-linear-gradient(-90deg, #9fd9d0 1%, #65c2b4 99%);
  background-image: linear-gradient(-180deg, #9fd9d0 1%, #65c2b4 99%);
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc1e6e0,endColorstr=#ff65c2b4,GradientType=0)";
}
.sb-tab-wrapper ul li a:before {
  position: absolute;
  background-color: #65c2b4;
  content: "";
  width: 10px;
  height: 10px;
  left: 0px;
  bottom: -10px;
}
.sb-tab-wrapper ul li.active a:before,
.sb-tab-wrapper ul li.active a:after {
  background: none;
  width: 10px;
  height: 10px;
  z-index: 999;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  border: 1px solid #E2E2E2;
}
.sb-tab-wrapper ul li.active a:before {
  left: -11px;
  border-bottom-right-radius: 10px;
  border-width: 0 1px 1px 0;
  box-shadow: 4px 4px 1px #ffffff;
  -webkit-box-shadow: 4px 4px 1px #ffffff;
  -moz-box-shadow: 4px 4px 1px #ffffff;
}
.sb-tab-wrapper ul li:first-child.active a:before {
  border: none;
  left: -1px;
  background: #FFF;
  bottom: -10px;
  border-left: 1px solid #E2E2E2;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sb-tab-wrapper ul li.active a:after {
  right: -11px;
  border-bottom-left-radius: 10px;
  border-width: 0 0 1px 1px;
  box-shadow: -4px 4px 1px #ffffff;
  -webkit-box-shadow: -4px 4px 1px #ffffff;
  -moz-box-shadow: -4px 4px 1px #ffffff;
}
.sb-tab-wrapper ul li.active a,
.sb-tab-wrapper ul li.active a:hover {
  z-index: 999;
  position: relative;
  border: none;
  background: none;
  background-color: #ffffff;
  border-color: #E2E2E2;
  border-width: 1px;
  -moz-border-radius: 10px 10px 1px 1px;
  -webkit-border-radius: 10px 10px 1px 1px;
  border-radius: 10px 10px 1px 1px;
  border-style: solid;
  -moz-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=-1,Color=#1a000000,Positive=true)";
  border-bottom: 2px solid #FFFFFF;
  line-height: 18px;
}
.sb-tab-wrapper ul li a,
.sb-tab-wrapper ul li a:hover {
  color: #fff;
  font-weight: 600;
}
.sb-tab-wrapper ul li.active a,
.sb-tab-wrapper ul li.active a:hover {
  color: #3c3c3c;
  font-weight: normal;
}
/*	jQuery NailThumb Plugin - any image to any thumbnail
*  Examples and documentation at: http://www.garralab.com/nailthumb.php
*  Copyright (C) 2012  garralab@gmail.com
*
*  This program is free software: you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation, either version 3 of the License, or
*  (at your option) any later version.
*
*  This program is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  You should have received a copy of the GNU General Public License
*  along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
.nailthumb-container {
  width: auto;
  height: auto;
  /*margin: 0 0 11px;*/
  padding: 0px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.nailthumb-container img.nailthumb-image {
  margin: 0px;
  padding: 0px;
  max-width: none;
  text-align: left;
  float: left;
}
.nailthumb-container span.nailthumb-title {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: White;
  display: block;
  font-size: 9px;
  height: 20px;
  left: 0;
  margin-top: 2px;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  float: left;
}
.nailthumb-container span.nailthumb-title .nailthumb-title-scroller {
  padding-left: 2px;
}
.nailthumb-container img {
  max-width: none;
  text-align: left;
}
/* FLOATS WITH SPACING */
.sb-right-20 {
  display: block;
  float: right;
  margin-left: 20px;
}
.sb-left-20 {
  display: block;
  float: left;
  margin-right: 20px;
}
.sb-right-40 {
  display: block;
  float: right;
  margin-left: 40px;
}
.sb-left-40 {
  display: block;
  float: left;
  margin-right: 40px;
}
/* MAGIC PLAY BUTTONS FOR VIDEO LINKS */
.sb-video-container.pull-right {
  margin-left: 20px;
}
.sb-video-container.pull-left {
  margin-right: 20px;
}
a.sb-video-link {
  /*position:relative;
	display:inline-block;*/
  background: url('/assets/images/play-btn-overlay-hover.png') no-repeat top -99999px;
}
a .sb-play-btn {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
  left: 0;
  top: 0;
  background: url('/assets/images/playBtn.png') center center no-repeat;
  text-indent: -99999px;
}
a:hover .sb-play-btn {
  background-image: url('/assets/images/playBtnHover.png');
}
.slps-case-study-box {
  position: relative;
  display: inline-block;
  width: 445px;
  height: 158px;
  padding: 20px 0 0 15px;
}
.slps-case-study-box .text-area {
  float: left;
  width: 315px;
}
.slps-case-study-box .text-area p {
  bottom-margin: 5px;
}
.slps-case-study-box .photo-area {
  float: left;
  width: 130px;
  height: 158px;
  overflow: hidden;
}
.slps-case-study-box .photo-area a.photo-link {
  float: left;
  width: 130px;
  height: 158px;
}
#school-therapy-case-study {
  background: url('/assets/images/slps-how-it-works-case-study-schools-background2.png') no-repeat;
}
#private-practice-case-study {
  background: url('/assets/images/slps-how-it-works-case-study-private-practice-background2.png') no-repeat;
}
.slps-professional-set-box {
  border-color: #E2E2E2;
  border-style: solid;
  border-width: 1px;
  margin-top: 18px;
  padding: 15px;
  width: 368px;
}
.slps-professional-set-box h2 img {
  margin-right: 10px;
}
.slps-professional-set-box .set-image {
  margin-left: 46px;
  width: 270px;
}
.slps-professional-set-box div {
  margin-top: 14px;
  clear: both;
  width: 100%;
  float: left;
}
.slps-buddy-table td {
  padding: 10px 5px;
}
.slps-buddy-table tr {
  border-bottom: 1px solid #E2E2E2;
}
/* HOW YOU SAVE HOVER */
.sb-how-you-save-hover {
  position: absolute;
  z-index: 100;
}
.sb-how-you-save {
  display: block;
  width: 90px;
  margin-top: -2px;
}
/* RATINGS STYLES */
.rate-widget {
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 110px;
  height: 18px;
}
.star-item {
  background: url('/assets/images/ratings/star_empty.png') no-repeat;
  float: left;
  height: 17px;
  padding: 2px;
  width: 18px;
  cursor: pointer;
}
.star-full {
  background: url('/assets/images/ratings/star_full.png') no-repeat;
}
.star-half {
  background: url('/assets/images/ratings/star_half.png') no-repeat;
}
.star-over {
  background: url('/assets/images/ratings/star_highlight.png') no-repeat;
}
.rate-static .star-item {
  cursor: default;
}
.total-votes {
  background: #eaeaea;
  top: 58px;
  left: 0;
  padding: 5px;
  position: absolute;
}
.sbu-product {
  font: 10px verdana, sans-serif;
  margin: 0 auto 40px auto;
  width: 180px;
}
.disabled,
.disabled div {
  cursor: default;
}
#sb-temp-stars {
  float: left;
}
#review-colorbox .review-header {
  margin-bottom: 10px;
  float: left;
  width: 430px;
  padding: 10px;
  background: #e8e8e8;
}
#review-colorbox .review-header .review-thumb-box {
  width: 116px;
  height: 72px;
  float: left;
  margin-right: 10px;
}
#review-colorbox .review-header .review-thumb {
  height: 72px;
}
#review-colorbox .review-header .review-heading {
  width: 275px;
  float: left;
}
#review-colorbox .review-header .review-title {
  font-size: 16px;
  font-weight: bold;
  float: left;
  color: #1E8E78;
}
#review-colorbox .review-header small {
  font-size: 12px;
  clear: both;
  float: left;
}
#reviewForm label.error {
  display: none;
}
.review-popup .row-item {
  clear: both;
  float: left;
  margin-bottom: 6px;
}
.review-popup .row-item label {
  float: left;
  color: #1E8E78;
  margin-right: 10px;
  font-weight: bold;
}
.review-popup .row-item label.error {
  float: left;
  color: #f00;
  width: 100%;
  margin: 0;
  font-size: 10px;
}
.review-popup .row-item .input {
  width: 128px;
}
.review-popup .row-item.left-item label {
  width: 140px;
}
.review-popup .row-item.full-item label {
  width: 140px;
}
.review-popup .row-item.full-item .input {
  width: 288px;
}
.review-popup .row-item .radio {
  margin-top: -6px;
  display: inline-block;
  width: 18px;
}
.review-popup .row-item .radio-label {
  margin-top: 1px;
  display: inline-block;
  width: 28px;
}
.review-popup .row-item.right-item {
  clear: none;
  float: left;
  margin-left: 10px;
}
.review-popup .row-item.right-item label {
  width: 90px;
}
.review-popup .row-item.right-item .input {
  width: 40px;
}
.review-popup .row-item.textarea label {
  float: none;
  color: #1E8E78;
}
.review-popup .row-item.textarea label.error {
  color: #f00;
}
.review-popup .row-item.textarea textarea {
  width: 435px;
  height: 100px;
}
.review-container .rating {
  width: 270px;
  float: left;
}
.review-container .rating h3 {
  float: left;
  margin-right: 10px;
}
.review-container span.write-review {
  margin-top: -8px;
  float: left;
}
.review-container .insights {
  width: 295px;
  float: left;
  margin-left: 8px;
}
.review-container .insights h3 {
  float: left;
  margin-right: 10px;
}
.review-container .insights ul {
  float: left;
  list-style: none;
  margin: 0;
}
.review-container .insights .text {
  float: left;
  background: none;
  width: 98px;
  font-size: 12px;
}
.review-container .insights .percent-bar {
  float: left;
  background: #7CC6F5;
  width: 90px;
  height: 12px;
  margin-top: 4px;
}
.review-container .insights .insight-bar {
  float: left;
  background: #64A7D2;
  width: 30%;
  height: 12px;
}
.review-container .insights .percent {
  float: left;
  margin-left: 8px;
  font-size: 12px;
}
.sb-tabs .review-container .review-info {
  font-size: 12px;
}
.sb-tabs .review-container .review-list {
  height: 180px;
  float: left;
  overflow-y: scroll;
  list-style: none;
  clear: both;
  margin: 30px 0 10px;
  padding: 10px;
  border: 1px solid #cecece;
}
.sb-tabs.cbox .review-container .review-list {
  height: 340px;
}
.sb-tabs .review-container .review-list li {
  border-bottom: 1px solid #cecece;
  padding: 10px 0;
}
.sb-tabs .review-container .review-list .left-col {
  float: left;
  width: 120px;
}
.sb-tabs .review-container .review-list .right-col {
  float: left;
  margin-left: 10px;
  width: 418px;
}
.review-container-buy .rating {
  width: 270px;
  float: left;
}
.review-container-buy .rating h3 {
  float: left;
  margin-right: 10px;
}
.review-container-buy span.write-review {
  margin-top: -8px;
  float: left;
}
.review-container-buy .insights {
  width: 295px;
  float: left;
  margin-left: 8px;
}
.review-container-buy .insights h3 {
  float: left;
  margin-right: 10px;
}
.review-container-buy .insights ul {
  float: left;
  list-style: none;
  margin: 0;
}
.review-container-buy .insights .text {
  float: left;
  background: none;
  width: 98px;
  font-size: 12px;
}
.review-container-buy .insights .percent-bar {
  float: left;
  background: #7CC6F5;
  width: 90px;
  height: 12px;
  margin-top: 4px;
}
.review-container-buy .insights .insight-bar {
  float: left;
  background: #64A7D2;
  width: 30%;
  height: 12px;
}
.review-container-buy .insights .percent {
  float: left;
  margin-left: 8px;
  font-size: 12px;
}
.sb-tabs .review-container-buy .review-info {
  font-size: 12px;
}
.sb-tabs .review-container-buy .review-list {
  height: 180px;
  float: left;
  overflow-y: scroll;
  list-style: none;
  clear: both;
  margin: 30px 0 10px;
  padding: 10px;
  border: 1px solid #cecece;
}
.sb-tabs.cbox .review-container-buy .review-list {
  height: 340px;
}
.sb-tabs .review-container-buy .review-list li {
  width: 565px;
  border-bottom: 1px solid #cecece;
  padding: 10px 0;
}
.sb-tabs .review-container-buy .review-list .left-col {
  float: left;
  width: 120px;
}
.sb-tabs .review-container-buy .review-list .right-col {
  float: left;
  margin-left: 10px;
  width: 418px;
}
.review-container-buy .review-header {
  margin-bottom: 20px;
  float: left;
  width: 600px;
  padding: 10px;
  background: #e8e8e8;
}
.review-container-buy .review-header .review-thumb-box {
  width: 116px;
  height: 72px;
  float: left;
  margin-right: 10px;
}
.review-container-buy .review-header .review-heading {
  float: left;
}
.review-container-buy .review-header .review-title {
  font-size: 16px;
  font-weight: bold;
  float: left;
  color: #1E8E78;
}
.review-container-buy .review-header small {
  font-size: 12px;
  clear: both;
  float: left;
}
.total-label {
  width: 100px;
  float: left;
}
.total-row {
  font-weight: bold;
  margin-top: 10px;
}
.hide {
  display: none;
}
@font-face {
  font-family: 'webfontuploaded_file';
  src: url('/resources/fonts/functionpro-book-webfont.eot') format('embedded-opentype'), url('/resources/fonts/functionpro-book-webfont.woff') format('woff'), url('/resources/fonts/functionpro-book-webfont.ttf') format('truetype'), url('/resources/fonts/functionpro-book-webfont.svg#webfontuploaded_file') format('svg');
  font-weight: normal;
  font-style: normal;
}
.slide-out-div {
  padding: 20px;
  width: 250px;
  height: 290px;
  background: #fff;
  border: 2px solid #333;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 3px #F2F2F2;
  font-family: "webfontuploaded_file", Georgia, serif;
}
.slide-out-div h3 {
  font-size: 24px;
  margin-top: 4px;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 40px;
}
.slide-out-div h4 {
  color: #4D9288;
  margin-bottom: 8px;
}
.slide-out-div .need-help {
  float: left;
}
.slide-out-div .need-help .btn-lg {
  font-size: 16px;
  line-height: 16px;
  padding: 5px 12px;
  float: right;
}
.slide-out-div .need-help .btn {
  background: none repeat scroll 0 0 #5CC2B5;
  border: medium none;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 1px 1px 3px #666666;
  color: #3C3C3C;
  font-family: "webfontuploaded_file", Helvetica, serif;
  text-shadow: none;
  text-decoration: none;
}
.slide-out-div .need-help input[type="text"] {
  width: 242px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  font-family: "webfontuploaded_file", Helvetica, serif;
  font-size: 14px;
  height: 20px;
  line-height: 14px;
  padding: 2px 4px;
}
.slide-out-div .need-help input[type="text"].error,
.slide-out-div .need-help textarea.error {
  border: 1px solid #f00;
}
.slide-out-div .need-help textarea {
  width: 247px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  margin-bottom: 20px;
  font-family: "webfontuploaded_file", Helvetica, serif;
  font-size: 14px;
  padding: 2px 4px;
}
.need-help .do-help {
  cursor: pointer;
}
@media (max-width: 640px) {
  .slide-out-div {
    display: none;
  }
}
/*.apply_code {float: right; margin-right: 10px;}*/
.cart-button-container {
  float: right;
  width: 66px;
  margin: 15px 15px;
}
.cart-button-container i {
  color: #fff;
}
#promo-code-overlay {
  width: 280px;
  height: 200px;
}
#promo-code-overlay h1 {
  color: #0CA78F;
  margin-bottom: 10px;
  font-size: 26px;
}
#cboxLoadedContent #promo-code-overlay h2 {
  margin-bottom: 4px;
  font-family: 'futura_std_mediumbold', Helvetica, serif;
  color: #3C3C3C;
  font-size: 18px;
  margin-top: 10px;
}
#cboxLoadedContent #promo-code-overlay h3 {
  margin-bottom: 4px;
  margin-top: 10px;
}
#promo-code-overlay h2 span {
  color: #785990;
}
#promo-code-overlay p {
  margin: 7px 0 10px 0;
  font-size: 12px;
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
    width: 960px;
  }
}
#slp-bar .tab.first a,
#slp-bar .tab.last a,
#slp-bar .tab a {
  height: 36px;
}
#nav-btn-profile,
#nav-btn-email {
  margin-top: 5px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  background: none repeat scroll 0 0 #666666;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'MyWebFont', Arial, sans-serif;
  font-size: 10px;
  height: 10px;
  left: 10px;
  line-height: 6px;
  padding: 3px;
  position: absolute;
  text-align: center;
  width: 10px;
}
.btn.sb-learn-more {
  border: medium none;
  box-shadow: 1px 1px 3px #4D4D4D;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  padding: 4px 7px;
  width: 64px;
}
body.product-page {
  text-align: left;
}
body.product-page .pagination.pull-right {
  float: left !important;
}
body.product-page .slide-navigation.sb-slideshow {
  text-align: center !important;
}
.product-page h1.sb-flash-card-heading {
  margin-top: 0 !important;
}
.product-page h2 {
  text-align: center;
}
.product-page h2.sb-you-may-like {
  margin-top: 60px;
}
.pollBar input {
  width: 20px;
}
.shopping-basket .sidebar-container {
  margin-top: 20px;
}
.shopping-basket .sidebar-container .sidebar-guarantee {
  padding: 15px 0;
  border: 1px solid #e5e8ea;
}
.shopping-basket .sidebar-container .sidebar-guarantee .guarantee-text {
  text-align: center;
  margin-top: 10px;
}
.shopping-basket .sidebar-container .sb-checkout {
  border: 1px solid #e5e8ea;
  margin-bottom: 15px;
  margin-right: 0;
}
.checkout-page .h1 {
  margin-bottom: 30px;
}
.checkout-page .btn {
  margin-right: 10px;
}
.checkout-page .button-row {
  margin-bottom: 10px;
}
.checkout-page .button-row .ssl-container {
  margin-top: 25px;
  font-size: 15px;
}
.checkout-page .btn-orange {
  background: #faa82d;
  margin: 0;
  width: 50px;
}
.checkout-page .btn-inverse {
  padding: 6px 12px;
}
.checkout-page #coupon_code {
  width: 145px;
  margin-right: 10px;
}
.checkout-page .promo-message {
  color: #faa82d;
  font-size: 14px;
  display: block;
  margin-top: 6px;
}
.checkout-page .checkout-header {
  margin-top: 15px;
  padding: 8px 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.checkout-page .checkout-header.pl15 {
  padding-left: 15px;
}
.checkout-page .checkout-row {
  margin-bottom: 0;
  margin-left: -15px;
  margin-top: 15px;
}
.checkout-page .checkout-row.payment-method-options {
  clear: both;
  height: 32px;
}
.checkout-page .checkout-row.payment-method-options .payment-method {
  float: left;
  margin: 0;
}
.checkout-page .checkout-row.payment-method-options img {
  height: 32px;
}
.checkout-page .checkout-row :last {
  margin-bottom: 15px;
}
.checkout-page .checkout-row .radio {
  text-align: left;
}
.checkout-page .dropdown-styled {
  height: 32px;
  width: 100%;
  padding: 0 0 0 8px;
  font-size: 14px;
  margin-top: 15px;
}
.checkout-page input[type="text"],
.checkout-page input[type="password"] {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 0 0 0 8px;
  line-height: 32px;
  margin-top: 15px;
}
.checkout-page textarea {
  margin-top: 15px;
}
.checkout-page .outer-border {
  border: 1px solid #ddd;
  color: #333;
  padding: 10px 15px;
  margin-left: 0;
  margin-top: 15px;
  font-weight: 600;
}
.checkout-page .outer-border table {
  margin-bottom: 0;
}
.checkout-page .outer-border table td {
  color: #333;
  border: none;
  line-height: 16px;
  padding: 4px 0;
}
.checkout-page .outer-border table .price-total-basket td {
  color: #faa82d;
}
.checkout-page .same-as-shipping {
  position: relative;
  top: -22px;
}
.checkout-page .same-as-shipping input.checkbox {
  position: absolute;
  top: 0px;
  left: 135px;
  padding: 0;
  width: 13px;
  height: 18px;
  color: #faa82d;
}
.checkout-page .same-as-shipping label {
  font-size: 12px;
  position: absolute;
  top: -6px;
  left: 153px;
  text-transform: none;
  color: #faa82d;
}
.page-payment {
  text-align: left;
}
.cart-table {
  border-top: 1px solid #e5e8ea;
  border-bottom: 1px solid #e5e8ea;
  font-size: 12px;
}
.cart-table th {
  text-transform: uppercase;
  border-bottom-width: 1px !important;
}
.cart-table td {
  padding: 10px;
  min-height: 64px;
}
.cart-table .item-info {
  /*min-width: 275px;*/
}
.cart-table .item-info .cart-image {
  float: left;
}
.cart-table .item-info .cart-image img {
  height: 64px;
}
.cart-table .item-info .cart-text {
  float: left;
  margin-left: 10px;
}
.cart-table .item-info .cart-text .h3 {
  margin: 0;
  display: block;
  font-size: 14px;
}
.cart-table .grey {
  background: #f3f3f4;
  vertical-align: middle;
  text-align: center;
}
.cart-table .qty {
  vertical-align: middle;
  text-align: center;
}
.cart-table .qty input {
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  padding: 0 5px 0;
}
.cart-table .remove-button {
  color: #faa82d;
  cursor: pointer;
  font-size: 12px;
  display: block;
  width: 56px;
}
.cart-table input[type="text"] {
  margin-top: 0;
}
.side-help {
  clear: both;
}
#set_visitor {
  width: 280px;
  text-align: center;
}
#set_visitor .families {
  border-bottom: 1px solid #ddd;
  border-right: none;
  padding-bottom: 15px;
}
#set_visitor a {
  z-index: 100000;
  position: relative;
}
#set_visitor img {
  width: 140px;
  margin-bottom: 5px;
}
#set_visitor h2 {
  margin-top: 10px;
}
.about-us .team-member {
  text-align: center;
}
.about-us .team-member .position {
  font-size: 13px;
  color: #299b88;
}
.about-us .advisory-board {
  margin-top: 50px;
}
.contact-us #contact-us #last-name {
  position: absolute;
  top: -99999px;
}
.contact-us .contact-form-container {
  padding: 30px 15px;
  margin-bottom: 30px;
}
.contact-us .contact-form-container input,
.contact-us .contact-form-container textarea {
  width: 100%;
}
.contact-us .contact-form-container .message {
  height: 100px;
}
.promo-banner {
  width: 100%;
  height: 38px;
  text-align: center;
  padding: 10px 0;
  margin: -30px auto 40px;
  color: #fff;
  position: relative;
  z-index: 11;
}
.promo-banner.orange {
  background: #faa72a;
}
.promo-banner.blue {
  background: #20a3d0;
}
.promo-banner.pink {
  background: #ed2a7b;
}
.promo-banner.purple {
  background: #652c90;
}
.promo-banner.gray {
  background: #6d6e70;
}
.promo-banner .promo-banner-dismiss {
  float: right;
  margin-top: -26px;
  cursor: pointer;
}
.container-mobile p {
  font-size: 14px;
}
.mobile-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px;
  line-height: 28px;
}
.mobile-sub-heading {
  color: #66C3B5;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.mobile-video {
  width: 100%;
}
.mobile-dropdown-styled {
  width: 100%;
  height: 32px !important;
}
.mobile-go-btn {
  height: 32px;
}
input[type="text"] {
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 0 0 0 8px;
  line-height: 32px;
  height: 32px;
}
.mobile-homepage-blog-link {
  margin-top: 15px;
}
.mobile-homepage-blog-container {
  margin-bottom: 15px;
}
#cboxContent #send-message-container .input-full {
  width: 100%;
  height: 32px;
}
#cboxContent #send-message-container label {
  margin-top: 0;
}
.promo-email-container h3 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  body {
    color: #333;
    text-align: left;
  }
  body.product-page .pagination.pull-right {
    float: right !important;
  }
  body.product-page .slide-navigation.sb-slideshow {
    text-align: left !important;
  }
  h2,
  .h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 26px;
  }
  .cart-table {
    font-size: 14px;
  }
  .cart-table .item-info .cart-text h3 {
    font-size: 16px;
  }
  .checkout-page .checkout-header {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .checkout-page input[type="text"],
  .checkout-page textarea {
    margin-top: 0;
  }
  .checkout-page .dropdown-styled {
    margin: 0;
  }
  .checkout-page .checkout-row {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .checkout-page .outer-border {
    margin-left: -15px;
  }
  .checkout-page .btn-orange {
    float: right;
  }
  .checkout-page #coupon_code {
    margin-left: -15px;
  }
  .checkout-page .button-row .ssl-container {
    margin-top: 10px;
  }
  .side-help {
    clear: none;
  }
  #promo-code-overlay {
    width: 400px;
    height: 240px;
  }
  #promo-code-overlay h1 {
    color: #0CA78F;
    margin-bottom: 20px;
    font-size: 38px;
  }
  #cboxLoadedContent #promo-code-overlay h2 {
    margin-bottom: 4px;
    font-family: 'futura_std_mediumbold', Helvetica, serif;
    color: #3C3C3C;
    font-size: 24px;
    margin-top: 20px;
  }
  #cboxLoadedContent #promo-code-overlay h3 {
    margin-bottom: 4px;
    margin-top: 20px;
  }
  #promo-code-overlay h2 span {
    color: #785990;
  }
  #promo-code-overlay p {
    margin: 14px 0 20px 0;
  }
  #set_visitor {
    width: 580px;
    text-align: center;
  }
  #set_visitor .families {
    border-right: 1px solid #ddd;
    border-bottom: none;
    padding-bottom: 0;
  }
  #set_visitor img {
    width: 180px;
    margin-bottom: 10px;
  }
  #set_visitor h2 {
    margin-top: 20px;
  }
  .contact-us .contact-form-container {
    margin-bottom: 0;
  }
  .video-iframe {
    width: 500px;
    height: 370px;
  }
  .promo-banner {
    margin: -40px auto 40px;
  }
}
@media (min-width: 992px) {
  .shopping-basket .bar-container {
    margin-top: 135px;
  }
  .shopping-basket .bar-container .sb-checkout {
    margin-right: -15px;
  }
}
.sb-product-image-hover-overlay {
  background: rgba(104, 195, 181, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.sb-product-image-hover {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sb-product-image-hover h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  /*text-transform: uppercase;*/
}
.sb-product-image-hover p {
  color: #fff;
  font-size: 0.8em;
}
.sb-image-container {
  position: relative;
  width: 100%;
  height: auto;
}
.sb-image-container:hover .sb-product-image-hover {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.sb-image-container:hover .sb-product-image-hover-overlay {
  opacity: 1;
}
.fadeIn-top {
  top: 20%;
}
.buy-page .product-box .box .text-center {
  text-align: center !important;
}
.buy-page .product-box .box p {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #000;
}
.buy-page .product-box .box .product-info {
  margin: 10px 0 0 0;
}
.buy-page .product-box .product-info h3 {
  font-size: 1.4rem;
  margin: 0;
}
.buy-page .font-labels {
  margin-top: 30px;
}
.sb-icon .fa {
  font-weight: bold !important;
}
.product-box {
  min-height: 12px;
}
.sb-buy-navigation {
  position: relative;
  padding-left: 0;
  margin-top: 62px;
}
.sb-buy-navigation .sb-buy-navigation-group {
  margin-bottom: 7px;
}
.sb-buy-navigation ul {
  padding-left: 20px;
  margin-bottom: 8px;
}
.sb-buy-navigation ul li {
  margin-bottom: 0;
}
.sb-buy-navigation.sb-fixed {
  position: fixed;
  top: 70px;
}
.sb-buy-navigation.sb-stuck-bottom {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.sb-buy-navigation .sb-buy-navigation-title {
  color: #049b7e;
  font-weight: bold;
  cursor: pointer;
}
.press-box {
  background: #fff;
  clear: both;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(149, 165, 166, 0.2);
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 20;
  margin-top: 0;
  margin-bottom: -50px;
  position: relative;
  top: -50px;
}
.press-box img {
  width: 100%;
}
@media (max-width: 767px) {
  .press-box {
    display: none;
  }
  .footer {
    height: auto !important;
  }
}
.mobile-connect-block {
  background-color: #f8a62a;
}
.mobile-connect-block .mobile-header {
  color: #fff;
  font-size: 24px;
}
.mobile-connect-block #find-a-therapist-btn {
  width: 100%;
}
.girl-tool-img {
  margin: 0 auto;
}
.our-system-banner-container {
  margin-top: -50px;
  height: 350px;
}
.our-system-banner-container .our-system-banner {
  position: absolute;
  height: 350px;
  left: 0px;
  right: 0px;
  background-image: url('/assets/images/ourSystem.jpg');
  background-repeat: repeat-x;
  opacity: 0.9;
  background-position: center right;
  z-index: -1;
  box-shadow: inset 1px 1px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.3) inset;
}
.our-system-banner-container .our-system-banner-slps {
  position: absolute;
  /*margin-top: -60px;*/
  height: 350px;
  left: 0px;
  right: 0px;
  background-image: url('/assets/images/ourSystemSlp.jpg');
  background-repeat: repeat-x;
  opacity: 0.9;
  background-position: center center;
  z-index: -1;
  box-shadow: inset 1px 1px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.3) inset;
}
.our-system-banner-container .our-tools-banner {
  position: absolute;
  /*margin-top: -50px;*/
  height: 400px;
  left: 0px;
  right: 0px;
  background-image: url('/assets/images/lucasVid.jpg');
  background-repeat: repeat-x;
  opacity: 0.9;
  background-position: center center;
  z-index: -1;
  box-shadow: inset 1px 1px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.3) inset;
}
.our-system-banner-container .our-tools-banner-slp {
  position: absolute;
  /*margin-top: -50px;*/
  height: 400px;
  left: 0px;
  right: 0px;
  background-image: url('/assets/images/suzyVid.jpg');
  background-repeat: repeat-x;
  opacity: 0.9;
  background-position: left center;
  z-index: -1;
  box-shadow: inset 1px 1px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.3) inset;
}
.our-system-banner-container .banner-text-slps {
  height: 250px;
  padding: 60px 24px 20px;
  border-radius: 3px;
  background: none repeat scroll 0% 0% rgba(250, 255, 255, 0.8);
  /*width: 426px;*/
  text-align: center;
  /*margin-top: -56px;*/
}
.our-system-banner-container .banner-text-slps h1 {
  font-size: 26px;
  margin: 0 0 10px;
}
.our-system-banner-container .banner-text {
  height: 260px;
  padding: 20px;
  border-radius: 3px;
  background: none repeat scroll 0% 0% rgba(250, 255, 255, 0.8);
  /*width: 440px;*/
  text-align: center;
  /*margin-top: -56px;*/
  padding-top: 50px;
}
.our-system-banner-container .banner-text h1 {
  font-size: 26px;
  margin: 0 0 10px;
}
.our-system-banner-container .banner-text-tools {
  height: 290px;
  padding: 20px;
  border-radius: 3px;
  color: #fff;
  /*width: 300px;*/
  text-align: center;
  margin-top: 15px;
  float: right;
}
.our-system-banner-container .banner-text-tools h1 {
  font-size: 26px;
  margin: 0 0 10px;
}
.our-system-banner-container .banner-text-tools.slps {
  margin-top: 30px;
}
.our-system-banner-container .badges {
  margin-top: 105px;
}
.our-system-banner-container .badges img {
  width: 70px;
  margin-right: 10px;
}
.main-content {
  margin-top: 60px;
}
.main-content-slps {
  margin-top: 40px;
}
.system-line {
  border-top: 2px solid #404041;
  width: 140px;
  margin: auto;
  margin-bottom: 20px;
}
.system-line-white {
  border-top: 2px solid #fff;
  width: 140px;
  margin: auto;
  margin-bottom: 20px;
}
.system-line-content {
  border-top: 2px solid #404041;
  width: 140px;
  margin: auto auto 40px;
}
.how-it-works h2,
#toolsSystem h2,
#discoverSystem h2,
.tools-tab-content h2,
#toolsIntro h2,
#toolsHow h2 {
  text-align: center;
  padding-bottom: 10px;
}
#toolsSystem h3,
#discoverSystem h3,
.tools-tab-content h3,
#toolsIntro h3,
#toolsHow h3 {
  margin: 0px;
  color: #0AB796;
  padding-bottom: 10px;
}
#toolsSystem {
  left: 0px;
  right: 0px;
  background-color: #ebf6f4;
  background-repeat: repeat-x;
  background-position: center center;
  text-align: center;
  z-index: 1;
  padding: 60px 0px ;
  box-shadow: inset 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05) inset;
}
#gamesSystem,
#toolsIntro {
  background-color: #ebf6f4;
  background-repeat: repeat-x;
  background-position: center center;
  padding: 50px 0px;
  box-shadow: inset 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05) inset;
}
#connectSystem,
#discoverSystem {
  padding: 0 0 40px 0;
}
.how-it-works .footer {
  margin-top: 0px;
}
#toolsHow {
  clear: both;
  margin: 60px 0 50px;
}
.discover-age-item {
  height: 90px;
  padding: 0px 0px 10px 0px;
  margin-right: 22px;
  margin-top: 1px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  box-shadow: inset 1px 1px 3px 3px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.02) inset;
  border-radius: 3px;
  text-align: center;
}
.discover-sound-item {
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 50px;
  margin-right: 22px;
  margin-top: 1px;
  /* display: inline-block;*/
  cursor: pointer;
  border: 1px solid #CCC;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.02) inset;
  border-radius: 3px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  float: left;
}
.discover-sound-item-other,
.discover-sound-item-none {
  font-size: 14px;
}
.discover-sound-item-none {
  margin-right: 0px;
}
.discover-challenge-item {
  font-size: 11px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #CCC;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.02) inset;
  border-radius: 3px;
  text-align: center;
  padding: 2px 4px;
  margin: 2px;
}
.discover-age-item.active,
.discover-sound-item.active {
  border: 2px solid #51CEB6;
  margin-right: 20px;
  margin-top: 0;
}
.discover-challenge-item.active {
  border: 2px solid #51CEB6;
  margin-right: 8px;
  margin-top: 0;
}
.discover-age-item:hover,
.discover-sound-item:hover {
  border: 2px solid #51CEB6;
  margin-right: 20px;
  margin-top: 0;
}
.discover-challenge-item:hover {
  border: 2px solid #51CEB6;
  margin-right: 8px;
  margin-top: 0;
}
.hidden {
  display: none;
}
.discover-age-slide,
.discover-challenge-slide,
.discover-sound-slide {
  margin: 80px 125px;
}
.discover-results-slide {
  margin: 80px 0px;
}
.must-have-buddy-ch,
.must-have-buddy-sh,
.must-have-buddy-r,
.must-have-buddy-s,
.must-have-buddy-l,
.must-have-buddy-set,
.must-have-connect {
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  padding: 10px;
}
.results-tool,
.results-young,
.results-connect {
  border: 1px solid #DDDDDD;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  border-radius: 3px;
  padding: 10px;
}
.great-to-have-tool,
.great-to-have-young,
.great-to-have-connect {
  float: right;
}
.discover-start-over {
  font-size: 12px;
  padding: 7px;
  font-weight: 800;
  float: right;
}
.discover-widget-mobile .discover-mobile-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 30px;
  margin-top: 5px;
}
.discover-widget-mobile p {
  font-size: 16px;
  line-height: 20px;
}
.discover-widget-mobile .sub-heading {
  color: #66C3B5;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 24px;
}
.discover-widget-mobile .discover-dropdown-item,
.discover-widget-mobile .discover-dropdown-session {
  width: 200px;
  margin-bottom: 15px;
}
.discover-widget-mobile .result-item-container {
  margin-bottom: 15px;
}
.btn-full {
  width: 100% !important;
}
.our-system .discover-mobile-header {
  margin-top: 10px;
}
.sb-border-shadow {
  border: 1px solid #DDDDDD;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  border-radius: 3px;
}
.owl-item .item {
  margin: 3px;
  border: 1px solid #DDDDDD;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  border-radius: 3px;
  margin: 0px 10px;
}
.owl-item .item img {
  display: block;
  width: 100%;
  height: auto;
}
a .sb-play-btn-tools {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 60px;
  background: url('../images/playBtn.png') no-repeat scroll center center transparent;
  text-indent: -99999px;
}
.tools-profile-container {
  position: relative;
}
.tools-profile-container h3 {
  padding: 10px 0 0 ;
}
.tools-callout-target {
  display: none;
  position: absolute;
  width: 168px;
  left: 50px;
  top: -26px;
}
.tools-callout-target img {
  width: 168px;
}
.tools-callout-bendable {
  display: none;
  position: absolute;
  width: 120px;
  left: 500px;
  top: -26px;
}
.tools-callout-bendable img {
  width: 120px;
}
.tool-profile {
  font-weight: 900;
  text-align: center;
  margin-right: 0;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.tool-profile img {
  max-width: 134px;
  display: inline;
}
.tools-tab-content {
  padding-bottom: 20px;
  margin: 50px 0px;
}
.set-box {
  padding: 20px;
  border: 2px dashed #f7931d;
  border-radius: 3px;
  margin: 20px auto 20px;
}
.buddy-box-wrapper-tools {
  background: none repeat scroll 0% 0% #F8F9FB;
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  margin: 0px 0px 20px;
}
.easy-icons {
  border: 1px solid #DDD;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
  border-radius: 3px;
  padding: 10px;
  clear: both;
  margin-bottom: 50px;
}
.result-item .result-icon {
  width: 34px;
  margin-right: 10px;
  float: left;
}
.result-item .result-banner {
  width: 100%;
  margin-bottom: 8px;
}
.result-item .result-image {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 12px;
  float: left;
}
.customized-solution {
  margin-top: -57px;
}
.drop-down-container .discovery-next-item {
  border: 2px solid #66C3B5;
  background: #66C3B5;
  text-align: center;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.drop-down-container .drop-down {
  width: 100%;
  border-radius: 5px;
  margin: 15px 0;
  position: relative;
  border: 2px solid #66C3B5;
}
.drop-down-container .drop-down.no-border {
  border: none;
}
.drop-down-container .drop-down .drop-down-main {
  padding: 0 0 0 15px;
  cursor: pointer;
  text-align: left;
  height: 30px;
  line-height: 30px;
}
.drop-down-container .drop-down .drop-down-main.open {
  border-bottom: solid 2px #66C3B5;
}
.drop-down-container .drop-down .drop-down-main .arrow-container {
  /*position: absolute;
			right: 0; */
  float: right;
  margin: 4px;
  width: 20px;
  height: 20px;
}
.drop-down-container .drop-down .drop-down-main .arrow-container.arrow-right {
  background: url('/assets/images/widget-arrow-right.png') no-repeat;
  background-size: 12px 20px;
}
.drop-down-container .drop-down .drop-down-main .arrow-container.arrow-down {
  background: url('/assets/images/widget-arrow-down.png') no-repeat;
  background-size: 20px 12px;
  margin: 8px 4px 0;
}
.drop-down-container .drop-down .drop-down-main .drop-down-title {
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  float: left;
}
.drop-down-container .drop-down .drop-down-item {
  width: 100%;
  background: #fff;
  text-align: left;
  margin: 0;
  border-bottom: solid 1px #ccc;
  padding: 0 0 0 15px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.drop-down-container .drop-down .drop-down-item.active {
  background: #66C3B5;
  color: #fff;
}
.drop-down-container .drop-down .drop-down-item:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 0 none;
}
.drop-down-container .drop-down .dropdown-buttons .drop-down-item {
  border: 2px solid #66C3B5;
  text-align: center;
  border-radius: 5px;
  height: 30px;
  line-height: 26px;
  margin-bottom: 10px;
}
.great-to-have-young-mobile .row,
.great-to-have-connect-mobile .row {
  margin-bottom: 20px;
}
.great-to-have-tool-mobile .result-item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .discover-age-item {
    width: 140px;
  }
  .discover-sound-item {
    height: 60px;
    line-height: 60px;
    width: 70px;
  }
  .discover-challenge-item {
    margin-bottom: 8px;
    margin-right: 10px;
    margin-top: 1px;
    font-size: 12px;
  }
  .customized-solution {
    margin-top: 0;
  }
  .tools-profile-container {
    padding-top: 40px;
  }
  .tools-callout-target {
    display: block;
    position: absolute;
    width: 168px;
    left: 56px;
    top: -26px;
  }
  .tools-callout-target img {
    width: 168px;
  }
  .tools-callout-bendable {
    display: block;
    position: absolute;
    width: 120px;
    left: 498px;
    top: -26px;
  }
  .tools-callout-bendable img {
    width: 120px;
  }
  .set-box {
    margin: 60px auto 20px;
  }
  .our-system-banner-container .our-system-banner {
    background-position: center center;
  }
  .our-system-banner-container .our-system-banner-slps {
    background-position: center center;
  }
  .our-system-banner-container .our-tools-banner {
    background-position: center center;
  }
  .our-system-banner-container .our-tools-banner-slp {
    background-position: center center;
  }
  .our-system-banner-container .banner-text-slps {
    width: 426px;
  }
  .our-system-banner-container .banner-text-slps h1 {
    font-size: 38px;
    margin: 10px 0 20px;
  }
  .our-system-banner-container .banner-text {
    width: 440px;
  }
  .our-system-banner-container .banner-text h1 {
    font-size: 38px;
    margin: 10px 0 20px;
  }
  .our-system-banner-container .banner-text-tools {
    width: 300px;
    margin-top: 56px;
  }
  .our-system-banner-container .banner-text-tools h1 {
    font-size: 38px;
    margin: 10px 0 20px;
  }
  .our-system-banner-container .banner-text-tools.slps {
    margin-top: 56px;
  }
  .our-system-banner-container .badges {
    margin-top: 0;
  }
  .our-system-banner-container .badges img {
    margin-right: 14px;
  }
  .tool-profile {
    width: 20%;
    margin-bottom: 0;
  }
  .must-have-buddy-ch,
  .must-have-buddy-sh,
  .must-have-buddy-r,
  .must-have-buddy-s,
  .must-have-buddy-l,
  .must-have-buddy-set,
  .must-have-connect {
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    padding: 10px;
  }
  .results-tool,
  .results-young,
  .results-connect {
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.01);
    border-radius: 3px;
    padding: 10px;
  }
}
.discover-challenge-column {
  margin-left: -14px;
  padding: 0px;
}
.discover-challenge-column.last {
  margin-left: 14px;
  padding: 0px;
}
@media (min-width: 992px) {
  .tool-profile img {
    max-width: 154px;
    display: inline;
  }
  .tools-callout-target {
    display: block;
    position: absolute;
    width: 168px;
    left: 112px;
    top: -26px;
  }
  .tools-callout-target img {
    width: 168px;
  }
  .tools-callout-bendable {
    display: block;
    position: absolute;
    width: 120px;
    left: 640px;
    top: -26px;
  }
  .tools-callout-bendable img {
    width: 120px;
  }
}
.sb-discover-widget {
  margin: 60px 0 0;
}
.sb-discover-widget h2 {
  text-align: center;
}
.sb-discover-widget hr {
  border-top: 1px solid #ccc;
}
.sb-discover-widget .sb-discover-widget-container {
  width: 100%;
  overflow: hidden;
  height: 250px;
  position: relative;
  background: #fff;
  margin-top: 20px;
}
.sb-discover-widget .sb-discover-widget-container h3 {
  font-size: 15px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider {
  position: absolute;
  top: 0;
  left: 0;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-widget-slide {
  float: left;
  height: 230px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-widget-slide.age {
  margin-top: 28px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-widget-slide.help {
  margin-top: 30px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-widget-slide.sounds {
  margin-top: 46px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-widget-slide.conditions {
  margin-top: 26px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-widget-slide h3 {
  margin: 0;
  color: #0AB796;
  padding-bottom: 10px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-widget-slide label {
  margin-top: 0;
  font-weight: bold;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-age {
  padding: 10px 0;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-age .sb-discover-age-item {
  width: 19%;
  margin-right: 30px;
  padding: 10px 0 15px 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  box-shadow: inset 1px 1px 3px 3px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.02) inset;
  border-radius: 3px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-age .sb-discover-age-item img {
  width: 50%;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-age .sb-discover-age-item.active {
  border: 2px solid #51CEB6;
  margin-top: 0;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-help {
  padding: 20px 10px 10px 5%;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-help ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-help ul li {
  width: 50%;
  float: left;
  min-height: 24px;
  line-height: 24px;
  margin-bottom: 6px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-help ul li input {
  margin-right: 20px;
  margin-top: 8px;
  float: left;
  display: none;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-help ul li div {
  /*margin-top: 5px;*/
  float: left;
  max-width: 88%;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-sounds {
  padding: 20px 0 10px 5%;
  width: 100%;
}
@media (min-width: 990px) {
  .sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-sounds {
    padding: 20px 0 10px 4%;
  }
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-sounds .sb-discover-sound-item {
  width: 11%;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 600;
  padding: 24px 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  box-shadow: inset 1px 1px 3px 3px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.02) inset;
  border-radius: 3px;
  float: left;
}
@media (min-width: 990px) {
  .sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-sounds .sb-discover-sound-item {
    width: 11.8%;
    padding: 30px 0;
  }
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-sounds .sb-discover-sound-item.active {
  border: 2px solid #51CEB6;
  margin-right: 20px;
  margin-top: 0;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-sounds .sb-discover-sound-item-other,
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-sounds .sb-discover-sound-item-none {
  font-size: 15px;
  font-weight: 200;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-conditions {
  padding: 20px 10px 10px 5%;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-conditions ul {
  width: 100%;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-conditions ul li {
  width: 50%;
  float: left;
  min-height: 24px;
  line-height: 24px;
  margin-bottom: 6px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-conditions ul li input {
  margin-right: 20px;
  margin-top: 8px;
  float: left;
  display: none;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-conditions ul li div {
  /*margin-top: 5px;*/
  float: left;
  max-width: 86%;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary {
  padding: 30px 1% 60px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content strong {
  margin-bottom: 10px;
  display: inline-block;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-content-left {
  width: 40% ;
  margin-right: 8%;
  float: left;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-content-left .sb-discover-start-over-icon {
  width: 18px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools {
  width: 50% ;
  /*margin-right: 8.5%;*/
  float: right;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .orange-text {
  color: #faa72a;
  font-style: italic;
  font-size: 12px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-connect {
  margin-bottom: 20px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-connect #home-slp-search-form {
  margin: 0;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-connect #home-slp-search-form .slp-search-row {
  background: #fff;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-connect #home-slp-search-form .slp-search-row #zip-search {
  padding-left: 0;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-connect #home-slp-search-form .slp-search-row .sb-search-zip-alert {
  position: absolute;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-tools {
  margin-top: 10px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-tools strong {
  margin-bottom: 0;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-tools .orange-text {
  margin-bottom: 20px;
  display: inline-block;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-tools .sb-discover-summary-tool-item {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-tools .sb-discover-summary-tool-item img {
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-slider .sb-discover-slide-content-summary .sb-discover-summary-content .sb-discover-summary-connect-tools .sb-discover-summary-tools .sb-discover-summary-tool-item a {
  font-size: 12px;
  font-style: italic;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-nav-container {
  /*position: relative;*/
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-nav-container .sb-discover-widget-back {
  cursor: pointer;
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("/assets/images/leftArrow.png");
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-nav-container .sb-discover-widget-back:hover {
  background-image: url(/assets/images/leftArrow.png);
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-nav-container .sb-discover-widget-next {
  z-index: 20;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("/assets/images/rightArrow.png");
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.sb-discover-widget .sb-discover-widget-container .sb-discover-widget-nav-container .sb-discover-widget-next:hover {
  background-image: url("/assets/images/rightArrow.png");
}
.sb-discover-widget .sb-widget-checkbox {
  background-image: url("/assets/images/unchecked.jpg");
  width: 24px;
  height: 23px;
  background-size: 100%;
  margin-right: 6px;
}
.sb-discover-widget .sb-widget-checkbox.active {
  background-image: url("/assets/images/checked.jpg");
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: hidden !important;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  padding: 10px;
}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(/assets/libs/colorbox/images/border1.png) no-repeat 0 0;
}
#cboxTopCenter {
  height: 25px;
  background: url(/assets/libs/colorbox/images/border1.png) repeat-x 0 -50px;
}
#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(/assets/libs/colorbox/images/border1.png) no-repeat -25px 0;
}
#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(/assets/libs/colorbox/images/border1.png) no-repeat 0 -25px;
}
#cboxBottomCenter {
  height: 25px;
  background: url(/assets/libs/colorbox/images/border1.png) repeat-x 0 -75px;
}
#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(/assets/libs/colorbox/images/border1.png) no-repeat -25px -25px;
}
#cboxMiddleLeft {
  width: 25px;
  background: url(/assets/libs/colorbox/images/border2.png) repeat-y 0 0;
}
#cboxMiddleRight {
  width: 25px;
  background: url(/assets/libs/colorbox/images/border2.png) repeat-y -25px 0;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
  padding: 0;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 20px;
}
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}
#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}
#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}
#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}
#cboxLoadingOverlay {
  background: #fff url(/assets/libs/colorbox/images/loading.gif) no-repeat 5px 5px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}
/*full size screen*/
@media (min-width: 990px) {
  .sb-badge {
    background: url("/assets/images/connect/icons/badges/badgesSprite.png");
    width: 52px;
    height: 70px;
    display: block;
    cursor: pointer;
  }
  .sb-badge:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  /* speech-buddy-advantage */
  .sb-badge-speech-buddy-advantage {
    background-position: 0 0;
  }
  .sb-badge-speech-buddy-advantage-off {
    background-position: 0 -70px;
  }
  .sb-badge-speech-buddy-advantage.sb-selected {
    background-position: 0 -141px;
  }
  .sb-badge-speech-buddy-advantage-off.sb-selected {
    background-position: 0 -212px;
  }
  /* business-savvy */
  .sb-badge-business-savvy {
    background-position: -50px 0;
  }
  .sb-badge-business-savvy-off {
    background-position: -50px -70px;
  }
  .sb-badge-business-savvy.sb-selected {
    background-position: -50px -141px;
  }
  .sb-badge-business-savvy-off.sb-selected {
    background-position: -50px -212px;
  }
  /* over-achiever */
  .sb-badge-over-achiever {
    background-position: -110px 0;
  }
  .sb-badge-over-achiever-off {
    background-position: -105px -70px;
  }
  .sb-badge-over-achiever.sb-selected {
    background-position: -110px -141px;
  }
  .sb-badge-over-achiever-off.sb-selected {
    background-position: -105px -212px;
  }
  /* youre-a-star */
  .sb-badge-youre-a-star {
    background-position: -165px 0;
  }
  .sb-badge-youre-a-star-off {
    background-position: -160px -70px;
  }
  .sb-badge-youre-a-star.sb-selected {
    background-position: -165px -141px;
  }
  .sb-badge-youre-a-star-off.sb-selected {
    background-position: -160px -212px;
  }
  /* time-flies */
  .sb-badge-time-flies {
    background-position: -220px 0;
  }
  .sb-badge-time-flies-off {
    background-position: -220px -70px;
  }
  .sb-badge-time-flies.sb-selected {
    background-position: -220px -141px;
  }
  .sb-badge-time-flies-off.sb-selected {
    background-position: -220px -212px;
  }
  /* credentials-verified */
  .sb-badge-credentials-verified {
    background-position: -275px 0;
  }
  .sb-badge-credentials-verified-off {
    background-position: -275px -70px;
  }
  .sb-badge-credentials-verified.sb-selected {
    background-position: -275px -141px;
  }
  .sb-badge-credentials-verified-off.sb-selected {
    background-position: -275px -212px;
  }
  /* looking-good */
  .sb-badge-looking-good {
    background-position: -330px 0;
  }
  .sb-badge-looking-good-off {
    background-position: -330px -70px;
  }
  .sb-badge-looking-good.sb-selected {
    background-position: -330px -141px;
  }
  .sb-badge-looking-good-off.sb-selected {
    background-position: -330px -212px;
  }
  /* takes-credit */
  .sb-badge-takes-credit {
    background-position: -385px 0;
  }
  .sb-badge-takes-credit-off {
    background-position: -385px -70px;
  }
  .sb-badge-takes-credit.sb-selected {
    background-position: -385px -141px;
  }
  .sb-badge-takes-credit-off.sb-selected {
    background-position: -385px -212px;
  }
  /* got-you-covered */
  .sb-badge-got-you-covered {
    background-position: -444px 0;
  }
  .sb-badge-got-you-covered-off {
    background-position: -440px -70px;
  }
  .sb-badge-got-you-covered.sb-selected {
    background-position: -445px -141px;
  }
  .sb-badge-got-you-covered-off.sb-selected {
    background-position: -440px -212px;
  }
  /* practice-makes-perfect */
  .sb-badge-practice-makes-perfect {
    background-position: -505px 0;
  }
  .sb-badge-practice-makes-perfect-off {
    background-position: -495px -70px;
  }
  .sb-badge-practice-makes-perfect.sb-selected {
    background-position: -505px -141px;
  }
  .sb-badge-practice-makes-perfect-off.sb-selected {
    background-position: -495px -212px;
  }
  /* spread-the-word */
  .sb-badge-spread-the-word {
    background-position: -550px 0;
  }
  .sb-badge-spread-the-word-off {
    background-position: -559px -70px;
  }
  .sb-badge-spread-the-word.sb-selected {
    background-position: -550px -141px;
  }
  .sb-badge-spread-the-word-off.sb-selected {
    background-position: -559px -212px;
  }
  /* on-fire */
  .sb-badge-on-fire {
    background-position: -614px 0;
    width: 45px;
  }
  .sb-badge-on-fire-off {
    background-position: -614px -70px;
    width: 45px;
  }
  .sb-badge-on-fire.sb-selected {
    background-position: -614px -141px;
    width: 45px;
  }
  .sb-badge-on-fire-off.sb-selected {
    background-position: -614px -212px;
    width: 45px;
  }
}
/*small screen media querries*/
@media (max-width: 990px) and (min-width: 768px) {
  .sb-badge {
    background: url("/assets/images/connect/icons/badges/badgesSprite.png");
    width: 45px;
    height: 70px;
    display: block;
    cursor: pointer;
  }
  .sb-badge:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  /* speech-buddy-advantage */
  .sb-badge-speech-buddy-advantage {
    background-position: -7px 0;
  }
  .sb-badge-speech-buddy-advantage-off {
    background-position: 0 -70px;
  }
  .sb-badge-speech-buddy-advantage.sb-selected {
    background-position: -7px -141px;
  }
  .sb-badge-speech-buddy-advantage-off.sb-selected {
    background-position: 0 -212px;
  }
  /* business-savvy */
  .sb-badge-business-savvy {
    background-position: -56px 0;
  }
  .sb-badge-business-savvy-off {
    background-position: -56px -70px;
  }
  .sb-badge-business-savvy.sb-selected {
    background-position: -56px -141px;
  }
  .sb-badge-business-savvy-off.sb-selected {
    background-position: -56px -212px;
  }
  /* over-achiever */
  .sb-badge-over-achiever {
    background-position: -110px 0;
  }
  .sb-badge-over-achiever-off {
    background-position: -110px -70px;
  }
  .sb-badge-over-achiever.sb-selected {
    background-position: -110px -141px;
  }
  .sb-badge-over-achiever-off.sb-selected {
    background-position: -110px -212px;
  }
  /* youre-a-star */
  .sb-badge-youre-a-star {
    background-position: -165px 0;
  }
  .sb-badge-youre-a-star-off {
    background-position: -170px -70px;
  }
  .sb-badge-youre-a-star.sb-selected {
    background-position: -165px -141px;
  }
  .sb-badge-youre-a-star-off.sb-selected {
    background-position: -170px -212px;
  }
  /* time-flies */
  .sb-badge-time-flies {
    background-position: -225px 0;
  }
  .sb-badge-time-flies-off {
    background-position: -225px -70px;
  }
  .sb-badge-time-flies.sb-selected {
    background-position: -225px -141px;
  }
  .sb-badge-time-flies-off.sb-selected {
    background-position: -225px -212px;
  }
  /* credentials-verified */
  .sb-badge-credentials-verified {
    background-position: -280px 0;
  }
  .sb-badge-credentials-verified-off {
    background-position: -280px -70px;
  }
  .sb-badge-credentials-verified.sb-selected {
    background-position: -280px -141px;
  }
  .sb-badge-credentials-verified-off.sb-selected {
    background-position: -280px -212px;
  }
  /* looking-good */
  .sb-badge-looking-good {
    background-position: -332px 0;
  }
  .sb-badge-looking-good-off {
    background-position: -332px -70px;
  }
  .sb-badge-looking-good.sb-selected {
    background-position: -332px -141px;
  }
  .sb-badge-looking-good-off.sb-selected {
    background-position: -332px -212px;
  }
  /* takes-credit */
  .sb-badge-takes-credit {
    background-position: -391px 0;
  }
  .sb-badge-takes-credit-off {
    background-position: -391px -70px;
  }
  .sb-badge-takes-credit.sb-selected {
    background-position: -391px -141px;
  }
  .sb-badge-takes-credit-off.sb-selected {
    background-position: -391px -212px;
  }
  /* got-you-covered */
  .sb-badge-got-you-covered {
    background-position: -445px 0;
  }
  .sb-badge-got-you-covered-off {
    background-position: -445px -70px;
  }
  .sb-badge-got-you-covered.sb-selected {
    background-position: -445px -141px;
  }
  .sb-badge-got-you-covered-off.sb-selected {
    background-position: -445px -212px;
  }
  /* practice-makes-perfect */
  .sb-badge-practice-makes-perfect {
    background-position: -505px 0;
  }
  .sb-badge-practice-makes-perfect-off {
    background-position: -505px -70px;
  }
  .sb-badge-practice-makes-perfect.sb-selected {
    background-position: -505px -141px;
  }
  .sb-badge-practice-makes-perfect-off.sb-selected {
    background-position: -505px -212px;
  }
  /* spread-the-word */
  .sb-badge-spread-the-word {
    background-position: -550px 0;
  }
  .sb-badge-spread-the-word-off {
    background-position: -559px -70px;
  }
  .sb-badge-spread-the-word.sb-selected {
    background-position: -550px -141px;
  }
  .sb-badge-spread-the-word-off.sb-selected {
    background-position: -559px -212px;
  }
  /* on-fire */
  .sb-badge-on-fire {
    background-position: -614px 0;
    width: 45px;
  }
  .sb-badge-on-fire-off {
    background-position: -614px -70px;
    width: 45px;
  }
  .sb-badge-on-fire.sb-selected {
    background-position: -614px -141px;
    width: 45px;
  }
  .sb-badge-on-fire-off.sb-selected {
    background-position: -614px -212px;
    width: 45px;
  }
}
@media (max-width: 767px) {
  .sb-badge {
    background: url("/assets/images/connect/icons/badges/badgesSprite.png");
    width: 52px;
    height: 70px;
    display: block;
    cursor: pointer;
  }
  .sb-badge:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  /* speech-buddy-advantage */
  .sb-badge-speech-buddy-advantage {
    background-position: 0 0;
  }
  .sb-badge-speech-buddy-advantage-off {
    background-position: 0 -70px;
  }
  .sb-badge-speech-buddy-advantage.sb-selected {
    background-position: 0 -141px;
  }
  .sb-badge-speech-buddy-advantage-off.sb-selected {
    background-position: 0 -212px;
  }
  /* business-savvy */
  .sb-badge-business-savvy {
    background-position: -50px 0;
  }
  .sb-badge-business-savvy-off {
    background-position: -50px -70px;
  }
  .sb-badge-business-savvy.sb-selected {
    background-position: -50px -141px;
  }
  .sb-badge-business-savvy-off.sb-selected {
    background-position: -50px -212px;
  }
  /* over-achiever */
  .sb-badge-over-achiever {
    background-position: -110px 0;
  }
  .sb-badge-over-achiever-off {
    background-position: -105px -70px;
  }
  .sb-badge-over-achiever.sb-selected {
    background-position: -110px -141px;
  }
  .sb-badge-over-achiever-off.sb-selected {
    background-position: -105px -212px;
  }
  /* youre-a-star */
  .sb-badge-youre-a-star {
    background-position: -165px 0;
  }
  .sb-badge-youre-a-star-off {
    background-position: -160px -70px;
  }
  .sb-badge-youre-a-star.sb-selected {
    background-position: -165px -141px;
  }
  .sb-badge-youre-a-star-off.sb-selected {
    background-position: -160px -212px;
  }
  /* time-flies */
  .sb-badge-time-flies {
    background-position: -220px 0;
  }
  .sb-badge-time-flies-off {
    background-position: -220px -70px;
  }
  .sb-badge-time-flies.sb-selected {
    background-position: -220px -141px;
  }
  .sb-badge-time-flies-off.sb-selected {
    background-position: -220px -212px;
  }
  /* credentials-verified */
  .sb-badge-credentials-verified {
    background-position: -275px 0;
  }
  .sb-badge-credentials-verified-off {
    background-position: -275px -70px;
  }
  .sb-badge-credentials-verified.sb-selected {
    background-position: -275px -141px;
  }
  .sb-badge-credentials-verified-off.sb-selected {
    background-position: -275px -212px;
  }
  /* looking-good */
  .sb-badge-looking-good {
    background-position: -330px 0;
  }
  .sb-badge-looking-good-off {
    background-position: -330px -70px;
  }
  .sb-badge-looking-good.sb-selected {
    background-position: -330px -141px;
  }
  .sb-badge-looking-good-off.sb-selected {
    background-position: -330px -212px;
  }
  /* takes-credit */
  .sb-badge-takes-credit {
    background-position: -385px 0;
  }
  .sb-badge-takes-credit-off {
    background-position: -385px -70px;
  }
  .sb-badge-takes-credit.sb-selected {
    background-position: -385px -141px;
  }
  .sb-badge-takes-credit-off.sb-selected {
    background-position: -385px -212px;
  }
  /* got-you-covered */
  .sb-badge-got-you-covered {
    background-position: -444px 0;
  }
  .sb-badge-got-you-covered-off {
    background-position: -440px -70px;
  }
  .sb-badge-got-you-covered.sb-selected {
    background-position: -445px -141px;
  }
  .sb-badge-got-you-covered-off.sb-selected {
    background-position: -440px -212px;
  }
  /* practice-makes-perfect */
  .sb-badge-practice-makes-perfect {
    background-position: -505px 0;
  }
  .sb-badge-practice-makes-perfect-off {
    background-position: -495px -70px;
  }
  .sb-badge-practice-makes-perfect.sb-selected {
    background-position: -505px -141px;
  }
  .sb-badge-practice-makes-perfect-off.sb-selected {
    background-position: -495px -212px;
  }
  /* spread-the-word */
  .sb-badge-spread-the-word {
    background-position: -550px 0;
  }
  .sb-badge-spread-the-word-off {
    background-position: -559px -70px;
  }
  .sb-badge-spread-the-word.sb-selected {
    background-position: -550px -141px;
  }
  .sb-badge-spread-the-word-off.sb-selected {
    background-position: -559px -212px;
  }
  /* on-fire */
  .sb-badge-on-fire {
    background-position: -614px 0;
    width: 45px;
  }
  .sb-badge-on-fire-off {
    background-position: -614px -70px;
    width: 45px;
  }
  .sb-badge-on-fire.sb-selected {
    background-position: -614px -141px;
    width: 45px;
  }
  .sb-badge-on-fire-off.sb-selected {
    background-position: -614px -212px;
    width: 45px;
  }
}
html,
body {
  height: 100%;
}
.container {
  max-width: 960px;
}
.container-fluid {
  max-width: 960px;
  margin: 0 auto;
}
.alert {
  display: none;
}
.no-pointer {
  cursor: default;
}
body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.centered {
  text-align: center;
}
.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}
.navbar-right .dropdown-menu li {
  border-right: none;
  float: none;
}
.pagination > li > a,
.pagination > li > span {
  color: #66c3b5;
}
/*footer styles*/
.footer {
  padding: 10px,10px,10px,10px;
  background-color: #474747;
  margin-top: 60px;
}
.footer-link {
  padding-left: 8px;
  padding-right: 8px;
}
#footer {
  padding: 10px 0;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  color: #CCCCCC;
}
#footer img {
  height: 35px;
}
#footer a {
  color: #CCCCCC;
}
#footer .sb-footer-social {
  line-height: auto;
}
#footer .footer-link,
#footer .footer-text {
  line-height: 48px;
  margin-bottom: 0;
}
div.push {
  height: 57px;
  padding: 10px;
}
/* .push must be the same height as .footer */
div.footer > ul {
  margin-bottom: 0px;
}
/*----------------*/
#SLP-Get-Listed {
  color: #fff;
  background-color: #FAA72C;
  background-image: none;
  border: 0px;
  height: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}
#cboxContent {
  padding: 15px;
}
label {
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0px;
}
label.prompt {
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 14px;
}
label.error {
  color: #f8a62a;
}
form input[type="text"].error,
form input[type="password"].error {
  border: 1px solid #f8a62a;
}
/* -------------NAVBAR------------*/
ul.nav.sb-main-nav-list.pull-right.clearfix,
ul.nav.sb-main-nav-list.pull-right.dl-horizontal dd,
ul.nav.sb-main-nav-list.pull-right.container,
ul.nav.sb-main-nav-list.pull-right.container-fluid,
ul.nav.sb-main-nav-list.pull-right.row,
ul.nav.sb-main-nav-list.pull-right.form-horizontal .form-group,
ul.nav.sb-main-nav-list.pull-right.btn-toolbar,
ul.nav.sb-main-nav-list.pull-right.btn-group-vertical > .btn-group,
ul.nav.sb-main-nav-list.pull-right.nav,
ul.nav.sb-main-nav-list.pull-right.navbar,
ul.nav.sb-main-nav-list.pull-right.navbar-header,
ul.nav.sb-main-nav-list.pull-right.navbar-collapse,
ul.nav.sb-main-nav-list.pull-right.pager,
ul.nav.sb-main-nav-list.pull-right.panel-body,
ul.nav.sb-main-nav-list.pull-right.modal-footer {
  margin-top: -10px;
}
ul.nav.sb-main-nav-list.pull-right.clearfix li.active,
ul.nav.sb-main-nav-list.pull-right.dl-horizontal dd li.active,
ul.nav.sb-main-nav-list.pull-right.container li.active,
ul.nav.sb-main-nav-list.pull-right.container-fluid li.active,
ul.nav.sb-main-nav-list.pull-right.row li.active,
ul.nav.sb-main-nav-list.pull-right.form-horizontal .form-group li.active,
ul.nav.sb-main-nav-list.pull-right.btn-toolbar li.active,
ul.nav.sb-main-nav-list.pull-right.btn-group-vertical > .btn-group li.active,
ul.nav.sb-main-nav-list.pull-right.nav li.active,
ul.nav.sb-main-nav-list.pull-right.navbar li.active,
ul.nav.sb-main-nav-list.pull-right.navbar-header li.active,
ul.nav.sb-main-nav-list.pull-right.navbar-collapse li.active,
ul.nav.sb-main-nav-list.pull-right.pager li.active,
ul.nav.sb-main-nav-list.pull-right.panel-body li.active,
ul.nav.sb-main-nav-list.pull-right.modal-footer li.active {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.nav.sb-main-nav-list.pull-right.clearfix li.active a,
ul.nav.sb-main-nav-list.pull-right.dl-horizontal dd li.active a,
ul.nav.sb-main-nav-list.pull-right.container li.active a,
ul.nav.sb-main-nav-list.pull-right.container-fluid li.active a,
ul.nav.sb-main-nav-list.pull-right.row li.active a,
ul.nav.sb-main-nav-list.pull-right.form-horizontal .form-group li.active a,
ul.nav.sb-main-nav-list.pull-right.btn-toolbar li.active a,
ul.nav.sb-main-nav-list.pull-right.btn-group-vertical > .btn-group li.active a,
ul.nav.sb-main-nav-list.pull-right.nav li.active a,
ul.nav.sb-main-nav-list.pull-right.navbar li.active a,
ul.nav.sb-main-nav-list.pull-right.navbar-header li.active a,
ul.nav.sb-main-nav-list.pull-right.navbar-collapse li.active a,
ul.nav.sb-main-nav-list.pull-right.pager li.active a,
ul.nav.sb-main-nav-list.pull-right.panel-body li.active a,
ul.nav.sb-main-nav-list.pull-right.modal-footer li.active a {
  color: #66C3B5;
}
i.fa.fa-user {
  margin-right: 4px;
}
span.caret.nav-dropdown {
  border-top-color: #666;
}
#main-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#top-nav {
  background-color: #66C3B5;
  background-image: linear-gradient(-90deg, #66C3B5, #66C3B5);
  border: 0;
  height: 40px;
  -moz-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
}
.navbar .brand {
  color: #fff;
  font-size: 16px;
}
a.navbar-brand {
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
}
.logout-container {
  margin: 11px 0 0 5px ;
}
.top-nav-btn-group {
  margin-top: 0;
}
/*------------------*/
/* MAIN NAV */
.sb-main-nav {
  background-color: white;
  border: 0px;
  -moz-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  /*margin-top: 10px;*/
  position: relative;
  z-index: 100;
  min-height: 0;
}
#sb-navbar-collapse {
  padding-left: 0;
}
#sb-navbar-collapse .sb-main-nav-list {
  margin-top: 10px;
}
#sb-navbar-collapse .sb-main-nav-list li {
  float: left;
  /*border-right: 1px solid #ddd;*/
  list-style: none;
  width: 100%;
}
#sb-navbar-collapse .sb-main-nav-list li a {
  display: block;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 10px;
  color: black;
  width: 100%;
}
#sb-navbar-collapse .sb-main-nav-list li a:hover,
#sb-navbar-collapse .sb-main-nav-list liactive a {
  color: #66C3B5;
  text-decoration: none;
}
#sb-navbar-collapse .sb-main-nav-list li a.active {
  color: #66C3B5;
}
#sb-navbar-collapse .sb-main-nav-list li :first-child {
  border-left: 1px solid #ddd;
}
#sb-navbar-collapse .sb-main-nav-list li .drop-list {
  border-right: 0px;
}
#sb-navbar-collapse .sb-main-nav-list li .dropdown-menu {
  border-radius: 4px;
  background: #eee;
}
#sb-navbar-collapse .sb-main-nav-list li .dropdown-menu li {
  border-right: none;
  float: none;
}
#sb-navbar-collapse .sb-main-nav-list li .dropdown-menu li:first-child {
  border-left: none;
}
ul.nav.sb-main-nav-list.pull-right.clearfix li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.dl-horizontal dd li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.container li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.container-fluid li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.row li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.form-horizontal .form-group li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.btn-toolbar li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.btn-group-vertical > .btn-group li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.nav li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.navbar li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.navbar-header li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.navbar-collapse li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.pager li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.panel-body li.active li.drop-list a,
ul.nav.sb-main-nav-list.pull-right.modal-footer li.active li.drop-list a {
  color: black;
}
/*---------------------*/
/* BUTTONS */
button.btn.top-nav-btn.btn-inverse.log-out {
  margin-top: 1px;
}
body .btn-inverse {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background: #e5e8ea;
  border: 1px solid #ddd;
  /*background:linear-gradient(-90deg, #fff, #ddd);
	background:-webkit-gradient(linear, 50% 0%, 50% 100%, from(#f7f7f7), to(#ddd));
	background:-moz-linear-gradient(-90deg, #fff, #ddd);*/
  -moz-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.04);
  /*letter-spacing: 0.5px;*/
  padding: 2px 9px;
}
body .btn-inverse:hover {
  color: #666;
  background-color: #f7f7f7;
}
body .btn-inverse-large {
  border-radius: 5px;
  font-size: 15px;
  line-height: normal;
  padding: 6px 14px;
}
body .btn-white {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #ddd;
  /*background:linear-gradient(-90deg, #fff, #ddd);
	background:-webkit-gradient(linear, 50% 0%, 50% 100%, from(#f7f7f7), to(#ddd));
	background:-moz-linear-gradient(-90deg, #fff, #ddd);*/
  -moz-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.04);
  /*letter-spacing: 0.5px;*/
  padding: 2px 9px;
}
body .btn-white:hover {
  color: #666;
  background-color: #f7f7f7;
}
body .btn-white-large {
  border-radius: 5px;
  font-size: 15px;
  line-height: normal;
  padding: 6px 14px;
}
#nav-btn-email,
#nav-btn-profile {
  color: #666;
  height: 26px;
  margin-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
span.unread-count {
  /*margin-left: 5px;*/
  color: #66c3b5;
  font-size: 12px;
  float: right ;
  line-height: 18px;
}
#nav-btn-profile {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-top: 12px;
}
#log-out,
#log-in,
#sign-up,
.log-out {
  color: #666;
  margin-right: 1px;
  font-size: 12px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
/*--------------------*/
/* LEFT NAV */
.left-nav {
  width: 100%;
}
.left-nav .btn {
  text-align: left;
  width: auto;
  box-shadow: none;
}
.left-nav .fa {
  width: 16px;
}
.find-a-therapist {
  margin-top: 16px;
}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter,
#cboxLoadedContent {
  display: none;
}
#loading-row {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1000px!important;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: none;
  z-index: 2000;
}
#loading-row #loading-frame {
  color: #fff;
  width: 100px;
  height: 100px;
  font-size: 40px;
  text-align: center;
  margin: 200px auto 0 auto;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#loading-row #loading-frame i {
  margin-top: 30px;
}
#loading-row #loading-frame img {
  width: 90px;
  height: 90px;
  margin: auto;
}
.cart_quantity {
  width: 80px;
  float: left;
  margin-right: 20px;
  padding-left: 6px !important;
}
.product-container .btn-large {
  height: 38px;
  line-height: 26px;
}
.also-like-container {
  width: 280px;
}
.also-like-container ul {
  padding-left: 10px;
}
.also-like-container h2 {
  margin-bottom: 10px;
}
.also-like-item {
  clear: both;
  width: 280px;
  margin-bottom: 10px;
  float: left;
}
.also-like-item .also-thumbnail {
  width: 120px;
  margin-right: 8px;
  float: left;
}
.also-like-item .also-thumbnail img {
  width: 120px;
}
.also-like-item .also-details {
  width: 150px;
  float: left;
}
.also-like-item .also-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.also-like-item .also-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.also-like-item .cart_button {
  margin-top: 9px;
}
.also-like-item .dropdown-styled {
  margin-top: 6px;
  height: 32px;
}
.also-like-container .checkout-continue {
  margin: 0 auto;
  width: 83px;
  display: block;
}
/* RATINGS STYLES */
.review-container .rate-widget-review {
  margin-top: 4px;
  float: left;
}
/*
.review-container .star-item {background: url('/assets/images/ratings/star_empty.png') no-repeat; float: left; height: 23px; padding: 2px; width: 25px; cursor: pointer; background-size: 25px 23px;}
.review-container .star-full {background: url('/assets/images/ratings/star_full.png') no-repeat; background-size: 25px 23px;}
.review-container .star-half {background: url('/assets/images/ratings/star_half.png') no-repeat; background-size: 25px 23px;}
.review-container .star-over {background: url('/assets/images/ratings/star_highlight.png') no-repeat; background-size: 25px 23px;}
*/
.review-container h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 2px 0;
  padding: 0;
}
.review-container .rating-header {
  background: #e6f5f2;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}
.review-container .rating-average {
  padding-right: 15px;
  padding-left: 15px;
}
.review-container ul {
  padding-left: 0;
}
.review-container .rating-row {
  margin-bottom: 18px;
  display: block;
}
.review-container .rating-average .append {
  padding: 0 0 0 5px;
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
  float: left;
}
.review-container span.write-review {
  margin-top: 0;
  display: block;
}
.review-container .rating-insight {
  padding-left: 15px;
  padding-right: 15px;
}
.review-container .rating-insight ul {
  float: left;
  list-style: none;
  margin: 0;
}
.review-container .rating-insight .percent-bar {
  padding: 0;
  background: #7CC6F5;
  height: 18px;
  margin-top: 2px;
}
.review-container .rating-insight .insight-bar {
  padding: 0;
  background: #64A7D2;
  width: 30%;
  height: 18px;
}
.review-container .rating-insight .percent {
  padding: 0 0 0 5px;
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
}
.review-container .review-list li {
  border-bottom: 2px solid #cecece;
  padding: 20px 0 15px;
}
.review-item h3 {
  color: #333;
}
img.qualification {
  height: 15px;
}
.slides-container {
  overflow: hidden;
}
.slides-container img {
  max-width: 100%;
}
.slide-navigation img {
  border: 2px solid #fff;
  margin-bottom: 6px;
  cursor: pointer;
  width: 54px;
}
.slide-navigation img.active,
.slide-navigation img:hover {
  border: 2px solid #2ab6ad;
}
.sb-tab-wrapper {
  margin: 80px 0 70px;
  padding: 0;
}
.tools-tab-effective .sb-tab-wrapper {
  margin: 0 0 70px;
  padding: 0;
}
.system-line {
  margin-bottom: 40px;
}
.dropdown-styled {
  /*width: 100%;*/
  height: 38px;
  -webkit-appearance: none;
  background-image: url(/assets/images/connect/arrowdown.png);
  background-color: white;
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 30px 35px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: 1px solid #ccc;
  padding: 0 2px;
  color: #3c3c3c;
  border-radius: 3px;
  font-size: 14px;
  padding-left: 6px;
}
.dropdown-styled:focus {
  outline: 0px solid red;
  border: 2px solid #5cc2b5;
  box-shadow: inset 0 0 3px #5cc2b5;
  -webkit-box-shadow: inset 0 0 3px #5cc2b5;
}
.btn-pagination {
  margin-bottom: 0;
  color: #3C3C3C;
  background: #66C3B5;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #fafafa, #d8d8d6);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#fafafa), to(#d8d8d6));
  background-image: -moz-linear-gradient(-90deg, #fafafa, #d8d8d6);
}
.btn-pagination:hover,
.btn-pagination.active {
  background-image: linear-gradient(-90deg, #a5a5a5, #666565);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#a5a5a5), to(#666565));
  background-image: -moz-linear-gradient(-90deg, #a5a5a5, #666565);
  color: #fff;
}
.product-container {
  margin-top: 40px;
}
.product-container .trigger-discovery {
  display: none;
}
.product-check-list {
  margin-bottom: 30px;
  padding: 0;
}
.product-information {
  margin-bottom: 20px;
}
.product-information h2 {
  text-align: left;
  font-weight: 300;
}
.product-information h1 {
  clear: both;
}
.product-information .rate-widget {
  width: 94px;
  float: left;
}
.product-information .append {
  padding: 0 0 0 5px;
  margin: 3px 0 0;
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
  float: left;
}
.product-information ul {
  padding-left: 0;
}
.product-information .sb-buddy-price {
  text-align: left;
}
.product-block {
  float: left;
  clear: both;
}
.product-box {
  min-height: 240px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  border-color: #E2E2E2;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
}
.product-box.last {
  margin-right: 0;
}
.product-box a:hover {
  text-decoration: none;
}
.product-box img {
  width: 100%;
}
.product-box img.product-ribbon {
  position: relative;
  top: -169px;
  left: -7px;
  width: 90px;
  height: 90px;
}
.product-info {
  margin: 10px 0 0 12px;
}
.product-info h3 {
  color: #333;
}
.product-info .rating-block {
  padding-left: 0;
}
.product-info .btn {
  padding: 7px 12px;
}
.product-info .append {
  font-size: 12px;
  font-style: italic;
}
.buy-page {
  margin-top: 40px;
  position: relative;
}
.buy-page h2 {
  float: left;
  font-size: 38px;
  font-weight: 700;
  font-family: 'proxima-nova', Helvetica, serif;
  clear: both;
  margin-bottom: 15px;
}
.buy-page .font-labels {
  font-size: 12px;
  margin-top: 11px;
  text-align: right;
  /*font-weight: bold;*/
}
.buy-page .font-labels i {
  font-size: 14px;
  margin: 0 3px 0 0;
}
.buy-page .font-labels .red {
  color: #F04C39;
  padding-right: 10px;
}
.buy-page .font-labels .green {
  color: #1E8E78;
}
.buy-page .product-box .product-info {
  text-align: left !important;
}
.buy-page .product-box .product-info span.btn.btn-large.pull-right {
  float: left !important;
  margin-left: -15px;
}
.product-kit {
  float: left;
  margin-right: 15px;
  background-color: #FFFFFF;
  border-color: #E2E2E2;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  z-index: 999;
}
.product-kit.last {
  float: right;
  margin-right: 0;
}
.video-center-carousel {
  margin-top: 20px;
}
.cards-also-like-container {
  margin-top: 40px;
  float: left;
}
.buy-banner {
  border: 1px solid #e3e3e3;
  background: #f7f7f7;
  width: 100%;
}
.buy-banner-inner {
  border: 2px dashed #808080;
  font-size: 16px;
  padding: 30px 0 ;
  margin: 22px;
  text-align: center;
  text-transform: uppercase;
}
.buy-banner-inner .btn {
  margin-left: 10px;
  text-transform: none;
}
.slp-filter-row {
  border-radius: 4px;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.autocomplete-container {
  position: absolute;
  top: 40px;
  padding: 10px;
  background: rgba(236, 240, 241, 0.75);
  left: 7px;
  width: 250px;
  z-index: 100;
}
.autocomplete-item {
  padding: 8px 4px;
  font-weight: bold;
  cursor: pointer;
}
.autocomplete-item:hover {
  background: rgba(236, 240, 241, 0.75);
}
#SBUHome {
  position: relative;
  top: 65px;
}
#SBUHomeHeader {
  position: relative;
  width: 100%;
  height: 275px;
  clear: both;
}
#SBUHomeHeader-title {
  float: left;
  font-weight: bold;
  width: 530px;
  font-size: 45px;
  color: #323232;
}
#SBUHomeHeader-titleright {
  float: left;
  position: relative;
  left: 100px;
}
#SBUHomeHeader-titleright-char {
  background: url("/assets/images/SBUHomeKid1.png") 0 0 no-repeat;
  width: 101px;
  height: 101px;
}
#SBUHomeHeader-titleright-balloon {
  background: url("/assets/images/SBU-login-notprof-2.png") 0 0 no-repeat;
  width: 230px;
  height: 90px;
  left: 82px;
  top: -125px;
  position: relative;
}
#SBUHomeHeader-titleright-balloon-text {
  position: relative;
  font-family: architects_daughter;
  font-size: 13px;
  top: 18px;
  left: 12px;
}
#SBUHomeHeader-titleright-text {
  position: relative;
  font-size: 11px;
  top: -178px;
  left: 95px;
}
#SBUHomeHeader-contentleft {
  float: left;
  position: relative;
  top: -125px;
  height: 175px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  width: 610px;
}
#SBUHomeHeader-contentleft-title {
  font-size: 15px;
  font-weight: bold;
}
#SBUHomeHeader-contentleft-text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 18px;
}
#SBUHomeHeader-contentleft-button {
  position: relative;
  left: 0px;
  top: 10px;
}
#SBUHomeHeader-logon {
  float: left;
  position: relative;
  top: -125px;
  height: 175px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  width: 240px;
  background-color: #ECF8F6;
  left: -1px;
}
#SBUHomeHeader-logon-title {
  font-size: 15px;
  font-weight: bold;
}
#SBUHomeHeader-logon-user {
  margin-top: 12px;
}
/*#email {border-radius: 3px; width: 205px; height: 25px; font-size: 12px;}*/
#password {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 3px;
  font-size: 12px;
  height: 25px;
  padding-left: 4px;
  width: 205px;
}
#SBUHomeHeader-logon-password {
  margin-top: 4px;
}
#SBUHomeHeader-logon-caption {
  position: relative;
  font-size: 12px;
  padding-left: 110px;
  padding-top: 0px;
  margin-top: -7px;
}
#SBUHomeMiddle {
  position: relative;
  width: 100%;
  height: 380px;
  clear: both;
}
#SBUHomeMiddle-topleft {
  float: left;
  width: 50%;
}
#SBUHomeMiddle-topleft-char {
  position: relative;
  top: -60px;
  left: 15px;
  background: url("/assets/images/SBUHomeKid2.png") 0 0 no-repeat;
  width: 196px;
  height: 195px;
}
#SBUHomeMiddle-topleft-balloon {
  position: relative;
  top: -285px;
  left: 180px;
  background: url("/assets/images/SBU-login-practice-2.png") 0 0 no-repeat;
  width: 348px;
  height: 162px;
}
#SBUHomeMiddle-topleft-balloon-text {
  font-family: architects_daughter;
  font-size: 18px;
  position: relative;
  top: 30px;
  left: 25px;
}
#SBUHomeMiddle-topleft-text {
  position: relative;
  top: -395px;
  left: 203px;
  font-size: 14px;
  width: 305px;
}
#SBUHomeMiddle-topright {
  position: relative;
  top: 55px;
  left: 180px;
  float: left;
  width: 99px;
  height: 26px;
  font-family: architects_daughter;
  font-size: 18px;
}
#SBUHomeMiddle-bottomleft {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  position: relative;
  top: 90px;
  background-color: #FFFFFF;
  width: 625px;
  height: 280px;
}
#SBUHomeMiddle-bottomleft-sound {
  position: relative;
  top: 37px;
  left: 8px;
  background: url("/assets/images/SBU-login-sound.png") 0 0 no-repeat;
  width: 107px;
  height: 66px;
  background-size: 80%;
}
#SBUHomeMiddle-bottomleft-caption {
  position: absolute;
  top: 46px;
  left: 113px;
  font-size: 17px;
  color: #434343;
}
#SBUHomeMiddle-bottomleft-char {
  position: absolute;
  background: url("/assets/images/SBUHomeKid-half.png") 0 0 no-repeat;
  width: 95px;
  height: 66px;
  top: 70px;
  left: 475px;
}
#SBUHomeMiddle-bottomleft-center {
  position: absolute;
  top: 124px;
  left: 130px;
  font-size: 12px;
  color: #D0D0D0;
}
#SBUHomeMiddle-bottomleft-center > span {
  font-size: 24px;
  color: #007DB9;
  font-weight: bold;
}
#SBUHomeMiddle-bottomleft-buttongreat {
  position: absolute;
  background: url("/assets/images/SBU-login-btn-great.png") 0 0 no-repeat;
  width: 174px;
  height: 59px;
  background-size: 57%;
  top: 135px;
  left: 465px;
}
#SBUHomeMiddle-bottomleft-buttontry {
  position: absolute;
  background: url("/assets/images/SBU-login-btn-try.png") 0 0 no-repeat;
  width: 175px;
  height: 60px;
  top: 170px;
  background-size: 57%;
  left: 465px;
}
#SBUHomeMiddle-bottomright {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  position: relative;
  top: -193px;
  background-color: #FFFFFF;
  width: 235px;
  height: 258px;
  left: 645px;
  padding: 12px;
}
#SBUHomeMiddle-bottomright-icon1 {
  background: url("/assets/images/SBU-login-pencil.png") 0 0 no-repeat;
  width: 23px;
  height: 32px;
  position: relative;
  /*float:left;*/
  top: 0px;
}
#SBUHomeMiddle-bottomright-icon2 {
  background: url("/assets/images/results.png") 0 0 no-repeat;
  width: 32px;
  height: 32px;
  position: relative;
  /*float:left;*/
  top: 36px;
}
#SBUHomeMiddle-bottomright-icon3 {
  background: url("/assets/images/45.png") 0 0 no-repeat;
  width: 32px;
  height: 32px;
  position: relative;
  /*float:left;*/
  top: 92px;
}
#SBUHomeMiddle-bottomright-text1 {
  position: absolute;
  /*float:left;*/
  top: 12px;
  left: 52px;
  font-size: 14px;
  /*padding: 2px 2px 2px 40px;*/
  /*width:200px;*/
}
#SBUHomeMiddle-bottomright-text2 {
  position: absolute;
  /*float:left;*/
  top: 80px;
  left: 52px;
  font-size: 14px;
  /*padding: 2px 2px 2px 40px;*/
  /*width:200px;*/
}
#SBUHomeMiddle-bottomright-text3 {
  position: absolute;
  /*float:left;*/
  top: 166px;
  left: 52px;
  font-size: 14px;
  /*padding: 2px 2px 2px 40px;*/
  /*width:200px;*/
}
#SBUHomeBottom {
  position: relative;
  top: 130px;
}
#SBUHomeBottom-topleft {
  width: 170px;
  height: 26px;
  position: absolute;
  /* relative;*/
  top: 62px;
  left: 0px;
  /*-30px;*/
  /*float:left;*/
  font-family: architects_daughter;
  font-size: 18px;
}
#SBUHomeBottom-topright {
  float: left;
  width: 100%;
}
#SBUHomeBottom-topright-char {
  background: url("/assets/images/SBUHomeKid3.png") 0 0 no-repeat;
  width: 181px;
  height: 180px;
  position: relative;
  top: -80px;
  left: 435px;
}
#SBUHomeBottom-topright-balloon {
  background: url("/assets/images/SBU-login-track-2.png") 0 0 no-repeat;
  width: 347px;
  height: 157px;
  position: relative;
  top: -280px;
  left: 590px;
}
#SBUHomeBottom-topright-balloon-text {
  font-family: architects_daughter;
  font-size: 18px;
  position: relative;
  top: 26px;
  left: 25px;
}
#SBUHomeBottom-topright-text {
  position: relative;
  top: -390px;
  left: 610px;
  width: 305px;
  font-size: 14px;
  padding: 6px;
}
#SBUHomeBottom-bottomleft {
  position: relative;
  width: 300px;
  height: 290px;
  left: 0px;
  top: -315px;
  font-size: 14px;
  float: left;
  padding: 6px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
#SBUHomeBottom-bottomleft-text {
  padding: 6px;
  position: relative;
  top: 10px;
}
#SBUHomeBottom-bottomright {
  background: url("/assets/images/SBU-login-graph.png") 0 0 no-repeat;
  width: 564px;
  height: 337px;
  position: relative;
  left: 25px;
  float: left;
  top: -315px;
}
#SBUHomeHeader-logon-button {
  margin-left: 30px;
  margin-top: 40px;
  padding: 4px 50px;
}
.complete_check {
  padding: 0;
  margin: 10px 0 20px;
  float: left;
}
.complete_check li {
  margin-right: 8px;
  float: left;
}
.complete_check li .complete-popover {
  float: left;
}
.complete_check li .text {
  float: left;
  margin-left: 4px;
  font-size: 11px;
  margin-top: 1px;
}
.complete_check li .popover-content {
  font-size: 12px;
}
.city-slp-search-form-container {
  position: relative;
}
/*extra small screen size*/
@media (max-width: 767px) {
  #SB-Brand {
    display: none;
  }
  #header-logo {
    height: 29px;
  }
  ul.navbar-right {
    margin-top: 0px;
  }
  #footer a {
    font-size: 11px;
    padding: 0px;
  }
  .footer {
    height: 95px;
  }
  a#SLP-Get-Listed {
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #colorbox,
  #cboxWrapper,
  #cboxContent {
    max-width: 98% !important;
  }
}
/* small screen size and up*/
@media (min-width: 768px) {
  #sb-navbar-collapse {
    padding-left: 15px;
  }
  #sb-navbar-collapse .sb-main-nav-list li {
    width: auto;
  }
  #sb-navbar-collapse .sb-main-nav-list li a {
    width: auto;
  }
  #sb-navbar-collapse .sb-main-nav-list li .dropdown-menu {
    background: #fff;
  }
  .product-information {
    padding: 0 0;
  }
  .product-check-list {
    margin-bottom: 30px;
    padding-left: 20px;
  }
  .slides-container {
    height: 358px;
    margin: 0 0 8px;
  }
  /*.slides-container img {height: 387px;}*/
  .slide-navigation img {
    width: 90px;
  }
  .also-like-container {
    width: 390px;
  }
  .also-like-container ul {
    padding-left: 20px;
  }
  .also-like-container h2 {
    margin-bottom: 20px;
  }
  .also-like-item {
    clear: both;
    width: 390px;
    margin-bottom: 20px;
    float: left;
  }
  .also-like-item .also-thumbnail {
    width: 190px;
    margin-right: 16px;
    float: left;
  }
  .also-like-item .also-thumbnail img {
    width: 190px;
  }
  .also-like-item .also-details {
    width: 160px;
    float: left;
  }
  .also-like-item .also-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }
  .also-like-item .also-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .review-container .rating-average {
    padding-right: 50px;
    padding-left: 80px;
  }
  .review-container ul {
    padding-left: 30px;
  }
  .review-container .rating-insight {
    padding-left: 50px;
    padding-right: 50px;
  }
  .review-container .review-list li {
    border-bottom: 2px solid #cecece;
    padding: 20px 0 35px;
  }
  .sb-main-nav {
    margin-top: 10px;
    min-height: 50px;
  }
}
/*---------------------------*/
/*small screen size*/
@media (max-width: 990px) and (min-width: 768px) {
  .product-container .trigger-discovery {
    display: block;
  }
  #SB-Brand2 {
    display: none;
  }
  #header-logo {
    height: 29px;
  }
  br.footer-break {
    display: inline;
  }
  #footer p.footer-text {
    float: right;
    margin-right: 20%;
  }
  p.copy {
    font-size: 13px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .footer {
    height: 90px;
  }
}
/*-------------------*/
/*full screen size*/
@media (min-width: 990px) {
  .product-container .trigger-discovery {
    display: block;
  }
  #SB-Brand2 {
    display: none;
  }
  #header-logo {
    height: 29px;
  }
  br.footer-break {
    display: none;
  }
  #footer p.footer-text {
    float: right;
    margin-top: 2px;
  }
  p.copy {
    padding-top: 8px;
  }
  .footer {
    height: 65px;
  }
  .sb-footer-social {
    line-height: 42px;
  }
  .product-box .product-info span.btn.btn-large.pull-right {
    margin-left: 0 !important;
  }
}
/*--------------------------*/
/*extra small screen media querries*/
@media (max-width: 767px) {
  div.dashboard-row {
    margin-right: 0px;
    margin-left: 0px;
  }
  div.col-sm-12.side-bar {
    padding: 0px;
  }
  div.profile-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  div.profile-left {
    margin-left: 0px;
  }
  div.profile-right {
    margin-left: 0px;
    padding-left: 0px;
  }
  div.col-md-12.badge-detail-container {
    padding: 0px;
    margin-top: 217px;
  }
  div.dashboard-row div.side-bar {
    padding-right: 0px;
  }
  div.phone-hide {
    display: none;
  }
  div.phone-unhide {
    margin-left: -15px;
    margin-right: -15px;
  }
  div.social-sharing {
    padding-left: 0px;
    border-left: 0px solid #eeeeee;
  }
  div.total-share-count {
    padding: 2px;
  }
  .side-nav span.unread-new {
    padding-left: 0px;
  }
  #shared-totals div {
    padding-left: 0px;
  }
  #shared-totals {
    padding-left: 0px;
  }
  #earned-totals {
    padding-left: 0px;
  }
  #earned-totals div.col-sm-8 {
    padding-left: 15px;
    padding-right: 0px;
  }
  #shared-totals p {
    font-size: 25px;
  }
  #earned-totals p {
    font-size: 25px;
  }
  h2.share-code-header {
    padding-left: 10px;
  }
}
/*------------*/
/*small screen media querries*/
@media (max-width: 990px) and (min-width: 768px) {
  div.col-md-3.col-sm-12.side-bar {
    padding: 0px;
  }
  #sb-tips h3 {
    margin-top: 5px;
    margin-bottom: 8px;
  }
  #sb-tips a.btn {
    margin-top: 0px;
  }
  div.col-md-12.badge-detail-container {
    margin-top: 75px;
  }
  .profile-left {
    padding: 0px 0px 5px 0px;
    margin-left: 22px;
  }
  div.side-nav.col-md-12 span {
    padding-left: 8px;
    font-size: 15px;
  }
  div.side-nav.col-md-12 span.unread-new {
    padding-left: 22px;
  }
  #my-Referrals p {
    font-size: 14px;
  }
  #sb-tips p {
    font-size: 14px;
  }
  ul.badge-list li {
    margin-right: 0px;
  }
  div.phone-unhide {
    display: none;
  }
  input#therapistSearch {
    width: 60%;
  }
}
/*------------*/
/*full size screen media querries*/
@media (min-width: 990px) {
  div.phone-unhide {
    display: none;
  }
  .side-nav span.unread-new {
    padding-left: 0px;
  }
}
/*-----------*/
a#view-referrals {
  margin-top: 10px;
}
.side-nav span.unread-new {
  color: #66C3B5;
}
.side-nav.active span.unread-new {
  color: #fff;
}
.company-add-submit {
  width: 200px;
}
#my-company-headline {
  margin-top: 20px;
}
div.dashboard-caption {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  top: 74%;
  left: 0;
  height: 26%;
  width: 100%;
  padding: 10px 10px 30px 10px;
}
div.side-bar {
  padding-left: 0px;
  padding-right: 18px;
}
div.dashboard-profile-target.col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
#referral-count {
  padding: 0px;
  border: 2px dashed #29A586;
}
p#ref-count {
  color: #29A586;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 4px 10px 4px;
  margin-bottom: 0px;
  text-align: center;
}
/*Specialty Buttons Styling*/
.profile-container span.btn.active {
  border: 0px;
  color: #999;
  background-color: #f5f5f5;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 4px;
  margin: 4px 4px 0px 4px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
}
/*------------*/
/*Progress Bar Styling*/
#progress-bar {
  position: relative;
  height: 26px;
  -webkit-box-shadow: inset 0 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.progress .bar {
  background-image: none;
  background-color: #66C3B5;
  height: 16px;
  margin-top: 5px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: none;
  background-image: linear-gradient(-90deg, #92D6CA, #33B3A2);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#92D6CA), to(#33B3A2));
  background-image: -moz-linear-gradient(-90deg, #92D6CA, #33B3A2);
  -moz-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
}
/*---------------------------*/
/*Show Listing Toggle Styles*/
div.listing {
  padding-right: 10px;
  padding-top: 9px;
  border-bottom: 2px solid #e5e6e8;
}
div.listing h4 {
  display: inline;
  float: left;
  margin-top: 15px;
}
div.listing .show-listing {
  float: right;
}
.listing h3 {
  color: #66C3B5;
  font-size: 16px;
  font-weight: 300;
}
.show-listing {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.show-listing-toggle {
  display: none;
}
.checkbox {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 27px;
  padding: 0;
  line-height: 27px;
  font-size: 13px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  font-size: 12px;
  padding-left: 9px;
  padding-top: 1px;
  background-color: #66C3B5;
  color: #0D4132;
  box-shadow: none;
  background-image: linear-gradient(-90deg, #92D6CA, #33B3A2);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#92D6CA), to(#33B3A2));
  background-image: -moz-linear-gradient(-90deg, #92D6CA, #33B3A2);
  -moz-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.05);
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-top: 1px;
  padding-right: 5px;
  background-color: #E56841;
  color: #333;
  text-align: right;
  font-size: 12px;
}
.onoffswitch-switch {
  text-align: center;
  height: 27px;
  width: 31px;
  border: 1px solid #616261;
  -webkit-border-radius: 6px;
  -moz-border-radius: 8px;
  border-radius: 6px;
  font-size: 16px;
  font-family: arial black, sans-serif;
  padding: 0px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #5E5E5E;
  background-color: #7d7e7d;
  background: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
  background: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
  background: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
  background: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
  background: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
  background: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
  position: absolute;
  top: 1;
  bottom: 1;
  right: 33px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.show-listing-toggle:checked + .checkbox .onoffswitch-inner {
  margin-left: 0;
}
.show-listing-toggle:checked + .checkbox .onoffswitch-switch {
  right: 0px;
}
/*end of show listing toggle Styles*/
.btn.view-listing {
  width: 120px;
  margin-left: 13px;
}
.side-nav.active {
  background-color: #66C3B5;
  color: white;
  border: 0px;
}
.side-nav span {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
}
#profile-nav {
  /*  border-top-left-radius:6px;
  border-top-right-radius:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;*/
}
#account-settings {
  /*  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
*/
}
#find-a-therapist-btn,
#refer-a-friend-email-btn {
  height: 30px;
  width: 48px;
  margin-left: 5px;
  margin-top: 0px;
  border-radius: 4px;
}
#therapistSearch,
#referFriendEmail {
  width: 70%;
  display: inline;
}
div.side-bar > div.find-a-therapist,
div.side-bar > div.refer-a-friend,
div.side-bar > div.sb-tips {
  margin-left: 0px;
  /*box-shadow: 3px 3px 5px rgba(0,0,0,.1);*/
}
div.side-bar h3 {
  color: #66C3B5;
  margin-top: 5px;
}
.side-nav {
  border-bottom: 1px solid #e5e6e8;
  padding: 15px;
  color: #666;
}
.find-a-therapist,
.refer-a-friend,
.sb-tips {
  margin-bottom: 10px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #e5e6e8;
  padding: 10px;
}
#slp-search,
#referAFriend {
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}
#speech-buddy-tip {
  font-size: 13px;
  padding-bottom: 8px;
}
.side-nav-container {
  border-radius: 3px;
  /*box-shadow: 3px 3px 5px rgba(0,0,0,.1);*/
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e5e6e8;
}
.side-nav-container a:first-child > .side-nav {
  /*border-radius: 6px 6px 0 0;*/
}
.account-settings-container {
  border: 2px solid #e5e6e8;
  background: #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
  /*box-shadow: 3px 3px 5px rgba(0,0,0,.1);*/
}
.account-settings-target {
  padding-left: 0px;
  padding-right: 0px;
}
.profile-container {
  border: 2px solid #e5e6e8;
  background: #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
  /*box-shadow: 3px 3px 5px rgba(0,0,0,.1);*/
}
.profile-header {
  padding-left: 15px;
  border-bottom: 2px solid #e5e6e8;
  padding-bottom: 15px;
  margin-top: 15px;
  font-size: 24px;
}
.profile-complete h4 {
  color: #66C3B5;
  font-size: 14px;
}
.listing h4 {
  color: #66C3B5;
  font-size: 14px;
}
.profile-container > div.specialties {
  padding: 0px 15px 0px 15px;
}
.profile-left {
  padding: 0px 0px 5px 0px;
  margin-left: 22px;
}
.profile-right {
  padding-top: 5px;
  padding-right: 0px;
  margin-left: 10px;
}
.dashboard-profile-target .profile-complete {
  margin-left: 0;
  width: 68%;
}
.profile-picture {
  width: 100%;
}
.profile-info ul {
  margin-left: 0px;
  padding: 0px;
}
.profile-info ul li {
  list-style: none;
  font-size: 14px;
  margin-top: 10px;
}
.therapist-info {
  background: #b1adac;
  padding: 8px;
  color: #fff;
  font-weight: 600;
}
.profile-info h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2px;
  margin-top: 0px;
}
.profile-info h4 span,
.profile-container h2 span {
  font-size: 12px;
  margin-top: 4px;
}
.badge-list li {
  float: left;
  margin-right: 5px;
  list-style: none;
}
.badge-list li img {
  cursor: pointer;
  width: 50px;
}
ul.badge-list {
  padding-left: 15px;
}
div.dashboard-badge-details-target {
  border: 2px solid #43b3a1;
  padding: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
p.col-md-9.badge-description {
  padding-left: 0px;
}
div.badge-detail-container {
  padding: 0px;
  margin-top: 65px;
}
div.profile-badges {
  padding-bottom: 0px;
}
div.profile-badges div.col-md-12 {
  padding: 0px;
}
div.badge-list {
  position: absolute;
  z-index: 100;
  width: 105%;
}
span.badge-open {
  margin-top: 0px;
}
div.referral-page-target.col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
div.referrals-container {
  padding-left: 15px;
  padding-right: 15px;
}
#referral-email-send {
  width: 66%;
}
#send-referral-email-form {
  margin-left: 0px;
}
#send-referral-email-form label {
  padding-left: 0px;
}
.sb-referrals-success-email-message.alert.alert-sb-error {
  display: none;
  margin-bottom: 0;
  padding-left: 12px;
}
.sb-referrals-failed-email-message.alert.alert-sb-error {
  display: none;
  margin-bottom: 0;
  padding-left: 12px;
}
.tell-others {
  padding-left: 0px;
  padding-right: 0px;
}
.social-share img {
  height: 44px;
  cursor: pointer;
}
#total-shares {
  color: #29A586;
  font-size: 30px;
  font-weight: 700;
  padding: 6px 0px 6px 0px;
  margin-bottom: 0px;
  text-align: center;
}
.total-share-count {
  padding: 5px;
  border: 2px dashed #29A586;
  margin-top: 10px;
}
#shared-totals {
  border-right: 1px solid #eeeeee;
}
.shares-div {
  margin-top: 10px;
}
.prize-div {
  padding: 25px;
}
.prize-div img {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
.prize-div a.btn {
  margin-left: 27%;
  margin-right: 28%;
}
.prize-desc {
  font-style: italic;
}
.referral-prize-template > div:first {
  border-right: 1px solid red;
}
#prize-target-div div:first-child {
  border-right: 1px solid #eeeeee;
}
.social-sharing {
  padding-left: 30px;
  border-left: 1px solid #eeeeee;
}
#company-add-display {
  margin-top: 20px;
}
.send-referral-email {
  float: right;
  margin-top: 0px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .send-referral-email {
    float: right;
    margin-top: 0px;
    margin-right: 44px;
  }
}
/*extra small screen size*/
@media (max-width: 767px) {
  div.student-avatar-caption {
    top: 58%;
    height: 20%;
    width: 82%;
  }
  div.add-a-student-placeholder {
    height: 225px;
    width: 225px;
    margin: 0px 15px 0px 15px;
    padding: 50px;
  }
  div.add-a-child-placeholder {
    height: 225px;
    width: 105%;
    margin-top: 0px;
    margin-left: -6px;
    padding: 40px 50px 40px 70px;
  }
}
/*small screen size*/
@media (max-width: 990px) and (min-width: 768px) {
  div.student-avatar-caption {
    top: 57%;
    height: 20%;
    width: 81%;
  }
  div.add-a-student-placeholder {
    height: 215px;
    width: 215px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 65px 30px 40px 45px;
  }
  div.add-a-child-placeholder {
    height: 183px;
    width: 80%;
    margin-top: 0px;
    margin-left: 10px;
    padding: 40px 50px 40px 45px;
  }
}
/*-----*/
/*full screen size*/
@media (min-width: 990px) {
  div.student-avatar-caption {
    top: 52%;
    height: 20%;
    width: 77%;
  }
  div.add-a-student-placeholder {
    height: 180px;
    width: 165px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 40px 20px 40px 30px;
  }
  div.add-a-child-placeholder {
    height: 225px;
    width: 100%;
    margin-top: 0px;
    margin-left: 10px;
    padding: 40px 50px 40px 50px;
  }
}
/*-----*/
.child-name {
  font-size: 18px;
  font-weight: bold;
}
.child-avatar {
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
}
.child-avatar.parent-list {
  width: 100%;
  border: 1px solid #eee;
}
.aas_child_icons li {
  float: left;
  width: 100px;
  height: 100px;
  margin: 4px;
}
.child-icon {
  width: 100px;
  height: 100px;
}
.slp-student-list li {
  padding: 10px;
}
ul.slp-student-list {
  margin-bottom: 0px;
}
div.student-avatar-caption {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 10px 10px 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}
div.students-target {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
span.btn.btn-large.play-game {
  width: 90%;
  margin-left: 4%;
  margin-top: 0px;
  margin-bottom: 25px;
}
div.add-a-child-placeholder,
div.add-a-student-placeholder {
  background-color: #F2F2F2;
  border: 1px solid rgba(149, 165, 166, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#exercise_choose_step_3 p {
  margin-left: 56px;
}
#exercise_choose_step_3 label.radio-label {
  margin-top: 0px;
  margin-left: 160px;
}
/*extra small screen*/
@media (max-width: 767px) {
  div.get-started-main-content {
    margin-top: 160px;
  }
  div.service-type-group {
    margin-right: 0px;
    margin-left: 0px;
  }
  span#get-listed-btn {
    margin-top: 10px;
  }
  div.get-started-main-content {
    margin-right: 0px;
    margin-left: 0px;
  }
  div.get-started-banner {
    height: 400px;
  }
  div.how-it-works-group {
    margin-left: 0px;
    margin-right: 0px;
  }
  #get-started-subheader {
    margin-right: 15%;
  }
}
@media (max-width: 990px) and (min-width: 768px) {
  div.service-type-group > div.col-md-3 {
    width: 21%;
  }
  div.get-started-main-content {
    margin-top: 45px;
  }
  #get-started-subheader {
    margin-right: 33%;
  }
}
/*full screen size*/
@media (min-width: 990px) {
  div.service-type-group > div.col-md-3 {
    width: 21%;
  }
  div.get-started-main-content {
    margin-top: 75px;
  }
  #get-started-subheader {
    margin-right: 46%;
  }
}
/*---------*/
#get-started-subheader {
  color: #5cc2b5;
  float: right;
  font-style: italic;
  margin-top: -28px;
}
div.service-type-group > div.col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}
div.col-sm-5.col-md-3.col-xs-6.service-dropdown-group {
  width: 35%;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 8px;
}
img.get_started_icon {
  height: 14px;
  margin-bottom: 3px;
  margin-right: 6px;
}
.reds {
  border: 1px solid red;
}
div.service-type-group {
  padding: 5px 0px 5px 0px;
}
.get-started-banner {
  position: absolute;
  margin-top: -40px;
  height: 320px;
  left: 0;
  right: 0;
  background-color: #DAEFEC;
  z-index: -1;
}
.get-started-banner-content {
  padding-left: 0px;
}
.get-started-banner-content p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 30px;
}
.get-started-banner-content div > h1 {
  margin-top: 25px;
}
div.get-started-main-content {
  border: 1px solid rgba(230, 230, 230, 0.3);
  border-radius: 4px;
  box-shadow: 2px 2px 6px #bdc3c7;
  background-color: white;
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 10px;
}
div.service-dropdown-group span.sign-up-open {
  margin-top: 0px;
  margin-left: 3px;
  width: 32%;
  padding-left: 9px;
  padding-right: 9px;
}
#get-listed-btn {
  margin-top: 1px;
  color: #fff;
  font-weight: 600;
}
h2.get-started-title {
  font-size: 30px;
  color: #333;
  padding-left: 0px;
  margin-top: 5px;
}
h2.how-it-works-title {
  margin-top: 80px;
}
span.service-type-select {
  border: 1px solid #CECFCF;
  background: white;
  margin-top: 0px;
  width: 100%;
}
span.service-type-select:hover {
  background-color: #f8f6f6;
  border-color: #51ceb6;
  color: #3C3C3B;
}
span.service-type-select.active {
  background-color: #FFF;
  border: 2px solid #51CEB6;
}
i.service-type-icon {
  padding-right: 3px;
  margin-left: -8px;
}
#slp-specialty-select:focus {
  outline: 0px solid red;
  border: 2px solid #5cc2b5;
  box-shadow: inset 0 0 3px #5cc2b5;
  -webkit-box-shadow: inset 0 0 3px #5cc2b5;
}
#slp-specialty-select {
  width: 100%;
  height: 36px;
  margin-top: 15px;
  -webkit-appearance: none;
  background: url("/assets/images/connect/arrowdown.png") no-repeat 95% 30%;
  background-size: 30px 35px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: 1px solid #ccc;
  padding: 5px;
  color: #555;
  border-radius: 3px;
}
/*IPAD MEDIA QUERIES*/
@media (max-width: 990px) and (min-width: 768px) {
  div.side-help > div.quick-help {
    margin-right: 5px;
    width: 235px;
  }
  #sidehelp {
    margin-left: 5px;
  }
}
.help-heading {
  margin: 0 0 40px 0;
}
div.side-help > div.quick-help {
  margin-left: 0px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 5px #bdc3c7;
  border: 1px solid #eee;
  border-radius: 4px;
}
div.main-help > div.faqs,
div.main-help > div.purchasing-help,
div.main-help > div.tutorials,
div.main-help > div.account-help {
  margin-left: 0px;
  margin-bottom: 10px;
}
.main-help > div ul {
  list-style-type: none;
  padding: 0px;
  margin: 0 0 10px 15px;
}
.main-help > div a {
  cursor: pointer;
  color: #66C3B5;
}
div.help-row {
  padding: 0px 15px 25px 0px;
}
.side-help h3,
.side-help h2 {
  margin-top: 0;
}
.main-help h3,
.main-help h2 {
  margin-top: 0;
}
.main-help li {
  margin: 5px 0px;
}
@media (min-width: 768px) {
  .help-heading {
    margin: 0 0 40px 15px;
  }
}
/*extra small screen media querries*/
@media (max-width: 767px) {
  div.home-page-banner {
    /*left: -463px;*/
    background-position: left;
  }
  div.zip-search {
    padding-left: 6px;
    padding-right: 10px;
  }
  div#age-select {
    padding-left: 6px;
    padding-right: 6px;
  }
  div#home-search-submit {
    margin: 0px 0px 6px 0px;
  }
  div.main-homepage-content {
    margin-top: 30px;
  }
  div.featured-slp-row {
    margin-right: 0px;
  }
  .container p {
    font-size: 14px;
  }
  .container p h1,
  .container p h2,
  .container p h3 {
    font-size: 18px;
  }
  .benefits-container .equal-height-benefits {
    text-align: left !important;
  }
}
/*small screen media querries*/
@media (max-width: 989px) and (min-width: 768px) {
  div.img-overlay > div.featured-slp-caption {
    top: 61.5%;
    height: 38.6%;
  }
  button.col-md-12.col-sm-12.btn.slp-search {
    padding-left: 5px;
    padding-right: 5px;
  }
  .who-we-are div.row div.col-sm-11 {
    padding-bottom: 0px;
    padding-top: 23px;
  }
  #footer {
    padding: 17px;
  }
  div.slp-search-row div.col-md-5 {
    width: 44%;
  }
  div#home-search-submit {
    width: 10.65%;
  }
  #SB-Brand2 {
    visibility: hidden;
  }
}
@media (min-width: 990px) {
  div.slp-search-row div.col-md-5 {
    width: 45%;
  }
  /*#home-search-submit{ width: 21%; }*/
  #SB-Brand2 {
    visibility: hidden;
  }
}
h2.home-page-info-headline {
  text-align: center;
  margin-right: 20px;
}
.main-homepage-content h1 {
  font-size: 42px;
  line-height: 42px;
}