/*************
 * Reorganize
 * -Reset
 * -Standard tag overrides
 * -Template ids
 * -Controllers
 *     -One id then selectors for sub-styles
 * -Helpers
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
/*
 * Standard Styles
 */
body {
  background: #FFFFFF;
  font-family: helvetica;
  font-size: 1em;
  font-weight: 200;
  width: 100%;
}
h2 {
  font-size: 1.25em;
  font-weight: 600;
  padding: .25em 0 .25em 0;
  color: #6D6E70;
}
h2.highlighted {
  padding: .25em;
  margin: .25em 0;
  background: #D1D2D4;
}
h3 {
  font-size: 1em;
  font-weight: 600;
  padding: .25em 0 .25em 0;
  color: #58585B;
}
h2.lesson_category {
  border: 1px solid #D1D2D4;
  margin: 10px 0;
  padding: 10px;
}
h2.lesson_category div.video_outer h3 {
  font-size: .85em;
}
h2.lesson_category div.video_outer div.status {
  font-size: .55em;
}
h2.lesson_category div.video_outer div.body {
  font-weight: 200;
  font-size: .6em;
}
h2.lesson_category div.video_outer a.vid_thumb {
  width: 150px;
  height: 84px;
}
a.see_all,
a.see_all:visited {
  color: #58585B;
  width: 100%;
  display: block;
}
h3 a,
h3 a:visited {
  color: #58585B;
}
div,
ul,
input,
a,
textarea,
span,
label,
p,
h3,
h2,
form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  padding: 0 0 10px 0;
}
textarea {
  vertical-align: top;
}
img {
  max-width: 100%;
}
img.l {
  display: block;
  margin: auto;
}
a,
a:visited {
  color: #C730B5;
  text-decoration: none;
}
a:hover {
  color: #333;
}
label {
  font-weight: 600;
  font-size: 1em;
  display: block;
  width: 100%;
  padding: .25em 0 .125em 0;
  color: #58585B;
}
div.infieldlabel label {
  font-weight: 200;
}
form {
  display: block;
  width: 100%;
}
form div.infieldlabel {
  padding: 0 0 .625em 0;
}
form.uploader div.textarea {
  padding: 0;
}
div.radio {
  font-size: .875em;
  padding: 0 .625em .625em .625em;
}
div.radio input {
  margin: 0 .625em;
}
div.checkbox {
  padding-bottom: .5em;
}
div.checkbox label {
  display: inline;
  font-size: 1em;
  font-weight: 200;
  padding-left: 1em;
}
div.text input,
div.textarea textarea,
div.password input,
div.select select {
  font-size: .875em;
  padding: .1875em .625em;
  width: 100%;
  border: 1px solid #DDD;
}
div.textarea textarea {
  height: 8em;
}
div.textarea textarea.comment_textarea {
  height: 3em;
}
div.submit {
  padding: .625em 0 .125em 0;
  text-align: right;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  background: #FFFFFF;
}
body .ui-tooltip {
  border-width: 2px;
}
#message_updater {
  border-bottom: 1px solid #d1d2d4;
}
div.lesson_navigator {
  clear: both;
  width: 100%;
  overflow: hidden;
  border: 1px solid #D1D2D4;
  padding: 10px 3px 3px 10px;
  margin-bottom: 10px;
}
div.lesson_navigator span.previous_lesson {
  display: inline-block;
  float: left;
}
div.lesson_navigator span.next_lesson {
  display: inline-block;
  float: right;
}
div.lesson_navigator span.previous_lesson label,
div.lesson_navigator span.previous_lesson span.overlay_link {
  text-align: left;
  float: left;
}
div.lesson_navigator span.next_lesson label {
  padding: 0 7px 7px 0;
}
div.lesson_navigator span.next_lesson label,
div.lesson_navigator span.next_lesson span.overlay_link {
  text-align: right;
  float: right;
}
div.lesson_navigator label {
  width: 100px;
}
div.lesson_navigator label a,
div.lesson_navigator label a:visited {
  color: #58585B;
  font-weight: 100;
  font-size: 1.25em;
}
div.mu_control {
  overflow: auto;
  clear: both;
  padding: .25em 0;
  border-top: 1px solid #d1d2d4;
  width: 100%;
}
div.mu_control a {
  display: block;
  float: left;
}
div.todays_lesson {
  background: #e6e7e8;
  border: 1px solid #d1d2d4;
  padding: 0 10px 10px 10px;
}
span.show_hide_challenge {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 2px 10px;
  text-align: right;
  font-size: .75em;
  background: #d1d2d4;
}
div.valentine_pole input {
  width: 100%;
}
img.login_page {
  display: block;
  clear: both;
  margin: 25px auto;
}
div.video_thumbnail_control,
div.current_thumbnail {
  margin-top: 10px;
}
div.video_thumbnail_control a {
  border: 4px solid #FFFFFF;
}
div.video_thumbnail_control a.selected {
  border: 4px solid #AFD775;
}
a.mu_upload_photos,
a.mu_upload_videos,
a.mu_update_status {
  display: inline-block;
  text-indent: -1000em;
  height: 30px;
  margin-left: 10px;
}
h2.register {
  background: #b784c2;
  font-weight: 400;
  padding: 7px;
  text-align: center;
  margin: 10px 0;
  color: #FFFFFF;
}
a.mu_start_discussion {
  display: inline-block;
  background-color: #b24499;
  font-size: .875em;
  font-weight: 600;
  padding: .5em .9375em;
  color: #FFFFFF;
  text-align: center;
  border: 0;
  height: 30px;
}
a.mu_upload_photos {
  background: url('/v4/img/photo_button.png') no-repeat left 5px;
  width: 29px;
}
a.mu_upload_videos {
  background: url('/v4/img/video_button.png') no-repeat;
  width: 35px;
}
a.mu_update_status {
  background: url('/v4/img/discussion_button.png') no-repeat left 5px;
  width: 27px;
}
.loader_back {
  background: #FFF url(/v4/img/loader.gif) center center no-repeat;
}
/*
 * Core ids
 */
#checklist {
  border: 1px solid #d1d2d4;
  margin: 0 0 10px 0;
  padding: 10px;
}
#checklist div.item {
  padding: 0 0 0 0;
  margin-top: 0 auto 5px auto;
  background: transparent url('/v4/img/checkbox.png') no-repeat;
  font-size: 1.25em;
  font-weight: 400;
  margin: auto;
  width: 50%;
}
#checklist div.checked {
  background: transparent url('/v4/img/check.png') no-repeat;
  text-decoration: line-through;
  color: #AAAAAA;
}
#flash {
  font-weight: 600;
  padding: .625em;
  width: 100%;
  margin-bottom: .3125em;
  clear: both;
}
div.flash_success#flash,
div.flash_success {
  color: #2C5700;
  background: #AFD775;
}
div.flash_failure#flash,
div.flash_failure {
  color: #84002E;
  background: #DE9D7F;
}
div.error-message {
  color: #A50027;
  background: #DE9D7F;
  text-align: right;
  padding: 4px 5px 7px 5px;
}
#head {
  display: block;
  clear: both;
  width: 100%;
  background: transparent url(/v4/img/head_background.png);
  margin: 0;
  padding: 75px 0 25px 0;
}
#head div.inner {
  border-top: 3px solid #B24599;
  border-bottom: 3px solid #B24599;
  background: #404041;
  display: block;
  padding: 0;
}
#head div.align {
  position: relative;
  width: 1020px;
  margin: auto;
  overflow: auto;
  padding: 6px 0 3px 0;
  background: transparent url('/v4/img/logo-back.png') no-repeat left -15px;
}
#head a.logo {
  display: block;
  width: 340px;
  float: left;
  margin: 0 0 0 100px;
}
#head ul.nav {
  display: block;
  float: left;
  text-align: right;
  width: 100%;
}
#head ul li {
  display: inline;
}
#head ul.nav a {
  color: #FFFFFF;
  font-size: 1.125em;
  font-weight: 400;
  padding-left: 15px;
}
#head ul.nav form {
  clear: none;
  display: inline;
  float: right;
}
#head form ul.nav div {
  display: inline;
  width: 150px;
}
#head form ul.nav label {
  text-align: left;
  padding: 0 0 0 .625em;
}
#head form ul.nav input {
  display: inline;
  width: 150px;
}
#head div.tertiary_nav {
  width: 1020px;
  margin: auto;
  overflow: auto;
  text-align: right;
}
#head div.tertiary_nav span.tertiary_nav_c {
  display: block;
  width: 100%;
  font-size: .75em;
}
#head div.tertiary_nav span.tertiary_nav_c a,
#head div.tertiary_nav span.tertiary_nav_c a:visited {
  display: block;
  color: #FFFFFF;
  background: #404041;
  padding: 2px 7px 4px 7px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  float: right;
  clear: both;
}
#head div.tertiary_nav ul li {
  display: block;
  width: 100%;
  background: #404041;
  clear: both;
  text-align: center;
  border-bottom: 1px solid #D1D2D4;
}
#head div.tertiary_nav ul li a,
#head div.tertiary_nav ul li a:visited {
  display: block;
  width: 100%;
  padding: 7px 0;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 400;
}
#head div.tertiary_nav ul,
#head div.tertiary_nav form {
  width: 200px;
  background: #404041;
  float: right;
  clear: both;
}
#head div.tertiary_nav ul {
  width: 220px;
}
#head div.tertiary_nav form {
  padding: 10px 10px 0 10px;
  -moz-border-bottom-left-radius: .625em;
  border-bottom-left-radius: .625em;
  -moz-border-bottom-right-radius: .625em;
  border-bottom-right-radius: .625em;
  text-align: left;
}
#foot div.align {
  position: relative;
  width: 1020px;
  margin: auto;
  overflow: auto;
  padding: 6px 0 3px 0;
}
#themiddle {
  width: 1020px;
  margin: auto;
  overflow: none;
  padding: 0 0 15px 0;
}
#foot {
  display: block;
  clear: both;
  width: 100%;
  background: transparent url(/v4/img/head_background.png);
  margin: 0;
  height: 100px;
  margin-top: 25px;
  border-top: 2px solid #404041;
}
#foot ul {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
#foot ul li {
  font-size: .85em;
  display: inline;
  padding: 0 7px;
}
#foot ul li a {
  color: #000000;
}
#social_widget {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0;
  left: 0;
}
div.share_buttons span {
  font-size: 1.75em;
  font-weight: 400;
  color: #414142;
  padding: 0 0 10px 0;
}
#user_widget {
  width: 300px;
  float: right;
  clear: right;
  padding: 10px;
  margin-top: 15px;
  background: #d1d2d4;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d1d2d4 16%, #919192 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(16%, #d1d2d4), color-stop(100%, #919192));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #d1d2d4 16%, #919192 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #d1d2d4 16%, #919192 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #d1d2d4 16%, #919192 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #d1d2d4 16%, #919192 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d2d4', endColorstr='#919192', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#sidebar,
#testimonial {
  width: 300px;
  float: right;
  clear: right;
  margin-top: 15px;
}
#testimonial {
  background: #fdf3b9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fdf3b9 0%, #ffde16 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fdf3b9), color-stop(100%, #ffde16));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #fdf3b9 0%, #ffde16 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #fdf3b9 0%, #ffde16 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #fdf3b9 0%, #ffde16 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #fdf3b9 0%, #ffde16 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf3b9', endColorstr='#ffde16', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 0 45px 45px 15px;
}
#testimonial div.testimonial_outer {
  margin-bottom: 1em;
}
div.launch_column {
  width: 50%;
  float: left;
}
div.launch_column div {
  padding: 0 30px 0 30px;
}
div.launch_column ul {
  padding: 20px;
}
div.launch_column h3 {
  padding: 10px;
}
div.reg_testimonials {
  overflow: auto;
  clear: both;
}
div.reg_testimonials div.testimonial_outer {
  clear: none;
  float: left;
  width: 48%;
  margin: 10px 1%;
  padding: 10px 45px 45px 10px;
  background: #ebccf2;
  height: 250px;
}
div.reg_testimonials div.testimonial_outer:first-child {
  margin-left: 0;
  margin-right: 1%;
  width: 49%;
}
div.reg_testimonials div.testimonial_outer:last-child {
  margin-left: 1%;
  margin-right: 0;
  width: 49%;
}
form.eo_reg {
  padding: 10px;
  background: #fdf3b9;
}
form.upgrade_button {
  width: 100%;
  text-align: center;
}
#testimonial a.more {
  display: block;
  width: 100%;
  text-align: right;
  font-size: .75em;
}
#search_widget div.input {
  padding: 0;
}
#user_widget a.pm {
  dipslay: block;
  float: left;
}
#user_widget span.user_widget_display_name {
  font-weight: 200;
  display: block;
  margin: 0 0 0 50px;
  padding: 0 0 0 10px;
}
#user_widget span.user_widget_display_name a.logout {
  font-size: .75em;
  font-weight: 300;
  padding-left: 1em;
}
#user_widget ul.user_menu {
  display: block;
  margin: .5em 0 0 50px;
  padding: 0 0 0 10px;
}
#user_widget ul.user_menu li {
  display: inline;
  padding-right: .5em;
}
#user_widget a.forgotten_password {
  display: block;
  width: 100%;
  clear: both;
  float: left;
  font-size: .75em;
}
#user_widget a.user_widget_inbox,
#user_widget a.user_widget_friends {
  position: relative;
}
#user_widget span.stat_count span.active_count {
  position: absolute;
  font-size: .75em;
  font-weight: 600;
  left: 13px;
  top: 7px;
  background: #FF0000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 0 3px;
  color: #FFFFFF;
}
#UserLoginForm div.label {
  display: inline;
  padding-left: .5em;
}
#blogs_view div.body {
  font-size: 1.125em;
  line-height: 150%;
  color: #58585B;
  text-align: justify;
}
#blogs_view a.p {
  padding: 0 20px 10px 0;
}
#blogs_view span.user_display_name {
  display: block;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0;
}
#blogs_view div.status {
  display: block;
  clear: none;
}
#blogs_view div.featured_blogs_position {
  float: right;
  width: 1px;
  height: 150px;
}
#blogs_view div.featured_blogs {
  float: right;
  width: 250px;
  border: 2px solid #D1D2D4;
  margin: 10px 0 10px 20px;
  padding: .5em;
  clear: both;
}
#blogs_view div.featured_blogs h3 {
  margin: 0 0 .75em 0;
}
#blogs_view div.featured_blogs a {
  display: block;
  margin: 0 0 .5em 0;
}
#features {
  width: 100%;
  height: 110px;
  clear: both;
  padding-top: 10px;
  position: relative;
  text-align: justify;
}
#features_to_sort {
  width: 100%;
  clear: both;
  padding-top: 10px;
  position: relative;
  text-align: justify;
}
#features_to_sort > span {
  margin-bottom: 10px;
}
#features_to_sort > span,
#features > span {
  width: 100px;
  height: 100px;
  vertical-align: top;
  display: inline-block;
}
#features_to_sort span.stretch,
#features span.stretch {
  width: 100%;
  height: 0px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
#pole_wizard {
  width: 280px;
  float: left;
}
#shopping_videos {
  display: block;
  overflow: auto;
  padding: 10px;
}
#shopping_videos div.example_vid {
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: .75em;
}
#shopping ul {
  padding-top: .5em;
  list-style-type: circle;
  list-style-position: inside;
}
#shopping img.product_thumb {
  width: 50%;
  float: left;
}
#shopping div.product_detail {
  width: 50%;
  float: right;
}
#shopping div.product {
  clear: both;
  overflow: auto;
}
#profile {
  float: none;
  clear: both;
}
#profile img.p,
#view_event img.p {
  float: left;
}
#profile div.stats,
#view_event div.stats {
  margin: 0 0 0 210px;
}
#profile div.description {
  padding: 10px 0;
  text-align: justify;
}
span.to_user_to {
  font-weight: 200;
}
div.feat_blog_text {
  padding: .25em 0;
  font-size: .875em;
}
div.unsubscribe_message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 0 4px 10px;
  border-top: 1px solid #333333;
}
div.attend_status,
div.attend_status span {
  display: block;
  width: 100%;
  text-align: center;
}
div.unsubscribe_success,
div.attend_status span.approved {
  color: #2C5700;
  background: #AFD775;
}
div.unsubscribe_notamember,
div.attend_status span.declined {
  color: #84002E;
  background: #DE9D7F;
}
div.unsubscribe_alreadyunsubscribed,
div.attend_status span.pending {
  color: #B35C00;
  background: #FFAB52;
}
div.price_list {
  text-align: center;
}
div.price_list img {
  display: block;
  margin: auto;
}
div.confirm_cancel {
  width: 100%;
}
div.confirm_cancel a {
  display: block;
  float: left;
  text-align: center;
  margin: 1.5em 0;
  padding: .25em;
  width: 50%;
  font-weight: 600;
  color: #FFE300;
}
div.confirm_cancel a.confirm,
div.testimonial_cc a.confirm {
  color: #2C5700;
  background: #AFD775;
}
div.confirm_cancel a.cancel,
div.testimonial_cc a.cancel {
  color: #84002E;
  background: #DE9D7F;
}
div.testimonial_cc a {
  padding: 3px 15px;
}
div.testimonial_cc {
  padding: 5px 0;
}
span.like_widget {
  font-size: .75em;
  display: block;
  padding-bottom: 10px;
}
span.like_widget img {
  vertical-align: middle;
}
div.infieldlabel {
  position: relative;
}
div.infieldlabel label {
  position: absolute;
  padding-left: .625em;
  top: 0;
  left: 0;
}
#content {
  width: 710px;
  float: left;
  margin-top: 15px;
  overflow: hidden;
}
#notifications_window {
  background-color: #FFF;
  position: absolute;
  display: none;
  width: 300px;
  height: 400px;
  overflow: auto;
  border: 1px #000000 solid;
  font-size: .875em;
  padding: 0;
  margin: 0;
  text-align: right;
  padding: 0 10px;
}
#notifications_window div.page_control {
  display: none;
}
#infscr-loading {
  width: 100%;
  text-align: center;
}
/*
 * Classes
 */
a.p,
a.pt,
a.pm,
a.t,
a.p img,
a.pt img,
a.pm img,
a.t img {
  display: block;
  float: left;
}
a.pt {
  height: 100px;
  width: 100px;
}
a.play_thumb {
  position: relative;
}
a.vid_thumb {
  background: #000000;
  display: inline-block;
  width: 300px;
  height: 168px;
  float: left;
  overflow: auto;
}
div.message_inner span.body a.video_description,
div.message_inner span.body a.video_description:visited,
div.message_inner span.body a.video_description:hover {
  background: #d1d2d4;
  padding: 10px;
  font-size: .75em;
  color: #000000;
}
div.message_inner a.vid_thumb,
div.message_inner span.body a.video_description,
div.youtube_container {
  display: block;
  width: 400px;
  height: auto;
  clear: both;
  position: relative;
}
div.message_inner a.vid_thumb div.play_overlay {
  background: transparent url('/v4/img/video_play_button.png') no-repeat center center;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  position: absolute;
}
a.vid_thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
ul.button_control {
  width: 100%;
  clear: both;
  text-align: right;
  border: 1px solid #D1D2D4;
  padding: .5em .5em;
  margin: .5em 0;
}
ul.button_control li {
  display: inline;
  padding: 0 .5em;
}
div.comment_container {
  display: block;
  overflow: auto;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #d1d2d4;
}
#MessageAddForm div.radio,
form.PhotoUploadMediaForm div.radio {
  width: 70%;
  float: left;
  padding-top: .625em;
}
#PhotoUploadMediaForm div.radio,
form.PhotoUploadMediaForm div.submit {
  padding-top: .625em;
}
#MessageAddForm div.submit,
form.PhotoUploadMediaForm div.submit {
  width: 30%;
  float: right;
}
#sideup {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #fdf3b9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fdf3b9 16%, #ffde16 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(16%, #fdf3b9), color-stop(100%, #ffde16));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #fdf3b9 16%, #ffde16 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #fdf3b9 16%, #ffde16 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #fdf3b9 16%, #ffde16 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #fdf3b9 16%, #ffde16 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf3b9', endColorstr='#ffde16', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#sideup h2 {
  font-size: 1.4375em;
  color: #b784c2;
}
#sideup h3 {
  font-weight: 200;
  font-size: 1.125;
}
#sideup ul {
  display: block;
  width: auto;
  text-align: left;
  margin: 10px auto 20px auto;
  background: #ebccf2;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 70px;
  border: 1px solid #ffde16;
}
#sideup li {
  display: block;
  color: #404041;
  font-weight: 400;
}
#sideup div.input,
#sideup div.submit {
  padding: 0 0 .25em 0;
}
#sideup div.text {
  margin-top: 10px;
}
#sideup div.submit input {
  font-size: .75em;
}
a.video_share {
  display: block;
  width: 100%;
  padding: 3px 7px 3px 43px;
  font-size: 1.75em;
  font-weight: 400;
  color: #FFFFFF;
  background: #4a6ea9 url(/img/facebook-icon.png) no-repeat top left;
  height: 40px;
}
div.fb_login_block {
  clear: both;
}
a.facebook_login {
  margin: 1em 0 1em 0;
  display: block;
  width: 100%;
  padding: 3px 7px 3px 23px;
  font-size: 1em;
  font-weight: 400;
  color: #FFFFFF;
  background: #4a6ea9 url(/img/facebook-icon-small.png) no-repeat top left;
  height: 1.5em;
}
div.hb3,
div.purple_column {
  background: #ebccf2;
  /*	background: -moz-linear-gradient(-45deg,  #ebccf2 38%, #b784c2 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(38%,#ebccf2), color-stop(100%,#b784c2));
	background: -webkit-linear-gradient(-45deg,  #ebccf2 38%,#b784c2 100%);
	background: -o-linear-gradient(-45deg,  #ebccf2 38%,#b784c2 100%);
	background: -ms-linear-gradient(-45deg,  #ebccf2 38%,#b784c2 100%);
	background: linear-gradient(135deg,  #ebccf2 38%,#b784c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebccf2', endColorstr='#b784c2',GradientType=1 );
*/
}
div.hb3 h2,
div.purple_column h3 {
  background: #b784c2;
}
div.hb1 {
  background: #fdf3b9;
  /*	background: -moz-linear-gradient(-45deg,  #fdf3b9 38%, #ffde16 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(38%,#fdf3b9), color-stop(100%,#ffde16));
	background: -webkit-linear-gradient(-45deg,  #fdf3b9 38%,#ffde16 100%);
	background: -o-linear-gradient(-45deg,  #fdf3b9 38%,#ffde16 100%);
	background: -ms-linear-gradient(-45deg,  #fdf3b9 38%,#ffde16 100%);
	background: linear-gradient(135deg,  #fdf3b9 38%,#ffde16 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf3b9', endColorstr='#ffde16',GradientType=1 );
*/
}
div.hb1 h2 {
  background: #ffde16;
}
div.hb2 {
  background: #f1f1f2;
  /*	background: -moz-linear-gradient(-45deg,  #f1f1f2 38%, #d1d2d4 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(38%,#f1f1f2), color-stop(100%,#d1d2d4));
	background: -webkit-linear-gradient(-45deg,  #f1f1f2 38%,#d1d2d4 100%);
	background: -o-linear-gradient(-45deg,  #f1f1f2 38%,#d1d2d4 100%);
	background: -ms-linear-gradient(-45deg,  #f1f1f2 38%,#d1d2d4 100%);
	background: linear-gradient(135deg,  #f1f1f2 38%,#d1d2d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f2', endColorstr='#d1d2d4',GradientType=1 );
*/
}
div.hb2 h2 {
  background: #d1d2d4;
}
div.home_bump {
  width: 33%;
  float: left;
  padding: 0;
}
h2.hb4 {
  width: 100%;
  background: #fdf3b9;
  padding: 2px 10px;
  margin: 15px 0 10px 0;
  color: #404041;
  font-weight: 200;
}
h2.hb5 {
  width: 100%;
  background: #fdf3b9;
  padding: 2px 10px;
  color: #404041;
  font-weight: 500;
}
div.hb3 {
  width: 34%;
}
div.home_bump h2 {
  padding: 2px 10px;
  color: #404041;
}
div.home_bump span {
  display: block;
  width: 100%;
  text-align: justify;
  padding: 5px 10px;
  color: #58585b;
  height: 140px;
}
div.home_bump_clear {
  clear: both;
  width: 100%;
  padding: 10px 0;
}
div.drawer_outer {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
div.drawer_inner {
  margin: 0 auto;
  overflow: auto;
}
a.drawer_handle {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 0 0 15px 0;
  border-top: 1px solid #D1D2D4;
  margin: 5px 0 0 0;
}
div.message_outer div.comment_container {
  padding: 0 0 0 54px;
}
div.testimonial_outer,
div.message_outer,
div.comment_outer,
div.post_outer,
div.mail_message_outer,
div.video_outer {
  display: block;
  overflow: auto;
  width: 100%;
  clear: both;
  margin: .875em 0 0 0;
}
div.testimonial_outer {
  margin-bottom: 2.5em;
}
div.lesson_testimonial_bump {
  clear: both;
  text-align: center;
}
div.comment_photos {
  width: 50%;
}
div.photo_category_comment_container {
  clear: both;
  padding: 0 0 1em 0;
}
div.video_outer > div.body {
  padding: 10px 0;
}
div.comment_outer {
  background-color: #D1D2D4;
  margin: .0625em 0 0 0;
  padding: .25em;
}
div.message_inner,
div.message_inner span.body,
div.comment_inner,
div.post_inner,
div.video_inner,
div.testimonial_inner {
  padding: 0 0 0 .25em;
  overflow: auto;
  text-align: justify;
}
div.testimonial_inner {
  margin: 0 0 0 50px;
}
div.testimonial_inner_no_user {
  margin: 0 0 0 0;
}
div.testimonial_inner div.quote {
  overflow: hidden;
  line-height: 1em;
  color: #808284;
}
div.testimonial_inner span.user_display_name {
  font-weight: 600;
  font-size: .85em;
}
div.testimonial_inner span.user_display_name a {
  color: #000000;
  font-weight: 600;
}
div.mail_message_inner {
  text-align: justify;
  margin: 0 0 0 50px;
}
div.message_inner span.user_display_name,
div.post_inner span.user_display_name,
div.testimonial_inner span.user_display_name {
  display: block;
  width: 100%;
}
div.new_mail span.user_display_name {
  display: inline-block;
  font-weight: 600;
  padding: 0 0 0 5px;
}
div.message_inner span.user_display_name,
div.post_inner span.user_display_name {
  display: block;
  float: left;
  clear: right;
  font-weight: 400;
  margin-bottom: .5em;
}
div.message_inner span.title {
  font-weight: 600;
  display: block;
}
div.message_inner div.photos {
  width: 100%;
}
div.message_inner div.photos div.single_photo_message {
  width: 400px;
  clear: both;
}
div.message_inner div.photos div.scroller > a {
  padding: 0 10px 10px 0;
}
span.bqstart,
span.bqend {
  position: relative;
  color: #D1D2D4;
  font-weight: 600;
  font-size: 3em;
}
span.bqstart {
  top: .4em;
}
span.bqend {
  top: .5em;
}
span.inline_vid_title {
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 5px 0 0 0;
  font-size: .875em;
}
span.inline_vid_description {
  padding-top: 5px;
  display: block;
  font-size: .875em;
}
div.message_inner span.title span.type {
  font-size: .875em;
  font-weight: 100;
  /*color: #A7A9AB;*/
  color: #414142;
}
div.message_inner span.body {
  padding: 0;
  display: block;
  clear: both;
}
div.inline_vid_player {
  width: 646px;
}
div.photo_albums_list a.p,
div.photo_albums_list a.pt {
  padding: 0 10px 10px 0;
}
div.photo_albums_list span.stretch {
  width: 100%;
  height: 0px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
div.photo_albums_list span.album_control a {
  font-size: .875em;
  padding-right: 20px;
}
div.photo_albums_list span.album_control,
div.photo_albums_list span.album_description {
  padding-bottom: 7px;
}
div.photo_wrapper {
  position: relative;
  width: 100%;
  clear: both;
}
div.photo_controls {
  display: none;
  position: absolute;
  width: 100%;
}
div.photo_controls a,
div.photo_controls span {
  overflow: auto;
  display: block;
  float: left;
}
div.photo_controls span {
  height: 50px;
  width: 86%;
}
div.photo_controls a.previous_photo {
  width: 7%;
}
div.photo_controls a.next_photo {
  width: 7%;
}
div.photo_controls a.next_photo img {
  float: right;
}
div.message_inner span.body img.pt,
div.message_inner span.body a.pt {
  margin-right: 5px;
}
div.comment_inner span.user_display_name {
  display: inline;
  clear: none;
  float: none;
  padding-right: .25em;
  margin-bottom: 0;
}
div.status {
  font-size: .75em;
  width: 100%;
  clear: both;
  padding: 2px;
}
a.comment_link,
a.like_link {
  padding-right: 10px;
}
div.gallery_index h2 {
  clear: both;
  width: 100%;
  display: block;
}
div.sponsors,
div.gallery_aka {
  width: 50%;
  float: left;
  text-align: center;
  min-height: 100px;
}
div.event_request_outer {
  padding: 5px;
  float: left;
  display: inline-block;
  width: 50%;
  overflow: auto;
}
div.event_request_inner {
  padding: 0 0 0 .25em;
  overflow: auto;
  text-align: justify;
}
div.event_request_inner div.confirm_cancel a {
  margin: 0;
}
div.event_request_inner div.attend_status {
  margin: 0 0 3px 0;
}
div.event_request_inner div.attend_status span {
  padding: 3px 0 1px 0;
  border: 1px solid #414142;
}
div.event_request_inner span.user_display_name {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: 600;
  padding: .25em 0 .25em 0;
  color: #58585B;
}
div.event_request_inner span.user_display_name a {
  color: #58585B;
}
div.facet_counts {
  background: #D1D2D4;
  padding: 3px 10px;
}
div.facet_counts a,
div.facet_counts a:visited {
  display: inline-block;
  color: #000000;
  font-weight: 600;
  font-size: .875em;
  padding-right: 10px;
}
div.facet_counts a:hover {
  color: #FFFFFF;
}
div.events_attending {
  border: 1px solid #D1D2D4;
  padding: 0 10px;
  margin-bottom: 10px;
}
textarea#BlogBody {
  height: 15em;
}
div.blogs_list_outer,
div.forums_list_outer,
div.inbox_mail_outer,
div.events_list_outer {
  width: 100%;
  overflow: auto;
  clear: both;
  margin: 0 0 1.25em 0;
  text-align: justify;
}
div.blogs_list_inner,
div.forums_list_inner,
div.inbox_mail_inner,
div.events_list_inner {
  margin: 0 0 0 100px;
  padding: 0 0 0 .5em;
  overflow: auto;
}
div.inbox_mail_inner_ajax {
  margin: 0 0 0 50px;
  padding: 0 0 0 .5em;
  overflow: auto;
}
div.blogs_list_inner h3,
div.forums_list_inner h3,
div.inbox_mail_inner h3,
div.events_list_outer h3 {
  font-size: 1.125em;
}
div.inbox_mail_inner_ajax h3 {
  font-size: 1em;
}
div.inbox_mail_inner div.body a,
div.inbox_mail_inner_ajax div.body a {
  color: #000000;
}
div.unread {
  background: #FFFFE6;
}
div.blogs_list_inner div.featured {
  font-weight: 600;
  font-style: italic;
  font-size: .75em;
  color: #F16521;
}
div.page_control {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
div.page_control a {
  padding: 0 .5em;
}
div.page_control span {
  padding: 0 .5em;
  color: #939597;
}
div.related_lessons {
  padding: 7px 0 0 0;
}
span.video_job_status_Progressing,
span.video_job_status_Complete,
span.video_job_status_Submitted {
  font-weight: 600;
  color: #AFD775;
}
span.video_job_status_Cancelled,
span.video_job_status_Error {
  font-weight: 600;
  color: #DE9D7F;
}
div.vid_owner_control a {
  display: inline-block;
}
div.vid_owner_control span.spinner {
  position: absolute;
}
div.vid_owner_control img {
  height: 25px;
  width: 25px;
  position: relative;
}
div.vid_owner_control a,
div.submit input,
ul.settings_menu li a {
  background-color: #B24599;
  font-size: .875em;
  font-weight: 500;
  padding: .375em .9375em;
  color: #FFE300;
  text-align: center;
  border: 0;
  /*	-webkit-box-shadow: rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow: rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow: rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color: #B24599;
	border: 1px solid #000000;
	font-size: .875em;
	font-weight: 500;
	padding: .1875em .9375em;
	color: #FFE300;
	border-radius: 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
ul.settings_menu li a {
  display: block;
  float: left;
  width: 44%;
  margin: .1875em 3%;
}
div.order_detail {
  padding: 0 0 0 50px;
}
div.breadcrumb_trail {
  padding: 0 0 .5em 0;
}
div.uploader {
  margin-top: .5em;
  border: solid 1px #A7A9AB;
}
span.overlay_link {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
}
span.overlay_title_on_thumb_top a,
span.overlay_title_on_thumb_bottom a {
  color: #FFFFFF;
  font-size: .6875em;
}
span.overlay_title_on_thumb_top {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  /*padding: 5px;*/
  top: -100px;
  background: transparent url('/img/overlay_underlay_top.png') top left no-repeat;
  text-align: center;
}
span.overlay_title_on_thumb_top a {
  display: block;
  width: 100%;
  height: 100%;
}
span.overlay_title_on_thumb_top > span {
  display: block;
  width: 100%;
  /*padding-top: 5px;*/
  text-align: center;
}
span.overlay_title_on_thumb_bottom {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 5px;
  top: -100px;
  background: transparent url('/img/overlay_underlay.png') top left no-repeat;
  text-align: center;
}
span.overlay_title_on_thumb_bottom a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
}
span.overlay_title_on_thumb_bottom a span {
  position: absolute;
  bottom: 0px;
}
span.overlay_title_on_thumb_bottom span {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
}
div.clear,
span.clear {
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
}
div.photo_edit {
  padding: 10px 0 0 0;
  clear: both;
  overflow: auto;
}
div.photo_edit img {
  float: left;
}
div.photo_edit div.textarea {
  float: none;
  padding-left: 210px;
  width: 100%;
}
#profile div.photo_upload label,
#profile div.photo_upload div.submit,
#profile div.photo_upload div.fields {
  text-align: center;
}
#profile div.photo_upload div.fields > input {
  background: #D1D2D4;
  margin: 10px 0;
}
/*
   Plupload
------------------------------------------------------------------- */
.plupload_button {
  display: -moz-inline-box;
  display: inline-block;
  font: normal 12px sans-serif;
  text-decoration: none;
  color: #42454a;
  border: 1px solid #bababa;
  padding: 2px 8px 3px 20px;
  margin-right: 4px;
  background: #f3f3f3 url('/img/buttons.png') no-repeat 0 center;
  outline: 0;
  /* Optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.plupload_button:hover {
  color: #000;
  text-decoration: none;
}
.plupload_disabled,
a.plupload_disabled:hover {
  color: #737373;
  border-color: #c5c5c5;
  background: #ededed url('/img/buttons-disabled.png') no-repeat 0 center;
  cursor: default;
}
.plupload_add {
  background-position: -181px center;
}
.plupload_wrapper {
  font: normal 11px Verdana, sans-serif;
  width: 100%;
}
.plupload_container {
  background: url('/img/transp50.png');
  /*-moz-border-radius: 5px;*/
}
.plupload_container input {
  border: 1px solid #DDD;
  font: normal 11px Verdana, sans-serif;
  width: 98%;
}
.plupload_header {
  display: none;
}
.plupload_header_content {
  background: url('/img/backgrounds.gif') no-repeat 0 -317px;
  min-height: 56px;
  padding-left: 60px;
  color: #FFF;
}
.plupload_header_title {
  font: normal 18px sans-serif;
  padding: 6px 0 3px;
}
.plupload_header_text {
  font: normal 12px sans-serif;
}
.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #DDD;
}
.plupload_scroll .plupload_filelist {
  height: auto;
  overflow-y: scroll;
}
.plupload_filelist li {
  padding: 5px 8px;
  border-bottom: 1px solid #DDD;
}
.plupload_filelist_header {
  display: none;
}
.plupload_filelist_footer {
  background: #DFDFDF;
  padding: 8px 8px;
  color: #42454A;
}
.plupload_filelist_header {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #CDCDCD;
}
.plupload_filelist_footer {
  border-top: 1px solid #FFF;
  line-height: 20px;
  vertical-align: middle;
}
.plupload_file_name {
  float: left;
  overflow: hidden;
}
.plupload_file_status {
  color: #777;
}
.plupload_file_status span {
  color: #42454A;
}
.plupload_file_size,
.plupload_file_status,
.plupload_progress {
  float: right;
  width: 80px;
}
.plupload_file_size,
.plupload_file_status,
.plupload_file_action {
  text-align: right;
}
.plupload_filelist .plupload_file_name {
  width: 205px;
}
.plupload_file_action {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.plupload_file_action * {
  display: none;
  width: 16px;
  height: 16px;
}
li.plupload_uploading {
  background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;
}
li.plupload_done {
  color: #AAA;
}
li.plupload_delete a {
  background: url('/img/delete.gif');
}
li.plupload_failed a {
  background: url('/img/error.gif');
  cursor: default;
}
li.plupload_done a {
  background: url('/img/done.gif');
  cursor: default;
}
.plupload_progress,
.plupload_upload_status {
  display: none;
}
.plupload_progress_container {
  margin-top: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px;
}
.plupload_progress_bar {
  width: 0px;
  height: 7px;
  background: #CDEB8B;
}
.plupload_scroll .plupload_filelist_header .plupload_file_action,
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 17px;
}
/* Floats */
.plupload_clear,
.plupload_clearer {
  clear: both;
}
.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
li.plupload_droptext {
  display: none;
  background: transparent;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 80px;
}
.plupload_start {
  display: none;
}
ul.ui-autocomplete {
  border: solid 1px #000000;
  background-color: #FFFFFF;
  z-index: 3;
  list-style: none;
  width: 510px;
}
.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 {
  background-color: #ebccf2;
  width: 300px;
  display: block;
  width: 100%;
}
span.like_widget span.user_display_name {
  display: inline;
  width: auto;
  float: none;
}
span.like_widget span.user_display_name a {
  font-weight: 200;
}
/*
 * Media query changes
 */
@media (max-width: 1024px) {
  #head div.align,
  #themiddle,
  #user_widget,
  #head div.tertiary_nav,
  #foot div.align {
    width: 710px;
  }
  #UserLoginForm div.input {
    float: left;
    width: 35%;
    margin-right: 5%;
  }
  #UserLoginForm div.input input,
  #UserLoginForm div.input label {
    font-weight: 200;
  }
  #UserLoginForm div.checkbox {
    display: none;
  }
  #UserLoginForm div.submit {
    padding-top: 1px;
    float: left;
    width: 20%;
  }
  #features span.feature_9,
  #features span.feature_8,
  #features span.feature_7 {
    display: none;
  }
  #sidebar {
    display: none;
  }
  #testimonial {
    display: none;
  }
}
@media (max-width: 709px) {
  #head {
    padding: 10px 0;
  }
  #head ul.nav a {
    font-size: 1em;
  }
  #head div.align,
  #themiddle,
  #head div.tertiary_nav,
  #foot div.align {
    width: 100%;
  }
  #themiddle {
    width: 100%;
  }
  #features {
    padding-top: 7px;
    height: 120px;
  }
  #user_widget {
    width: 100%;
    margin: 0;
    padding: 5px;
  }
  #social_widget {
    border-top: 1px solid #D1D2D4;
    position: relative;
    text-align: center;
  }
  #social_widget a {
    padding: 0 5px 0 5px;
  }
  #content {
    width: 100%;
    padding: 0 5px;
  }
  div.message_inner div.photos {
    width: 100%;
    overflow-x: scroll;
  }
  div.message_inner div.photos div.scroller {
    width: 3600px;
  }
  div.message_inner div.photos div.scroller > a {
    padding: 0 1em 0 0;
  }
}
@media (max-width: 640px) {
  a.facebook_login {
    margin: 0;
  }
  textarea,
  textarea:focus {
    font-size: 16px;
  }
  div.launch_column {
    width: 100%;
    float: none;
  }
  div.event_request_outer {
    display: inline-block;
    width: 100%;
    overflow: auto;
  }
  #checklist div.item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .minor {
    display: none;
  }
  #head div.tertiary_nav ul {
    display: block;
  }
  #head div.tertiary_nav span.mobile_c {
    display: block;
  }
  #head div.tertiary_nav span.desktop_c {
    display: none;
  }
  #head div.tertiary_nav {
    width: 95%;
    margin: auto;
  }
  #head div.tertiary_nav ul,
  #head div.tertiary_nav form {
    width: 100%;
  }
  div.reg_testimonials div.testimonial_outer,
  div.reg_testimonials div.testimonial_outer:first-child,
  div.reg_testimonials div.testimonial_outer:last-child {
    width: 100%;
    float: none;
  }
}
@media (max-width: 500px) {
  #head ul.nav a {
    font-size: 1em;
  }
  #shopping img.product_thumb {
    width: 100%;
    float: none;
  }
  #shopping div.product_detail {
    width: 100%;
    float: none;
  }
  div.comment_container {
    padding: 0;
  }
  #blogs_view div.featured_blogs {
    display: none;
  }
  div.blogs_list_outer a.pt,
  div.forums_list_outer a.pt,
  div.inbox_mail_outer a.pt {
    display: none;
  }
  div.blogs_list_inner,
  div.forums_list_inner,
  div.inbox_mail_inner {
    margin: 0;
  }
  div.confirm_cancel a {
    width: 100%;
  }
  div.testimonial_cc {
    clear: both;
  }
  div.message_inner span.body img.pt {
    display: none;
  }
  div.sponsors,
  div.gallery_aka {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 20px;
    min-height: 0;
  }
  #pole_wizard,
  #shopping_videos {
    width: 280px;
    float: none;
    margin: 0 auto;
  }
  div.lesson_navigator span.overlay_link {
    display: none;
  }
  #profile img.p,
  #view_event img.p {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 200px;
  }
  #profile div.stats,
  #view_event div.stats {
    clear: both;
    float: none;
    margin: 0;
  }
  div.home_bump,
  div.hb3 {
    float: none;
    width: 100%;
  }
  div.home_bump span {
    height: auto;
  }
  div.message_inner div.photos div.single_photo_message {
    width: 100%;
  }
  div.message_inner a.vid_thumb,
  div.message_inner span.body a.video_description,
  div.youtube_container {
    width: 100%;
  }
}
@media (max-width: 340px) {
  #UserLoginForm div.input {
    width: 30%;
  }
  #UserLoginForm div.submit {
    width: 20%;
  }
  #head a.logo {
    width: 100%;
  }
  #blogs_view a.p {
    display: none;
  }
}
/*
 * Additional feature adjustment media queries
 */
@media (max-width: 639px) {
  #head a.logo {
    margin: 0;
  }
  #head div.align {
    background-image: none;
  }
  #features span.feature_6 {
    display: none;
  }
}
@media (max-width: 529px) {
  a.vid_thumb,
  div.youtube_container {
    width: 100%;
  }
  div.video_outer {
    padding-bottom: 20px;
  }
  #features span.feature_5 {
    display: none;
  }
}
@media (max-width: 419px) {
  #features span.feature_4 {
    display: none;
  }
}
@media (max-width: 315px) {
  #features span.feature_3 {
    display: none;
  }
}
