@charset "utf-8";/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126  License: none (public domain) */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* misc */

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* global (not for layout, content only) */
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0055cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/web/20180816001337im_/http://learningannex.com/assets/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("/web/20180816001337im_/http://learningannex.com/assets/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: -ms-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: -ms-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-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: -ms-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-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: -ms-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-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: -ms-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);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.tab-pane.active {
  display: block;
}
.tab-pane {
  display: none;
}
/*
body{
	line-height: 1.5;
	font-family: helvetica;
}
.container{
	display: block;
	margin: 0 auto;
	width: 960px;
}
  */
#notification{
	background: #FFF6BF;
	color: #514721;
	border: 1px solid #FFD324;
	margin: 5px 0;
	padding: 5px;
	display: none;
}
/*
.header{
	margin: 10px 0 0 0;
	height: 60px;
	color: #99abc3;
}
.header .signed-in{
	float: right;
	margin-left: 50px;
}
.header .signed-in #user-menu{
	width: 80px;
	padding: 5px;
	border: 1px solid #f0f0f0;
	position: absolute;
	top: 50px;
	right: 190px;
	z-index: 1000;
	text-align: left;
	background: white;
	display: none;
}
.header .signed-in .user-menu{
	display: inline-block;
}
.header .signed-in .user-name{
	float: left;
	margin: 15px 10px 0 0;
}
.sub-header .teach{
	margin-left: 100px;
	margin-top: 10px;
	float: left;
}
.sub-header .learn{
	margin-left: 50px;
	margin-top: 10px;
	float: left;
}
.sub-header .headline{
	font-size: 22px;
	color: #FFFFFF;
	margin: 25px 0 0 35px;
	float: left;
	width: 450px;
	text-align: left;
}
.sub-header .sub-headline{
	font-size: 16px;
	color: #88b3ea;
	margin: 0 0 0 35px;
	float: left;
	width: 450px;
	line-height: 15px;
}

.sub-header .button-link{
	float: left;
}
.sub-header .button-link-alt{
	float: left;
}
.right-top-nav{
	float: right;
	text-align: right;
	font-size: 14px;
}

.right-top-nav .menu{
	margin: 5px 0 0 0;
}
a{
	color: #49535c;
}

.left-top-nav{
	float: left;
}
.inline-list ul{
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
}
.inline-list #menu-nav li{
	display: inline;
	margin: 10px;
}
.right-top-nav a{
	text-decoration: none;
}
  */
div.cell > label, div.row > label {
	display:block;
}
/*
input,select,textarea{
	-moz-box-shadow:0 0 1px #CDCDCD;
	border: 1px solid #CDCDCD;
	line-height: 20px;
	padding: 5px;
	font-size: 14px;
}
#profile input{
	border: none;
	margin: auto;
}
#slide-down{
	height: 150px;;
	text-align: left;
	display: none;
	background: url(/web/20180816001337im_/http://learningannex.com/assets/Annex_Local_Learn_slidedown.png);
}
#slide-down-remove{
	text-decoration: none;
	float: right;
	color: #bbc3c5;
	padding: 5px;
}
#slide-down .speech{
	margin-left: 250px;
}
#slide-down h2{
	font-size: 20px;
	padding-top: 15px;
	margin: 0;
	color: #1f4070;
}
#slide-down p{
	font-size: 16px;
	color: #453e3e;
}
#learn-bar{
	background-color: #7891b0;
	height: 38px;
	color: #FFFFFF;
	font-size: 18px;
}
.sorry-box{
	width: 500px;
	text-align: center;
	margin: 25px auto;
}
.sorry{
	font-size: 24px;
	color: #69737e;
	text-align: center;
}
.show-all a{
	font-size: 18px;
	color: #88b3ea;
	text-decoration: none;
}
.bold{
	font-weight: bold;
}
#learn-bar .cell{
	font-size: 18px;
}
#learn-bar .inputs{
	font-weight: normal;
	color: #c9d5e4;
}
#learn-bar .inputs a{
	text-decoration: none;
	color: #c9d5e4;
}
#learn-bar select{
	margin: 0;
	padding: 0;
	color: #4f5a6b;
	width: 200px;
}
#browse-search{
	display: inline;
}

.inline-label{
	display: inline;
}
.name{
	width: 175px;
}
.field{
	width: 376px;
}
.short-field{
	width: 100px;
}
.medium-field{
	width: 176px;
}
.area{
	width: 376px;
	height: 60px;
}
.bigarea{
  width: 476px;
  height: 300px;
}
  */
.row{
	display: block;
    margin-bottom: 5px;
}
/*
.top-course-form{
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 10px;
}
.bot-course-form{
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 10px;
}
.payment-course-form{
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 10px;
}
.submit{
	margin: 15px 0 5px 0;
}
  */
.cell{
	float: left;
	margin-right: 15px;
}
.large-cell{
	float: left;
	margin-right: 145px;
}

/*
#main-content{
	margin: 15px 0 15px 0;
}
#side-bar{
	width: 220px;
	float: left;
}
#side-bar .category-list a{
	color: #3f5471;
	text-decoration: none;
}
#side-bar .category-list a:hover{
	color: #7f7f7f;
	text-decoration: none;
}
#side-bar .category-list .category{
	width: 184px;
	padding: 2px 0 2px 5px;
	border-bottom: 1px solid #ddd;
}
#side-bar .category-list .selected{
	color: #c23c47;
}
#side-bar .category-list hr{
	width: 184px;
}
#side-bar .categories{
	background-color: #4f5a6b;
	color: #FFFFFF;
	width: 179px;
	padding: 2px 0 2px 5px;
	font-size: 16px;
	margin: 15px 0;
}
  */

#side-bar .search-box{
	font-size: 12px;
	width: 160px;
	padding: 2px;
	color: #555;
	float: left;
	/*background: url('/web/20180816001337im_/http://learningannex.com/assets/magnifyingglass.jpg') no-repeat left center;*/
}

/*
#side-bar #search-submit{
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	font-size: 12px;
	padding: 1px;
	margin: 0.5em 0;
	margin-left: 4px;
	color: #4f5a6b;
	background: #e4e6e8;
}
#class-list{
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 5px solid #cccdce;
	background: #ffffff;
	float: left;
	width: 705px;
	padding: 5px;
	margin-left: 15px;
}

hr{
	margin-bottom: 5px;
}
.clear{
	clear: left;
}

#inner-form{
	background: #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	border: 15px solid #cccdce;
}
.simplemodal-close{
	text-decoration: none;
	float: right;
	color: red;
	font-size: 18px;
}
.simplemodal-close-padded{
	text-decoration: none;
	float: right;
	color: red;
	font-size: 18px;
	padding-right: 15px;
}
#remote-signup-form{
	margin-top: 20px;
}
  */

.label{
	display: block;
}
 .shown-errors{
	height: 50px;
}
.error-field{
	color: red;
}
.label-error{
	float: left;
	margin-left: 5px;
}
.left-link{
	margin-left: 5px;
	float: left;
}
.float-left{
	float: left;
}

#sign-up-form label{
	color: #3F5471;
}
#sign-up-form .text-field{
	border: 1px solid #cdcdcd;
}
#sign-up-form .focus-input{
	border: 1px solid #7891B0;
	background: #F2F8FA;
}
/*
.headline{
	text-align: center;
	color: #3F5471;
	font-size: 18px;
	margin-bottom: 15px;
}
.submit{
	text-align: center;
}
#form-overlay {background-color:#000; cursor:wait;}

.course-row{
	border-bottom: 1px solid #9b9b9c;
}
  */
/* tools */
/*
#tools-header{
	background: #e3ebf2;
	color: #000000;
	font-size: 22px;
	padding: 3px 11px;
}
.menu-header{
	background: #EFEFEF;
	background: -moz-linear-gradient(left, #2b5384, #658cbe);
	background: -webkit-gradient(linear, left top, right top, from(#2b5384), to(#658cbe));
	filter: progid:DXImageTransform.Microsoft.Gradient(
	                StartColorStr='#2b5384', EndColorStr='#658cbe', GradientType=1);
}
.menu-header a{
	text-decoration: none;
	color: #ffffff;
}
.menu-header table{
	font-size: 16px;
	margin: 0;
}
.menu-header table tr td{ text-align: center; }
.menu-header table tr td:hover{
	background: #7ea3d5;
}
.menu-header table tr td.m{border-left: 1px solid #002f68;}
.menu-header table tr td.selected{ background: #7ea3d5;}
#new-course-setup-small{
	display: block;
	width: 225px;
	height: 81px;
	background: url('/web/20180816001337im_/http://learningannex.com/assets/Annex_Local_Button_NewClass_Reg.png') no-repeat;
}
#new-course-setup-small:hover{
	background: url('/web/20180816001337im_/http://learningannex.com/assets/Annex_Local_Button_NewClass_MouseOver.png') no-repeat;
}
#test-course-setup-small{
	display: block;
	width: 225px;
	height: 81px;
	background: url('/web/20180816001337im_/http://learningannex.com/assets/Annex_Local_Button_TestIdea_Reg.png') no-repeat;
}
#test-course-setup-small:hover{
	background: url('/web/20180816001337im_/http://learningannex.com/assets/Annex_Local_Button_TestIdea_MouseOver.png') no-repeat;
}

#tools-classes{
	border-bottom: 1px solid #d5d6d6;
	background: #efefef;
}
#tools-classes table{ width: 400px; margin: 0 auto; padding: 15px 0;}
#tools-classes table tr td{ text-align: center; }
#tools-classes table tr td.middle {font-weight: bold; font-size: 20px;}

#tools-body{}
#tools-body h2{
	margin: 30px 0 20px 0;
	text-align: center;
	color: #1f2833;
	font-size: 25pt;
}
#tools-body #box-container {
	width: 960px;
	text-align:center;
	position: relative;
}
#tools-body .box{ 
	background: #f5f7f8; 
	color: #2e333b; 
	padding: 25px 25px; 
	font-size: 18px; 
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	text-align: left;
}

#tools-body .box .center{
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
#tools-body .box a{
	color: #3664A2;
	text-decoration: none;
}
#tools-body .box a:hover{
	color: #7EA3D5;
	text-decoration: underline;
}
#tools-body .box .selected{
	color: #7EA3D5;
	text-decoration: underline;
}

#tools-classes #class-select{
	text-align: left;
}
#tools-classes #class-pick{
	width: 800px;
}
#tools-classes #class-pick td{
	width: 400px;
}
#tools-classes #class-pick select{
	width: 395px;
}
#tools-classes #class-pick .date-time{text-align: left; padding-top: 5px; color: #7991B1;}
#tools-classes #class-pick .class-name{text-align: left; font-weight: bold;}

#class-select{
}
#class-show{
}
#class-show img{
	float: left;
	margin: 5px;
}
  */

/* dashboard */
/*
#dashboard-header{
	background: #E3EBF2;
	color: #000000;
	font-size: 22px;
	padding: 3px 11px;
}
  */


/* courses/new */
/*
#teacher-header{
	background: #E3EBF2;
	color: #000000;
	font-size: 22px;
	padding: 3px 11px;
}

#choices{
	margin: 50px auto 0 auto;
	width: 670px;
}
#new-course, #test-course{
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #CCCDCE;
	padding: 5px;
	width: 300px;
	float: left;
	text-align: center;
}
.inner-course .what{
	font-size: 32px;
	line-height: 1;
	padding: 10px;
}
#middle-course{
	float: left;
	margin: 110px 0 0 0;
	color: #a0b5d3;
	font-size: 28px;
	width: 50px;
	text-align: center;
}
.inner-course{
	background: #ffffff;
	height: 270px;
}
.inner-course p{
	margin: 0;
	font-size: 16px;
	color: #CCCDCE;
}
.inner-course .image{
	margin: 15px 0;
}
.inner-course .image a{
	margin: 0 auto;
}
.inner-course .shadow-image{
	-moz-box-shadow:  3px 3px 3px 0 #888;
	-webkit-box-shadow: 3px 3px 3px 0 #888;
	box-shadow: 3px 3px 3px 0 #888;
}
#new-course-setup{
	display: block;
	width: 130px;
	height: 122px;
	background: url('/web/20180816001337im_/http://learningannex.com/assets/New_class_button2.png') no-repeat;
}
#new-course-setup:hover {
	background: url('/web/20180816001337im_/http://learningannex.com/assets/New_class_button_mouseover2.png') no-repeat;
}
#test-course-setup {
	display: block;
	width: 130px;
	height: 122px;
	background: url('/web/20180816001337im_/http://learningannex.com/assets/Test_idea_button2.png') no-repeat;
}
#test-course-setup:hover {
	background: url('/web/20180816001337im_/http://learningannex.com/assets/Test_idea_button_mouseover2.png') no-repeat;
}

#new-course-body{
	width: 670px;
	margin: 15px auto 0 auto;
}
.new-course-body{
	background: #e6e6e6;
	padding: 15px;
}
#new-course-body h2{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
	font-size: 18px;
}
#new-course-body p{
	margin: 5px 0;
	font-size: 14px;
}

.course{
	width: 165px;
	float: left;
	padding: 5px;
}
.course .image{
	height: 165px;
	text-align: center;
}
.course .course-link{
	height: 50px;
	overflow: hidden;
	line-height: 1.25;
}
.course .course-link a{
	text-decoration: none;
	color: #3664a2;
}
.course .course-time{
	color: #7991b1;
	font-style: italic;
	height: 25px;
	line-height: 110%;
}
.course .course-instructor{
	margin-top: 5px;
	border-bottom: 1px solid #9b9b9c;
	padding-bottom: 2px;
	line-height: 15px;
}
.course .course-instructor .smiley{
	float: left;
	padding-top: 28px;
}
.course .course-instructor .image{
	width: 50px;
	height: 50px;
	margin-right: 3px;
	float: left;
}
.course .course-instructor .instructor-name{
	color: #1c1e23;
	float: left;
	width: 88px;
}
.course .course-instructor .instructor-name a{
	text-decoration: none;
}
.course .course-instructor .instructor-name a:hover {
	color: #7f7f7f;
}
.course .course-instructor .more{
	padding-top: 30px;
	float: right;
}
.course .course-signedup{
}
.course .course-signedup .signed{
	float: left;
	margin-top: 2px;
}
.course .course-signedup .interested{
	float: right;
	margin-top: 2px;
}
.course .course-signedup .count{
	color: #c23c47;
	float: left;
	margin: 0 5px 0 0;
}
.course .course-signedup .text{
	color: #7991b1;
	float: left;
	margin: 0 5px 0 0;
}
#registration{
	background: #49535C;
	color: #ffffff;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 15px;
}
#confirmation{
	background: #E5ECF9;
	color: #000000;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 15px;
}
#confirmation-greeting{
	margin: 15px auto;
	text-align: center;
	width: 300px;
}
#confirmation-greeting .class{
	color: #3F5471;
	font-weight: bold;
}
#payment-confirm-page{
	width: 400px;
	display: none;
}
#payment-confirm-page p{
	margin: 10px auto;
	font-size: 14px;
	text-align: center;
	width: 260px;
}
#payment-confirm-page .social{
	text-align: center;
}
#payment-confirm-page h3{
	text-align: center;
	margin: 10px 0;
}
#payment-confirm-page .class-box{
	border: 2px solid #CCCDCE;
	padding: 5px;
}
#payment-confirm-page .class-box .image{
	float: left;
	margin-right: 10px;
	height: 50px;
}
#payment-confirm-page .class-box .date{
	color: #9CB0C9;
}
#payment-confirm-page .class-box .title{
	font-weight: bold;
}
#dashboard{
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #cccdce;
	padding: 10px;
}
#dashboard #register{
	background: #ffffff;
	padding: 10px;
}
#dashboard #register #left-side{
	width: 550px;
	float: left;
	padding: 5px;
	height: 300px;
	margin-right: 50px;
}
#dashboard #register #right-side{
	width: 300px;
	float: left;
	padding: 5px;
	height: 300px;
}
table tr.clear td{
	background: #ffffff;
}
#dashboard #register #left-side table tr.clear td{
	color: #808080;
}
#dashboard #register #left-side table tr.total td{
	background: #E5ECF9;
}
#registration-count{
	margin-top: 50px;
	text-align: left;
}
#registration-count-complete{
	margin-top: 125px;
	text-align: left;
}
#registration-count-complete .button{
	float: right;
}
#registration-count .ticket-box{
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #efefef;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	width: 60px;
}
#registration-count-complete .ticket-box{
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #efefef;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	width: 60px;
}
#registration-count .ticket-box-left{
	float: left;
	margin-right: 15px;
}
#registration-count .ticket-box .big{
	color: #C23C47;
	font-size: 20px;
}
#registration-count .ticket-box .tiny{
	color: #7991B1;
}
#registration-count-complete .ticket-box-left{
	float: left;
	margin-right: 15px;
}
#registration-count-complete .ticket-box .big{
	color: #C23C47;
	font-size: 20px;
}
#registration-count-complete .ticket-box .tiny{
	color: #7991B1;
}

#dashboard #edit-user{
	background: #ffffff;
	padding-bottom: 5px;
}
#profile{
	text-align: center;
}
#dashboard #edit-user .large-line{
	background: #cccdce;
	height: 5px;
}
#dashboard #edit-user .small-line{
	background: #cccdce;
	height: 1px;
}
#dashboard #edit-user h3{
	padding: 5px 0 5px 10px;
	background: #E0E0E0;
	margin: 0;
}
#dashboard #edit-user .section{
	margin: 5px;
}
#dashboard #edit-user p{
	margin: 5px;
}
#dashboard #edit-user label{
	color: #3F5471;
}
#dashboard h3{
	font-size: 18px;
	margin: 5px 0 15px 0;
}
#dashboard #classes{
	background: #ffffff;
	width: 200px;
	float: left;
	padding: 10px;
}
#dashboard #classes ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#dashboard #classes ul a{
	text-decoration: none;
}
#dashboard #classes .selected{
	color: #c23c47;
}
#dashboard-data{
	background: #ffffff;
	float: left;
	width: 680px;
	padding: 5px;
	margin-left: 20px;
}
#left-data {
	width: 280px;
	float: left;
	margin-right: 15px;
}
.data-cell{
	margin-bottom: 20px;
	padding: 10px;
	background: #ffffff;
}
.data-cell .image{
	float: left;
	margin-right: 15px;
}
.data-cell .user-name{
	float: left;
	font-size: 16px;
}
.data-cell .current-date{
	font-family: helvetica nueue;
	line-height: 1.1;
	font-size: 14px;
}

#left-data .data-cell .map{
	margin-top: 15px;
}

#left-data .data-cell h3{
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

.modal{
	display: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #4d7098;
	background: #eef2f6;
	padding: 10px;
}
#no-city{
	width: 400px;
}
#no-city .headline{
	margin-top: 15px;
}
#no-city .teach-button{
	text-align: center;
}
#no-city hr{
	color: #3F5471;
	margin: 15px 0;
}
  */

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


/*
#footer{
	background: #EFEFEF;
	padding: 10px 0;
	margin-top: 15px;
	text-align: center;
	color: #7991B1;
}
#footer #link-list{
	text-align: center;
	font-size: 14px;
	color: #c1c0c0;
}
#footer a{
	text-decoration: none;
	color: #7991B1;
}
#top-testimonials{
	margin: 25px 0;
}

#class-testimonials{
	width: 600px;
	float: left;
}
#class-testimonials h1{
	font-size: 22px;
}
#class-testimonials .image{
	float: left;
	width: 200px;
}
#class-testimonials .data{
	float: left;
	width: 350px;
	margin: 0 0 15px 15px;
}
#class-testimonials .course-data{
	height: 205px;
}
#class-testimonials .data .summary{
	font-size: 18px;
}
#testimonial-teacher .teacher{
	height: 150px;
}
#testimonial-teacher{
	float: left;
	width: 325px;
	margin-left: 15px;
}
#testimonial-teacher .profile{
	clear: left;
	margin-top: 5px;
	height: 50px;
}
#testimonial-teacher .image{
	width: 200px;
	float: left;
}
#testimonial-teacher .name{
	font-weight: bold;
}
#list-testimonials{
	border: 1px solid #1F4070;
	-moz-border-radius: 0  0 5px 5px;
	border-radius: 0  0 5px 5px;
	border-top: none;
	background: #ffffff;
	padding: 15px;
	font-size: 15px;
}
#list-testimonials .testimonial{
	border-bottom: 2px solid #efefef;
	padding-bottom: 10px;
	margin: 10px 0;
}
#list-testimonials .testimonial .left-on{
	color: #969A9A;
}
#list-testimonials .testimonial .content{
	margin-left: 60px;
}
#list-testimonials .testimonial .user{
	color: #FFBABB;
}
#list-testimonials .image{
	float: left;
	width: 60px;
}
#instructor-testimonials{
	display:none;
}

#tooltip {
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #cbd5e2;
	background-color: #cbd5e2;
	padding: 10px;
	width: 125px;
}

#tooltip h3, #tooltip div { margin: 0; }


.drop-shadow {
   position:relative;
   width:90%;
}

.drop-shadow:before,
.drop-shadow:after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   max-width:300px;
   -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
   -o-transform:rotate(-3deg);
   transform:rotate(-3deg);
}

.drop-shadow:after{
   right:10px;
   left:auto;
   -webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
   -o-transform:rotate(3deg);
   transform:rotate(3deg);
 }

#loading{
	display:none;
}

#now-showing{
	background: #434b54;
	font-size: 14px;
	margin: 5px 5px 5px 8px;
	padding: 5px;
	width: 678px;
}
#now-showing .showing{
	color: #a0b4cc;
	float: left;
	margin-right: 5px;
}
#now-showing .showing-what{
	color: #ffffff;
	font-weight: bold;
}
#static{
	margin: 5px auto;
}
#static h3{
	color: #cf6c6f;
	font-weight: bold;
	font-size: 30px;
}
#static h4{
	color: #315480;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
#static h5{
	color: #315480;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#static h6{
	color: #cf6c6f;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#static .box{
	background: #f8f8f8;
	padding: 10px;
	color: #315480;
	font-size: 14px;
}
.pagination{
	float: right;
	padding: 15px;
}
.pagination .previous_page{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a5b7cd;
	background: #f1f0ec;
	padding: 7px;
	color: #33619f;
	font-weight: bold;
}

.pagination .next_page{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a5b7cd;
	background: #f1f0ec;
	padding: 7px;
	color: #33619f;
	font-weight: bold;
}
.pagination a{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a5b7cd;
	background: #f1f0ec;
	padding: 7px;
	color: #33619f;
	text-decoration: none;
}
.pagination .current{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a5b7cd;
	padding: 7px;
	color: #33619f;
	font-weight: bold;
	background: #7991b1;
}
  */
.fb-signin a{
	margin: 5px auto;
}
#fb-signin{
	display: block;
	background: url(/web/20180816001337im_/http://learningannex.com/assets/sign_in_with_facebook_logo.png) no-repeat;
	width: 189px;
	height: 33px;
}
#fb-signin:hover {
	background: url(/web/20180816001337im_/http://learningannex.com/assets/sign_in_with_facebook_logo_mouseover.png) no-repeat;
}
/*
.survey-link{
	display: block;
	background: url(/web/20180816001337im_/http://learningannex.com/assets/Take_a_Survey_button.png) no-repeat;
	width: 123px;
	height: 47px;
}
.survey-link:hover{
	background: url(/web/20180816001337im_/http://learningannex.com/assets/Take_a_Survey_button_mouseover.png) no-repeat;
}
  */
.disabled-image-link {
	opacity:0.24;
	filter:alpha(opacity=24); /* For IE8 and earlier */
}
/*
.testimonial-link{
	display: block;
	background: url(/web/20180816001337im_/http://learningannex.com/assets/Write_a_testimonial_button.png) no-repeat;
	width: 123px;
	height: 47px;
}
.testimonial-link:hover{
	background: url(/web/20180816001337im_/http://learningannex.com/assets/Write_a_testimonial_button_mouseover.png) no-repeat;
}

.signin-row{
	text-align: center;
	font-size: 18px;
}
.signin-row a{
	color: #C23C47;
	text-decoration: underline;
	font-style: italic;
}
#html-sign-in{
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #cccdce;
	margin: 10px auto;
	padding: 5px;
	width: 350px;
}
#html-inner-sign-in{
	background: #ffffff;
	padding: 15px;
}
#html-sign-in h3{
	padding: 10px 0;
	margin: 0;
	text-align: center;
}

#extra-courses li{
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#extra-courses li a{
	text-decoration: none;
}
.request-new-class{
	color:#969a9a;
	font-weight: normal; 
	font-style: italic;
}
  */

/* additions from somewhere that are needed */
div.row input[type="text"], div.row input[type="password"], div.row input[type="url"], div.row input[type="email"], div.row input.text, div.row input.title, div.row textarea, div.row select {
margin: 0.5em 0;
}
div.row input.name {
width: 175px;
}
div.row .field {
  width: 376px;
}
div.row .short-field {
  width: 100px;
}
div.row .medium-field {
  width: 176px;
}
div.row label {
  font-weight:bold;
}
div.row input, div.row select, div.row textarea {
  box-shadow: 0 0 3px #CDCDCD;
  border: 1px solid #CDCDCD;
  line-height: 20px;
  padding: 5px;
  font-size: 14px;
}
div.row:not(.row-centered) {
  text-align: left;
}
div.row.row-centered {
  text-align: center;
}
.signin-row{
	text-align: center;
	font-size: 18px;
}
.signin-row a{
	color: #C23C47;
	text-decoration: underline;
	font-style: italic;
}
#html-sign-in, #html-sign-up{
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #cccdce;
	margin: 10px auto;
	padding: 5px;
	width: 350px;
}
#html-sign-up{
    width:420px;
}
#html-inner-sign-in, #html-inner-sign-up{
	background: #ffffff;
	padding: 15px;
}
#html-sign-in h3, #html-inner-sign-up h3{
	padding: 10px 0;
	margin: 0;
	text-align: center;
}
div.row.submit {
	margin: 15px 0 5px 0;
}
/* global mixins */

.clip {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  background-clip: padding-box;
}
/* handy shortcuts */
.clear {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* global color variables */
a {
  color: #2f6194;
  color: #046699;
}
/* global layout */
body {
  font-size: 13px;
  margin: 0px;
  text-align: center;
  background: #ffffff url(/web/20180816001337im_/http://learningannex.com/assets/bg.jpg) top left repeat-x;
  color: #111;
  line-height: 1.5em;
  font-family: Helvetica, Arial, sans-serif; 
}
h1,
h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
h3 a {
  float: right;
  font-size: 12px;
  text-decoration: underline;
  font-weight: normal;
  font-style: italic;
}
h4 {
  font-weight: bold;
  font-size: 14px;
}
ul.events > li > h4 {
  white-space: nowrap;
  width: 295px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap,
#home-content {
  position: relative;
  margin: auto;
  width: 780px;
}
#wrap:after {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header {
  position: relative;
  height: 116px;
}
#header p {
  position: relative;
  padding: 45px 0 0 0;
  margin-left: 230px;
  text-align: right;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
}
#header p strong {
  float: left;
}
#header p a {
  color: #111;
  margin: 0 5px;
}
#header p .sell {
  float: right;
  padding: 0 12px;
  margin: 0 0 0 12px;
  text-decoration: none;
  background: #f5eb8c;
  background-image: -moz-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: -ms-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: -o-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5eb8c), to(#f3c00d));
  background-image: -webkit-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: linear-gradient(top, #f5eb8c, #f3c00d);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#header p .sell:hover {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
#logo {
  float: left;
  margin-top: 20px;
}
#logo a {
  float: left;
  width: 190px;
  height: 65px;
  text-indent: -9999em;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/logo.jpg) top left no-repeat;
}

/*! http://responsiveslides.com v1.32 by @viljamis */

.rslides_home {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides_home li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 500px;
}

.rslides_home li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_home img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
#home-featured {
  position: relative;
  min-width: 780px;
  background: black;
}
#home-slider {
  width: 100%;
  min-width: 780px;
  height: 500px;
}
#home-slider img {
  width: 1300px;
  position: absolute;
  left: 50%;
  margin-left: -650px;
}
#home-slider a.slide-info {
  position: absolute;
  right: 50px;
  bottom: 30px;
  text-align: right;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 2;
}
#home-slider a.slide-info h4 {
  font-size: 22px;
  color: white;
  line-height: 120%;
  padding-bottom: 3px;
}
#home-slider a.slide-info p {
  font-size: 18px;
  color: #F15A29;
  font-weight: bold;
  line-height: 120%;
}
.rslides_home_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 76px;
  width: 76px;
  background: transparent url(/web/20180816001337im_/http://learningannex.com/assets/rslides_prev.png) no-repeat;
  background-size: 100%;
  margin-top: -38px;
  z-index: 3;
  transition: opacity .3s;
  -moz-transition: opacity .3s; /* Firefox 4 */
  -webkit-transition: opacity .3s; /* Safari and Chrome */
  -o-transition: opacity .3s; /* Opera */
}

.rslides_home_nav:hover {
  opacity: 1.0;
}

.rslides_home_nav.next {
  left: auto;
  background-image: url(/web/20180816001337im_/http://learningannex.com/assets/rslides_next.png);
  right: 0;
}
@media all and (max-width: 900px) {
  .rslides_home_nav {
    opacity: 0;
  }
  .rslides_home_nav:hover {
    opacity: 1.0;
  }
}
#home-featured #find {
  position: absolute;
  z-index: 2;
  width: 780px;
  height: 148px;
  top: 40%;
  left: 50%;
  margin-top: -74px;
  margin-left: -390px;
  text-align: left;
}
#find h2 {
  width: 90%;
  font-size: 42px;
  line-height: 100%;
  padding-bottom: 6px;
}
#find p.strap {
  font-weight: bold;
  font-size: 18px;
  padding: 6px 0 18px;
  line-height: 120%;
}
#find p.search {
  width: 324px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#find input[type="text"] {
  float: left;
  width: 210px;
  padding: 0 0 0 9px;
  border: 1px solid #ccc;
  border-right: 0;
  height: 32px;
/*  line-height: 32px;  */
  color: red;
  font-size: 15px;
  text-align: left;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#find ::-webkit-input-placeholder
{
  color: #d70033; 
  word-spacing: -1px !important;
}
#find :-moz-placeholder {
  color: #d70033; 
  word-spacing: -1px !important;
}
#find input[type="submit"] {
  height: 34px;
  text-indent: -9999em;
  border: 0;
  width: 104px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/search.jpg) top left no-repeat;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#home-menu-wrapper {
  background: rgb(178,181,183);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYjViNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODU4NWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(178,181,183,1) 0%, rgba(88,88,90,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,181,183,1)), color-stop(100%,rgba(88,88,90,1)));
  background: -webkit-linear-gradient(top,  rgba(178,181,183,1) 0%,rgba(88,88,90,1) 100%);
  background: -o-linear-gradient(top,  rgba(178,181,183,1) 0%,rgba(88,88,90,1) 100%);
  background: -ms-linear-gradient(top,  rgba(178,181,183,1) 0%,rgba(88,88,90,1) 100%);
  background: linear-gradient(to bottom,  rgba(178,181,183,1) 0%,rgba(88,88,90,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b5b7', endColorstr='#58585a',GradientType=0 );
  height: 60px;
  border-bottom: 1px #EEE solid;
  -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
}
#home-menu {
  width: 780px;
  margin: 0 auto;
}
#home-menu li {
  display: block;
  float: left;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 40px 0;
  border-right: 1px #646464 solid;
}
#home-menu li:first-of-type {
  border-left: 1px #646464 solid;
}
#home-menu li a {
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  text-decoration: none;
}
#home-menu li a:hover {
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#cats {
  float: right;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 324px;
  text-align: left;
}
#cats h3 {
  padding-bottom: 10px;
}
#cats #browse-categories {
  position: relative;
  width: 100%;
}
#cats #browse-categories input[type="text"] {
  border: 1px #808285 solid;
  width: 100%;
  padding: 0 0 0 9px;
  height: 32px;
  color: red;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
}
#cats #browse-categories ::-webkit-input-placeholder
{
  color: #d70033;
  word-spacing: -1px !important;
}
#cats #browse-categories :-moz-placeholder {
  color: #d70033;
  word-spacing: -1px !important;
}
#cats #browse-categories input[type="submit"] {
  width: 26px;
  height: 26px;
  background: url('/web/20180816001337im_/http://learningannex.com/assets/search_glass.png') 0 0 no-repeat;
  background-size: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 4px;
  cursor: pointer;
  opacity: .7;
}
#cats #browse-categories input[type="submit"]:hover {
  opacity: 1;
}
.tabs {
  position: relative;
  height: 34px;
  line-height: 34px;
  z-index: 10;
}
.tabs li {
  float: left;
  margin-left: 6px;
}
.tabs a {
  float: left;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ccc;
  border-bottom: 0;
  background: #cdcdcd;
  background-image: -moz-linear-gradient(top, #cdcdcd, #e9e9e9);
  background-image: -ms-linear-gradient(top, #cdcdcd, #e9e9e9);
  background-image: -o-linear-gradient(top, #cdcdcd, #e9e9e9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #cdcdcd, #e9e9e9);
  background-image: linear-gradient(top, #cdcdcd, #e9e9e9);
  width: 150px;
  font-size: 16px;
  color: #111111;
  font-weight: bold;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.tabs a.active {
  background: #fff;
  border-bottom: 1px solid #ffffff;
}
.tab {
  position: relative;
  padding: 14px 0;
  border: 1px solid #ddd;
  display: none;
}
#tab1 {
  display: block;
}
.avatars {
  position: relative;
  overflow: hidden;
}
.avatars li {
  float: left;
  width: 45%;
  padding-left: 5%;
  overflow: hidden;
  padding-bottom: 20px;
}
.avatars li img {
  float: left;
  margin-right: 14px;
}
.avatars li a {
  color: #333;
  font-size: 16px;
  text-align: left;
  display: block;
}
.avatars li strong {
  padding-top: 8px;
  display: block;
}
#events {
  float: left;
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 420px;
  text-align: left;
}
#events h3 {
  padding-bottom: 10px;
}
.events {
  position: relative;
}
.events li {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.events li:last-of-type {
  border-bottom: 0;
}
.events img {
  max-width: 69px;
  max-height: 75px;
  float: left;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-right: 18px;
}
.events p {
  color: #999;
  font-size: 12px;
}
.events p + p {
  font-size: 13px;
  padding-top: 10px;
}
.events p + p strong {
  float: right;
}
p.more {
  text-align: right;
  font-style: italic;
}
#videos {
  position: relative;
  clear: both;
  text-align: left;
  padding-bottom: 20px;
}
#slide {
  position: relative;
}
#slide:after {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#slide a {
  float: left;
  padding: 14px 14px 8px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  width: 220px;
  color: #999;
  margin-right: 15px;
  text-decoration: none;
  font-size: 16px;
}
#slide a:hover {
  opacity: .8;
}
#slide img {
  display: block;
  margin-bottom: 8px;
}
#slide a + a + a {
  margin-right: 0;
}
#slide span {
  display: block;
  text-align: left;
}
#slide span strong {
  color: #333;
}
#slide span em {
  float: right;
  font-weight: bold;
  color: #2f6194;
}
#seen {
  position: relative;
  background: #f4f3f1 url(/web/20180816001337im_/http://learningannex.com/assets/featured.jpg) center right no-repeat;
  padding: 10px 0 10px 18px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  height: 48px;
  line-height: 48px;
  text-align: left;
  color: #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 16px;
}
#crumb {
  float: left;
  font-size: 15px;
  padding-top: 30px;
  height: 34px;
  line-height: 34px;
}
#crumb a {
  color: #111111;
}
#crumb li {
  display: inline;
}
#crumb a:after {
  content: " > ";
}
#search {
  /*float: right;*/
  padding-top: 15px;
}
#search input[type="text"] {
  float: left;
  padding: 0 0 0 9px;
  height: 32px;
/*  line-height: 32px;  */
  border: 1px solid #ddd;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  color: #666;
  font-size: 15px;
  width: 230px;
}
#search input[type="submit"] {
  float: left;
  width: 105px;
  height: 34px;
  line-height: 34px;
  text-indent: -9999em;
  border: 0;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/search.jpg) top left no-repeat;
}
.smallsearch {
  float: right;
}
#experts {
  position: relative;
  float: right;
  width: 545px;
  padding-left: 20px;
  margin-top: 20px;
  clear: both;
  border-left: 1px solid #ddd;
  text-align: left;
}
#modify {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-top: -8px;
}
#modify select {
  margin-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
#modify a {
  color: #2f6194;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.experts {
  position: relative;
  color: #999;
}
.experts > li {
  overflow: hidden;
  padding: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
  padding-right: 0px;
  width: 535px;
}
.experts > li img {
  float: left;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  margin-right: 25px;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  max-width: 120px;
  max-height: 120px;
}
.experts h3 {
  position: relative;
  padding-bottom: 2px;
  width: 250px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.experts div.event-widget h3 {
  width: auto;
  line-height: auto;
  max-width: auto;
}
.experts h3 strong {
  float: right;
  font-size: 14px;
  color: #2f6194;
}
.experts h3 a {
  font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
  display: inline;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  line-height: 140%;
  text-overflow: ellipsis;
}
li.event-listing .watchlist-button {
  clear: both;
  padding-top: 7px;
  text-align: center;
  width: 138px;
}
li.event-listing .watchlist-button .add-to-list,
li.event-listing .watchlist-button .remove-from-list {
  display: inline;
  position: static;
  border: 0;
  margin: 0;
  margin-right: 8px;
  padding: 5px 0 5px 22px;
  background-size: 20px;
  background-position: 0 center;
  font-size: 12px;
}
li.event-listing .watchlist-button .remove-from-list {
  padding: 0;
  margin: 0;
  background: none;
}
.event-summary {
  width: 250px;
  height: 130px;
  position: relative;
  float: left;
}
.event-summary p {
  line-height: 14px;
}
.event-category {
  position: absolute;
  bottom: 16px;
  left: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.event-widget {
  position: relative;
  float: right;
  width: 120px;
  text-align: center;
  min-height: 130px;
}
a.event-register {
  position: absolute;
  bottom: 0px;
  color: #BE1E2D;
  left: 0px;
}

.experts > li div.event-widget img {
  float: none;
  margin-right: auto;
  border: none;
  padding: 0px;
}

.event-author {
float: left;
position: absolute;
bottom: 0px;
width: 140px;
white-space: nowrap;
left: 0px;
}

.event-price {
position: absolute;
bottom: 0px;
right: 0px;
float: right;
width: 79px;
}

.this-me {
  position: absolute;
  bottom: 0px;
  padding-top: 8px;
  height: 16px;
  line-height: 16px;

}
.this-me:after {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.this-me ul {
  float: left;
  padding-right: 18px;
}
.this-me ul li {
  float: left;
}
.this-me ul a {
  float: left;
  height: 16px;
  width: 16px;
  margin-right: 3px;
  text-indent: -9999em;
}
.this-me .d1 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/d1.jpg) top left no-repeat;
}
.this-me .d2 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/d2.jpg) top left no-repeat;
}
.this-me .d3 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/d3.jpg) top left no-repeat;
}
.this-me .d4 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/d4.jpg) top left no-repeat;
}
.this-me .d5 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/d5.jpg) top left no-repeat;
}
.this-me > a {
  margin: 0 15px;
}
.fee {
  color: #d70033;
}
.this-me a.love-me {
  float: right;
  height: 20px;
  width: 22px;
  margin-top: -3px;
  text-indent: -9999em;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/star.jpg) center no-repeat;
}
.paginate {
  float: left;
}
.paginate {
  position: relative;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  padding-bottom: 30px;
  margin: 0px;
  width: 100%;
}
.pagination {
  height: auto;
  margin: auto;
  float: right;
}
.paginate p {
  float: left;
}
.paginate strong {
  color: #2f6194;
}
.paginate ul {
  float: right;
}
.paginate ul li {
  float: left;
}
.paginate a, .paginate span, .paginate em {
  float: left;
  height: 18px;
  line-height: 18px;
  border: 1px solid #ddd;
  margin-left: 5px;
  padding: 0 8px;
}
#action-bar {
  /* float: left;*/
  width: 188px;
  text-align: left;
  position: relative;
 margin-top: 0px; 

  float: right;
  padding-left: 25px;
  border-left: 1px solid #ddd;
}
#action-bar h2.ask {
  color: #2f6194;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #ddd;
  margin-bottom: 7px;
}
.peeps {
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
  margin-left: -6px;
}
.peeps li {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  height: 30px;
  position: relative;
}
.peeps img {
  width: 30px;
}
.peeps p.extra-guests {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  line-height: 100%;
  padding: 2px;
  background: rgba(0,0,0,0.6);
  font-weight: bold;
  color: #FFF;
  pointer-events: none;
}
.add-to-list,
.remove-from-list,
#add-to-list,
#email-to-friend,
#remove-from-list {
  position: relative;
  padding: 15px 0 15px 50px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/add-to.jpg) 12px center no-repeat;
  font-size: 15px;
  display: block;
  margin-left: -20px;
  border-top: 1px solid #ddd;
}
#add-to-list,
#email-to-friend,
#remove-from-list {
  /*
  border: 0;
  margin-bottom: 16px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/email-to.jpg) 12px center no-repeat;
  */
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
h5.try {
  position: relative;
  padding-left: 25px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/neg.jpg) center left no-repeat;
}
.mini-dates {
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
}
.mini-dates li {
  padding-bottom: 6px;
}
.mini-dates a {
  display: block;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #111;
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
  font-size: 11px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/cal3.jpg) 8px center no-repeat;
}
.widget {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.widget.alt {
  border: 0;
}
.widget h3 {
  padding-bottom: 8px;
}
.widget h3 em {
  font-size: 15px;
  color: #E5398D;
  font-weight: normal;
}
.widget p {
  position: relative;
  color: #999;
  padding-bottom: 1em;
}
.widget p.fee {
  text-align: right;
}
.widget strong {
  font-weight: bold;
}
.widget .min-vid h4,
.widget .min-vid p {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 5px;
}
.widget .min-vid strong {
  display: block;
  text-align: right;
  color: #2f6194;
  font-size: 16px;
}
#sale-slide {
  position: relative;
  height: 137px;
  overflow: hidden;
}
#sale-slide img {
  display: block;
  margin: auto;
}
#sale-slide li {
  height: 137px;
}
.ref {
  position: relative;
}
.ref li {
  padding: 6px 0;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}
.ref input[type="checkbox"] {
  margin-right: 8px;
}
.ref select {
  width: 80%;
}
.sug {
  position: relative;
}
.sug li {
  overflow: hidden;
  padding: 4px 0;
}
.sug a {
  margin: auto;
  display: block;
  padding: 3px;
  border: 1px solid #ddd;
  overflow: hidden;
  color: #2f6194;
  font-size: 10px;
  line-height: 1.4em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none;
}
.sug img {
  float: left;
  margin-right: 5px;
}
.request {
  position: relative;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  display: block;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/request.jpg) top center no-repeat;
  width: 128px;
  height: 58px;
  margin: 15px auto;
  text-indent: -9999em;
}
#me {
  position: relative;
  clear: both;
  padding-top: 40px;
  text-align: left;
  margin-bottom: 40px;
}
#me img {
  float: right;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-left: 40px;
  width: 500px;
}
#me:after {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#me p:first-of-type {
  font-size: 15px;
  padding-bottom: 1em;
}
#me ul {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
#me ul:before {
  position: absolute;
  top: -25px;
  font-size: 15px;
  color: #333;
  left: 0;
  /* content: "Find me on"; */
}
#me ul li {
  float: left;
  padding-right: 8px;
}
#me ul a {
  float: left;
  text-indent: -9999em;
  width: 21px;
  height: 22px;
}
#me ul .fm1 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f1.jpg) top left no-repeat;
}
#me ul .fm2 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f2.jpg) top left no-repeat;
}
#me ul .fm3 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f3.jpg) top left no-repeat;
}
#me ul .fm4 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f4.jpg) top left no-repeat;
}
#me ul .fm5 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f5.jpg) top left no-repeat;
}
#me ul .fm6 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f6.jpg) top left no-repeat;
}
#recommends {
  float: left;
  width: 545px;
  padding-left: 0;
  padding-right: 25px;
  border-right: 1px solid #ddd;
  text-align: left;
}
#recommends ul li:last-of-type {
  border: 0;
}
#recommends + #action-bar {
  float: right;
}
#overview {
  position: relative;
  float: left;
  width: 545px;
  clear: both;
  margin-top: 35px;
  text-align: left;
  font-size: 15px;
  margin-bottom: 60px;
}
#overview .image-section {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
#overview img {
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#overview:after {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#overview h2 strong {
  float: right;
  font-size: 18px;
}
#overview p {
  padding-bottom: 1em;
}
#overview p.by {
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px;
}
#overview ul:before {
  position: absolute;
  top: -24px;
  left: 0;
  /*content: "Find me on";*/
}
#overview ul li {
  float: left;
  margin-top: 15px;
}
#overview ul a {
  float: left;
  width: 22px;
  height: 22px;
  text-indent: -9999em;
  margin-right: 6px;
}
#overview ul .fm1 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f1.jpg) center no-repeat;
}
#overview ul .fm2 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f2.jpg) center no-repeat;
}
#overview ul .fm3 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f3.jpg) center no-repeat;
}
#overview ul .fm4 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f4.jpg) center no-repeat;
}
#overview ul .fm5 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f5.jpg) center no-repeat;
}
#overview ul .fm6 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/f6.jpg) center no-repeat;
}
#availability {
  width: 188px;
  text-align: left;
  position: relative;
  margin-top: 65px;
  float: right;
  padding-left: 25px;
  border-left: 1px solid #ddd;
  margin-bottom: 0px;
}
#availability .spot {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.3em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
#availability .spot strong {
  color: #2f6194;
  display: block;
}

#availability .spot .day, .cal {
  display: block;
  height: 16px;
  line-height: 16px;
  padding-top: 7px;
  width: 23px;
  text-align: center;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/cal.jpg) center no-repeat;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin: 10px auto;
  float: left;
  margin-right: 7px;
}
.cal {
  display: inline-block;
  margin: 0px;
  float: none;
  margin-top: 4px;
  margin-bottom: 7px;
}
.spot .day .day-inner, .cal .day-inner {
  background-color: white;
  font-weight: 600;
  font-size: 14px;
}

#availability .spot .when {
  position: relative;
  display: block;
  font-weight: bold;
  padding-top: 7px;
}
#availability .spot .when + .when {
  padding-top: 0;
  font-weight: normal;
  padding-bottom: 8px;
}
#availability .spot em {
  font-weight: bold;
  font-size: 22px;
  display: block;
  color: #F55211;
  padding-top: 16px;
  padding-left: 30px;
}
#availability .spot p {
  position: relative;
  padding-left: 30px;
  min-height: 34px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/tick.jpg) top left no-repeat;
}
#availability .spot p strong {
  color: #000;
  padding: 0;
  font-weight: bold;
}
#availability .sold-out {
  margin-top: 15px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
}
#availability a.now {
  display: block;
  height: 34px;
  width: 151px;
  margin: 15px auto;
  text-indent: -9999em;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/en.jpg) center no-repeat;
}
#availability li {
  position: relative;
}
#availability li:before {
  content: "O ";
  color: #999;
}
#availability strong {
  display: block;
  padding: 8px;
  color: #d70033;
}
#availability .rt,
#availability .an {
  display: block;
  text-indent: -9999em;
  height: 35px;
  width: 152px;
  margin-bottom: 15px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/rt.jpg) top left no-repeat;
}
#availability em.an {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/rt-20.jpg) no-repeat;
}
#availability .pic {
  position: relative;
  text-align: right;
}
#availability .pic img {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: auto auto 10px;
}
#availability .pic a {
  margin-right: 25px;
}
.entry {
  float: left;
  width: 545px;
  text-align: left;
}
.entry + #action-bar {
  float: right;
  padding-left: 25px;
  border-left: 1px solid #ddd;
}
.entry {
  position: relative;
  clear: both;
  font-size: 15px;
  line-height: 1.5em;
}
.entry section {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.entry img {
  display: block;
  margin: auto;
}
#dashbar {
  clear: both;
  float: left;
  width: 190px;
  padding-top: 35px;
  text-align: left;
}
#dashbar img {
  display: block;
  margin: 15px 0;
  padding: 12px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#dashbar p {
  padding-bottom: 1em;
}
#dashbar p.expert {
  position: relative;
  overflow: hidden;
}
#dashbar p.expert a {
  float: right;
  padding-top: 26px;
  font-size: 12px;
  font-style: italic;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/toggle.jpg) top center no-repeat;
}
#dashbar h3 {
  border-top: 1px solid #ddd;
  padding: 12px 0 2px;
  font-size: 16px;
}
#dashbar ul {
  padding-bottom: 10px;
}
#dashbar li {
  padding: 3px 0;
}
#dashboard {
  float: right;
  width: 575px;
  padding-top: 35px;
  text-align: left;
}
.dash-tabs {
  position: relative;
  height: 40px;
  z-index: 1;
  text-align:center;
}
.dash-tabs li {
  float: left;
  padding-left: 6px;
}
.dash-tabs a {
  float: left;
  padding: 5px;
  padding-top: 7px;
  padding-bottom: -3px;
  width: 77px;
  line-height: 20px;
  height: 28px;
  color: #111;
  border: 1px solid #ccc;
  border-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #cccccc;
  background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
  background-image: -ms-linear-gradient(top, #cccccc, #ffffff);
  background-image: -o-linear-gradient(top, #cccccc, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
  background-image: linear-gradient(top, #cccccc, #ffffff);
  text-decoration: none;
}
.dash-tabs a.active {
  border-bottom: 1px solid #fff;
  background: #fff;
}
.dash-tabs a.multi-line {
  line-height: 14px;
  padding-top: 5px;
  padding-bottom: 7px;
}
.dash-bit {
  position: relative;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.dash-bit h3 {
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
  font-size: 15px;
  padding-left: 34px;
  background: #F9F9F9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dash-bit h3.expander {
  cursor: pointer;
  background: #f9f9f9 url(/web/20180816001337im_/http://learningannex.com/assets/closed.jpg) 12px center no-repeat;
}
.dash-bit h3.expander.active {
  background: #f9f9f9 url(/web/20180816001337im_/http://learningannex.com/assets/opened.jpg) 12px center no-repeat;
}
.dash-bit .welcome {
  float: left;
  color: #046699;
  width: 100%;
  padding-left: 14px;
  margin-top: 15px;
}
.add-this {
  position: relative;
  padding: 14px;
  overflow: hidden;
  height: 23px;
  line-height: 23px;
}
.add-this a {
  float: right;
  margin-left: 16px;
}
.add-this a.add {
  position: relative;
  top: -4px;
  line-height: 100%;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 12px 6px;
  -moz-box-shadow:inset 0px 1px 0px 0px #b0e384;
  -webkit-box-shadow:inset 0px 1px 0px 0px #b0e384;
  box-shadow:inset 0px 1px 0px 0px #b0e384;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #268a16;
  text-shadow:-1px -1px 0 rgba(48, 97, 8, 0.4);
  background: #7fdc38;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmZGMzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzg4ZGQ0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzYyYzcxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YmJiMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7fdc38 0%, #88dd4b 50%, #62c719 51%, #5bbb11 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fdc38), color-stop(50%,#88dd4b), color-stop(51%,#62c719), color-stop(100%,#5bbb11));
  background: -webkit-linear-gradient(top, #7fdc38 0%,#88dd4b 50%,#62c719 51%,#5bbb11 100%);
  background: -o-linear-gradient(top, #7fdc38 0%,#88dd4b 50%,#62c719 51%,#5bbb11 100%);
  background: -ms-linear-gradient(top, #7fdc38 0%,#88dd4b 50%,#62c719 51%,#5bbb11 100%);
  background: linear-gradient(to bottom, #7fdc38 0%,#88dd4b 50%,#62c719 51%,#5bbb11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fdc38', endColorstr='#5bbb11',GradientType=0 );
}
.add-this a.add:hover {
  background: #7deb29;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkZWIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzg1ZWIzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzYwZDEwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YWMyMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7deb29 0%, #85eb3d 50%, #60d10f 51%, #5ac20a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7deb29), color-stop(50%,#85eb3d), color-stop(51%,#60d10f), color-stop(100%,#5ac20a));
  background: -webkit-linear-gradient(top, #7deb29 0%,#85eb3d 50%,#60d10f 51%,#5ac20a 100%);
  background: -o-linear-gradient(top, #7deb29 0%,#85eb3d 50%,#60d10f 51%,#5ac20a 100%);
  background: -ms-linear-gradient(top, #7deb29 0%,#85eb3d 50%,#60d10f 51%,#5ac20a 100%);
  background: linear-gradient(to bottom, #7deb29 0%,#85eb3d 50%,#60d10f 51%,#5ac20a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7deb29', endColorstr='#5ac20a',GradientType=0 );
}
.add-this a.add:active {
  top: -3px;
}
.bit {
/*  display: none; */
}
h3.active + .bit {
  display: block;
}
.bit,
#create {
  position: relative;
  padding: 18px 14px;
}
.bit table,
#create table {
  width: 100%;
  line-height: 1.3em;
}
.bit th,
#create th {
  font-weight: bold;
  padding-bottom: 10px;
}
.bit td,
#create td {
  padding: 7px 0;
  font-size: 11px;
  color: #666;
  vertical-align: middle;
}

.dash-bit a:hover.qt {
  text-decoration:none;
}

.dash-bit a.qt {
  text-decoration:none;
  position: relative;
  width: 16px;
  line-height: 16px;
  height: 16px;
  margin-left: 15px;
  display: inline-block;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/q.jpg) center no-repeat;
}
.dash-bit .qt + div {
  display: none;
}
.crumbs {
  position: relative;
  padding-top: 20px;
  text-align: left;
  float: left;
}
.crumbs li {
  display: inline;
  font-size: 14px;
}
.crumbs a {
  color: #111;
}
.crumbs a:after {
  content: " > ";
}
.bit h2 strong {
  font-size: 13px;
  float: right;
  font-weight: normal;
}
.iwrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
}
.iwrap .rad {
  float: right;
  width: 158px;
}
.iwrap .rad input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 10px;
}
.iwrap label {
  display: block;
  font-size: 14px;
}
.iwrap label a.qt.active + span {
  display: block;
}
.iwrap input[type="text"],
.iwrap input[type="number"] {
  float: left;
  width: 100%;
  padding-left: 9px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 33px;
  /* line-height: 33px; */
  color: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.iwrap input[type="text"].file {
  float: left;
  width: 250px;
}
.iwrap input[type="text"].this-cost {
  width: 145px !important;
}
.iwrap .this-cost-per {
  float: right;
  width: 169px;
  text-align: center;
  font-size: 14px;
  color: #444;
  height: 30px;
  line-height: 30px;
}
.iwrap select.this-cost-select {
  float: right;
  width: 145px !important;
  margin-left: 26px;
}
.iwrap select.category-select {
  float: right;
  width: 320px; !important;
  margin-right: 0px;
}
.iwrap .upload,
.iwrap .browse,
.iwrap .attach {
  float: left;
  margin-left: 30px;
  margin-top: 5px;
  height: 23px;
  width: 106px;
  text-indent: -9999em;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/browse.jpg) top left no-repeat;
}
.iwrap .upload {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/upload.jpg) top left no-repeat;
}
.iwrap .upload {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/attach.jpg) top left no-repeat;
}
.iwrap select {
  float: left;
  width: 100%;
  padding-left: 9px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 33px;
 /*  line-height: 33px; */
  color: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.iwrap textarea {
  float: left;
  width: 100%;
  padding: 9px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /* line-height: 24px; */
  height: 140px;
  color: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.iwrap .attachment {
  clear: both;
  color: red;
}
.iwrap .date-wrap {
  position: relative;
  float: left;
  width: 48%;
  overflow: hidden;
}
.iwrap .date-wrap input[type="text"] {
  float: left;
  width: 98%;
  background: #ffffff url(/web/20180816001337im_/http://learningannex.com/assets/cal2.jpg) 90% center no-repeat;
}
.iwrap .date-wrap select {
  float: right;
  width: 48%;
}
.iwrap .date-wrap + .date-wrap {
  float: right;
}
.iwrap .count-wrap {
  float: left;
  width: 33.3%;
}
.iwrap .count-wrap input[type="text"] {
  width: 70%;
}
.iwrap .city {
  float: left;
  width: 50%;
  margin-right: 5%;
}
.iwrap .state {
  float: left;
  width: 15%;
  margin-right: 5%;
}
.iwrap .zip {
  float: left;
  width: 25%;
}
#finalize {
  position: relative;
  border-top: 1px solid #ddd;
  padding: 12px 0 0 24px;
}
#finalize p {
  position: relative;
  padding-bottom: 8px;
}
#finalize input[type="submit"],
#finalize a.do-preview {
  height: 23px;
  width: 150px;
  margin-bottom: 10px;
  display: block;
  padding: 0;
  border: 0;
  text-indent: -9999em;
}
#finalize strong {
  font-weight: bold;
  color: #000;
}
#finalize .do-preview {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/do1.jpg) top left no-repeat;
  float: left;
  margin-right: 10px;
}
#finalize input.do-save {
  margin-bottom: 0;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/do2.jpg) top left no-repeat;
}
#finalize .do-publish {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/do3.jpg) top left no-repeat;
}
#create,
.phone,
#vod {
  position: relative;
}
#create .iwrap  input[type="text"],
.phone .iwrap  input[type="text"],
#vod .iwrap  input[type="text"],
#create .iwrap  textarea,
.phone .iwrap  textarea,
#vod .iwrap  textarea,
#create .multi,
.phone .multi,
#vod .multi {
  float: right;
  width: 290px;
}
#create label,
.phone label,
#vod label {
  float: left;
  width: 200px;
  font-weight: bold;
}
#create .multi li,
.phone .multi li,
#vod .multi li {
  overflow: hidden;
  padding-bottom: 16px;
}
#create .multi input[type="text"],
.phone .multi input[type="text"],
#vod .multi input[type="text"] {
  width: 265px;
  float: left;
}
#create .multi .add,
.phone .multi .add,
#vod .multi .add {
  float: right;
  margin: 6px 12px 0 0;
}
#create .multi .remove,
.phone .multi .remove,
#vod .multi .remove {
  float: right;
  margin: 9px 15px;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/x.jpg) center no-repeat;
}
.dash-form {
  position: relative;
  padding: 18px 12px;
}
.dash-form p {
  clear: both;
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
}
.dash-form label {
  float: left;
  width: 90px;
  height: 35px;
  line-height: 26px;
  font-weight: bold;
  font-size: 14px;
}
.dash-form input[type="text"] {
  float: left;
  width: 440px;
  padding-left: 9px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 33px;
  line-height: 33px;
  color: #222;
}
.dash-form textarea {
  float: left;
  width: 440px;
  padding-left: 9px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 18px;
  color: #222;
  font-family: inherit;
  height: 150px;
}
.dash-form span {
  float: left;
  width: 50%;
}
.dash-form span input[type="text"] {
  width: 106px;
}
.dash-form span + span input[type="text"] {
  float: right;
  margin-right: 8px;
}
.dash-form a.upload {
  float: right;
  margin: 12px 70px 0 0;
  height: 23px;
  width: 106px;
  text-indent: -9999em;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/upload.jpg) top left no-repeat;
}
.dash-form a.upload + input[type="text"] {
  width: 190px;
}
.dash-form input[type="submit"] {
  height: 23px;
  width: 101px;
  text-indent: -9999em;
  border: 0;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/save.gif) top left no-repeat;
}
.dash-form ul {
  padding-left: 6px;
}
.dash-form li {
  position: relative;
  margin: 8px 0;
  padding: 4px 0 4px 30px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/plus.jpg) left center no-repeat;
}
#registration-content {
  float: left;
  width: 560px;
  clear: both;
  padding-top: 20px;
  text-align: left;
  border-right: 1px solid #ddd;
}
#registration-content.signup input[type=submit] {
  padding: 10px 30px;
  background: #f5eb8c;
  background-image: -moz-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: -ms-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: -o-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5eb8c), to(#f3c00d));
  background-image: -webkit-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: linear-gradient(top, #f5eb8c, #f3c00d);
  box-shadow: none;
  border: 0;
  margin: 0;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
}
#registration-content.signup .row {
  clear: left;
  overflow: hidden;
  margin-bottom: 20px;
}
#registration-content.signup .new_user {
    margin-top: 15px;
}
#registration-content.signup .new_user label {
  font-weight: normal;
  font-size: 14px;
  float: left;
  width: 170px;
  padding-top: 8px;
}
#registration-content.signup .new_user input[type=text],
#registration-content.signup .new_user input[type=password],
#registration-content.signup .new_user input[type=email]{
  float: left;
  width: 200px;
  margin: 0;
}
#expert-testimonials {
  clear: both;
  position: relative;
  border-top: 1px solid #ddd;
  padding: 40px 0;
  overflow: hidden;
  text-align: left;
}
#expert-testimonials h3 {
  margin-bottom: 20px;
}
#expert-testimonials .bx-wrapper {
  padding: 0 25px;
  width: 550px;
}
#expert-testimonials #expert-slider {
  width: 100%;
}
#expert-testimonials div.text {
  float: left;
  width: 650px;
  line-height: 110%;
  margin-top: 10px;
}
#expert-testimonials div.text p {
  font-style: italic;
  color: #808285;
  margin-bottom: 10px;
  font-size: 11px;
}
#expert-testimonials img {
  width: 110px;
  float: right;
  display: block;
}
#expert-testimonials .bx-prev,
#expert-testimonials .bx-next {
  text-decoration: none;
  position: absolute;
  top: 42px;
}
#expert-testimonials .bx-prev img,
#expert-testimonials .bx-next img {
  width: 10px;
}
#expert-testimonials .bx-prev {
  left: 0;
}
#expert-testimonials .bx-next {
  right: 0;
}
.event-reg,
.person-reg {
  position: relative;
  padding-bottom: 20px;
}
.event-reg:after,
.person-reg:after {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.event-reg p,
.person-reg p {
  padding-bottom: .5em;
  color: #666;
}
.event-reg p img,
.person-reg p img,
.event-reg p em,
.person-reg p em {
  vertical-align: middle;
}
.event-reg p strong,
.person-reg p strong {
  margin-right: 10px;
}
.event-reg p strong + a,
.person-reg p strong + a {
  margin-right: 10px;
}
.event-reg > img,
.person-reg > img {
  float: left;
  padding: 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-right: 16px;
}
.event-reg .spot,
.person-reg .spot {
  float: right;
  width: 130px;
  padding-left: 20px;
  text-align: center;
}
.event-reg .spot strong,
.person-reg .spot strong {
  color: #2f6194;
  display: block;
}
.event-reg .spot .day,
.person-reg .spot .day {
  display: block;
  height: 16px;
  line-height: 16px;
  padding-top: 7px;
  width: 23px;
  text-align: center;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/cal.jpg) center no-repeat;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin: 10px auto;
}
.event-reg .spot .when,
.person-reg .spot .when {
  position: relative;
  display: block;
  font-weight: bold;
}
.event-reg .spot .when + .when,
.person-reg .spot .when + .when {
  font-weight: normal;
}
.event-reg .spot em,
.person-reg .spot em {
  font-weight: bold;
  font-size: 22px;
  display: block;
  color: #F55211;
  padding-top: 16px;
}
.event-reg p em,
.person-reg p em {
  font-weight: bold;
  font-size: 22px;
  color: #F55211;
  padding-top: 16px;
}
.event-reg h3,
.person-reg h3 {
  font-weight: bold;
}
.event-reg h3 a,
.person-reg h3 a {
  float: none;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.event-reg h3 img,
.person-reg h3 img {
  float: right;
  margin-right: 100px;
}
#registration-content > h3 {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  background: #eee;
  padding: 4px 10px;
  margin-right: -14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#message-to {
  position: relative;
  padding: 10px;
}
#message-to label {
  display: block;
  font-weight: bold;
  padding-bottom: 8px;
}
#message-to label em {
  font-weight: normal;
  font-style: italic;
  color: #666;
}
#message-to textarea {
  width: 100%;
  padding: 9px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 24px;
  height: 140px;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.avail {
  position: relative;
  padding: 10px 10px 0;
}
.avail h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 34px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/neg.jpg) left center no-repeat;
}
.avail .avail-box {
  position: relative;
  padding: 10px 34px;
}
.avail p {
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
}
.avail input[type="text"],
.avail select {
  padding: 0 9px;
  border: 1px solid #ccc;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 150px;
}
.avail input[type="text"].date,
.avail select.date {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/cal2.jpg) 95% center no-repeat;
}
.avail select {
  width: 168px;
}
.avail label {
  float: left;
  width: 222px;
  font-size: 14px;
}
.avail label em {
  display: block;
  font-style: italic;
  color: #666;
}
#pay-options {
  position: relative;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/100.jpg) 94% 12px no-repeat;
}
#pay-options ul {
  padding: 30px 0 0 10px;
  overflow: hidden;
}
#pay-options ul li {
  float: left;
  width: 25%;
}
#pay-options ul label {
  font-size: 14px;
  font-weight: bold;
}
#pay-options p {
  font-style: italic;
  font-size: 15px;
  color: #666;
  padding: 15px 0 30px 10px;
  margin-right: -14px;
  border-bottom: 1px solid #ddd;
}
#pay-options input[type="submit"] {
  position: relative;
  float: right;
  margin: 30px;
  height: 23px;
  width: 150px;
  text-indent: -9999em;
  border: 0;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/save2.jpg) top left no-repeat;
}
#registration-bar {
  float: right;
  width: 195px;
  padding-top: 20px;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 20px;
}
#registration-bar h3 {
  font-weight: normal;
  color: #d70033;
}
#registration-bar h5 {
  padding-bottom: 10px;
}
#registration-bar h5 strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.checklist {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 18px;
}
.checklist li {
  margin-bottom: 14px;
  padding-left: 38px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/check.jpg) top left no-repeat;
}
.expertise-checklist {
  position: relative;
}
.expertise-checklist li {
  margin-bottom: 28px;
}
.expertise-checklist li h4 {
  padding-left: 36px;
  background: url(/web/20180816001337im_/http://learningannex.com/assets/check.jpg) top left no-repeat;
  font-size: 16px;
  height: 26px;
  padding-top: 8px;
}
.expertise-checklist li p {
    line-height: 140%;
}
.learn-more {
    float: right;
}
.faqlist {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 18px;
}
.faqlist li {
  margin-bottom: 14px;
}
#footer {
  position: relative;
  padding: 20px 0 10px;
  background: #ebebeb url(/web/20180816001337im_/http://learningannex.com/assets/footbar.jpg) top center repeat-x;
}
.foot {
  position: relative;
  width: 780px;
  margin: auto;
  overflow: hidden;
}
#social {
  position: relative;
  overflow: hidden;
}
#social li {
  float: left;
  background-color: #046699;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  padding: 1px;
  margin-right: 8px;
}
#social a {
  float: left;
  text-indent: -9999em;
  width: 42px;
  height: 42px;
}
#social .s1 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/s1.png) top left no-repeat;
}
#social .s2 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/s2.png) top left no-repeat;
}
#social .s3 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/s3.png) top left no-repeat;
}
#social .s4 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/s4.png) top left no-repeat;
}
#social .s5 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/s5.png) top left no-repeat;
}
#social .s6 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/s6.png) top left no-repeat;
}
#social .s7 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/s7.png) top left no-repeat;
}
#social .s8 {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/s8.png) top left no-repeat;
}
#foot-nav {
  position: relative;
  padding: 14px 0 0;
  font-size: 14px;
  float: left;
}
#foot-nav li {
  display: inline;
}
#foot-nav li:after {
  content: " | ";
}
#foot-nav li:last-of-type:after {
  content: " ";
}
#foot-nav a {
  color: #111111;
}
#foot-nav + p {
  float: right;
  padding-top: 14px;
  font-size: 14px;
}
#footer .time-zone {
  font-size: 10px;
  margin-top: 20px;
}
.static-content {
  text-align: left;
  margin: 40px 0;
}
.static-content h3 {
  padding: 5px 0;
}
.static-content p {
  margin-bottom: 15px;
}
.static-content ul {
  list-style-type: disc;
  padding-left: 1.4em;
  margin-bottom: 15px;
}

/* New changes to event page */
#event-page #action-bar {
    border-left: 0;
}
#event-page #add-to-list {
  background: url(/web/20180816001337im_/http://learningannex.com/assets/add-to.jpg) 17px center no-repeat;
}
#event-page .row-section {
  clear: both;
  overflow: hidden;
}
#event-page .row-section.first {
  padding-top: 20px;
  box-shadow: 0 8px 8px -5px rgba(0, 0, 0, .2)
}
#event-page .row-section.user {
  border-bottom: 1px solid #ddd;
}
#event-page .row-section:last-of-type {
  border: 0;
}
#event-page #overview {
  min-height: 400px;
  padding-right: 20px;
  margin-top: 15px;
  padding-bottom: 30px;
  border-right: 1px solid #ddd;
  margin-bottom: 0;
}
#event-page #overview h2 {
  line-height: 110%;
}
#event-page #overview img {
  margin-left: 4px;
  margin-bottom: 30px;
}
#event-page #overview p {
  color: #414042;
}
#event-page #overview .by {
  margin-bottom: 0;
  border-bottom: 0;
}
#event-page #event-info {
  width: 188px;
  text-align: left;
  float: right;
  padding-left: 25px;
  padding-bottom: 30px;
  position: relative;
}
#event-page #availability {
  margin-top: 5px;
  border-left: 0;
}
#event-page #availability .spot {
  padding-left: 0;
}
#event-page #availability .spot .when {
  line-height: 150%;
}
#event-page #availability .spot .when + .when {
  padding-bottom: 20px;
}
#event-page #availability .spot p {
  padding-left: 32px;
  line-height: 150%;
}
#event-page #availability a.now {
  margin: 20px auto 15px;
}
#event-page #other-dates h4 {
  margin-bottom: 5px;
}
#event-page #user-info {
  position: relative;
  float: left;
  width: 545px;
  min-height: 201px;
  clear: both;
  text-align: left;
  font-size: 15px;
  padding: 35px 20px 30px 0;
  border-right: 1px solid #ddd;
}
#event-page #user-info p {
  color: #414042;
}
#event-page #user-picture {
  width: 188px;
  float: right;
  padding: 35px 0 30px 25px;
}
#event-page #user-picture .pic {
  position: relative;
  text-align: right;
}
#event-page #user-picture .pic img {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: auto auto 10px;
}
#event-page #user-picture .pic a {
  margin-right: 25px;
}
#event-page .entry {
  padding-top: 30px;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}
#event-page .entry h2 {
  padding-bottom: 10px;
}
#event-page .entry + #action-bar {
  padding-top: 30px;
  border-left: 0;
}
#event-page .entry + #action-bar .peeps {
  margin-left: 0;
}

/* Additional theming for event purchase page */
#purchase-event-page {
  clear: both;
  padding: 30px 0;
}
#purchase-event-page #event-info {
  text-align: left;
  box-shadow: 0 8px 8px -5px rgba(0, 0, 0, .2)
}
#purchase-table {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}
#purchase-table th {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
#purchase-table th.price {
  text-align: right;
}
#purchase-table td {
  padding: 20px 0 30px;
  vertical-align: middle;
  font-size: 16px;
}
#purchase-table td.title {
  width: 60%;
  font-weight: bold;
}
#purchase-table td.other-info {
  width: 25%;
}
#purchase-table td.price {
  width: 15%;
  font-size: 28px;
  color: #F15A29;
  font-weight: bold;
  text-align: right;
}
#purchase-event-page .event-reg .total {
  overflow: hidden;
  padding: 20px 0;
}
#purchase-event-page .event-reg span {
  float: right;
  display: block;
}
#purchase-event-page .event-reg .total .label-text {
  font-weight: bold;
  font-size: 20px;
  margin-right: 30px;
}
#purchase-event-page .event-reg .total .amount {
  font-size: 28px;
  color: #F15A29;
  font-weight: bold;
}
#purchase-event-page .event-reg .total .asterisk {
  clear: both;
  text-align: right;
  padding-top: 8px;
  font-size: 11px;
}
#purchase-event-page #registration-content {
  padding-top: 0;
  padding-bottom: 90px;
  margin-top: 40px;
  min-height: 600px;
}
#purchase-event-page #registration-content h3 {
  background: none;
  padding: 4px 0;
  margin-right: 0;
}
#purchase-event-page #registration-content .apply-coupon {
  margin-top: -4px;
}
#purchase-event-page #registration-content .submit-payment {
  position: absolute;
  right: 30px;
  bottom: -60px;
}
#purchase-event-page #pay-options #coupon_div {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
#purchase-event-page #pay-options p {
  padding: 0;
  border: 0;
}
#purchase-event-page #pay-options .user-info {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
#purchase-event-page .user-info #event-guests {
  margin-top: 20px;
  display: none;
}
#purchase-event-page .user-info #event-guests h5 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
#purchase-event-page .user-info #event-guests .guest-row {
  margin-bottom: 10px;
}
#purchase-event-page .user-info #event-guests .guest-row:last-of-type {
  margin-bottom: 0;
}
#purchase-event-page .user-info #event-guests .guest-row label {
  margin-right: 5px;
}
#purchase-event-page .user-info #event-guests .guest-row label.email {
  margin-left: 12px;
}
#purchase-event-page .user-info #event-guests .guest-row input {
  height: 25px;
  line-height: 25px;
  font-size: 16px;
}
#purchase-event-page #pay-options .credit-card-info {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
#purchase-event-page #pay-options .field {
  padding: 10px 0;
}

/* Meet the Team */
#meet-the-team .wrapper {
    width: 780px;
    text-align: left;
}

#meet-the-team .row {
    margin-bottom: 50px;
    overflow:hidden;
}
#meet-the-team .top-row {
    margin: 30px 0px 50px 0px;
}
#meet-the-team .rowclear {
    clear: both;
}
#meet-the-team img.profile-pic {
    float: left;
    margin: 0px 30px 0px 0px;
}
#meet-the-team .row .contents {
    padding-top: 5px;
    float: left;
    width: 540px;
}
#meet-the-team .row .contents .description {
    margin-top: 5px;
}

#meet-the-team img {
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/* How it Works */
#how-it-works .wrapper {
    text-align: justify;
}
#how-it-works ol {
    font-weight: bold;
    list-style: decimal inside none;
    margin-left: 15px;
}
#how-it-works ol li p{
    padding-left: 10px;
}
a.howitworks img {
  width: 100%;
}

/* FAQ */
#faq ul{
    margin: 15px 0px 20px 15px;
}

/* New styles for login and signup */

#html-sign-up,
#html-sign-in {
  margin: 40px auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0px 10px rgba(0,0,0,0.3);
  width: 420px;
}
#html-sign-up .row,
#html-sign-in .row {
  clear: both;
  overflow: hidden;
  padding: 8px 0;
}
#html-sign-up .fb-signin,
#html-sign-in .fb-signin {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
}
#html-sign-up .fb-signin p {
  padding-top: 5px;
}
#html-sign-up .fb-signin .or,
#html-sign-in .fb-signin .or{
  font-style: italic;
  background-color: white;
  position: absolute;
  bottom: -9px;
  text-align: center;
  width: 30px;
  left: 50%;
  margin-left: -15px;
}
#html-sign-up label,
#html-sign-in label {
  width: 100px;
  float: left;
  font-weight: normal;
  font-size: 14px;
  padding-top: 8px;
  line-height: 120%;
}
#html-sign-up label[for=user_password_confirmation] {
  padding: 0;
}
#html-sign-up input[type=text],
#html-sign-up input[type=password],
#html-sign-up input[type=email],
#html-sign-in input[type=password],
#html-sign-in input[type=email] {
  width: 260px;
  float: right;
  margin: 0;
}
#html-sign-up input[type=submit],
#html-sign-in input[type=submit]{
  padding: 10px 50px;
  background: #f5eb8c;
  background-image: -moz-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: -ms-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: -o-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5eb8c), to(#f3c00d));
  background-image: -webkit-linear-gradient(top, #f5eb8c, #f3c00d);
  background-image: linear-gradient(top, #f5eb8c, #f3c00d);
  box-shadow: none;
  border: 0;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
}
#html-sign-up .devise-link,
#html-sign-in .devise-link {
  text-align: center;
}
#html-sign-in .remember-me input {
  float: left;
  margin-left: 0;
}
#html-sign-in .remember-me label {
  float: left;
  padding-top: 2px;
  padding-left: 3px;
}

.tooltip-inner {
  background-color: white;
  color: black;
  border: 3px black solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  line-height: 100%;
}

/* changes to static celebrity page */
#celebrity #recommends {
  width: 565px;
}
#celebrity .experts > li {
  width: 550px;
}
#celebrity .experts > li img {
  margin-bottom: 20px;
}
#celebrity .experts h3 {
  width: auto;
}
#celebrity .experts h3 a {
  width: auto;
  float: left;
}
#celebrity .experts h3 strong {
  float: right;
}
#celebrity .experts .categories {
  color: #666;
  margin-bottom: 5px;
}
#celebrity .experts .categories span {
  color: #046699;
}
#celebrity .this-me {
  position: static;
  margin-top: 3px;
  clear: left;
}
#celebrity #action-bar {
  border-left: 0;
  padding-left: 10px;
}
#celebrity #action-bar .event-title {
  line-height: 140%;
}

/* Venue pages */
img.framed {
  padding: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

#venue {
  text-align: left;
  margin: 40px auto;
}

#venue #company-header {
  clear: left;
  padding-top: 10px;
}

#venue #company-title {
  width: 300px;
  float: left;
  padding-top: 60px;
}

#venue #company-title h2 {
  margin-top: 12px;
}

#venue img#main {
  float: right;
  width: 400px;
}

#venue #company-info {
  clear: both;
  padding-top: 40px;
}

#venue #company-info p {
  margin-bottom: 20px;
}

#venue #company-info ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 20px;
}

#venue #meeting-facilities {
  margin: 10px 0 20px;
  overflow: hidden;
}

#venue #meeting-facilities h3 {
  position: relative;
  top: 16px;
}

#venue #facilities-slider > div {
  width: 195px;
  text-align: center;
}

#venue #facilities-slider img {
  width: 130px;
  padding: 12px;
  display: block;
  margin: 10px auto 10px;
}

#venue #facilities-slider .pager a {
  border: 0;
  padding: 0;
  display: inline;
  background: none;
  font-weight: bold;
}

#venue #meeting-facilities .bx-pager {
  float: right;
  margin-right: 4px;
}

#venue #meeting-facilities .bx-pager a {
  font-size: 24px;
  text-decoration: none;
}

#venue #meeting-facilities .bx-pager a.pager-active {
  color: #27AAE1;
}

/* Partners pages */

#venue a.qt {
    text-decoration:none;
    position: relative;
    width: 16px;
    line-height: 16px;
    height: 16px;
    margin-left: 5px;
    display: inline-block;
    background: url(/web/20180816001337im_/http://learningannex.com/assets/q.jpg) center no-repeat;
}

#venue-help {
    padding: 40px 0px;
}

#venue #venue-help p {
    margin-top: 10px;
}

#venue-partners {
    width: 780px;
}

#venue #venue-partners h2 {
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

#venue #venue-partners img#regus-logo,
#venue #venue-partners img#liquispace-logo{
    height: 59px;
    display: block;
    margin: 0 auto;
    padding: 10px 0 15px;
}

#venue #venue-partners img#regus-logo {
    height: 46px;
    padding-bottom: 28px;
}

#venue #venue-partners p {
    margin-bottom: 20px;
}

#venue #venue-partners #liquispace {
    padding-right: 30px;
    border-right: 1px solid #CCC;
}

#venue #venue-partners #regus {
    padding-left: 29px;
    /*border-left: 1px solid #CCC;*/
}

#venue #venue-partners .partner-row {
    width: 360px;
    float: left;
    margin-bottom: 40px;
}

#venue-partners ul {
    list-style: disc;
    margin-left: 1.3em;
}

#venue #venue-partners a {
    text-decoration: underline;
}

#venue #venue-partners .more-info {
    font-style: italic;
    margin-top: 20px;
}

/* additions w/r/t merging */
.alert, .notice {
  margin-top: 10px;
}
#signup_form {
  margin-top: 10px;
  text-align: left;
}

/* copied from blueprint */
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

.event-attendees {
  /*cursor: pointer;*/
  margin-left: 10px;
}
.event-attendee-list {
  margin-left: 20px;
}

#error-page {
  margin: 40px 0;
}

#messages-inbox .messages-settings {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
}

#messages-inbox .messages-settings input[type=checkbox] {
  float: left;
  margin-right: 6px;
}

#messages-inbox .messages-settings label {
  float: left;
  font-size: 11px;
}

#messages-inbox .messages-settings input[type=submit] {
  float: right;
  font-size: 11px;
}

#messages-inbox .messages tr.read {
  background: #F2F2F2;
}

#messages-inbox .messages th,
#messages-inbox .messages td {
  padding-left: 10px;
  padding-right: 10px;
}

#messages-inbox .messages td.from,
#messages-inbox .messages td.date {
  white-space: nowrap;
}

#messages-thread .messages tr.highlight {
  background: lightyellow;
}

#messages-thread .messages td {
  padding: 4px 10px;
}

#messages-thread .messages td,
#messages-thread .messages td strong {
  line-height: 140%;
}

#messages-thread .messages td.date {
  vertical-align: top;
  color: #999;
}

#messages-thread .messages tr.date-title td {
  padding: 20px 0 10px;
}

#messages-thread .messages tr.date-title:first-of-type td {
  padding-top: 5px;
}

#new_message {
  overflow: hidden;
}

#new_message textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#new_message input[type=submit] {
  float: right;
  margin-top: 5px;
  margin-right: 0;
}

.widget.send-message {
  text-align: center;
}

/* Class Roster */

#class-roster .event-info {
  margin-bottom: 20px;
}

#class-roster .attendees td.picture {
  width: 15%;
}

#class-roster .attendees td.name {
  width: 70%;
}

#class-roster .attendees td.picture img {
  width: 40px;
}

#class-roster .attendees tr.attendee td {
  padding: 3px 0;
}

#class-roster .attendees tr.has-guests td {
  padding-bottom: 0;
  line-height: 100%;
}

#class-roster .attendees tr.guest td {
  padding: 0;
  padding-bottom: 4px;
}

#class-roster .attendees tr.guest td.name {
  padding-left: 10px;
}

#class-roster .attendees tr.last td {
  padding-bottom: 8px;
}

/* Drafts */

.event-listing a.draft-link, #action-bar a.draft-link {
    color: #999;
}

.event-listing .draft-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-overflow: ellipsis;
    color: #999;
}

.events .draft-title, #action-bar .draft-title  {
    color: #999;
}

#expert-modal .modal-footer {
  text-align: center;
}


/*
* Title                   : Ajax Booking Calendar Pro
* Version                 : 1.1
* File                    : jquery.bookingCalendar.css
* File Version            : 1.0
* Created / Last Modified : 24 May 2011
* Author                  : Marius-Cristian Donea
* Copyright               : © 2011 Marius-Cristian Donea
* Website                 : http://www.mariuscristiandonea.com
* Description             : Stylesheet.
*/

/* Container */

.DOP_FrontendBookingCalendar_Container{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #fafafa;
    border: 1px solid #bbb;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 2px #bbb;
    -webkit-box-shadow: 0px 0px 2px #bbb;
    box-shadow: 0px 0px 2px #bbb;
}

/* Navigation */

.DOP_FrontendBookingCalendar_Navigation{
    margin: 0;
    padding: 0;
    z-index: 200;
    position: relative;
    background-color: #777;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-topleft-radius: 1px;
    -moz-border-topright-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.DOP_FrontendBookingCalendar_Navigation .previous_btn{
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #4c4c4c;
    z-index: 100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.DOP_FrontendBookingCalendar_Navigation .previous_btn:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.DOP_FrontendBookingCalendar_Navigation .previous_btn.disabled{
    cursor: default;
}

.DOP_FrontendBookingCalendar_Navigation .previous_btn.disabled:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.DOP_FrontendBookingCalendar_Navigation .previous_btn .icon{
    margin: 4px 0 0 3px;
    padding: 0;
    border-color: #4c4c4c #bcbcbc #4c4c4c #4c4c4c;
    border-style: solid;
    border-width: 6px 7px 6px 3px;
    width: 0px;
    height: 0px;
}

.DOP_FrontendBookingCalendar_Navigation .next_btn{
    margin: 0;
    padding: 0;
    z-index: 200;
    position: absolute;
    background-color: #4c4c4c;
    z-index: 200;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.DOP_FrontendBookingCalendar_Navigation .next_btn:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.DOP_FrontendBookingCalendar_Navigation .next_btn .icon{
    margin: 4px 0 0 7px;
    padding: 0;
    border-color: #4c4c4c #4c4c4c #4c4c4c #bcbcbc;
    border-style: solid;
    border-width: 6px 3px 6px 7px;
    width: 0px;
    height: 0px;
}

.DOP_FrontendBookingCalendar_Navigation .month_year{
    margin: 0;
    padding: 10px;
    font-family: Hevetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: black;
    background-color: #ddd;
    text-align: center;
    text-shadow: 0px 1px #888;
}

.DOP_FrontendBookingCalendar_Navigation .week{
    margin: 0;
    padding: 0;
}

.DOP_FrontendBookingCalendar_Navigation .week .day{
    margin: 5px;
    padding: 0;
    font-family: Hevetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    float: left;
    display: block;
    line-height: 1em;
}

/* Calendar */

.DOP_FrontendBookingCalendar_Calendar{
    margin: 0;
    padding: 0;
    z-index: 300;
    position: relative;
}

.DOP_FrontendBookingCalendar_Month{
    margin: 0;
    padding: 0;
}

.DOP_FrontendBookingCalendar_Day{
    margin: 5px;
    padding: 0;
    float: left;
}

.DOP_FrontendBookingCalendar_Day.last_month{
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.DOP_FrontendBookingCalendar_Day.past_day{
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.DOP_FrontendBookingCalendar_Day.curr_month{
}

.DOP_FrontendBookingCalendar_Day.next_month{
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.DOP_FrontendBookingCalendar_Day .header{
    margin: 0;
    padding: 2px 5px 2px 5px;
    display: block;
    border: 1px solid #222222;
    background: #222222;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-topleft-radius: 3px;
    -moz-border-topright-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.DOP_FrontendBookingCalendar_Day .header .day{
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    float: left;
}

.DOP_FrontendBookingCalendar_Day .header .price{
    margin: 0;
    padding: 0;
    color: #a6a47e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    float: right;
}

.DOP_FrontendBookingCalendar_Day .content{
    margin: 0;
    padding: 0 5px 0 5px;
    display: block;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #222222;
    border-top: none;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottomleft-radius: 3px;
    -moz-border-bottomright-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #eee;
}

.DOP_FrontendBookingCalendar_Day.available{
}

.DOP_FrontendBookingCalendar_Day.available .header{
    background: #297329;
    border-color: #297329;
}

.DOP_FrontendBookingCalendar_Day.available .content{
    color: #297329;
    border-color: #297329;
}

.DOP_FrontendBookingCalendar_Day.booked{
}

.DOP_FrontendBookingCalendar_Day.booked .header{
    background: #732929;
    border-color: #732929;
}

.DOP_FrontendBookingCalendar_Day.booked .content{
    color: #732929;
    border-color: #732929;
}

.DOP_FrontendBookingCalendar_Day.scheduled .header{
    background: #292973;
    border-color: #292973;
}

.DOP_FrontendBookingCalendar_Day.scheduled .content{
    color: #292973;
    border-color: #292973;
    font-size: 10px;
    line-height: 10px !important;
    font-weight: 300;
}

.DOP_FrontendBookingCalendar_Day.unavailable{
}

.DOP_FrontendBookingCalendar_Day.unavailable .header{
}

.DOP_FrontendBookingCalendar_Day.unavailable .content{
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.3em&cornerRadius=4px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=006699&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=d60034&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=006699&iconColorDefault=666666&bgColorHover=006699&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=006699&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=d60034&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=006699&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=d60034&fcError=222222&iconColorError=d60034&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.0em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(/web/20180816001337im_/http://learningannex.com/assets/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-widget-content a { color: #444444; }
.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(/web/20180816001337im_/http://learningannex.com/assets/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
.ui-widget-header a { color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dddddd; background: #f6f6f6 url(/web/20180816001337im_/http://learningannex.com/assets/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #006699; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #006699; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #006699; background: #006699 url(/web/20180816001337im_/http://learningannex.com/assets/ui-bg_highlight-soft_25_006699_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(/web/20180816001337im_/http://learningannex.com/assets/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #d60034; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #d60034; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #cccccc; background: #ffffff url(/web/20180816001337im_/http://learningannex.com/assets/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #d60034; background: #ffffff url(/web/20180816001337im_/http://learningannex.com/assets/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #222222; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #222222; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/web/20180816001337im_/http://learningannex.com/assets/ui-icons_d60034_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/web/20180816001337im_/http://learningannex.com/assets/ui-icons_d60034_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/web/20180816001337im_/http://learningannex.com/assets/ui-icons_006699_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/web/20180816001337im_/http://learningannex.com/assets/ui-icons_666666_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/web/20180816001337im_/http://learningannex.com/assets/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/web/20180816001337im_/http://learningannex.com/assets/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/web/20180816001337im_/http://learningannex.com/assets/ui-icons_006699_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/web/20180816001337im_/http://learningannex.com/assets/ui-icons_d60034_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(/web/20180816001337im_/http://learningannex.com/assets/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(/web/20180816001337im_/http://learningannex.com/assets/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }/*!
 * jQuery UI Resizable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/*







*/


input:focus:not('input[name="q"]'), textarea:focus {
  border: 1px solid black !important;
}

*:focus { 
  outline: none;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
/* hide 'today' button in jquery datepicker */
button.ui-datepicker-current { display: none; }

div.field_with_errors > input[type="text"],
div.field_with_errors > textarea {
  border: 1px solid #a00;
  color: #666;
  -webkit-box-shadow: inset 0 2px 2px #600, 0 1px 0 white;
  -moz-box-shadow: inset 0 2px 2px #600, 0 1px 0 white;
  box-shadow: inset 0 2px 2px #600, 0 1px 0 white;
  background-color: rgb(255,250,250);
}
div.field_with_errors > input[type="file"],
div.field_with_errors > select {
  border: 3px solid #c00;
  margin-top: 0px;
  margin-bottom: -2px;
  padding: 4px;
  color: #666;
  -webkit-box-shadow: inset 0 0 1px #900, 0 1px 0 white;
  -moz-box-shadow: inset 0 0 1px #900, 0 1px 0 white;
  box-shadow: inset 0 0 1px #900, 0 1px 0 white;
  background-color: rgb(255,250,250);
  border-radius: 7px;
}
div.field_with_errors + strong, 
div.field_with_errors + strong a {
  color: red !important;
}
div.slider-hours-wrapper {
  float: right;
  width: 315px;
  padding-bottom: 10px;
  padding-top: 10px;
}

div.widget.categories ul {
}

div.widget.categories ul li {
  font-size: 12px;
}
div.widget.categories ul li a {
  padding-left: 4px;
}
div.widget.categories ul li a.selected {
  font-weight:bolder;
  line-height: 20px;
  font-size: 13px;
  color: white;
  background-color: rgb(20,100,220);
  display: inline-block;
  width: 100%;
  text-shadow: 1px 1px #2F2F2F;
  border-radius: 4px;
}
ul.categories-list {
  text-align: left;
  margin-left: 6px;
}
.reload-btn{
    padding: 5px 10px 5px 10px;
    background: #e8e8e8;
    border: none;
    -moz-box-shadow: 0px 1px 1px #666666;
    -webkit-box-shadow: 0px 1px 1px #666666;
    box-shadow: 0px 1px 1px #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 20px 0;
}

#expert-availability{
    width: auto;
    height: 380px;
    background-color: #f0f0f0;
    background: url('/web/20180816001337im_/http://learningannex.com/assets/loader-big.gif') no-repeat center center;
}

.availability-inner {
  min-height: 200px;
}

div.availability-widget {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  border-radius: 10px;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 75%;
  color: green;
  box-shadow: 0px 0px 4px green;
  padding-left: 10px;
}
div.availability-widget:hover {
  background-color: #eee;
  cursor: pointer;
}
div.availability-widget.slot-active {
  background-color: #ddd;
}
.DOP_FrontendBookingCalendar_Day.available {
  cursor: pointer;
}
.payment-errors {
  font-size: 16px;
  color: rgb(200,150,150);
}

div.today-event {
  text-align: center;
  padding: 9px;
}

div.today-event-inner {
  margin-bottom: 5px;
  width: 90%;
  border: 1px solid #d9d9d9;
  text-align: center;
  float: none;
  box-shadow: 1px 1px 2px #d9d9d9;
  display: inline-block;
}

.call-now {
    margin-top: 5px;
}

strong {
    font-weight: bold;
  }
.debug_dump {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 45px;
  margin-left: 10px;
  text-align: left;
}

/* From bootstrap non-responsive: */
.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}