/*--------------------------------------------------
  Oh hai, Less files!
	-------------------------------------------------- */
/*--------------------------------------------------
  Bootstrap.less v1
  --------------------------------------------------
  Colors
  -------------------------------------------------- */
/*--------------------------------------------------
  Mixins
  -------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/*--------------------------------------------------
  Base Table Styles
	-------------------------------------------------- */
/* Status labels are in-line reversed out text labels */
span.status-label {
  background: #ccc;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01) !important;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
span.status-label.disabled {
  background-color: #ccc;
}
span.status-label.active,
span.status-label.scheduled {
  background-color: #489b48;
}
table.table-header {
  border-bottom: 0;
  margin: 0;
}
table.table-header thead th {
  background: #a9b6c3;
  background: #a9b6c3 -webkit-gradient(linear, 0 0, 0 100%, from(#a9b6c3), to(#7b8a9b));
  background: #a9b6c3 -moz-linear-gradient(#a9b6c3, #7b8a9b);
  color: #fff;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
table.table-header thead tr:first-child th:first-child {
  border-left: 0 !important;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
table.table-header thead tr:first-child th:last-child {
  border-right: 0 !important;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
table#feedback_table tbody td {
  border-right: 1px solid #eee;
}
table.carrier-list thead {
  xborder: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table.carrier-list thead tr:first-child th:first-child {
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
table.carrier-list thead tr:first-child th:last-child {
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  border-right: 0;
}
table.carrier-list tr th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
table.carrier-list tr th:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
table.carrier-list tbody td {
  border-top: 1px solid #fff !important;
  border-left: 0px solid #fff !important;
  border-right: 0px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  vertical-align: middle;
}
table.carrier-list td.supported {
  color: #4bb14b;
  text-align: center;
  font-weight: bold;
}
table.carrier-list td.unsupported {
  color: #eb9893;
  text-align: center;
  font-weight: bold;
}
/*	--------------------------------------------------
	Patterns.less
	A set of repeatable UI elements outside the base
	styles of global.less.
	-------------------------------------------------- */
/*--------------------------------------------------
	Pagination
	-------------------------------------------------- */
div.pagination {
  height: 35px;
  margin: 20px 0 20px;
}
div.pagination ul {
  float: left;
  margin: 0;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
div.pagination ul li,
div.pagination ul li a,
div.pagination ul li.current-page {
  display: inline;
}
div.pagination ul li a,
div.pagination ul li.current-page {
  float: left;
  padding: 8px 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
div.pagination ul li a:hover,
div.pagination ul li.active a,
div.pagination ul li.active a:hover {
  background: rgba(204, 234, 243, 0.5);
}
div.pagination ul li.disabled a,
div.pagination ul li.disabled a:hover {
  background: none;
  color: #777777;
}
div.pagination ul li.next a,
div.pagination ul li:last-child a {
  border: 0;
}
/*--------------------------------------------------
	Error Styles
-------------------------------------------------- */
div.alert-message {
  background-color: #777777;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.15)));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.15));
  margin-bottom: 20px;
  padding: 10px 15px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
div.alert-message p {
  margin-bottom: 0;
}
div.alert-message.error {
  background-color: #ab2920;
}
div.alert-message.error p {
  color: #fff;
  font-weight: normal;
}
div.alert-message.warning {
  background-color: #ffcc2f;
}
div.alert-message.success {
  background-color: #4bb14b;
}
div.alert-message.info {
  background-color: #52bdec;
}
div.alert-message a.close {
  float: right;
  margin-top: -5px;
  opacity: .5;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.alert-message a.close:hover {
  opacity: 1;
  text-decoration: none;
}
/*
 * TODO: have to keep these for now as they are used in articles - would like to update to use bootstrap/gazebo styles.
 */
div.block-message {
  margin-bottom: 20px;
  padding: 19px;
  color: #333;
  color: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 6px;
  border-radius: 6px;
}
div.block-message p {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  color: rgba(0, 0, 0, 0.8);
  margin-right: 30px;
  margin-bottom: 0;
}
div.block-message ul {
  margin-bottom: 0;
}
div.block-message a.close {
  display: block;
  color: #333;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
div.block-message.error {
  background-color: #fbeae9;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fceeed), to(#fbeae9));
  background-image: -webkit-linear-gradient(#fceeed, #fbeae9);
  background-image: -moz-linear-gradient(#fceeed, #fbeae9);
  background-image: -o-linear-gradient(top, #fceeed, #fbeae9);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceeed), to(#fbeae9));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fceeed', EndColorStr='#fbeae9', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fceeed', EndColorStr='#fbeae9', GradientType=0)";
  border: 1px solid #f7d6d3;
  border-width: 1px 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
div.block-message.error ul li {
  color: #ab2920;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
div.block-message.warning {
  background: #fff2c8;
  border: 1px solid #ffe595;
}
div.block-message.success {
  background: #d9efd9;
  border: 1px solid #b5e0b5;
}
div.block-message.info {
  background: #eef6fa;
  border: 1px solid #d1e6f1;
}
/*--------------------------------------------------
  #NewTwitter Look and Feel
	-------------------------------------------------- */
/* Comments - only on admin pages
================================================== */
/* Article Comments */
div#comments {
  margin-top: 20px;
}
div#comments h2 {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 4px 0;
  margin: 0 0 5px 0;
}
div#comments #new_comment {
  overflow: hidden;
}
div#comments #new_comment textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
div#comments #new_comment input[type=submit] {
  float: right;
}
#new_comment #submit_loading {
  margin: 12px 2px 0 0;
  float: right;
}
ol#comment_list {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
}
ol#comment_list li {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 10px;
  padding: 0 0 2px 0;
}
ol#comment_list li p {
  margin: 0;
}
ol#comment_list :last-child {
  border-bottom: none;
}
div.comment-actions {
  font-size: 12px;
}
small.comment-time {
  color: #666;
  font-size: 12px;
}
div.comment-actions span.bullet {
  padding-left: 4px;
}
div.comment-actions a {
  text-decoration: none;
}
div.comment-actions a i {
  background: url("http://s.twimg.com/a/1285694546/phoenix/img/sprite-icons.png") no-repeat scroll 0 0 transparent;
  background-position: -112px 0;
  width: 15px;
  height: 15px;
  text-indent: -999em;
  display: inline-block;
  margin-bottom: -3px;
  position: relative;
  vertical-align: baseline;
}
a.comment-delete:hover i {
  background-position: -128px 0;
}
a.comment-delete:hover span {
  text-decoration: underline;
}
/* Comment List */
ol.comments {
  margin: 0;
  padding: 14px 0 0;
  list-style: none;
  border-top: 1px solid #eee;
}
ol.comments li {
  border-bottom: 1px solid #eee;
  margin: 0 0 15px;
  padding: 0 0 14px;
}
ol.comments li img.avatar {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
ol.comments li h5 {
  font-weight: bold;
  margin: 0 0 5px;
}
ol.comments li h5 cite {
  display: inline;
  color: #999;
  font-size: 11px;
  font-style: normal;
}
ol.comments li p {
  display: inline;
}
/* Nav used for open/closed tickets */
ul.filters {
  padding: 8px;
  margin: 0;
}
.errorExplanation,
.errorExplanation h2,
.fieldWithErrors {
  color: #B00 !important;
  margin-bottom: 10px;
}
span.bullet {
  padding: 0 2px;
  color: #ccc;
}
div.rate {
  border-top: 1px solid #eee;
  padding-top: 6px;
  margin-top: 10px;
}
div.rate button {
  margin-right: 4px;
}
div.comment {
  border-top: 1px solid #eee;
  padding-top: 6px;
  margin-top: 10px;
}
/* Forms Pages
================================================== */
div#forms .help-messaging {
  padding: 10px 0 0 0;
}
div#forms .help-messaging img {
  width: 85%;
  margin: 0 auto;
}
div.page-header {
  position: relative;
}
div.page-header i {
  height: 30px;
  width: 30px;
  position: absolute;
  left: -45px;
  top: 15px;
  background-repeat: no-repeat;
}
#signin_form .page-header i {
  background-image: url(../../../images/forms/lock.png);
}
#impersonation_form .page-header i {
  background-image: url(../../../images/forms/groucho.png);
}
#trademark_form .page-header i {
  background-image: url(../../../images/forms/trademark.png);
}
#dmca_form .page-header i {
  background-image: url(../../../images/forms/copyright.png);
}
#mobile_form .page-header i {
  background-image: url(../../../images/forms/mobile.png);
}
#general_form .page-header i {
  background-image: url(../../../images/forms/navigation.png);
}
#vine_form .page-header {
  background-image: url(../../../images/forms/vine.png);
  background-size: 80px;
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 90px;
  padding-top: 10px;
}
form.custom-form {
  background-position: 0 -10px;
  background-repeat: no-repeat;
  margin: -20px;
  padding: 59px 80px 60px 200px;
  font-size: 13px;
  line-height: 18px;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
form.custom-form div.page-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
form.custom-form div.page-header h1 {
  margin-right: 0;
  margin-bottom: 5px;
}
form.custom-form h4.section-header {
  margin: 20px 0 5px 0;
}
form.custom-form h3 {
  margin: 20px 0 5px 0;
}
form.custom-form p {
  font-size: 13px;
  line-height: 18px;
}
form.custom-form p.lead {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}
form.custom-form span.uneditable-input {
  width: auto;
}
form.custom-form label {
  margin-left: -180px;
  width: 160px;
  font-size: 13px;
}
form.custom-form label small {
  color: #777777;
}
form.custom-form div.input {
  margin-left: 0;
}
form.custom-form ul.options label {
  width: auto;
  margin-left: 0;
}
form.custom-form ul.options label span {
  display: block;
  margin-left: 20px;
}
form.custom-form blockquote {
  max-width: 500px;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}
form.custom-form blockquote p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
}
form.custom-form span.error {
  color: #ab2920;
}
form.custom-form span.required-validate-error,
form.custom-form span.email-validate-error {
  margin-left: 2px;
}
form.custom-form #main_errors .error {
  font-size: 115%;
  margin: 0 0 20px 0;
}
form.custom-form div.starter-message {
  margin-bottom: 30px;
}
form.custom-form div.starter-message p.lead {
  margin-bottom: 10px;
}
form.custom-form ul.options-accordion label {
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 3px;
  padding: 5px 10px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.alert-message {
  background-color: #777777;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.15)));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.15));
  margin: 0 0 20px;
  padding: 10px 15px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
div.alert-message p {
  margin: 0;
}
div.error.alert-message {
  background-color: #ab2920;
}
div.error.alert-message p {
  color: #fff;
  font-weight: normal;
}
div.warning.alert-message {
  background-color: #ffcc2f;
}
div.success.alert-message {
  background-color: #4bb14b;
}
div.calm.alert-message {
  background-color: #52bdec;
}
a.close {
  float: right;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
a.close:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
}
div.alert-message a.close {
  margin-top: -5px;
}
div.block-message {
  padding: 19px;
  color: #333;
  color: rgba(0, 0, 0, 0.8);
}
div.block-message p,
div.alert-message.block-message.error p {
  color: #333;
  color: rgba(0, 0, 0, 0.8);
  margin-right: 30px;
}
div.block-message p + p {
  margin-top: 5px;
}
div.block-message strong {
  font-size: 14px;
  line-height: 18px;
}
div.block-message a.close {
  display: block;
  color: #333;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
div.block-message.error {
  background: #f7d6d3;
  border: 1px solid #efada8;
}
div.block-message.warning {
  background: #fff2c8;
  border: 1px solid #ffe595;
}
div.block-message.success {
  background: #d9efd9;
  border: 1px solid #b5e0b5;
}
.table-header {
  margin-bottom: 0;
}
table.handle {
  margin: 0;
}
table.handle img {
  margin: 0;
}
.sortable-list {
  margin: 0 0 20px;
}
.sortable-list li {
  list-style: none;
}
ul.filters {
  background: #ecf5f9;
  margin: 0 -20px 20px;
  padding-left: 18px;
  border: solid #d9ebf3
;
  border-width: 1px 0;
}
ul.filters li a:hover,
ul.filters li.active a {
  background-color: #0084b4;
}
#notifications {
  position: fixed;
  top: 0;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  overflow: visible;
  z-index: 5000;
}
.notification-bar {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  margin-top: 5px;
  border: 5px solid #333;
  border-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.notification-bar-contents {
  width: auto;
  padding: 10px;
  text-align: center;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
/* forms landing page
================================================== */
#forms .jumbotron h1,
#forms .jumbotron .lead {
  text-align: center;
}
#forms .jumbotron {
  padding: 10px 0;
}
#forms .jumbotron h1 {
  font-size: 40px;
}
#forms .jumbotron .lead {
  font-size: 20px;
}
#forms .jumbotron img {
  margin: 0 auto 20px;
}
#forms .design-feedback .btn:hover {
  text-decoration: none;
}
#forms ul.sections li {
  display: block;
  background-repeat: no-repeat;
  background-position: 15px 20px;
  padding: 10px 15px 5px 15px;
  background-color: rgba(0, 132, 180, 0.06);
  margin-bottom: 10px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#forms ul.sections li a {
  display: inline;
  padding: 15px 20px 0px 0px;
  background: none;
  color: #72878F;
  line-height: 20px;
}
#forms ul.sections li h3 {
  color: black;
  display: block;
  font-weight: normal;
}
#forms ul.sections li td {
  padding: 3px;
  width: 181px;
}
/* groups pages
================================================== */
span.status-label {
  background: #ccc;
  padding: 2px 5px 3px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01) !important;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
span.status-label.known-issue {
  background-color: #faa226;
  color: #ffffff;
}
span.status-label.has-draft {
  background-color: #8b59c2;
  color: #ffffff;
}
a.edit-article-button {
  float: right;
  margin-right: 10px;
}
/* Custom admin stuff
================================================== */
ol.table-list {
  margin-left: 0;
  list-style-type: none;
}
ol.table-list li {
  margin: 25px 0 0 0;
}
.page-header {
  margin-bottom: 20px;
}
.page-header.with-bar {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
a#hide_button {
  margin-right: 10px;
}
/* Admin
================================================== */
dl.legend {
  text-align: center;
  zoom: 1;
}
dl.legend:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
dl.legend dt,
dl.legend dd {
  display: inline;
  font-size: 13px;
}
dl.legend dt {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
dl.legend dt.active {
  background: #ebf7eb;
  color: #4bb14b;
}
dl.legend dt.unpublished {
  background: #ffe595;
  color: #af8400;
}
dl.legend dt.dirty {
  background: #f3c1be;
  color: #ab2920;
}
dl.legend dt.empty {
  background: #f5f5f5;
  color: #777777;
  line-height: 17px;
}
dl.legend dd {
  margin-right: 20px;
  color: #555555;
}
input[type=checkbox] {
  position: relative;
  top: 1px;
}
div#article-body {
  margin-left: 150px;
}
ul.tabs-well {
  float: left;
  width: 160px;
  border-bottom: 0;
  margin-bottom: -6px;
}
ul.tabs-well li a,
ul.tabs-well li.active a,
ul.tabs-well li a:hover {
  padding: 10px;
  text-decoration: none;
}
ul.tabs-well li {
  display: block;
}
ul.tabs-well li a {
  float: none;
  display: block;
  width: 130px;
  margin-bottom: 1px;
  line-height: 20px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}
ul.tabs-well li:first-child a {
  width: 140px;
}
ul.tabs-well li.active a,
ul.tabs-well li a:hover {
  border: 0;
  background: #f3f3f3;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
ul.tabs-well code {
  font-size: 12px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: -1px;
  float: left;
  width: 12px;
  text-align: center;
  margin-right: 5px;
}
ul.tabs-well code.active {
  background: #ebf7eb;
  color: #4bb14b;
}
ul.tabs-well code.dirty {
  background: #f3c1be;
  color: #ab2920;
}
ul.tabs-well code.unpublished {
  background: #ffe595;
  color: #af8400;
}
ul.tabs-well code.empty {
  background: #fff;
  color: #333333;
}
div#translations div.well {
  padding: 10px;
  margin-bottom: 20px;
}
form.article-form div.actions {
  background: #f5f5f5;
  margin: 30px -10px 30px;
  padding: 19px 20px 20px 160px;
  border-top: 1px solid #eee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
form.article-form div.actions .secondary-action {
  float: right;
  margin-top: 9px;
  margin-left: 14px;
}
form.article-form div.actions label.block-label {
  display: inline-block;
  margin-left: 10px;
  color: #777777;
}
div.all-versions-actions {
  background: #f5f5f5;
  margin: 30px 0px;
  padding: 19px 20px 20px 160px;
  border-top: 1px solid #eee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
div.all-versions-actions div.margin-bottom {
  margin-bottom: 15px;
}
.toggleable-section {
  margin: 0 -20px 30px;
}
.toggleable-section .toggler {
  text-align: center;
}
.toggleable-section .toggler select {
  display: inline;
  min-width: 200px;
  height: 20px;
  line-height: 20px;
}
.toggleable-section .toggler .btn-pill {
  background: none;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.25)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border: 0;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.toggleable-section .toggler .btn-pill:hover {
  text-decoration: none;
}
.toggleable-section .toggled {
  background-color: #f5f5f5;
}
.toggleable-section .toggled .scroller {
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
}
.toggleable-section.closed .toggled {
  background: #ddd !important;
  height: 1px;
  padding: 0 !important;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
}
div#global_attributes {
  display: none;
  padding: 0;
}
div#notes {
  margin-top: 20px;
}
div.make_line {
  border-top: 1px solid #DDD;
  padding: 20px 0 0 0;
  margin-top: -11px;
  margin-left: 20px;
  margin-right: 20px;
}
div#attachments {
  position: relative;
}
div#attachments .toggled {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(0.1, #333333), to(#333333));
  margin-top: -11px;
  padding: 0;
  border-top-color: #222;
}
div#attachments .toggled ul {
  margin: 0;
  padding: 0;
  height: 170px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
div#attachments .toggled ul li {
  display: inline;
  float: left;
  width: 220px;
  height: 170px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
div#attachments .toggled ul li strong {
  display: block;
  color: #777777;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  padding: 10px 10px 9px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
div#attachments .toggled ul li strong a {
  margin-top: -3px;
  float: right;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.25);
}
div#attachments .toggled ul li strong a:hover {
  color: #fff;
}
div#attachments .toggled ul li img {
  display: block;
  max-width: 100%;
  max-height: 140px;
  margin: 0;
}
div#attachments .toggled ul li form label {
  width: 100%;
  margin-bottom: 10px;
  line-height: 20px;
}
div#attachments .toggled ul li form label strong {
  color: #fff;
}
div#attachments .toggled ul li form input[type=file] {
  margin-left: 10px;
  margin-bottom: 15px;
  color: #777777;
}
div#attachments .toggled ul li form .btn {
  margin-left: 10px;
  border: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.25);
}
div#attachments .toggled ul li:hover {
  background: rgba(255, 255, 255, 0.05);
}
div#attachments .toggled ul li:hover strong {
  color: #fff;
}
div#attachments .toggled ul li:hover img {
  cursor: pointer;
}
ome #attachments .toggled,
body.safari #attachments .toggled {
  padding-bottom: 10px;
}
div.scroller::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
div.scroller::-webkit-scrollbar-button:start:decrement {
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent;
}
div.scroller::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent;
}
div.scroller::-webkit-scrollbar-track:enabled {
  background-color: transparent;
}
div.scroller::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border: none;
  margin: 0 5px;
}
div.scroller::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
div.scroller::-webkit-scrollbar-thumb:horizontal {
  width: 30px;
  -webkit-border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #777777), color-stop(0.5, #666666), color-stop(0.5, #666666));
}
div.status {
  background-color: #fff2c8;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff8e2), to(#fff2c8));
  background-image: -webkit-linear-gradient(#fff8e2, #fff2c8);
  background-image: -moz-linear-gradient(#fff8e2, #fff2c8);
  background-image: -o-linear-gradient(top, #fff8e2, #fff2c8);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fff8e2), to(#fff2c8));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fff8e2', EndColorStr='#fff2c8', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff8e2', EndColorStr='#fff2c8', GradientType=0)";
  margin: 0 0 20px;
  padding: 10px 20px;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
div.article-alert {
  margin: -5px 0 20px;
}
div.preview-header {
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  margin: -20px -20px 20px -20px;
}
div .column p {
  font-size: 14px;
}
/* Article Import/Export Tool
================================================== */
#article-import-export #languages-selection li {
  float: left;
  width: 200px;
}
#article-import-export .bottom-margin {
  margin: 0px 0px 15px 0px !important;
}
#article-import-export .flash-error {
  font-size: 15px;
  color: #ab2920;
  margin: 0px 0px 5px 0px !important;
}
#article-import-export .flash-success {
  font-size: 15px;
  color: #4bb14b;
  margin: 0px 0px 5px 0px !important;
}
#article-import-export .flash-skipped {
  font-size: 15px;
  color: #8b59c2;
  margin: 0px 0px 5px 0px !important;
}
/**************************************
 * New styles to go with gazebo styles.
 **************************************/
/*
 * Layout, to tighten up the nav and make room for more elements.
 */
.help-center-page header {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.help-center-page header h1 {
  margin: 0;
}
.help-center-page header h4 {
  margin: 5px 0 0;
}
#subnav a.cozy {
  padding: 20px 30px;
}
article h1#page-title {
  font-size: 400%;
  margin-bottom: 20px;
}
#footer-nav li > a {
  color: #2290bf;
  outline-color: #2290bf;
  padding: 0;
  text-shadow: none;
  font-size: 13px;
}
#footer-nav .navbar-inner {
  background: none;
  border-style: none;
  box-shadow: none;
}
#footer-nav {
  width: auto;
}
/*
 * Home page, search form
 */
.input-append #search-input {
  font-size: 18px;
  line-height: 20px;
  padding: 11px 19px;
  width: 76%;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
}
@media (max-width: 767px) {
  .input-append #search-input {
    font-size: 16px;
    width: 56%;
  }
  .btn-blue {
    width: 40% !important;
  }
}
@media (max-width: 480px) {
  .input-append #search-input {
    font-size: 12px;
    width: 46%;
  }
  .btn-blue {
    width: 50% !important;
  }
  #home-search-form .btn-large {
    padding: 10px 9px;
    font-size: 12.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
#search-input {
  border: none;
  margin: 0;
  margin-right: 1px;
}
#home-search-form .well,
#home-search-form .well-small {
  background-color: #ededef;
  text-align: center;
  border: none;
  padding: 16px;
}
#home-search-form .input-append {
  width: 100%;
}
.btn-blue {
  width: 20%;
  padding-left: 1%;
  padding-right: 1%;
  float: right;
  background-color: #006dcc;
  color: #ffffff;
  text-shadow: 0 -1px 0 #00acee;
  background-image: -moz-linear-gradient(top, #13beff, #00acee);
  background-image: -ms-linear-gradient(top, #13beff, #00acee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#13beff), to(#00acee));
  background-image: -webkit-linear-gradient(top, #13beff, #00acee);
  background-image: -o-linear-gradient(top, #13beff, #00acee);
  background-image: linear-gradient(top, #13beff, #00acee);
  background-repeat: repeat-x;
  border: 1px solid #00acee;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue[disabled] {
  background: #00acee !important;
}
.btn-blue:active,
.btn-blue:focus {
  background: #009ad5 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/*
 * Home page, category boxes
 */
#home-content .g-tagline,
#home-content h4 {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#home-content .g-tagline,
#home-content h4 {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#home-content h2 {
  border-bottom: none;
}
#home-content .category {
  background: url("/gazebo/img/bg-sidebar-content.jpg");
  border: 8px solid #f1f1f1;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#home-content ul.link-list {
  margin-top: 8px;
  margin-bottom: 10px;
}
#home-content ul.link-list li {
  padding: 1px 0 1px 10px;
}
#home-content ul.link-list li:before {
  top: 10px;
}
#home-content ul.link-list > li > a {
  font-size: 13px;
}
#home-content ul.link-list > li > a:hover {
  background: transparent;
  text-decoration: underline;
}
#home-content .g-navigation a,
#help-links li > a {
  padding: 0;
  font-weight: bold;
  font-size: 13px;
  color: #2290bf;
}
#home-content .g-navigation a:hover {
  background: transparent;
  text-decoration: underline;
}
#home-content .g-navigation li {
  border-top: none;
  padding-right: 20px;
}
#home-content .category .blurb {
  line-height: 18px;
  min-height: 36px;
  word-wrap: break-word;
  overflow-y: visible;
  overflow-x: auto;
}
#tweet-sidebar {
  margin-top: 40px;
}
/*
 * Groups page, for blue bullets & better margins
 */
.article-list ul.link-list li:before {
  color: #4cb7ea;
}
#back_to_top {
  margin-top: 10px;
}
/*
 * Alert styles, since the base Bootstrap ones are quite plain
 */
div.special-alert,
div.information-alert {
  background-color: #fdf4c9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.01)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.01));
  margin: 0 0 20px;
  padding: 15px 20px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
div.special-alert p,
div.special-alert h4,
div.information-alert p,
div.information-alert h4 {
  margin: 0;
}
div.information-alert {
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px #ffffff;
  -moz-box-shadow: inset 0 1px 1px #ffffff;
  box-shadow: inset 0 1px 1px #ffffff;
}
div.special-alert h4 {
  color: #69532D;
  font-size: 140%;
}
/* forms shit */
body.forms-page header img {
  display: block;
  margin: 0 auto 20px;
}
body.forms-page header h1 {
  text-align: center;
}
body.forms-page div.g-tagline {
  text-align: center;
  margin-bottom: 10px;
}
body.forms-page h3 {
  margin-top: 20px;
}
div.controls h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}
div.list-container {
  margin-bottom: 20px;
}
div.signin-form-intro {
  position: relative;
  background: url("/gazebo/img/bg-sidebar-content.jpg");
  border: 8px solid #f1f1f1;
  padding: 10px;
  margin: 20px 0 0 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
div.signin-form-intro h2 {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
}
div.signin-form-intro h4 {
  margin: 0;
}
div.signin-form-intro p {
  margin: 0;
}
div.form-header .g-tagline {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
form.help-form label small {
  color: #777777;
}
form.help-form span.error-block {
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
}
form.help-form span.help-block {
  display: block;
  font-size: 12px;
  line-height: 18px;
  max-width: 540px;
  padding-top: 3px;
}
form.help-form span.help-inline {
  padding-left: 5px;
}
form.help-form h1 {
  margin-top: 0;
}
form.help-form p.another-topic {
  color: #777777;
}
form.help-form ul.options label {
  padding-top: 5px;
  margin-bottom: 0;
}
form.help-form ul.options ul {
  margin-left: 20px;
}
form.help-form ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}
form.help-form ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -1px;
  left: -2em;
  padding: 2px;
  color: #1a7ba4;
  border: 2px solid #1a7ba4;
  font-weight: bold;
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  width: 13px;
  height: 13px;
  font-size: 11px;
  line-height: 14px;
  background: #fff;
  text-align: center;
}
form.help-form ol > li {
  position: relative;
  margin: 0 0 20px 24px;
  padding: 0 0 0 8px;
  list-style: none;
  font-size: 14px;
  color: #333;
}
form.help-form .see_use_1304 {
  position: absolute;
  left: -9999px;
}
#vine_form .form-header {
  background-image: url(../../../images/forms/vine.png);
  background-size: 80px;
  background-position: top right;
  background-repeat: no-repeat;
}
.input-append,
.input-prepend {
  font-size: 14px;
}
.init-hide {
  display: none;
}
p.error,
div.error,
div.error .help-inline {
  color: #b94a48;
}
/*
 * Article pages.
 */
#help-center-article .d-field-item {
  margin-right: 20px;
}
#help-center-article ol,
#help-center-article ol li {
  list-style: decimal;
  margin: 10px;
}
#help-center-article ul,
#help-center-article ul li {
  list-style: circle;
  margin: 10px;
}
#help-center-article form {
  margin-bottom: 0;
}
#new_feedback textarea {
  width: 90%;
  display: block;
}
#feedback_vote h2.title:before {
  border-top: 3px solid #ffcc33;
  content: '';
  display: block;
  margin: 0 auto;
  position: relative;
  top: -20px;
  width: 85px;
}
#feedback_vote h2 {
  color: #202020;
  font-family: gazebo-cond-light-font, HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin: 20px 0;
}
#feedback_vote {
  text-align: center;
}
span.help-loading {
  font-size: 12px;
  line-height: 18px;
  background: url(../../../images/spinner.gif) no-repeat 0 0;
  margin-left: 6px;
  padding-left: 20px;
}
span.simple-loading {
  height: 20px;
  width: 20px;
  background: url(../../../images/spinner.gif) no-repeat 0 0;
}
/*
 * Admin
 */
#admin-page h1 {
  font-size: 36px;
  font-weight: normal;
}
#admin-page .table-condensed th,
#admin-page .table-condensed td {
  font-size: 80%;
  line-height: 90%;
  padding: 10px 6px 6px 6px;
}
#admin-page table {
  width: 100%;
}
#admin-page table tbody tr td.active,
#admin-page table tbody tr td.unpublished,
#admin-page table tbody tr td.dirty,
#admin-page table tbody tr td.empty {
  width: auto;
}
#admin-page table tbody tr td.active {
  background: #ebf7eb;
  color: #4bb14b;
}
#admin-page table tbody tr td.unpublished {
  background: #ffe595;
  color: #af8400;
}
#admin-page table tbody tr td.dirty {
  background: #f3c1be;
  color: #ab2920;
}
#admin-page table tbody tr td.empty {
  background: #ffffff;
  color: #777777;
}
#admin-page table tbody tr td.numeric {
  text-align: right;
}
table.sortable-table {
  margin: 0;
}
table.sortable-table thead tr th.handle,
table.sortable-table tbody tr td.handle {
  width: 6px;
  text-align: center;
  cursor: move;
  padding-left: 4px;
  padding-right: 5px;
}
table.sortable-table tbody tr td.handle {
  background: #f5f5f5;
}
table.sortable-table tbody tr td.handle img {
  margin: 1px 0 0;
}
/* mobile.less overrides styles shown above, so it must be included after
the above styles */
.mobile-only {
  display: none !important;
}
/***** tablet styles *****/
@media only screen and (min-width: 480px) and (max-width: 900px) {
  #search_holder {
    display: block;
  }
  #search_holder input {
    width: 150px;
  }
}
/***** all mobile styles *****/
@media only screen and (max-width: 900px) {
  body {
    padding-top: 0px;
    -webkit-text-size-adjust: 100%;
  }
  div#container {
    width: auto;
    padding: 0;
    margin: 0;
  }
  div#container div#support_content {
    padding: 10px;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .account .screen-name {
    display: none;
  }
  .account img {
    width: 26px !important;
    height: 26px !important;
    margin-right: 0 !important;
  }
  .account span.dropdown-arrow {
    display: none !important;
  }
  .account a.menu {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .account ul.menu-dropdown {
    top: 44px;
  }
  .account ul.menu-dropdown a {
    font-size: 120%;
    padding: 10px 15px;
  }
  div#footer {
    -webkit-text-size-adjust: none;
    padding: 15px 14px;
  }
  div#footer ul.footer-link-list li {
    font-size: 13px;
  }
  div#footer ul.footer-link-list li.goodies-link,
  div#footer ul.footer-link-list li.api-link,
  div#footer ul.footer-link-list li.business-link,
  div#footer ul.footer-link-list li.help-link,
  div#footer ul.footer-link-list li.jobs-link,
  div#footer ul.footer-link-list li.back-twitter-link,
  div#footer ul.footer-link-list li.blog-link,
  div#footer ul.footer-link-list li.status-link {
    display: none !important;
  }
  div#footer ul.footer-link-list.external-links {
    margin: 6px 0 0 0;
  }
  div#footer ul.footer-link-list.external-links li {
    padding: 5px 10px;
    display: inline-block;
  }
  div.has-sidebar {
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  div.eleven,
  div.ten,
  div.nine,
  div.eight,
  div.seven,
  div.six,
  div.five {
    width: auto !important;
  }
  div.row {
    margin: 0;
  }
  .columns,
  .column {
    float: none !important;
    margin: 0 !important;
  }
  div.sidebar {
    display: none !important;
  }
  div.mobile-nav {
    position: relative;
    display: block !important;
    background-color: #eee;
    margin: -10px -10px 12px -10px;
    height: 44px;
  }
  div.mobile-nav a {
    color: #777;
    position: absolute;
    left: 12px;
    top: 12px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  a#back_to_top {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
  }
  a#back_to_top:hover {
    text-decoration: none;
  }
  p.bottom-message {
    margin-bottom: 0;
  }
  /*===== Touch Stuff =====*/
  ul.touch-enhanced,
  ol.touch-enhanced {
    list-style-type: none;
    list-style: none;
    margin: 0;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
  }
  ul.touch-enhanced li,
  ol.touch-enhanced li {
    border-top: 1px solid #c0deed;
    border-right: 1px solid #c0deed;
    border-left: 1px solid #c0deed;
    margin: 0 !important;
  }
  ul.touch-enhanced li > a,
  ol.touch-enhanced li > a {
    display: block;
    color: #0084B4;
    padding: 10px !important;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 132, 180, 0.06) !important;
  }
  ul.touch-enhanced li > a:hover,
  ol.touch-enhanced li > a:hover {
    text-decoration: none;
    background-color: rgba(0, 132, 180, 0.1) !important;
  }
  ul.touch-enhanced li > a:hover strong:after,
  ol.touch-enhanced li > a:hover strong:after {
    content: none;
  }
  ul.touch-enhanced li:first-of-type,
  ol.touch-enhanced li:first-of-type,
  ul.touch-enhanced li:first-of-type > a,
  ol.touch-enhanced li:first-of-type > a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
  }
  ul.touch-enhanced li:last-of-type,
  ol.touch-enhanced li:last-of-type,
  ul.touch-enhanced li:last-of-type > a,
  ol.touch-enhanced li:last-of-type > a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
  }
  ul.touch-enhanced li:last-of-type,
  ol.touch-enhanced li:last-of-type {
    border-bottom: 1px solid #c0deed !important;
  }
  ul.touch-enhanced.nowrap a,
  ol.touch-enhanced.nowrap a,
  ul.touch-enhanced.nowrap strong,
  ol.touch-enhanced.nowrap strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  ul.touch-enhanced.no-links li,
  ol.touch-enhanced.no-links li {
    background-color: #f3f3f3;
    padding: 10px !important;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  ul.touch-enhanced.no-links li:last-of-type,
  ol.touch-enhanced.no-links li:last-of-type {
    border-bottom: 1px solid #ccc !important;
  }
  /*===== Home Page =====*/
  .home-page .support-tweet-box {
    display: none !important;
  }
  .home-page hr {
    display: none;
  }
  .home-page div.more-help-box {
    margin-top: 15px;
  }
  .home-page div.more-help-box h3 {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 20px;
    letter-spacing: -1px;
  }
  .home-page ul.more-help-list {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
  }
  .home-page ul.more-help-list li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    display: block !important;
    height: 100%;
    width: 25%;
    background-color: rgba(0, 132, 180, 0.06);
    border-right: 1px solid #c0deed;
    border-bottom: 1px solid #c0deed;
    border-top: 1px solid #c0deed;
    margin-right: 0 !important;
  }
  .home-page ul.more-help-list li a {
    display: block;
    text-transform: capitalize;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 8px;
  }
  .home-page ul.more-help-list li a:hover {
    text-decoration: none;
  }
  .home-page ul.more-help-list li:first-of-type {
    border-left: 1px solid #c0deed;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
  }
  .home-page ul.more-help-list li:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
  }
  .home-page ul.more-help-list li:hover {
    text-decoration: none;
    background-color: rgba(0, 132, 180, 0.1) !important;
  }
  .home-page ul.sections li a {
    background-position: 12px 18px !important;
    padding: 20px 20px 20px 50px !important;
    margin: 0;
  }
  .home-page ul.sections li a span {
    display: none;
  }
  /*===== Group Page =====*/
  .group-page div.header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .group-page div.header h1 {
    font-weight: bold;
  }
  .group-page div.category {
    margin: 12px 0 22px 0;
  }
  /*===== Article Page =====*/
  .article-page div#container img,
  .article-page div#container object[data*="youtube"],
  .article-page div#container iframe[src*="youtube"] {
    max-width: 100% !important;
    height: auto;
    display: block;
  }
  .article-page .edit-article-button {
    display: none;
  }
  .article-page div.header {
    margin-bottom: 12px;
    padding-bottom: 16px;
  }
  .article-page div#feedback {
    margin-bottom: 0;
  }
  /*===== Search Page =====*/
  .search-page .tweet-sidebar {
    display: none;
  }
  .search-page div.pagination {
    margin-bottom: 0;
  }
  /*===== Forms Page =====*/
  .forms-page div.help-messaging {
    margin-top: 0;
    padding: 0 !important;
  }
  .forms-page div.help-messaging img {
    display: none;
  }
  .forms-page div.help-messaging h1 {
    margin: 0px 0 15px 0;
    font-weight: normal;
  }
  .forms-page div.help-messaging p {
    margin-bottom: 15px;
  }
  .forms-page div.help-messaging hr {
    margin-bottom: 10px;
  }
  .forms-page ul.sections li > a {
    margin-bottom: 0;
    background-position: 12px 18px !important;
    padding: 20px 20px 20px 50px !important;
  }
  .forms-page ul.sections span {
    display: none;
  }
  .forms-page ul.sections .sessions a {
    background-position: 12px 28px !important;
  }
  /*===== Form Page =====*/
  form.custom-form {
    margin: 0;
    padding: 0;
    background-image: none;
  }
  form.custom-form div.form-header {
    left: 0;
  }
  form.custom-form div.page-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  form.custom-form div.page-header p {
    display: none;
  }
  form.custom-form div.page-header i {
    display: none;
  }
  form.custom-form div.starter-message {
    margin-bottom: 0;
  }
  form.custom-form div.starter-message p:last-child {
    margin-bottom: 0;
  }
  form.custom-form .clearfix {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 !important;
  }
  form.custom-form .clearfix > label {
    font-size: 1.2em;
  }
  form.custom-form .clearfix.first-field {
    padding-top: 0;
  }
  form.custom-form > .clearfix:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  form.custom-form input[type="text"],
  form.custom-form input[type="url"],
  form.custom-form input[type="email"],
  form.custom-form textarea {
    font-size: 16px !important;
    padding: 6px;
  }
  form.custom-form div.preface-input span {
    font-size: 16px;
    padding-top: 4px;
  }
  form.custom-form div.preface-input input[type="text"] {
    padding-left: 20px;
  }
  form.custom-form label {
    display: block;
    float: none;
    margin: 0;
    text-align: left;
    width: 100%;
  }
  form.custom-form label small {
    display: none;
  }
  form.custom-form #main_errors .error {
    margin-bottom: 10px;
  }
  form.custom-form span.required-validate-error,
  form.custom-form span.email-validate-error {
    text-transform: capitalize;
    display: inline-block;
    margin-top: 4px;
  }
  form.custom-form .clearfix > h3 {
    display: none;
  }
  form.custom-form .clearfix h4.section-header {
    display: none;
  }
  form.custom-form ul.options li {
    padding: 8px 0;
  }
  form.custom-form ul.options span {
    font-size: 1.1em;
  }
  /*===== Error Pages =====*/
  .error-page .tweet-bar,
  .error-page .more-help-bar {
    display: none;
  }
}
/***** phone styles *****/
@media only screen and (max-width: 480px) {
  li.mobile-search {
    display: inline !important;
  }
  #search_holder {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    background-color: #eee;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eeeeee));
    background-image: -webkit-linear-gradient(#f7f7f7, #eeeeee);
    background-image: -moz-linear-gradient(#f7f7f7, #eeeeee);
    background-image: -o-linear-gradient(top, #f7f7f7, #eeeeee);
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eeeeee));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f7f7f7', EndColorStr='#eeeeee', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f7f7', EndColorStr='#eeeeee', GradientType=0)";
    height: 28px;
    padding: 7px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  #search_holder form {
    float: none;
    margin-top: 0;
    position: relative;
    height: 28px;
  }
  #search_holder form input[type=text] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #333;
    height: 20px;
    width: auto;
    font-size: 16px;
    padding: 3px 26px 3px 6px;
    border-color: #ccc !important;
    -webkit-box-shadow: 0 1px 0 #ffffff;
    -moz-box-shadow: 0 1px 0 #ffffff;
    box-shadow: 0 1px 0 #ffffff;
  }
  #search_holder span {
    z-index: 5;
    padding-top: 7px;
  }
  #search_holder span i {
    background-position: -256px -96px;
  }
  #search_holder.open {
    display: block;
  }
  .home-page ul.more-help-list li {
    width: 50%;
  }
  .home-page ul.more-help-list li:nth-of-type(1) {
    border-left: 1px solid #c0deed;
    border-top: 1px solid #c0deed;
    border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
  }
  .home-page ul.more-help-list li:nth-of-type(2) {
    border-right: 1px solid #c0deed;
    border-top: 1px solid #c0deed;
    border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
  }
  .home-page ul.more-help-list li:nth-of-type(3) {
    border-left: 1px solid #c0deed;
    border-bottom: 1px solid #c0deed;
    border-top: none;
    border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
  }
  .home-page ul.more-help-list li:nth-of-type(4) {
    border-right: 1px solid #c0deed;
    border-bottom: 1px solid #c0deed;
    border-top: none;
    border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 0;
    -khtml-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
  }
  .custom-form input[type="text"],
  .custom-form input[type="url"],
  .custom-form input[type="email"],
  .custom-form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
  }
  div#comments #new_comment input[type="submit"] {
    float: none;
    width: 100%;
  }
  div#feedback form .btn {
    margin: 4px 0 0 0;
    width: 100%;
    padding: 10px;
  }
  #confused_larry {
    display: none;
  }
}
