/*main {
  width: 100% !important;
  padding: 0px !important;
}*/

.category_list, .container {
  width: 960px;
  margin: 30px auto auto;
}

ul.attachments a, ol.breadcrumbs li a, .my-activities-nav a, .my-activities-sub-nav a, .community-sub-nav a, li.search-result a, .community-nav a, h3.topic-title a, h3.question-title a, div.question-meta span.question-author a, ul.docs-list li a {
  color: #000;
  text-decoration: none;
}
ul.attachments a:hover, ol.breadcrumbs li a:hover, .my-activities-nav a:hover, .my-activities-sub-nav a:hover, .community-sub-nav a:hover, li.search-result a:hover, .community-nav a:hover, h3.topic-title a:hover, h3.question-title a:hover, div.question-meta span.question-author a:hover, ul.docs-list li a:hover {
  color: #F58C00;
  text-decoration: underline;
}
div.search-result-meta a:hover {
  color: #000;
}
div.search-result-meta a {
  color: #F58C00;
}
ul.docs-list {
  text-align: center;
  margin-bottom: 30px;
}
ul.docs-list li {
  display: inline-block;
  width: 31%;
}
ul.docs-list li a {
  font-size: 1.4em;
}
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #E4E4E4;
}

body {
  color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}

a {
  color: #2058F3;
  text-decoration: none;
  font-family: inherit;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

label {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

input[type=checkbox] + label {
  display: inline-block;
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555555;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: bold;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: bold;
}

::-moz-placeholder {
  color: #ccc;
  font-weight: bold;
}

button, [role=button], [type=button], [type=submit] {
  background: transparent;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 -2px #f6f6f6;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);
  color: #F58C00;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: lighter;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  box-shadow: inset 0 -2px #222;
  color: #FFF;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

td, th {
  border-color: #ECECEC;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #BBB;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.main-column {
  float: left;
  width: 620px;
}

.side-column {
  float: right;
  width: 270px;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  color: #888;
  content: "\25BE";
  display: inline-block;
  font-family: "entypo";
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

.visibility-internal:before {
  content: "\1F512";
  font-family: "entypo";
  margin-right: 5px;
}

main, .header-inner, .footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 980px;
}

main {
  padding-top: 40px;
  /*padding-bottom: 100px;*/
  margin-bottom: 20px;
}

.sub-nav .search-small {
  display: none !important;
}

.header {
  background: #FFFFFF;
  /*height: 180px;*/
}

.header-inner {
  position: relative;
  text-align: center;
}

.logo {
  line-height: 120px;
  font-size: 28pt;
  font-weight: bold;
}

.logo img {
  max-height: 100px;
}

.user-nav {
  /*background: #3e3e3e;
  background: rgba(0, 0, 0, 0.2);*/
  border-radius: 5px;
  padding: 3px 3px 3px 20px;
  position: absolute;
  right: 10px;
  text-align: left;
  top: 10px;
  z-index: 100;
}

.user-nav > * {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.user-info [role="button"], .login {
  background: #ffffff;
  background: linear-gradient(to bottom, white 0%, #f4f4f4 50%, #ededed 100%);
  border-bottom-color: #C0C0C0;
  border-radius: 3px;
  box-shadow: inset 0 -1px #DDD;
  color: #444;
  height: auto;
  line-height: 1;
  padding: 4px 10px 4px 4px;
}

.user-info [role="button"]:hover, .login:hover {
  border-color: #AAA;
  box-shadow: inset 0 -1px #BBB;
}

.user-info [role="button"]:active, .login:active {
  background: linear-gradient(to bottom, whitesmoke 0%, #d5d5d5 100%);
}

.user-avatar {
  margin-right: 4px;
  max-height: 20px;
}

.user-avatar, .user-avatar + span {
  display: inline-block;
  vertical-align: middle;
}

.login, .user-info {
  margin-left: 30px;
}

.submit-a-request {
  margin-left: 15px;
  text-decoration: none;
}

.search-unit {
  /*background: #FFFFFF;*/
  /*padding: 40px;*/
  background: transparent;
  text-align: center;
}

.search-small {
  display: inline-block;
  position: relative;
}

.search-small:after {
  color: #555;
  content: "\1F50D";
  font-family: "entypo";
  font-size: 30px;
  line-height: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: 1;
}

.search-small input {
  border-color: #d9d9d9;
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  padding: 0 20px;
  width: 620px;
}

.category-list a, .community {
  background: #FFFFFF;
  border: 1px solid #d9d9d9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-shadow: inset 0 -3px #e6e6e6;
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.08);
  /*color: #030303;*/
  color: #000;
  display: block;
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 30px;
}
.category-list a:hover, .category-list a:active {
  color: #F58C00;
}

.community {
  /*background: #FFFFFF;
  border-radius: 5px;
  margin-top: 40px;*/
  padding: 25px 30px;
}

.community h4 {
  color: #030303;
  float: right;
  font-size: 13px;
  margin: 0;
}


.trending-questions {
  margin-bottom: 40px;
}

.trending-questions h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #030303;
  font-weight: bold;
  font-size: large;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.trending-questions:last-child {
  margin-bottom: 0;
}

.trending-question-list {
  margin-bottom: 15px;
}

.trending-question-list li {
  display: inline-block;
  font-size: 13pt;
  padding: 10px 25px 0 0;
  width: 49.5%;
}

.knowledge-page-header {
  border-bottom: 2px solid #000;
  margin-bottom: 50px;
  padding: 20px 0;
}

.knowledge-page-header p {
  /*color: #a6a6a6;*/
  color: #000;
  font-size: 14px;
  margin: 0;
}

.knowledge-page-header h1 {
  font-size: 30px;
  margin: 0;
}

.section {
  display: inline-block;
  width: 49.5%;
  padding: 0 20px 55px 0;
  vertical-align: top;
}

.section h3 a {
  color: #000;
  font-size: 20px;
}
.section h3 a:hover {
  color: #F58C00;
}

.article-list li {
  font-size: 14px;
  margin-top: 10px;
}

.article-promoted span {
  cursor: default;
  font-family: "entypo";
  margin-right: 5px;
  position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li + li:before {
  color: #158EC2;
  content: ">";
}

.article-column {
  width: 720px;
}

.article-body {
  line-height: 1.7;
  font-size: 14px;
  word-wrap: break-word;
}

.article-body img {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
}

.article-body pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

.article-body ul,
.article-body ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

.article-body ul > ul,
.article-body ol > ol {
  margin: 0 0 0 20px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ol {
  list-style-type: decimal;
}

.article-body li {
  margin-left: 20px;
}

.article-footer {
  border-color: #ECECEC;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  border-width: 1px 0;
  margin: 30px 0;
  padding: 20px 0;
}

.article-footer .article-vote {
  float: left;
}

.article-footer .share {
  float: right;
}

.article-vote {
  position: relative;
}

.article-vote-controls {
  display: inline-block;
  margin-left: 20px;
}

.article-vote-count {
  color: #a6a6a6;
  left: 100%;
  margin-left: 25px;
  margin-top: 7px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

.article-vote-up:before {
  content: "\1f44d";
}

.article-vote-down:before {
  content: "\1f44e";
}

.article-footer a, .article-footer a:before {
  background: #cccccc;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  color: #FFF;
  height: 30px;
  line-height: 30px;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

.article-vote-up:before {
  content: "\1f44d";
}

.article-vote-down:before {
  content: "\1f44e";
}

.article-comments {
  margin-top: 50px;
}

.article-comments h2 {
  font-size: 14px;
}

.share li {
  display: inline-block;
}

.share a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  display: inline-block;
  color: #FFF;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  background: #00ACED;
  content: "\F309";
}

.share-facebook:before {
  background: #3B5998;
  content: "\F30C";
}

.share-linkedin:before {
  background: #4875B4;
  content: "\F318";
}

.share-googleplus:before {
  background: #CD3C2A;
  content: "\F30F";
}

.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #CCC;
  border-left: 7px solid rgba(0, 0, 0, 0);
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #FFF;
  border-left: 6px solid rgba(0, 0, 0, 0);
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

.attachment-list, .screencast-list {
  font-size: 11px;
}

.attachment-list span, .screencast-list span {
  color: #bbb;
}

.comment .attachment-list, .comment .screencast-list {
  margin-top: 25px;
}
.comment .attachment-list li, .comment .screencast-list li {
  margin-bottom: 10px;
}
.comment .attachment-list li:before, .comment .screencast-list li:before {
  background: #f6f6f6;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}
.comment .attachment-list li:before {
  content: "\1F4CE";
}
.comment .screencast-list li:before {
  content: "\1F4BB";
}

.comment, .comment-form {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  line-height: 1.3;
  min-height: 100px;
  padding: 20px 0;
  position: relative;
}

.comment-container {
  margin-left: 90px;
}

.comment-avatar {
  position: absolute;
  display: inline-block;
}

.comment-avatar img {
  border: 0;
  border-radius: 3px;
  border-bottom: 10px;
  max-width: 70px;
  max-height: 70px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url(/hc/assets/agent-marker.png);
  background-image: url(/hc/assets/agent-marker.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -5px;
  right: -3px;
  content: " ";
}

.comment-author {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.comment-published, .comment-edit, .comment-delete {
  float: right;
  font-size: 11px;
  margin-right: 12px;
  margin-left: 12px;
}

.comment-published {
  color: #bbb;
  font-weight: lighter;
}

.comment-edit:before, .comment-delete:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -14px;
  pointer-events: none;
  position: absolute;
}

.comment-body {
  font-weight: lighter;
  line-height: 1.7;
  word-wrap: break-word;
}

.comment-body p:first-child {
  margin-top: 0px;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border-color: #DDDDDD;
  border-color: rgba(0, 0, 0, 0.13);
  border-style: solid;
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
  padding: 10px;
}

.comment-form {
  padding-top: 30px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}

.comment-mark-as-solved {
  float: left;
  margin-top: 5px;
}

.comment-screencasts {
  float: left;
  margin-top: 5px;
  margin-right: 25px;
}

.comment-list + .pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.pagination {
  line-height: 0;
  padding: 20px 0;
  text-align: center;
}

.pagination ul {
  display: inline-block;
}

.pagination li {
  float: left;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.pagination li + li {
  border-left: none;
}

.pagination a, .pagination span {
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.03);
  color: #AAA;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-header {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

.my-activities-nav {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 55px;
  padding: 25px 0;
}

.my-activities-nav li, .my-activities-sub-nav li {
  display: inline-block;
  margin-right: 30px;
}

.my-activities-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}

.my-activities-sub-nav {
  padding: 15px 0;
  position: relative;
}

.request-table-toolbar {
  background-color: #FAFAFA;
  padding: 8px;
  text-align: right;
}

.status-selection {
  display: inline-block;
}

.status-selection > span {
  margin-right: 10px;
}

.status-selection button {
  background: #FFF;
  border-radius: 0;
  color: inherit;
  height: 27px;
  line-height: 25px;
  min-width: 85px;
  text-align: left;
}

.status-selection button:after {
  color: #adadad;
  float: right;
  margin-left: 15px;
}

.requests-search {
  border-radius: 15px;
  float: left;
  height: 27px;
  outline: none;
  padding: 5px 15px;
  width: 250px;
}

.my-activities-table a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-table a {
  max-width: 550px;
}

.following-table a {
  max-width: 390px;
}

.contribution-table a {
  max-width: 250px;
}

.request-table td:nth-child(1) {
  width: 5%;
}

.request-table td:nth-child(2) {
  width: 65%;
}

.request-table td:nth-child(3) {
  width: 15%;
}

.request-table td:nth-child(4) {
  width: 15%;
}

.following-table td:nth-child(1) {
  width: 45%;
}

.following-table td:nth-child(2) {
  width: 15%;
}

.following-table td:nth-child(3) {
  width: 30%;
}

.following-table td:nth-child(4) {
  width: 10%;
}

.request-follow-up {
  text-align: right;
}

.follow-up-hint {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 13px;
}

.request-details {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin: 30px 0 30px;
  padding: 15px 20px;
}

.request-details li + li {
  margin-top: 10px;
}

.request-header {
  font-weight: lighter;
  font-size: 1.7em;
  margin: 1em 0;
}

.request-id {
  color: #bbb;
  display: block;
  font-size: 13px;
}

.request-details {
  font-size: 12px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}

.request-status {
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2px 5px;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

body.community-enabled .search-results-column {
  float: left;
  width: 450px;
}

body.community-enabled .search-results-column ~ .search-results-column {
  margin-left: 40px;
}

.search-results-subheading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-result {
  margin: 0;
  padding: 15px 0;
}

.search-result + .search-result {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.search-results-list {
  margin: 0;
}

.search-result-link {
  font-size: 16px;
}

.search-result-description {
  color: #000;
}
.search-result-meta {
  padding-top: 5px;
  padding-bottom: 10px;
}

.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  font-size: 12px;
  color: #444;
}

.search-result-meta-time:before,
.search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.search-results + .pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.form {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  overflow: hidden;
  padding: 40px 55px;
}

.form-field + .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field textarea, .form-field input {
  box-shadow: inset 0 1px #E3E3E3;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.11);
}

.form-field p {
  color: #BEBEBE;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form,
.searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  padding: 10px 20px;
  max-height: 200px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/assets/loader.gif) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 40px;
  padding-top: 25px;
  text-align: right;
}

.form footer a {
  color: #CCC;
  cursor: pointer;
  margin-right: 15px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  /*padding-top: 5%;*/
  padding-bottom: 80px;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.community-heading {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.community-nav {
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 55px;
  margin-top: 20px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  padding-right: 30px;
}

.community-nav li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

.community-nav li:last-child a {
  color: #F58C00;
}
.community-nav li:last-child a:hover {
  color: #000;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

.community-sub-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0;
  position: relative;
}

.community-sub-nav li {
  display: inline-block;
  margin-right: 30px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.question, .answer {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0;
  position: relative;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url(/hc/assets/agent-marker.png);
  background-image: url(/hc/assets/agent-marker.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  bottom-margin: 10px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #C5C5C5;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: lighter;
}

.question-meta, .answer-meta, .topic-meta {
  color: #555;
  font-size: 11px;
}

.topic-list li.topic {
  line-height: 1.2em;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}

.answer-list-heading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  padding-bottom: 20px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions h3 {
  font-size: 13px;
}

.related-questions li {
  margin-bottom: 10px;
}

div.vote {
  display:none;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #BBB;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit, .question-delete, .answer-delete {
  margin-left: 25px;
}

.topic-edit:before, .question-delete:before, .answer-delete:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  pointer-events: none;
  position: absolute;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.markdown {
  word-wrap: break-word;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 13px;
  font-size: 13px;
}

.markdown img {
  display: block;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
  margin-bottom: 10px;
}

.markdown p {
  margin-bottom: 10px;
}

.markdown ul,
.markdown ol {
  list-style-position: inside;
  margin: 0 0 10px 10px;
}

.markdown ul {
  list-style-type: disc;
}

.markdown ol {
  list-style-type: decimal;
}

.markdown ul > ul,
.markdown ol > ol {
  margin: 0 0 0 10px;
}

.markdown pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  margin-bottom: 10px;
}

.markdown blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  padding-left: 10px;
  margin: 0 0 10px 0;
}

.markdown hr {
  margin-bottom: 10px;
  height: 2px;
  background-color: #ECECEC;
}

/*
*
*
* From infinitekind.com
*
*
*
*/

body, html {
  background-color: #fff;
  font-size:100%;
}

body {
    /*background: url("/images/bottom_content_bg.jpg") repeat transparent;
    color: #2F2B28;*/
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
}

/*.yui3-g {
    background-color: #FFFFFF;
    letter-spacing: -0.31em;
    word-spacing: -0.43em;
}*/

.footer .yui-g {
  width: 980px;
  text-align: center;
}

.footer .yui3-u-1-2 {
  display: inline-block;
  text-align: left;
}

::-moz-selection { background: #F58C00; color: #fff; text-shadow: none; }
::selection { background: #F58C00; color: #fff; text-shadow: none; }

p {
	margin-bottom: 10px;
	line-height: 1.475em;
}

ul, ol {
	padding-bottom: 10px;
}

/*ul li {
    list-style: circle outside none;
    margin-left: 20px;
	padding-bottom: 5px;
}*/


ol li {
	margin-left: 25px;
	list-style: decimal;
	padding-bottom: 5px;
}

hr {
	background:#ccc;
	height:1px;
	width:100%;
	border:0;
}

img.left {
	float: left;
	margin: 10px 10px 10px 0;
}

img.right {
	float: right;
	margin: 10px 0px 10px 10px;
}

table {
    border: 1px solid #2f2b28;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 10px;
	width: 100%;
}

th {
	background-color: #fff;
	font-weight: 700;
	padding: 5px;
	color: #F58C00;
	border: 1px solid #2F2B28;
}

td {
	border: 1px solid #2f2b28;
	padding: 5px;
	background-color: #F0F0F0;
}

/*h1 {
	font-size:45px;
	font-weight:bold;
	color:#F58C00;
	padding:0px 0px 6px 0px;
}*/

/*h2 {
	font-size:39px;
	font-weight:bold;
	color:#F58C00;
	padding:0px 0px 6px 0px;
	letter-spacing: 0;
}*/

/*h3 {
	color: #F58C00;
	font-size: 14px;
	padding-bottom: 7px;
	font-weight: 700;
}*/

h4 {
	color: #312C29;
	font-size: 12px;
	padding-bottom: 7px;
	font-weight: 700;
}

a, h2 a {
	text-decoration:underline;
	color:#F58C00;
	font-weight: 700;
}
a:hover, h2 a:hover {
	color:#2F2B28;
	text-decoration:underline;
}

b {
	font-weight: 700;
}

i {
	font-weight: 400;
}

/* Iframe embedded youtube defaulting */

iframe {
	border:0px !important;
}

/* */

#wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
    background-color: #FFFFFF;
    height: 122px;
    position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 20;
}

/*.logo {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 30px;
	left: 10px;
}*/

.nav {
	position: absolute;
	right: 10px;
	top: 50px;
	font-size: 1.3em;
	color: #2f2b28;
	width: 70%;
}

.nav ul {
	list-style: none;
}

.nav ul li {
	float: left;
	display: inline;
	margin-left: 30px;
	position: relative;
    display: inline;
}

.nav ul li a {
	color: #2f2b28;
	text-decoration: none;
}

.nav ul li a:hover, .nav ul li a.active {
	color: #F08D02;
	text-decoration: underline;
}

.nav ul li ul {
	background: url(/images/dropdown_bg.gif) repeat-x bottom left;
	position: absolute;
	left: -9999px;
	list-style: none;
	list-style-image: none;
	font-size: 14px;
	color: #fff;
}

.nav ul li ul li {
    color: #FFF;
    margin: 0 15px;
    text-decoration: none;
	padding-bottom: 0px;
}

.nav ul li ul a {
    color: #FFF;
	font-weight: 600;
}
.nav ul li ul a:hover {
	color: #fff;
    text-decoration: underline;
}


/*.nav ul li:hover ul,*/ .nav ul li ul.active_sub {
    left: 0;
    padding: 12px 5px 5px;
    white-space: nowrap;
}

.nav ul li ul.Moneydance {
	width: 290px !important;
}

.nav ul li ul.Moneydance li {
	margin: 0 13px;
}

.nav ul li ul.SyncSpace {
	width: 248px !important;
}

.nav ul li ul.SyncSpace li {
	margin: 0 13px;
}

.nav ul li ul.SketchTo {
	width: 128px !important;
}

.nav ul li ul.SketchTo li {
	margin: 0 13px;
}


.app_press_info th {
	text-align: right;
}

.app_press_info table {
	padding-bottom: 20pt;
}

div#social_media_links {
    bottom: -38px;
    height: 38px;
    position: absolute;
    right: 66px;
    width: 200px;
    z-index: 100;
	text-align: right;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
    left: -290px ! important;
}

iframe.fb_iframe_widget_lift {
	width: 80px ! important;
	height: 20px ! important;
/*	position: absolute ! important;
	right: 200px ! important;*/
}

div.fb_edge_widget_with_comment {
	width: 67px;
	padding: 15px 0px;
}

div#twitter {
	position: absolute;
	bottom: 0px;
	right: 75px;
	font-size: 11px;
}

div.top-area-bg{
	background: url('//p1.zdassets.com/hc/theme_assets/444692/200022933/top-area-home-bg.jpg') repeat top left;
	width: 100%;
	position: relative;
	z-index: 10;
}

div.top-area-support-bg{
	background: url('//p1.zdassets.com/hc/theme_assets/444692/200022933/top-area-home-bg.jpg') repeat top left;
	width: 100%;
	position: relative;
	z-index: 10;
}

div.top-area {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div.top-area-support {
	background: url('//p1.zdassets.com/hc/theme_assets/444692/200022933/support_header.jpg') no-repeat top left;
	height: 448px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div.top-area #text {
    color: #2F2B28;
    font-size: 1.325em;
    height: 200px;
    left: 193px;
    position: absolute;
    top: 77px;
    width: 338px;
	margin: 0;
	padding: 15px;
	font-weight: 600;
}

div.top-area #text p.largeText {
    color: #2F2B28;
    font-size: 41px;
    font-weight: 700;
    letter-spacing: -1.6px;
    line-height: 1.2em;
}

div.top-area #text p.largeText span {
	color: #F58C00;
}

div.top-area #text p.normal-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
	padding-bottom: 5px;
}

div.top-area div.image {
    bottom: 80px;
    height: 152px;
    margin: 0;
    position: absolute;
    right: 234px;
    width: 201px;
}


/* Product page specific css*/

div.top-area-bg_bottom div#product-area-top {
	background: url("/images/syncspace_header.jpg") no-repeat top left;
	height: 606px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div.top-area-bg_bottom div#product-area-top.sketchto {
	background: url("/images/sketchto-header.png") no-repeat top left;
	height: 606px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div.top-area-bg_bottom div#product-area-top.moneydance{
	background: url("/images/moneydance_header.jpg") no-repeat 0px 10px;
	height: 635px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div.top-area-bg_bottom div#product-area-top div#app {
	position: absolute;
	top: 113px;
	left: 70px;
	width: 170px;
	padding: 10px;
}

div.top-area-bg_bottom div#product-area-top.moneydance div#app {
	position: absolute;
	top: 127px;
	left: 70px;
	width: 170px;
	padding: 10px;
}

div#app li {
    background: url("/images/app-sprite.png") no-repeat scroll 0 0 transparent;
	margin: 15px 14px;
	list-style: none;
	padding-bottom: 0px;
}

div#app li a {
	display: block;
    height: 47px;
    text-indent: -9999px;
}

div#video_player {
    position: absolute;
    right: 89px;
    top: 127px;
    width: 620px;
}

div.top-area-bg_bottom div#description {
    bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    left: 250px;
    overflow-y: hidden;
    position: absolute;
    width: 620px;
}

div.app_details {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px;
}

div.app_details div#product_features_desc {
	width: 59%;
	padding-top: 20px;
	margin-bottom: 40px;
}

div.app_details div#product_features_desc div{
	margin-bottom: 15px;
}

div.app_details div#product_features {
    background: url("/images/product_features_sep.gif") no-repeat right top;
    margin: -38px 41px 0 47px;
    padding: 95px 0 147px;
    width: 232px;
}

div.app_details div#product_features_moneydance{
	background: url("/images/product_features_sep_2.gif") no-repeat right top;
	margin: -38px 41px 0 47px;
    padding: 72px 0 90px;
    width: 232px;
}

div.app_details div.feature_detail {
    float: left;
    font-size: 14px;
    font-weight: 600;
    width: 200px;
}

div.app_details div.feature_detail.moneydance {
    display: inline;
    font-size: 14px;
    font-weight: 600;
    width: 88%;
}

div.app_details div.feature_detail_img {
	float:right;
}

div.app_details div.feature_detail_img.moneydance{
	display:inline;
}

div.app_details div li {
    background: url("/images/product_features_sprite.gif") no-repeat;
    font-weight: 600;
    height: 58px;
    padding-left: 65px;
    padding-top: 14px;
    width: 210px;
	font-size: 16px;
	padding-bottom: 0px;
}

div.app_details div li#infiniteZoom {
	background-position: 0px 0px;
}

div.app_details div li#multipleUsers{
	background-position: 0px -70px;
}

div.app_details div li#sharingOptions {
	background-position: 0px -143px;
}

div.app_details div li#multiPlatform {
	background-position: 0px -207px;
}

div.app_details div li#onlineBanking {
	background-position: 0px -276px;
}

div.app_details div li#HomePage{
	background-position: 0 -346px;
}

div.app_details div li#graphing {
	background-position: 0 -418px;
}

div.app_details div li#checkRegister {
	background-position: 0 -490px;
}

div.app_details div li#reminders {
	background-position: 0 -560px;
}
div.app_details div li#mobile {
	background-position: 0 -630px;
}

div.app_details div li#investments{
	background-position: 0 -708px;
}




div.app_details div li a {
	color: #2F2B28;
	text-decoration: none;
}

div.app_details div li a:hover {
	color: #2F2B28;
	text-decoration: underline;
}

div#review_slides {
	margin-left: 55px !important;
/*	height: auto !important;
	min-height: 290px;
	width: 855px;*/
}

div#review_slides div#reviews_set_1, 
div#review_slides div#reviews_set_2, 
div#review_slides div#reviews_set_3,
div#review_slides div#reviews_set_4,
div#review_slides div#reviews_set_5,
div#review_slides div#reviews_set_6,
div#review_slides div#reviews_set_7 {
	background-color: transparent !important;
	
}

div#review_slides_arrows {
position: relative;	
}

div#review_slides_arrows div#prev_reviews {
	background:url(/images/left_arrow.png) no-repeat top left;
	position: absolute;
	left: 0;
	top: 100px;
	width:37px;
	height: 37px;
	cursor: pointer;
}

div#review_slides_arrows div#next_reviews {
	background:url(/images/right_arrow.png) no-repeat top left;
	position: absolute;
	right: 0;
	top: 100px;
	width:37px;
	height: 37px;
	cursor: pointer;
}

div.reviews div.user_review {
	float: left;
	font-size: 12px;
	font-weight: 600;
	padding: 25px;
	width: 235px;
	min-height: 266px;
	background: url(/images/bottom_content_sep.jpg) no-repeat top right;
}

div.reviews div.last {
    background-image: none;
}

div#yui-g_reviews_bottom div#nav {
    left: 47%;
    margin-top: 14px;
    position: absolute;
}

div#yui-g_reviews_bottom div#nav a{
	background: url(/images/slide_not_active.png) no-repeat top left;
	width: 19px;
	height: 18px;
	display:block;
	text-indent: -9999px;
	margin: 0 1px;
	float:left;
	
}

div#yui-g_reviews_bottom div#nav a.activeSlide {
	background: url(/images/slide_active.png) no-repeat top left;
}

div.reviews p.stars {
	background:url(/images/stars_bg.png) no-repeat;
}

div.reviews p.star5 {
	width: 75px;
	display:block;
	text-indent: -9999px;
}

div.reviews p.star4 {
	width: 58px;
	display:block;
	text-indent: -9999px;
}

div.reviews p.star3 {
	width: 44px;
	display:block;
	text-indent: -9999px;
}

div.reviews p.star2 {
	width: 30px;
	display:block;
	text-indent: -9999px;
}

div.reviews p.star1 {
	width: 14px;
	display:block;
	text-indent: -9999px;
}

/*  -------  */


div#appsWrapper, div#supportWrapper {
	background-color: #fff;
	width: 100%;
}

div.apps {
	width: 960px;
	margin: 0 auto;
	background: url(/images/cta_sep.png) no-repeat top center;
}

div.apps li, div.app_details li {
	margin: 0;
	list-style: none;
}

div.apps div#syncspace {
	min-height: 490px;
	margin: 45px 0px 0px 0px;
}

div.apps div#moneydance {
	min-height: 490px;
	margin: 45px 0px 0px 0px;
}

div.apps div#syncspace div, div.apps div#moneydance div {
	width: 330px;
	margin: 0 auto;
	padding: 0px 0px 45px 0px;
	
}

div.apps div#syncspace div p, div.apps div#moneydance div p {
	text-align: center;	
	margin-bottom: 30px;
	font-weight: 700;
}

div.apps div li.download {
	background: url(/images/app-sprite.png) no-repeat;
	float: left;
	margin-right: 20px;
	padding-bottom: 0px;
}

div.apps div li.download a{
	width: 140px;
	height: 47px;
	display:block;
	text-indent: -9999px;
}

div.apps div li.appstore, div#app li.appstore {
	background-position: 0px 0px;
}

div.apps div li.andriodstore, div#app li.andriodstore {
	background-position: 0px -47px;
}

div.apps div li.winstore, div#app li.winstore {
	background-position: 0px -94px;
}

div.apps div li.macstore, div#app li.macstore{
	background-position: 0px -141px;
}

div.apps div li.appstore, div#app li.appstore{
	background-position: 0px -188px;
}

div.apps div li.linux, div#app li.linux{
	background-position: 0px -235px;
}

div.apps div li.other, div#app li.other{
	background-position: 0px -282px;
}

div.syncspace-content li.download.andriodstore {
	margin-right: 0px;
}

div.moneydance-content ul, div.syncspace-content ul {
	padding-left: 15px;
}

div.moneydance-content li.download.macstore {
	margin-right: 15px;
}

div.apps div#moneydance div p#other {
    margin: 60px 0px 0px 0px;
}

div.apps div#moneydance div p#other a{
    color: #2F2B28;
	text-decoration: underline;
}

div.apps div#moneydance div p#other a:hover{
    color: #F08D02;
	text-decoration: underline;
}

div.blogposts, div.reviews, div.error_404 {
	background: url('//p1.zdassets.com/hc/theme_assets/444692/200022933/bottom_content_bg.jpg') repeat top left;
	width: 100%;
}

div.blogposts div#yui-g_blogposts_top, 
div.top-area-bg div.top-area-bg_top, 
div.reviews div#yui-g_reviews_top, 
div.support_contact div#yui-g_support_contact_top,
div.error_404 div#yui-g_404_top{
	background: url('//p1.zdassets.com/hc/theme_assets/444692/200022933/bottom_content_top.jpg') no-repeat top left;
	margin: 0 auto;
	width: 960px;
	
}
div.blogposts div#yui-g_blogposts_bottom, 
div.top-area-bg div.top-area-bg_bottom, 
div.reviews div#yui-g_reviews_bottom,
div.support_contact div#yui-g_support_contact_bottom,
div.error_404 div#yui-g_404_bottom {
	background: url('//p1.zdassets.com/hc/theme_assets/444692/200022933/bottom_content_foot.jpg') no-repeat bottom left;
	padding: 20px 0;
	position: relative;
		
}

div.blogposts div#yui-g_blogposts_bottom div.yui3-u-1-3 {
    width: 23%;
}

div.blogposts h2 {
    color: #F08D02;
    font-size: 44px;
    font-weight: 700;
}

div.blogposts h3{
	font-size: 16px;
	color: #f08d02;
	font-weight: 600;
	padding-bottom: 5px;
}

div.blogposts div {
    background: url('//p1.zdassets.com/hc/theme_assets/444692/200022933/bottom_content_sep.jpg') no-repeat scroll right top transparent;
    color: #2F2B28;
    font-size: 12px;
    font-weight: 600;
	min-height: 230px;
}

div.blogposts div .last {
    background-image: none;
}

div.blogposts div#yui-g_blogposts_bottom div{
	padding: 40px 25px 10px 25px;
	line-height :19px;
	font-weight: 600;
	margin-top: -15px;
}

div.blogposts div#yui-g_blogposts_bottom .first{
	margin-left: 65px;
}

div.blogposts div a {
    color: #F48E00;
    text-decoration: underline;
}

div.blogposts div a:hover {
    color: #2F2B28;
    text-decoration: underline;
}

div#footerWrapper {
	width: 100%;
	background-color: #fff;
}

div.footer {
	height: 102px;
	background: url('//p1.zdassets.com/hc/theme_assets/444692/200022933/footer_bg.gif') no-repeat center top #fff;
	width: 960px;
	margin: 0 auto;
}

div.footer div.first {
	color: #2F2B28;
	font-size: 12px; 
	font-weight: 600;
	padding-top: 35px;
	width: 48.5%;
}

div.footer div.first span{
	font-size: 11px; 
	
}

div.footer a {
	color: #2F2B28;
	font-weight: 700;
}
div.footer a:hover {
  color: #F58C00;
}


div.footer div.second {
    background: url('//p1.zdassets.com/hc/theme_assets/444692/200022933/footer_logo.jpg') no-repeat scroll right top transparent;
    height: 100px;
    margin-right: 10px;
    margin-top: 15px;
    width: 48.5%;
}

div#newsletter_signup {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    margin: 14px 0 0 160px;
    width: 260px;
}

div#newsletter_signup #submit {
    color: #000;
    box-shadow: none;
    height: 25px;
    background-color: #E4E4E4;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    font-size: 11px;
    font-weight: 700;
    margin: 5px 5px 0 0;
    padding: 0 5px;
}

div#newsletter_signup #submit:hover {
    background-color: #1A1A1A;
    color: #fff;
	border: 1px solid #1A1A1A;
}

div#newsletter_signup .email {
    border: 1px solid #F08D02;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font-size: 11px;
    padding: 3px;
    width: 200px;
}

input::-webkit-input-placeholder {
    color:    #ccc;
}

input:-moz-placeholder {
    color:    #ccc;
}


/*   Standard Page Styling  */

div#contentWrapper {
	min-height: 300px;
}

div#contentWrapper div#content_bottom {
	background: url(/images/bottom_content_foot.jpg) no-repeat bottom;
	margin: 0 auto;
    width: 960px;
}

div#contentWrapper div#main_content_top {
		background: url(/images/bottom_content_top.jpg) no-repeat top;
} 

div#main_content h1 {
    margin-left: -124px;
    padding: 0 0 20px;
}

div#main_content .download_detail {
    font-size: 80%;
    vertical-align: text-top;
    text-align: right;
    float: right;
    color: #6b6b6b
}

div#main_content h2 {
	color: #2F2B28;
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 6px;
}


div#contentWrapper div#main_content {
    padding: 40px 175px 20px;
	background: url(/images/standard_content_bg.png) no-repeat center right;
	font-size: 13px;
	font-weight: 600;
}

div#contentWrapper div#main_content.downloads {
	background: url(/images/downloads_content_bg.png) no-repeat top right;
}

/*div#contentWrapper div#main_content img, div#contentWrapper div#main_content a img {
    float: left;
    margin: 10px;
}*/

div#contentWrapper div#main_content span{
	font-weight: 700;
}

/*  -----  */

/*  Blog specific css */

div#blogHeader div#content_bottom {
        background: url(/images/bottom_content_foot.jpg) no-repeat bottom;
        margin: 0 auto;
	width: 960px;
	height: 155px;
	text-align: center;
}

div#blog_header {
        background: url(/images/blog_bg.png) no-repeat top;
	height: 155px;
	padding-top: 50px;
}

div#blogHeader div#main_content_top {
        background: url(/images/bottom_content_top.jpg) no-repeat top;
}

div#blogHeader div#main_content {
        background: url(/images/standard_content_bg.png) no-repeat center right;
        font-size: 13px;
        font-weight: 600;
}

div#blogHeader div#main_content.downloads {
        background: url(/images/downloads_content_bg.png) no-repeat top right;
}

div#blog_main {
	background: #FFF;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#blog_main h1 {
	font-size: 20pt;
}

div#blog_main h2 {
	font-size: 18pt;
	color: #000;
}

#entry_title a {
	color: #000;
	text-decoration: none;
}

div#blog_content {
	width : 820px;
	margin: 0 auto;
}

div#blog_index {
	width: 550px;
}

div#blog_index img {
	max-width: 610px;
}

div#blog_index article {
	padding-left: 10px;
	border-left: solid 2px #F58C00;
	margin-bottom: 40px;
}

div#sidebar {
	padding-left: 20px;
	width: 180px;
	float: right;
}

div#sidebar h1 {
	font-size: 18pt;
}

div#sidebar a {
	color: #000;
	text-decoration: none;
	font-size: smaller;
}

div#sidebar li {
	list-style-type:disc;
}

div#sidebar li {
	color: #F58C00;
}

div#sidebar_newsletter_signup {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    width: 200px;
}

div#sidebar_newsletter_signup #submit {
    background-color: #E4E4E4;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    font-size: 11px;
    font-weight: 700;
    margin: 5px 5px 0 0;
    padding: 0 5px;
}

div#sidebar_newsletter_signup #submit:hover {
    background-color: #1A1A1A;
    color: #fff;
	border: 1px solid #1A1A1A;
}

div#sidebar_newsletter_signup .email {
    background-color: #F7BE6F;
    border: 1px solid #F08D02;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font-size: 11px;
    padding: 3px;
    width: 200px;
}

div#blog_archives h1 a {
	color: #000;
	text-decoration: none;
}

div#blog_archives h2 a {
	color: #000;
	text-decoration: none;
}

div#blog_archives article {
	border-left: none;
	margin-bottom: 40px;
}

div#blog_archives_year {
        padding-left: 10px;
        border-left: solid 2px #F58C00;
        margin-bottom: 40px;
}

div#blog_rss a {
	color: #F58C00;
	font-size: medium;
	text-decoration: underline;
}

div#blog_footer {
	clear: both;
}

div.blog_footer_logo {
    background: url("/images/logo.gif") no-repeat scroll right top transparent;
    height: 100px;
    margin-right: 10px;
    margin-top: 15px;
    width: 48.5%;
}

/*  Blog CSS copied from Octopress CSS */
.basic-alignment.left,article img.left,article video.left,article .left.flash-video,aside.sidebar img.left {
	float:left;
	margin-right:1.5em;
}

.basic-alignment.right,article img.right,article video.right,article .right.flash-video,aside.sidebar img.right {
	float:right;
	margin-left:1.5em;
}

.basic-alignment.center,article img.center,article video.center,article .center.flash-video,aside.sidebar img.center {
	display:block;
	margin:0 auto 1.5em;
}

.basic-alignment.left,article img.left,article video.left,article .left.flash-video,aside.sidebar img.left,.basic-alignment.right,article img.right,article video.right,article .right.flash-video,aside.sidebar img.right {
	margin-bottom:.8em;
}

body div.pagination {
	margin-left:18px;
	margin-right:18px;
}

#blog_index div.pagination {
	text-align:center;
	font-size:.95em;
	position:relative;
	padding-top:1.5em;
	padding-bottom:1.5em;
}

#blog_index div.pagination a {
	text-decoration:none;
}

#blog_index div.pagination a.prev {
	position:absolute;
	left:0;
}

#blog_index div.pagination a.next {
	position:absolute;
	right:0;
}

#blog_index div.pagination a:hover {
	text-decoration: underline;
}

.embed-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-video-container iframe,
.embed-video-container object,
.embed-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*  Support page specific css  */

div.top-area-support #support-text {
    bottom: 125px;
    color: #2F2B28;
    font-size: 12px;
    font-weight: 700;
    height: 100px;
    margin: 0;
    position: absolute;
    right: 38px;
    width: 428px;
}

h1.support_h1 {
    left: 6px;
    position: absolute;
    top: 20px;
}

div.support {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}

div.support h3 {
    color: #2F2B28;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: normal;
    margin-left: 80px;
    word-spacing: 1px;
	padding-bottom: 15px;
}

div.support div#general_support, div.support div#syncspace_support, div.support div#moneydance_support {
    margin-bottom: 40px;
    padding: 0 100px;
}


div.support div#general_support p, div.support div#syncspace_support p, div.support div#moneydance_support p {
    background: url("/images/answer.gif") no-repeat scroll 10px 5px transparent;
    border-bottom: 1px solid #2F2B28;
    border-left: 3px solid #F58C00;
    margin: 15px 86px 15px 50px;
    padding: 0 0 10px 57px;
}

div.support h4, div.support p {
	letter-spacing: -0.04em;
	word-spacing: 0;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.475em;
}

div.support h4.support {
    background: url("/images/question.gif") no-repeat scroll 0px 5px transparent;
    padding-left: 50px;
	margin-bottom: 20px;
}

div.support h4.support:hover, div.support h4.active {
    text-decoration: underline;
	cursor: pointer;
}


div#support_content_inner {
	background: url(/images/support_contact_bg.png) no-repeat center right;
}

div.support_contact h3 {
	color: #2F2B28;
	font-size: 22px;
}

div.support_contact div.support_contact_text {
	padding: 30px 80px 15px;
	font-size: 18px;
}

div.support_contact div#email, div.support_contact div#twitter_accounts  {
	margin-bottom: 20px;
}

div.bio {
  margin-bottom: 40px;
  min-height: 100px;
}

div.bio img {
  float: left;
  margin-right: 10px;
}

div.bio p {
  font-size: 8pt;
}


/*   ----   */

/*   purchase page specific css   */

#right {
        float: right;
        width: 200px;
        background: transparent;
        position: relative;
        }

.sidebar {
        float: right;
        border-left: 1px thin #666;
	padding-left : 15px;
	margin-left : 10px;
	background-color : #e5e5e5;
        }



/*   404 page specific css   */

div.error_404 div#messageWrapper {
	margin: 0 auto;
	background: url(/images/support_contact_bg.png) no-repeat center right;
	min-height: 370px;
}

div.error_404 div.yui3-u-1-3_404_message {
	font-weight: 600;
	padding:  0 120px;
}



/*  Downloads page specific css  */

ul#downloads_list li {
	list-style: none;
	margin-left: 0px;
	padding-bottom: 30px;
	position: relative;
}

ul#downloads_list li a.download_icon {
	background: url(/images/downloads_icon.png) no-repeat top left;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	outline: none;
	text-decoration: none;	
}

ul#subdownloads {
  padding-left: 65px;
  font-weight: normal;
  font-size: 15px;
  list-style: circle;
  
}

ul#downloads_list li a {
	color: #2F2B28;
}

ul#downloads_list li a:hover {
	color: #F08D02;
	text-decoration: none;
}

ul#downloads_list li p a {
	font-weight:normal;
	font-size: 13px;
}

ul#downloads_list li p a:hover {
	text-decoration: underline;
}


h3.downloads {
	color: #2F2B28;
	margin-bottom: 25px;
}

ul#downloads_list li h2,
ul#downloads_list li h3 {
	padding-left: 65px;
}

ul#downloads_list li p {
	padding-left: 65px;
}

ul#downloads_list li table {
	margin-left: 65px;
	width: 545px;
}

/*   ---   */


.clear {
	clear:both;
}

.trending-question-list li a {
  font-size: 13pt;
}

.trending-questions a {
  font-size: 10pt;
}

.community h4 a {
  font-weight: normal;
  font-size: 13px;
}


