/* Base styles */

*,
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    background-color: #ffffff;
}
body {
    color: #555555;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: lighter;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 50px;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
img[width],
img[height] {
    max-width: none;
}
figure > img {
    display: block;
}
a {
    color: #158ec2;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
td,
th {
    border-color: #eeeeee;
    border-style: solid;
    padding: 12px;
}
th {
    border-width: 1px 0;
    color: #bebebe;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
}
td {
    border-width: 0 0 1px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: black;
    font-weight: 400;
}
h1 {
    font-size: 20px;
}
input,
label {
    display: inline-block;
    vertical-align: middle;
}
label {
    font-size: 12px;
}
input[type="checkbox"] + label {
    margin-left: 5px;
}
input,
textarea {
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 10px;
}
textarea {
    height: 100px;
    padding: 7px 10px;
    resize: vertical;
}
textarea,
input[type=text] {
    width: 100%;
}
input,
textarea,
select {
    color: #555;
}
input::-ms-clear {
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: #cccccc;
}
:-ms-input-placeholder {
    color: #cccccc;
}
::-moz-placeholder {
    color: #cccccc;
}
/* Buttons */

button,
[role=button],
[type=button],
[type=submit] {
    border-radius: 4px;
    border: 1px solid #dddddd;
    color: #158ec2;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
a[role=button]:hover {
    text-decoration: none;
}
input[type=submit] {
    background: #444;
    border-color: transparent;
    color: #FFF;
    padding: 10px 30px;
}
input[type=submit][disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 8 */
    
    opacity: 0.4;
}
button img,
[role=button] img {
    border-radius: 4px;
    margin: 0 5px 0 0;
    height: 20px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
[dir="rtl"] button img,
[dir="rtl"] [role=button] img {
    margin: 0 0 0 5px;
}
/* Forms */

.form {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    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 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 {
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 10px 20px;
}
.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 #eeeeee;
    margin-top: 40px;
    padding-top: 25px;
    text-align: right;
}
.form footer a {
    color: #cccccc;
    cursor: pointer;
    margin-right: 15px;
}
/* Navigation menus */

.nav li,
.nav-bordered li,
.nav-spaced li {
    display: inline-block;
    font-weight: bold;
}
.nav li a,
.nav-bordered li a,
.nav-spaced li a {
    font-weight: normal;
}
.nav-bordered li + li {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 0 0 1px;
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
}
[dir="rtl"] .nav-bordered li + li {
    border-width: 0 1px 0 0;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
}
.nav-spaced li + li {
    margin: 0 0 0 40px;
}
[dir=rtl] .nav-spaced li + li {
    margin: 0 40px 0 0;
}
/* Search box */

.search-box,
.sub-nav .search {
    position: relative;
}
.search-box:before,
.sub-nav .search:before {
    content: "\1F50D";
    font-family: "entypo";
    font-size: 1.25em;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 2.5em;
    z-index: 1;
}
.search-box input,
.sub-nav .search input {
    font-weight: lighter;
    padding: .75em 2.7em;
    width: 100%;
    -webkit-appearance: none;
}
.search-box input[type="submit"],
.sub-nav .search input[type="submit"] {
    display: none;
}
/* Dropdown carets */

.dropdown-toggle:hover {
    text-decoration: none;
}
.dropdown-toggle:after {
    color: #555555;
    content: "\00a0\00a0\e75c";
    display: inline-block;
    font-family: "entypo";
    vertical-align: middle;
}
/* Breadcrumbs */

.breadcrumbs li {
    color: #bebebe;
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
}
.breadcrumbs li + li:before {
    content: ">";
}
.breadcrumbs li a {
    color: #555555;
}
/* Labels */

.label,
.request-status {
    border-radius: 20px;
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
/* Metadata */

.meta,
.meta-group {
    color: #cccccc;
    font-size: 11px;
}
.meta-group * + *:before {
    content: "\2022";
    font-size: 10px;
    margin: 0 5px;
}
/* Helper classes */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* Social share links */

.share {
    white-space: nowrap;
}
.share li,
.share a {
    display: inline-block;
}
.share a {
    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";
}
/* Pagination */

.pagination {
    margin: 25px 0;
    text-align: center;
}
.pagination * {
    display: inline-block;
}
.pagination li {
    border: 1px solid #eeeeee;
    float: left;
    margin-left: -1px;
}
[dir="rtl"] .pagination li {
    float: right;
}
.pagination a,
.pagination span {
    font-size: 12px;
    padding: 5px 12px;
}
.pagination-current {
    background-color: #f9f9f9;
    color: #bebebe;
}
.pagination-first {
    border-radius: 3px 0 0 3px;
}
[dir="rtl"] .pagination-first {
    border-radius: 0 3px 3px 0;
}
.pagination-last {
    border-radius: 0 3px 3px 0;
}
[dir="rtl"] .pagination-last {
    border-radius: 3px 0 0 3px;
}
/* Markdown styles */

.markdown {
    word-wrap: break-word;
    line-height: 1.7;
}
.markdown img {
    display: block;
    max-width: 100%;
}
.markdown hr {
    background-color: #eeeeee;
    border: 0;
    height: 1px;
}
.markdown ul,
.markdown ol {
    list-style-position: inside;
    padding: 0 15px;
}
.markdown ul {
    list-style-type: disc;
}
.markdown ol {
    list-style-type: decimal;
}
.markdown pre {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}
.markdown blockquote {
    border-left: 1px solid #eeeeee;
    color: #bebebe;
    font-style: italic;
    padding: 0 15px;
}
/* Frame */

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

.main-column,
.side-column {
    display: inline-block;
    vertical-align: top;
}
.main-column {
    width: 620px;
}
.side-column {
    width: 270px;
    margin-left: 45px;
}
[dir=rtl] .side-column {
    margin-left: 0;
    margin-right: 45px;
}
/* Header */

.header {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.header-inner {
    display: table;
}
.logo,
.user-nav {
    display: table-cell;
    vertical-align: middle;
}
.logo img {
    height: 60px;
    margin: 20px 0;
}
.user-nav {
    text-align: right;
}
.user-nav > * {
    display: inline-block;
    margin: 0 0 0 25px;
}
[dir=rtl] .user-nav {
    text-align: left;
}
[dir=rtl] .user-nav > * {
    margin: 0 25px 0 0;
}
/* Home page */

.hero-unit {
    display: block;
    font-size: 22px;
    padding: 80px 60px;
}
body.community-enabled .knowledge-base,
body.community-enabled .community {
    display: inline-block;
    vertical-align: top;
}
body.community-enabled .knowledge-base {
    width: 620px;
}
.knowledge-base,
.community {
    display: inline-block;
    vertical-align: top;
}
.knowledge-base {
    width: 100%;
}
.community {
    background: #f9f9f9;
    border-radius: 5px;
    display: none;
    padding: 25px 20px;
    margin-top: 65px;
    margin-left: 45px;
    width: 270px;
}
[dir=rtl] .community {
    margin-left: 0;
    margin-right: 45px;
}
.community h2,
.community h3,
.section h3 {
    color: #555555;
    font-size: 13px;
    font-weight: lighter;
    margin: 10px 0 15px;
    text-transform: uppercase;
}
.community h4 {
    font-size: 15px;
    margin-top: 0;
}
.community h4 a {
    font-size: 11px;
    font-weight: normal;
    margin-left: 5px;
}
.community .trending-questions + h4 {
    margin-top: 50px;
}
/* Knowledge base trees */

.article-list li,
.community li {
    margin-bottom: 10px;
}
.category h2 {
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    margin: 25px 0;
    padding-bottom: 18px;
}
.category h2 a,
.section h3 a {
    color: inherit;
}
.category-empty,
.section {
    display: inline-block;
    padding: 0 50px 30px 0;
    vertical-align: top;
    width: 49.5%;
}
[dir=rtl] .category-empty,
[dir=rtl] .section {
    padding: 0 0 30px 50px;
}
.see-all-articles {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: underline;
}
.category-description,
.section-description {
    color: #bebebe;
    margin-bottom: 50px;
    margin-top: -15px;
}
.category-list a,
.section-list a {
    color: inherit;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}
/* Category and Section page headers */

.knowledge-base-header {
    margin-bottom: 30px;
}
.knowledge-base-header > h1,
.knowledge-base-header > span {
    display: table-cell;
    vertical-align: middle;
}
.knowledge-base-header > h1 {
    width: 100%;
}
.knowledge-base-header > p {
    color: #bebebe;
}
/* Sub-nav */

.sub-nav {
    display: table;
    margin-bottom: 25px;
    padding: 25px 0;
    width: 100%;
}
.sub-nav > * {
    display: table-cell;
}
.sub-nav .search {
    width: 300px;
}
/* Article */

.article-header {
    margin-bottom: 25px;
}
.article-header h1 {
    margin: 0 0 10px;
}
.article-info > * {
    display: table-cell;
    vertical-align: middle;
}
.article-avatar {
    min-width: 55px;
}
.article-avatar img {
    border-radius: 3px;
    max-height: 38px;
    max-width: 38px;
}
.article-meta {
    width: 100%;
}
.article-body {
    line-height: 1.7;
}
.article-body ul,
.article-body ol {
    list-style-position: inside;
    padding: 0 15px;
}
.article-body ul {
    list-style-type: disc;
}
.article-body ol {
    list-style-type: decimal;
}
.article-sidebar {
    padding-top: 75px;
}
.article-more-questions {
    margin-bottom: 50px;
}
.article-footer {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
}
.article-footer .article-vote,
.article-footer .share {
    display: table-cell;
}
.article-vote {
    width: 100%;
}
.article-vote > * {
    display: inline-block;
}
.article-vote-controls {
    margin: 0 5px;
}
.article-vote-count {
    color: #bebebe;
}
.article-vote-up,
.article-vote-down {
    color: inherit;
    font-family: "entypo";
}
.article-vote-up:before {
    content: "\1f44d";
}
.article-vote-down:before {
    content: "\1f44e";
}
.article-vote-up.article-voted {
    color: #6B9100;
    border-color: #6B9100;
}
.article-vote-down.article-voted {
    color: #999;
    border-color: #999;
}
/* Side column */

.side-column h3 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin: 0 0 20px;
}
.side-column ul {
    margin-bottom: 60px;
}
.side-column li {
    margin-bottom: 10px;
}
.visibility-internal-icon:before {
    content: "\1F512";
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 13px;
}
.article-promoted span,
.visibility-internal {
    cursor: default;
    position: relative;
}
.article-promoted span:before,
.article-promoted span:after,
.visibility-internal:before,
.visibility-internal:after {
    display: none;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
}
.article-promoted span:before,
.visibility-internal:before {
    background: #222;
    border-radius: 3px;
    color: #FFF;
    content: attr(data-title);
    font-family: sans-serif;
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    text-transform: none;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}
.article-promoted span:after,
.visibility-internal:after {
    border-bottom: 5px solid #222;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}
.article-promoted span:hover:before,
.article-promoted span:hover:after,
.visibility-internal:hover:before,
.visibility-internal:hover:after {
    display: block;
}
/* Comments - Article page and Request page */

.comment-list {
    margin-bottom: 25px;
}
.comment-list > * {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
}
.comment-list > *:first-child {
    border-top: 1px solid #eeeeee;
}
.comment,
.comment-form {
    min-height: 100px;
    padding: 20px 0;
    position: relative;
}
.comment-container {
    margin-left: 85px;
}
[dir=rtl] .comment-container {
    margin-left: 0;
    margin-right: 85px;
}
.comment-avatar {
    position: absolute;
    display: inline-block;
}
.comment-avatar img {
    border-radius: 3px;
    max-width: 65px;
    max-height: 65px;
}
.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: " ";
}
[dir=rtl] .comment-avatar-agent:after {
    right: auto;
    left: -3px;
}
.comment-author {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 15px 0;
}
.comment-published,
.comment-edit,
.comment-delete,
.comment-mark-as-spam {
    float: right;
    font-size: 11px;
    margin-right: 12px;
    margin-left: 12px;
}
[dir=rtl] .comment-published,
[dir=rtl] .comment-edit,
[dir=rtl] .comment-delete,
[dir=rtl] .comment-mark-as-spam {
    float: left;
}
.comment-published {
    color: #bebebe;
    font-weight: lighter;
}
.comment-edit:before,
.comment-delete:before,
.comment-mark-as-spam:before {
    color: #cccccc;
    content: "\2022";
    font-size: 10px;
    margin-left: -14px;
    pointer-events: none;
    position: absolute;
}
[dir=rtl] .comment-edit:before,
[dir=rtl] .comment-delete:before,
[dir=rtl] .comment-mark-as-spam:before {
    margin-left: 0;
    margin-right: -14px;
}
.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: 1px solid #dddddd;
    margin-top: -1px;
    padding: 10px;
}
.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}
.comment-form-controls input[type=submit] {
    margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
}
.comment-mark-as-solved {
    float: left;
    margin-top: 5px;
}
[dir=rtl] .comment-mark-as-solved {
    float: right;
}
.comment-screencasts {
    float: left;
    margin-top: 5px;
    margin-right: 25px;
}
[dir=rtl] .comment-screencasts {
    float: right;
}
.pending-comments-list {
    list-style: none;
}
.pending-moderation-comment-badge {
    border-style: solid;
    border-width: 1px;
    border-color: #c7aa2b;
    color: #c7aa2b;
    padding: 3px 5px;
    margin-top: 10px;
    font-size: 12px;
}
.my-activities-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    padding: 25px 0;
    font-size: 20px;
    font-weight: bold;
}
.my-activities-header .breadcrumbs li {
    color: black;
}
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
    display: none;
}
.my-activities-nav {
    margin-bottom: 100px;
}
.my-activities-sub-nav {
    margin-bottom: 15px;
}
.request-table-toolbar {
    background: #f9f9f9;
    display: table;
    padding: 8px;
    width: 100%;
}
.request-table-filters {
    display: table-cell;
    text-align: right;
}
[dir="rtl"] .request-table-filters {
    text-align: left;
}
.request-table-filters label:before {
    content: " ";
    width: 25px;
    display: inline-block;
}
.requests-search {
    border-radius: 20px;
    outline: none;
    padding: 6px 15px;
}
.request-id {
    color: #bebebe;
}
.request-details {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 0 30px;
    padding: 15px 20px;
}
.request-details dt ~ dt {
    font-weight: bold;
    margin-top: 15px;
}
.request-details dd {
    margin: 2px 0 0;
    word-wrap: break-word;
}
.request-details dd ul {
    margin: 10px 0;
}
.request-details dd li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
}
.request-details .nested-field-tag:before {
    content: " > ";
}
.request-details .nested-field-tag:first-child:before {
    content: "";
}
.request-status {
    color: #FFF;
    border-radius: 3px;
}
.request-open {
    background: #59BBE0;
}
.request-answered {
    background: #F5CA00;
}
.request-solved {
    background: #828282;
}
/* Community heading */

.community-heading {
    font-size: 18px;
    margin: 0;
}
/* Community nav */

.community-nav {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 55px;
    padding: 25px 0;
}
.community-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 30px;
}
.community-nav li a {
    font-weight: normal;
}
.community-nav li + li {
    border-left: 1px #eeeeee;
    padding-left: 30px;
}
.community-nav li:last-child {
    border: 0;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
}
[dir=rtl] .community-nav li:last-child {
    float: left;
}
.community-nav li:last-child a {
    color: #158ec2;
}
.community-nav li:last-child a:before {
    content: "\270E";
    font-family: "entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
    margin-right: 0;
    margin-left: 10px;
}
/* Community sub-nav */

.community-sub-nav {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    position: relative;
}
.community-sub-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 15px;
}
.community-sub-nav li a {
    font-weight: normal;
}
.community-sub-nav li + li {
    padding-left: 15px;
}
.community-sub-nav .topic-add {
    position: absolute;
    right: 0;
    top: 10px;
}
/* Topics/questions/answers */

.topic {
    display: inline-block;
    width: 49.5%;
    padding: 20px 30px 20px 0;
    vertical-align: top;
}
.topic-header,
.question-header {
    border-bottom: 1px solid #eeeeee;
    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;
}
.topic-description {
    word-break: break-word;
}
.question,
.answer {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    position: relative;
}
.question-form .nesty-input {
    max-width: none;
}
.question-avatar,
.answer-avatar {
    display: table-cell;
    margin-right: 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;
    max-height: 38px;
    max-width: 38px;
}
.question-body,
.answer-body,
.answer-official-body {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    word-break: break-all;
}
.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: #cccccc;
    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: #cccccc;
    font-size: 11px;
}
.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: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
    border-bottom: 0px;
}
.answer-list-heading {
    border-bottom: 1px solid #eeeeee;
    margin-top: 30px;
    padding-bottom: 20px;
}
.pending-moderation-answer-badge {
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #c7aa2b;
    color: #c7aa2b;
    padding: 3px 5px;
    float: left;
    margin-top: 10px;
    font-size: 12px;
}
.question-share,
.answer-share {
    position: relative;
}
.related-questions-header {
    border-bottom: 1px solid #eeeeee;
}
.related-questions-heading {
    margin-top: 3px;
}
.related-questions li {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Vote */

.vote {
    display: table-cell;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 95px;
    vertical-align: top;
}
.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: #bebebe;
    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;
}
/* Accept */

.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;
}
/* Admin controls */

.topic-controls,
.question-controls,
.answer-controls {
    float: right;
    font-size: 11px;
}
.topic-edit,
.question-delete,
.question-mark-as-spam,
.answer-delete,
.answer-mark-as-spam {
    margin-left: 25px;
}
.topic-edit:before,
.question-delete:before,
.question-mark-as-spam:before,
.answer-delete:before,
.answer-mark-as-spam:before {
    color: #cccccc;
    content: "\2022";
    font-size: 10px;
    margin-left: -16px;
    pointer-events: none;
    position: absolute;
}
/* Share questions and answers */

.share-label {
    cursor: pointer;
}
.share-label + .share {
    background: #FFF;
    border: 1px solid #dddddd;
    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 transparent;
    border-bottom: 7px solid #cccccc;
    border-left: 7px solid transparent;
    margin-left: -6px;
}
.share-label + .share:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    border-left: 6px solid transparent;
    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;
}
body.community-enabled .search-results-column {
    display: inline-block;
    vertical-align: top;
    width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
    margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
    margin-left: 0;
    margin-right: 35px;
}
.search-results-subheading {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.search-results-subheading-link {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}
.search-results-list {
    margin-bottom: 25px;
}
.search-results-list > * {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
}
.search-results-list > *:first-child {
    border-top: 1px solid #eeeeee;
}
.search-result-link {
    font-size: 16px;
}
.search-result-description,
.search-result-meta {
    padding-top: 16px;
}
.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
    font-size: 12px;
    color: #bebebe;
}
.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;
}
.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);
    cursor: pointer;
    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;
}
.error-page {
    margin: 0 auto;
    max-width: 500px;
    padding-top: 5%;
}
.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;
}
/* ====================================================
                    FAIRFAX STYLES
   ==================================================== */
/*------------ General ----------------- */

@font-face {
    font-family: 'roboto-light';
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Light-webfont.eot');
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Light-webfont.eot?iefix') format('eot'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Light-webfont.woff') format('woff'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Light-webfont.ttf') format('truetype'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Light-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-medium';
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Medium-webfont.eot');
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Medium-webfont.eot?iefix') format('eot'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Medium-webfont.woff') format('woff'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Medium-webfont.ttf') format('truetype'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Medium-webfont.svg#webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-regular';
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Regular-webfont.eot');
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Regular-webfont.eot?iefix') format('eot'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Regular-webfont.woff') format('woff'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Regular-webfont.ttf') format('truetype'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Regular-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-bold';
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Medium-webfont.eot');
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Medium-webfont.eot?iefix') format('eot'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Medium-webfont.woff') format('woff'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Medium-webfont.ttf') format('truetype'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Roboto-Medium-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merriweather';
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Merriweather.eot');
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Merriweather.eot?iefix') format('eot'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Merriweather.woff') format('woff'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Merriweather.ttf') format('truetype'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/Merriweather.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ff-icons';
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/ff-icons-02.eot');
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/ff-icons-02.eot?iefix') format('eot'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/ff-icons-02.woff') format('woff'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/ff-icons-02.ttf') format('truetype'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/ff-icons-02.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ff-icons-new';
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/ff-new.eot');
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/ff-new.eot?iefix') format('eot'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/ff-new.woff') format('woff'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/ff-new.ttf') format('truetype'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/ff-new.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fairfax-icons-pack3';
      src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/fairfax-icons-pack4.eot');
    src: url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/fairfax-icons-pack4.eot?iefix') format('eot'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/fairfax-icons-pack4.woff') format('woff'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/fairfax-icons-pack4.ttf') format('truetype'),
url('//support.fairfaxmedia.com.au/hc/theme_assets/241357/200010609/fairfax-icons-pack4.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------ Header Footer & Navigation ----------------- */

.logo img {
    height: auto;
    margin: 10px 0 10px -10px;
}
.header {
    border-bottom: none;
    position: relative;
}
.header-inner {
    padding: 0 40px;
    max-width: 1040px !important;
    width: 100%;
}
.header-request {
    padding: 10px;
    text-transform: uppercase;
}

.user-nav a.header-request{
    padding: 10px 0px 8px 70px;
    font-family: "roboto-bold" !important;
    font-size: 15px;
    line-height:15px;
}
.user-nav a.header-request:hover {
    color: #fff !important;
}
.bgcontainer {
    width: 100%;
    max-width: 100%;
    padding: 0 0 30px;
    background: url(//p2.zdassets.com/hc/theme_assets/241357/200010609/bg-03.jpg) no-repeat right top #fff;
    position: relative;
}
main,
.main {
    padding: 0 !important;
}
/*------------ Homepage ----------------- */

.homepage-topwrap {
    width: 100%;
  min-height: 450px;
    
}
.topwrap-border {
    height: 12px;
    background: rgba(240,
240,
240,
0.5);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.topwrap-border-inner-wrap {
    max-width: 960px;
    margin: 0 auto;
}
.topwrap-border-inner {
    height: 12px;
    background: rgba(0,
120,
198,
0.50);
    width: 185px;
}
.homepage-topwrap-inner {
    max-width: 960px;
    margin: 0 auto;
}
.homepage-topwrap h1 {
    margin: 0;
    text-align: center;
    font-family: 'roboto-regular';
    font-size: 30px;
    color: #444444;
    padding: 25px 0 20px;
}
.homepage-topwrap .search {
    position: relative;
}
.homepage-topwrap .search:before {
    content: "\1F50D";
    font-family: "entypo";
    font-size: 25px;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 15px;
    z-index: 1;
    color: #0078c6;
}
.homepage-topwrap #query {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 3px solid #0078c6;
    font-size: 20px;
    color: #0078c6;
    font-family: 'roboto-light';
}
.homepage-topwrap::-webkit-input-placeholder {
    color: #45a2df;
}
.homepage-topwrap:-moz-placeholder {
    color: #45a2df;
}
.homepage-topwrap::-moz-placeholder {
    color: #45a2df;
}
.homepage-topwrap:-ms-input-placeholder {
    color: #45a2df;
}
.homepage-topwrap input[type=submit] {
    display: none;
}
.homepage-topwrap h5 {
    font-size: 18px;
    color: #444444;
}
.homepage-topwrap p {
    font-size: 14px;
    color: #444444;
    text-align: center;
}
.homepage-intro {
    display: block;
}
.homepage-intro b {
    display: block;
    padding: 5px 0;
    font-size: 17px;
}
.homepage-pubwrap {
    margin-right: -20px;
}
.homepage-pubbutton {
    width: 33.333%;
    float: left;
    display: block;
    text-align: center;
}
.homepage-pubbutton:hover {
    text-decoration: none;
}
.homepage-pubbutton p {
    background-color: white;
    background: rgba(255,255,255,0.9);
    margin: 10px 20px 10px 0;
    line-height: 145px;
    padding: 0px 55px;
}
.homepage-pubbutton-smh p {
    padding: 0px 35px 0;
}
.homepage-pubbutton p:hover {
    background-color: white; /* IE8 FIX DO NOT REMOVE */
    background: rgba(255,255,255,1);
}
.homepage-pubbutton img {
    vertical-align: middle;
}
.homepage-pubbutton-all p {
    font-size: 15px;
    color: #555;
}
/* ff button */

.homepage-pubbutton-ff p {
    background-color: rgb(0, 120, 198); /* IE8 FIX DO NOT REMOVE */
    background: rgba(0, 120, 198, 0.90);
    color: #fff;
    font-size: 26px;
    white-space: nowrap;
}
.homepage-pubbutton-ff p:hover {
    background: rgba(0,
120,
198,
1);
}
/* Homepage questions */

.homepage-accentstrip {
    height: 220px;
    background: #0078c6;
    border-top: 12px solid rgba(0,
120,
198,
0.45);
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-top: -30px;
}
.homepage-questions-wrapper {
    background: #fff;
    min-height: 500px;
    margin: -232px auto 0;
    border-top: 12px solid rgba(255,
255,
255,
0.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px;
    max-width: 960px;
}
.homepage-questions-wrapper a:hover {
    color: #0078c6;
}
.homepage-questions-wrapper .homepage-column li a,
.homepage-questions-wrapper .homepage-column li a:visited {
    color: #555555;
}
.homepage-column {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}
.homepage-column-inner {
    min-height: 350px;
}
.homepage-column h2 {
    color: #595959;
    border-bottom: #dadada 5px solid;
    padding-bottom: 10px;
}
.sidecolumn-articles .category {
    border-bottom: 1px dotted #ddd;
    padding: 10px 20px;
    margin: 0 -20px 20px;
}
.sidecolumn-articles .category h2,
.generic-articles .category h2 {
    padding-bottom: 10px;
}
.sidecolumn-articles .category h2 a:hover,
.generic-articles .category h2 a:hover {
    text-decoration: none;
}
.sidecolumn-articles .category ul,
.generic-articles .category ul {
    margin-top: 10px;
}
.category h2 {
    color: #555;
}
.sidecolumn-articles h2 {
    margin: 0;
    border-bottom: 0;
}
.homepage-column h2 a {
    font-size: 18px;
    position: relative;
    padding: 0 0 25px 50px;
    text-decoration: none !important;
}
.sidecolumn-articles h2 a {
    font-size: 16px;
    position: relative;
    padding: 0 0 25px 35px;
    color: #212121;
}
.sidecolumn-articles h2 a:hoevr {
    text-decoration: none;
}
.homepage-column h2 a:hover {
    color: #0078c6;
}
.homepage-column h2 a:after,
.sidecolumn-articles h2 a:after {
    content: '»';
    padding-left: 8px;
}
.homepage-column h2 a:before {
    font-family: 'ff-icons';
    font-size: 40px;
    position: absolute;
    left: 0;
    top: -10px;
    color: #0078c6;
}
.sidecolumn-articles h2 a:before,
.generic-articles h2 a:before {
    font-family: 'ff-icons';
    position: absolute;
    left: 0;
    color: #0078c6;
    font-size: 25px;
    top: -4px;
}
.homepage-popular h2 a:before,
.article-popular h2 a:before {
    content: '\e600';
}
.homepage-column h2 {
    margin-bottom: 35px;
}
.homepage-magazine h2 a:before,
.article-magazine h2 a:before,
.category-contents .article-magazine:before {
    content: '\e607';
}
.homepage-digital h2 a:before,
.article-digital h2 a:before,
.category-contents .article-digital:before {
    content: '\e601';
}
.homepage-newspaper h2 a:before,
.article-newspaper h2 a:before,
.category-contents .article-newspaper:before {
    content: '\e602';
}
.homepage-column .section {
    width: 100%;
    padding: 0;
}
.homepage-newspaper {
    clear: left;
}
.homepage-column .article-list li,
.sidecolumn-articles li,
.generic-articles li {
    padding-bottom: 10px;
}
.homepage-column .article-list li a:hover {
    color: #0078c6;
}
.homepage-column .section h3 a {
    text-transform: none;
}
.sidecolumn-articles h3 a,
.generic-articles li a {
    font-size: 13px;
    color: #212121;
}
.homepage-digital ul.article-list,
.homepage-digital .see-all-articles,
.homepage-newspaper ul.article-list,
.homepage-newspaper .see-all-articles,
.homepage-magazine ul.article-list,
.homepage-magazine .see-all-articles,
.article-digital ul,
.article-digital .see-all-articles,
.article-newspaper ul,
.article-newspaper .see-all-articles,
.article-magazine ul,
.article-magazine .see-all-articles {
    display: none;
}
.generic-articles .category ul {
    display: block;
}
.homepage-digital .all-articles .see-all-articles,
.homepage-newspaper .all-articles .see-all-articles,
.homepage-popular .all-articles .see-all-articles,
.homepage-magazine .all-articles .see-all-articles {
    display: block;
    color: #0078c6;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
}
.sidecolumn-articles .all-articles .see-all-articles,
.generic-articles .all-articles .see-all-articles {
    display: block;
    text-decoration: none;
    font-size: 12px;
}
.sidecolumn-articles .all-articles .see-all-articles:hover,
.all-articles .see-all-articles:hover {
    text-decoration: underline;
}
.homepage-popular .article-list li {} .homepage-digital .section h3,
.homepage-newspaper .section h3,
.homepage-magazine .section h3,
body .homepage-popular h3,
body .sidecolumn-articles h3,
body .generic-articles h3 {
    position: Relative;
    margin: 0 0 10px;
    padding: 0 0 10px 25px;
    border-bottom: 1px dotted #ccc;
}
body .generic-articles h3 {
    margin-bottom: 20px;
}
.homepage-digital .section h3 a,
.homepage-newspaper .section h3 a,
.homepage-magazine .section h3 a,
body .homepage-popular h3 a,
body .sidecolumn-articles h3 a {
    font-family: 'roboto-regular' !important;
}
.homepage-digital .section h3:before,
.homepage-newspaper .section h3:before,
.homepage-magazine .section h3:before,
.homepage-popular h3:before,
.sidecolumn-articles h3:before,
.generic-articles h3:before {
    font-family: 'ff-icons';
    content: '\e604';
    font-size: 18px;
    color: #a9a9a9;
    position: absolute;
    top: 2px;
    left: 0;
}
.generic-articles h3:before {
    top: 0px;
}
.homepage-popular h3,
.homepage-popular .see-all-articles,
.article-popular h3,
.article-popular .see-all-articles {
    display: none;
}
/* show less article s& section son certain pages so the nav isn't too long */

.homepage-popular .article-list li,
.article-popular li,
.sidecolumn-articles-shortened .article-digital h3,
.sidecolumn-articles-shortened .article-newspaper h3,
.sidecolumn-articles-shortened .article-magazine h3,
.sidecolumn-articles-shortened .article-popular li:nth-child(2),
.sidecolumn-articles-shortened .article-popular li:nth-child(3),
.sidecolumn-articles-shortened.sidecolumn-articles .article-digital h3:nth-child(6),
.sidecolumn-articles-shortened.sidecolumn-articles .article-newspaper h3:nth-child(6),
.sidecolumn-articles-shortened.sidecolumn-articles .article-magazine h3:nth-child(6),
.homepage-digital .section,
.homepage-magazine .section,
.homepage-newspaper .section {
    display: none;
}
.homepage-popular .article-list li:nth-child(1),
.homepage-popular .article-list li:nth-child(2),
.homepage-popular .article-list li:nth-child(3),
.homepage-digital .section:nth-child(-n+7),
.homepage-newspaper .section:nth-child(-n+7),
.homepage-magazine .section:nth-child(-n+7),
.article-popular li:nth-child(1),
.article-popular li:nth-child(2),
.article-popular li:nth-child(3),
.sidecolumn-articles .article-digital h3:nth-child(2),
.sidecolumn-articles .article-digital h3:nth-child(4),
.sidecolumn-articles .article-digital h3:nth-child(6),
.sidecolumn-articles .article-magazine h3:nth-child(2),
.sidecolumn-articles .article-magazine h3:nth-child(4),
.sidecolumn-articles .article-magazine h3:nth-child(6),
.sidecolumn-articles .article-newspaper h3:nth-child(2),
.sidecolumn-articles .article-newspaper h3:nth-child(4),
.sidecolumn-articles .article-newspaper h3:nth-child(6) {
    display: block;
}
@media screen and (max-width: 1000px) {
    .homepage-topwrap .search,
.homepage-pubwrap {
        margin: 0 40px;
    }
    .homepage-intro {
        margin: 10px 40px;
    }
    .homepage-pubbutton p {
        padding: 20px 45px;
    }
    .homepage-topwrap-border-inner {
        margin-left: 40px;
    }
}
@media screen and (max-width: 900px) {
    .homepage-pubbutton p {
        padding: 0px 20px;
    }
}
@media screen and (max-width: 750px) {
    .homepage-pubbutton {
        width: 50%;
    }
    .homepage-accentstrip {
        margin-top: 0;
        height: 0;
    }
    .homepage-questions-wrapper {
        margin-top: 0 !important;
    }
    .requestform .form {
        width: auto;
        clear: both;
    }
    .homepage-pubbutton-ff p {
        padding: 0px 10px 0 !important;
    }
}
@media screen and (max-width: 550px) {
    .homepage-pubbutton {
        width: 100%;
    } 
}
/*---------- Shared styles across all pages ----------- */
/* ICONS */

.homepage-column h2 a:before,
.section h3:before,
.article-list li:before,
.articlepage .side-column li:before,
.alert-notice-inner:before,
.sidecolumn-articles h2 a:before,
.sidecolumn-articles h3:before,
.generic-articles h3:before,
.generic-articles h2 a:before,
.category-contents li a:before,
.category-contents h4:before,
.browse-all ul li:before,
.browse-all .article-body h3:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.categoryPage .category-poptopics .section h3 a:before,
.header-request:before,
.footer-right a:before,
.footer-contact:before,
.category-poptopics .article-list li a:after,
.articlelayout-icons .font-icon:before{
    font-family: 'fairfax-icons-pack3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.article-promoted {
    padding-left: 20px;
    position: relative;
    list-style-type: none;
}
.article-sidebar li a,
.article-sidebar li a:visited,
.article-list li a,
.article-list li a:visited,
.sidecolumn-articles a,
.sidecolumn-articles h3 a,
.sidecolumn-articles li a,
.sidecolumn-articles a:visited,
.sidecolumn-articles h3 a:visited,
.sidecolumn-articles li a:visited {
    color: #212121;
}
.sidecolumn-articles li a,
.sidecolumn-articles h3 a {
    color: #212121;
}
.article-sidebar li a:hover,
.article-list li a:hover,
.sidecolumn-articles li a:hover,
.sidecolumn-articles h3 a:hover {
    text-decoration: underline;
    color: #0078c6;
}
.article-list li.article-promoted:before {
    display: none;
}
.article-promoted [data-title='Promoted article'] {
    position: absolute;
    left: 4px;
    top: 0;
    color: #a9a9a9;
}
.article-list li,
.articlepage .side-column li {
    position: Relative;
    padding-left: 25px;
    padding-bottom: 5px;
}
.article-list li:before,
.articlepage .side-column li:before {
    font-family: 'ff-icons';
    content: '\e603';
    font-size: 18px;
    color: #a9a9a9;
    position: absolute;
    top: -1px;
    left: 0;
}
.article-list li {
    border-bottom: 1px dotted #ccc;
}
.article-list li a {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}
.search-box {
    border: 10px solid rgba(255,
255,
255,
0.5);
    box-shadow: 0 0 2px rgba(000,
000,
000,
0.1);
    display: inline-block;
    margin: 25px 0 15px;
    width: 100%;
}
.search-box input {
    font-size: 20px;
    padding: 10px 10px 10px 40px;
}
.search-box:before {
    font-size: 25px;
    width: 40px;
}
.breadcrumbs li:first-child a {
    position: relative;
    padding-left: 20px;
}
.breadcrumbs li:first-child a:before {
    font-family: 'ff-icons';
    content: '\e605';
    color: #1b1b1b;
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    font-size: 14px;
}
.breadcrumbs a:hover {
    text-decoration: underline;
    color: #0078c6;
}
.breadcrumbs {
    margin-bottom: 20px;
}
.pagewrapper {
    background: #fff;
    padding: 40px;
    min-height: 800px;
}
.pagewrapper:before,
.pagewrapper:after {
    content: " ";
    display: table;
}
.pagewrapper:after {
    clear: both;
}
.header-sublogo {
    display: none;
    padding-top: 10px;
    text-align: center;
    width: 350px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -175px;
}
/* 123 */

.categorypage.pagewrapper,
.sectionpage.pagewrapper,
.articlepage.pagewrapper,
.searchresults.pagewrapper {
    width: 70%;
    float: left;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sidecolumn-articles {
    float: left;
    width: 30%;
    background: rgba(255,
255,
255,
0.9);
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    min-height: 500px;
}
.categorypage .main-column,
.sectionpage .main-column,
.articlepage .main-column {
    width: 100%;
    margin-right: 0;
}
.categorypage .side-column,
.sectionpage .side-column,
.articlepage .side-column {
    width: 100%;
}
.contactus {
    display: none;
    margin: -10px;
    padding: 15px;
    background: #FFF;
}
.contact-us-nobreak {
    display: inline-block;
    white-space: nowrap;
}
.contactus h4 {
    font-size: 16px;
}
.contactus p {} .contactus a {
    border-bottom: 1px dotted;
}
.contactus a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid;
}
/*------------ Category Page  ----------------- */

.category-contents {
    width: auto;
    margin: 20px 0;
    padding: 30px;
    background: #f9f9f9;
}
.category-contents h4:first-child {
    padding-top: 0;
}
.category-contents h4 {
    font-size: 15px;
    padding: 20px 0 5px;
    margin: 0;
    position: relative;
}
.category-contents .article-digital,
.category-contents .article-newspaper,
.category-contents .article-magazine {
    padding-left: 35px;
    border-top: 1px dotted #CCC;
    margin-top: 15px;
}
.category-contents h4 a,
.category-contents h4 a:visited {} .category-contents h4:before {
    font-family: 'ff-icons';
    position: absolute;
    left: 0;
    color: #a9a9a9;
    font-size: 25px;
    top: 15px;
}
.category-contents h4 a:hover,
.category-contents li a:hover {
    text-decoration: underline !important;
}
.category-contents li a,
.category-contents li a:visited {
    position: relative;
    padding: 5px 0 5px 25px;
    display: inline-block;
    font-weight: normal;
}
.category-contents li a:before,
.categorypage .section-tree h3:before {
    font-family: 'ff-icons';
    content: '\e604';
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 0;
    color: #a9a9a9;
}
.categorypage .section-tree h3:before {
    color: #a9a9a9;
    top: 6px;
    left: 0;
}
.category-contents ol {
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.categorypage .section-tree h3 {
    position: Relative;
}
.categorypage .section-tree h3 a {
    font-size: 15px;
    text-decoration: none !important;
    position: relative;
    color: #0078c6;
    text-transform: none;
}
.categorypage .generic-articles h2 a {
    font-size: 18px;
    position: relative;
    padding-left: 35px;
}
.categorypage h3 a {
    font-size: 13px;
}
.side-column section h3,
.articlepage .side-column section h3 {
    padding: 12px 10px 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #0078c6;
    font-size: 15px;
}
.categorypage .generic-articles h2 {
    padding: 12px 10px 10px;
    margin: 0 0 20px;
    font-size: 15px;
}
.categorypage .section h3:hover a,
.side-column section h3:hover a,
.articlepage .side-column section h3:hover a,
.categorypage .generic-articles h2:hover a {
    text-decoration: underline !important;
}
.categorypage .generic-articles h2:after {
    content: '»';
    padding-left: 8px;
    font-size: 18px;
    color: #fff;
}
.generic-articles h2 a:before {
    color: #FFF !important;
    top: -2px;
}
.categorypage .see-all-articles {
    display: block;
    text-decoration: none;
    color: #0078c6;
}
.categorypage .see-all-articles:hover {
    text-decoration: underline;
}
.category-popular h1,
.category-digital h1,
.category-newspaper h1,
.category-magazine h1 {
    position: Relative;
    padding: 10px 0;
}
.category-popular h1:before {
    font-family: 'ff-icons';
    font-size: 40px;
    display: inline-block;
    content: '\e600';
    color: #0078c6;
    float: left;
    padding-right: 10px;
}
.category-digital h1:before {
    font-family: 'ff-icons';
    font-size: 40px;
    display: inline-block;
    content: '\e601';
    color: #0078c6;
    float: left;
    padding-right: 5px;
}
.category-newspaper h1:before {
    font-family: 'ff-icons';
    font-size: 40px;
    display: inline-block;
    content: '\e602';
    color: #0078c6;
    float: left;
    padding-right: 10px;
}
.categorypage .section {
    width: 100%;
    padding-right: 0;
}
.categorypage .article-list {
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.categorypage .generic-articles .article-newspaper ul,
.categorypage .generic-articles .article-digital ul,
.categorypage .generic-articles .article-magazine ul {
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    position: relative;
}
.categorypage .article-newspaper h2,
.categorypage .article-digital h2,
.categorypage .article-magazine h2 {
    width: 100%;
    background: #0088c7;
    color: #FFF !important;
}
.categorypage .article-newspaper h2 a,
.categorypage .article-digital h2 a,
.categorypage .article-magazine h2 a {
    color: #FFF !important;
}
.category-columns .section,
.category-columns section.category {
    display: inline-block;
    width: 100%;
}
.generic-articles li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.generic-articles .category h3,
.categorypage .section h3 {
    padding: 5px 0 15px 25px;
    margin-top: 20px;
    border-top: 0 !important;
    border-bottom: 3px solid #0078c6;
}
.generic-articles .category h3 a {
    font-size: 15px;
}
.generic-articles h3:before {
    top: 6px;
    left: 0;
}
.categorypage .all-articles {
    margin-bottom: 30px;
}
/*------------ Section Page ----------------- */

.sectionpage .article-list {
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 30px;
}
/*------------ Article Page ----------------- */
    .articleBanner{
    min-height: 88px;
    background: url('//p2.zdassets.com/hc/theme_assets/241357/200010609/new_populartopic_background2.jpg') no-repeat top left;
    margin: 35px 0px;
    -moz-background-size:100% auto;
    -webkit-background-size:100% auto;
    -o-background-size:100% auto;
    background-size:100% auto;
  }
  
.articlepage .main-column {
    width: 100%;
    margin-right: 0;
}
.articlepage .side-column {
    width: 100%;
    margin: 0;
    padding: 0;
}
.articlepage .side-column section {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.articlepage .side-column section:first-child {
    padding-right: 15px;
}
.articlepage .side-column section:nth-child(2) {
    padding-left: 15px;
}
.articlepage p strong,
.articlepage strong,
.articlepage b,
.articlepage p b {
    font-family: 'roboto-bold' !important;
    font-weight: normal;
}
.meta,
.meta-group {
    color: #666;
    text-transform: uppercase;
}
.article-header {
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
}
.articlepage .article-body a {
    text-decoration: none !important;
    border-bottom: 1px dotted #0078c6;
}
.articlepage .article-body a:hover {
    border-bottom: 1px solid;
}
/*------------ Browse Page ----------------- */

.browse-all .article-body h2 {
    margin: 0;
    padding: 0;
    height: 50px;
}
.browse-all .article-body h2 a {
    background: #0078c6;
    padding: 10px 15px;
    font-size: 18px;
    margin-top: 15px;
    display: block;
}
.browse-all .article-body h2 a:hover {
    color: #fff !important;
}
.browse-all .article-sidebar {
    display: none;
}
.browse-all .article-body h2:after {
    content: '»';
    padding-left: 8px;
    font-size: 18px;
    color: #fff;
}
.browse-all .article-body h2 a {
    color: #fff;
}
.browse-all .article-body h3 {
    position: relative;
    margin: 10px 0;
    padding: 10px 0 10px 25px;
    border-top: 3px solid #CCC;
}
.browse-all .article-body h3:before {
    font-family: 'ff-icons';
    content: '\e604';
    font-size: 18px;
    position: absolute;
    top: 13px;
    left: 0;
    color: #a9a9a9;
}
.browse-all .pagewrapper ul li {
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}
.browse-all .pagewrapper li a {
    color: #212121;
}
.browse-all .pagewrapper .article-body a:hover {
    text-decoration: underline !important;
}
.browse-all .pagewrapper a {
    border-bottom: none !important;
}
.browse-all .pagewrapper ul li:before {
    font-family: 'ff-icons';
    content: '\e603';
    font-size: 18px;
    color: #a9a9a9;
    position: absolute;
    top: 2px;
    left: 0;
}
.browse-all .pagewrapper ul li.article-promoted:before {
    display: none;
}
.article-body .ajax-content ul {
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
/*------------ Request Form ----------------- */

.main-column.requestform {
    width: 100%;
    margin-right: 0;
    position: relative;
}
.requestform a {
    text-decoration: none !important;
    border-bottom: 1px dotted #0078c6;
}
.requestform a:hover {
    border-bottom: 1px solid;
}
.requestform .form {
    width: auto;
}
.requestform label {
    font-size: 16px;
    font-weight: normal;
}
.requestform .requestform-more {
    float: right;
}
.expandable-active .expandable-trigger {
    display: none;
}
.requestform-more .expandable-trigger {
    float: right;
    margin-top: -30px;
}
/*------------ Misc ----------------- */

body.community-enabled .search-results-column {
    width: 100%;
    margin-right: 0;
}
body.community-enabled .search-result {
    border-bottom: 1px dotted #ccc;
}
body.community-enabled .search-results-column + .search-results-column {
    margin-left: 0;
}
.search-result-link {
    color: #0078c6;
}
.my-activities-nav,
.my-activities-sub-nav {
    color: #999;
}
.my-activities-nav ul {
    background: #f5f5f5;
    padding: 10px;
}
.my-activities-nav a,
.my-activities-nav a:visited,
.my-activities-sub-nav a,
.my-activities-sub-nav a:visited {
    color: #0078c6;
}
.requests-search {
    border-radius: 0;
}
.searchresults .main-column {
    width: 100%;
    margin-right: 0;
}
/* ====================================================
               GENERAL CUSTOM STYLES (for reuse)
   ==================================================== */

body {
    font-family: 'roboto-regular';
    min-width: 320px;
    padding: 0;
}
main {
    width: auto;
    max-width: 960px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}
h1,
h2,
h3,
h4,
h5 {
    color: #000;
    font-family: 'roboto-regular';
}
main p,
main a,
main form,
main input,
main button,
main textarea,
main span,
main ul,
main li,
main b,
main td,
a {
    font-family: 'roboto-regular' !important;
}
p a {
    text-decoration: underline;
}
a,
a:active,
a:visited {
    color: #0078c6;
    text-decoration: none;
}
a:hover {
    color: #000;
    transition: all 0.2s ease 0s;
}
.category-description,
.section-description {
    margin: 10px 0;
}
.article-vote-up,
.article-vote-down,
.vote-controls a {
    font-family: "entypo" !important;
}
/* my activities tables styling */

.my-activities-table {
    background: #fff;
}
table tbody tr:nth-child(2n+1) {
    background: #e6e6e6;
}
table tr,
table th {
    border: #e6e6e6 1px solid;
}
.request-table-toolbar .nesty-input {
    text-align: left;
}
main button,
main [role=button],
.nav-bar [role=button],
main [type=button],
main [type=submit],
main form button,
main input[type=submit] main .community-nav li:last-child a,
.link-button {
    background: #0078c6 !important;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
}
main button:hover,
main [role=button]:hover,
main [type=button]:hover,
main [type=submit]:hover,
main .community-nav li:last-child a:hover,
.link-button:hover,
main form button:hover,
main input[type=submit]:hover {
    -webkit-transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    transition: background 100ms linear;
    background: #2798e2 !important;
    outline: none;
    color: #fff !important;
    TEXT-DECORATION: NONE;
}
#query,
input {
    outline: none;
}
/* turn off avatar & name of article author
but still show updated date*/

.article-avatar,
.article-author {
    display: none;
}
.article-metadata {
    padding-left: 0;
}
.main-column {
    width: 65%;
    margin-right: 5%;
    min-height: 300px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.side-column {
    width: 30%;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0;
}
/*-------- ALERT NOTICE -----------*/

.alert-notice-inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    min-height: 50px;
    padding: 0 40px;
}
.alert-notice {
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0;
    min-height: 52px;
    background: #575757;
    margin: 0 auto;
    position: relative;
}
.alert-notice-inner:before {
    font-family: 'ff-icons';
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    content: "\e606";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    color: #fff;
}
.alert-notice p {
    overflow: hidden;
    color: #fff;
    line-height: 20px;
    padding: 18px 0 0;
    margin: 0;
}
@media screen and (max-width: 800px) {
    .main-column,
.side-column,
.search-results-column,
body.community-enabled .search-results-column {
        width: 100%;
        margin: 0;
    }
    .side-column {
        margin-top: 20px;
    }
    .community-nav {
        min-height: 110px;
    }
    .community-nav li {
        float: left;
    }
    .community-nav li:last-child {
        clear: both;
        float: left;
        top: 20px;
    }
    
    .chromeBarWrapper {
      max-width: 445px !important;
    }
}
@media screen and (max-width: 500px) {
      .category-poptopics .search input {
        font-size: 14px;
    }
    .category-poptopics .search input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .category-poptopics .search input:-moz-placeholder { /* Firefox 18- */
        font-size: 14px;
    }
    .category-poptopics .search input::-moz-placeholder {  /* Firefox 19+ */
        font-size: 14px;
    }
    .category-poptopics .search input:-ms-input-placeholder {  
        font-size: 14px;
    }
    
    .community-nav {
        min-height: 220px;
    }
    .community-nav li {
        width: 100%;
        clear: left;
        float: left;
        padding: 10px 0;
    }
    .community-nav li + li {
        border: none;
        padding-left: 0;
    }
}
/*-------- TILES FOR REQUEST FORM STYLES GENERAL --------*/

.is-unselected.ll-tiles .btn {
    display: block;
}
.ll-tiles .btn {
    width: 23%;
    margin: 0 1% 1% 0;
    white-space: normal;
    min-height: 70px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    outline: none !important text-shadow: none;
    height: auto;
    float: left;
    overflow: hidden;
    display: none;
}
.ll-tiles .btn:focus {
    outline: 0 !important;
}
.ll-tiles .btn img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
}
.ll-tiles .btn:hover {
    background: #158EC2;
    color: #FFF;
}
.ll-tiles .btn.is-selected {
    background: #158EC2;
    color: #FFF;
    display: block;
}
.ll-tiles .btn.is-selected:hover {
    cursor: default;
}
.ll-tiles .ll-tile.is-undo {
    background: url(//p2.zdassets.com/hc/theme_assets/241357/200010609/tile-undo.png) 8px center transparent no-repeat !important;
    color: #3daac3 !important;
    text-shadow: none;
    margin: 0;
    outline: none !important;
    display: block;
    min-height: 70px;
    width: auto;
    padding: 5px 5px 5px 30px;
    position: relative;
}
.ll-tiles .ll-tile.is-undo img {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 10px;
    display: none;
}
.ll-tiles .ll-tile.is-undo:hover {
    text-decoration: underline !important;
}
.ui-buttonset .ui-button {
    outline: none;
    border: 1px solid #FFF;
}
.ui-buttonset .btn-inverse {
    background: #3DAAC3;
}
div.form-field:before,
div.form-field:after {
    content: " ";
    display: table;
}
div.form-field:after {
    clear: both;
}
@media screen and (max-width: 800px) {
    .ll-tiles .btn {
        width: 32.33%;
        margin: 0 1% 1% 0;
    }
}
@media screen and (max-width: 600px) {
    .ll-tiles .btn {
        width: 49%;
        margin: 0 1% 1% 0;
    }
}
@media screen and (max-width: 350px) {
    .ll-tiles .btn {
        width: 100%;
        margin: 0 1% 0 0;
    }
}
/*-------- END TILES FOR REQUEST FORM STYLES GENERAL-----------*/
/*-------- TILES FOR REQUEST FORM FF styles 345 -----------*/

.requestform a.nesty-input {
    border: 1px solid rgba(0,
0,
0,
0.13);
}
.requestform .form .ll-tiles .btn {
    background: #fff !important;
    border: 1px solid #eee !important;
    color: #212121 !important;
}
.requestform .form .ll-tiles .btn:hover {
    border: 1px solid #ccc !important;
}
.ll-tiles .btn.is-selected {
    border: 1px solid #ccc !important;
}
.ll-tiles .btn.is-selected:hover {
    cursor: default;
}
.ll-tiles .ll-tile.is-undo {
    color: #0078c6 !important;
}
.ll-tiles .btn[value=afr],
.ll-tiles .btn[value=brisbanetimes_com_au],
.ll-tiles .btn[value=canberra_times],
.ll-tiles .btn[value=smart_investor_magazine],
.ll-tiles .btn[value=the_age],
.ll-tiles .btn[value=smh],
.ll-tiles .btn[value=watoday_com_au] {
    font-size: 0;
}
.ll-tiles .btn[value=afr] img,
.ll-tiles .btn[value=brisbanetimes_com_au] img,
.ll-tiles .btn[value=canberra_times] img,
.ll-tiles .btn[value=smart_investor_magazine] img,
.ll-tiles .btn[value=the_age] img,
.ll-tiles .btn[value=smh] img,
.ll-tiles .btn[value=watoday_com_au] img {
    margin: 5px 0 0;
}
.request_custom_fields_22769890 {}

div.request_custom_fields_22085183 {
  max-width:50%;
  clear:none !important;
  padding-top:0 !important;
}

div.request_custom_fields_22085183 input {
  width:100% !important;
}
/*-------- END TILES FOR REQUEST FORM ff styles-----------*/
/*--------  REQUEST FORM GROUPING 456 -----------*/

.submit-request-column .ll-group {
    padding: 20px;
    clear: both;
    margin: 20px 0;
    background: #eefbfe;
    border: 1px solid #ceebf2;
}
.submit-request-column .ll-group-title {
    padding: 0 0 25px;
    margin: 0;
}
.submit-request-column .ll-group input {
    border: 1px solid #b9cfe7;
}
.submit-request-column input {
    box-shadow: none;
}
.submit-request-column input:focus {
    border: 1px solid #3DAAC3;
    color: #3DAAC3;
}
/*-------- END OF GENERAL STYLES -----------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,
0,
0,
0.5);
    -moz-box-shadow: 0 10px 25px rgba(0,
0,
0,
0.5);
    box-shadow: 0 10px 25px rgba(0,
0,
0,
0.5);
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px"Helvetica Neue",
Helvetica,
Arial,
sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('//p2.zdassets.com/hc/theme_assets/241357/200010609/fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('//p2.zdassets.com/hc/theme_assets/241357/200010609/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('//p2.zdassets.com/hc/theme_assets/241357/200010609/blank.gif');
    /* helps IE */
    
    -webkit-tap-highlight-color: rgba(0,
0,
0,
0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('//p2.zdassets.com/hc/theme_assets/241357/200010609/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px"Helvetica Neue",
Helvetica,
Arial,
sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    
    background: rgba(0,
0,
0,
0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,
0,
0,
.8);
}
/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
        background-image: url('//p4.zdassets.com/hc/theme_assets/566048/200044359/fancybox_sprite_2x.png');
        background-size: 44px 152px;
        /*The size of the normal image,
half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('//p4.zdassets.com/hc/theme_assets/566048/200044359/fancybox_loading_2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image,
half the size of the hi-res image*/
    }
}
.category-smh h1,
.category-age h1,
.category-fr h1,
.category-si h1,
.category-smh h2,
.category-age h2,
.category-fr h2,
.category-si h2,
.category-smh h2 a,
.category-age h2 a,
.category-fr h2 a,
.category-si h2 a,
.category-smh h3,
.category-age h3,
.category-fr h3,
.category-si h3,
.category-smh h3 a,
.category-age h3 a,
.category-fr h3 a,
.category-si h3 a,
.category-smh h4,
.category-age h4,
.category-fr h4,
.category-si h4,
.category-smh h4 a,
.category-age h4 a,
.category-fr h4 a,
.category-si h4 a,
.category-smh .search input,
.category-age .search input,
.category-fr .search input,
.category-si .search input,
.category-smh .see-all-articles,
.category-age .see-all-articles,
.category-fr .see-all-articles,
.category-si .see-all-articles {
    font-family: 'merriweather' !important;
}
.category-smh .logo img,
.category-age .logo img,
.category-fr .logo img,
.category-si .logo img {
    max-width: 120px;
}
.category-smh .topwrap-border,
.category-age .topwrap-border,
.category-fr .topwrap-border,
.category-si .topwrap-border {
    display: none;
}
.category-smh .search-box,
.category-age .search-box,
.category-fr .search-box,
.category-si .search-box {
    margin: 15px 0;
}

.category-smh .breadcrumbs li,
.category-age .breadcrumbs li,
.category-fr .breadcrumbs li,
.category-si .breadcrumbs li,
.category-smh .breadcrumbs li a,
.category-age .breadcrumbs li a,
.category-fr .breadcrumbs li a,
.category-si .breadcrumbs li a{
    font-size: 14px;
    font-family: "roboto-regular";
    color: #0076c9;
}
.category-smh .breadcrumbs li,
.category-age .breadcrumbs li,
.category-fr .breadcrumbs li,
.category-si .breadcrumbs li{
    color: #a9a9a9; 
}
/* ------------ Sydney Morning Herald -------------- */

.category-smh .smh-logo {
    display: block !important;
    margin-top: -7px;
}
.category-smh .header {
    border-top: 8px solid #0088c7;
    padding: 15px 0;
}
.category-smh .alert-notice {
    background: #28323d;
}
.category-smh .bgcontainer {
    box-shadow: inset 0 1px 1px rgba(000,
000,
000,
0.1);
}
.category-smh main button,
.category-smh main [role=button],
.category-smh .nav-bar [role=button],
.category-smh main [type=button],
.category-smh main [type=submit],
.category-smh main form button,
.category-smh main input[type=submit] .category-smh main .community-nav li:last-child a,
.category-smh .link-button,
.category-smh .generic-articles h2 {
    background: #0088c7 !important;
    color: #fff !important;
}
.category-smh main button:hover,
.category-smh main [role=button]:hover,
.category-smh main [type=button]:hover,
.category-smh main [type=submit]:hover,
.category-smh main .community-nav li:last-child a:hover,
.category-smh .link-button:hover,
.category-smh main form button:hover,
.category-smh main input[type=submit]:hover {
    background: #189fde !important;
    color: #fff !important;
    text-decoration: none;
}
.category-smh a,
.category-smh a:active,
.category-smh a:visited,
.category-smh .breadcrumbs a,
.category-smh .sidecolumn-articles h2 a,
.category-smh h2:after,
.category-smh h3:after,
.category-smh .category h2,
.category-smh .category-contents li a:before,
.category-smh .category-contents h4.category:before,
.category-smh .categorypage .section-tree h3:before,
.category-smh .generic-articles h3:before {
    color: #0088c7;
    text-decoration: none;
}
.category-smh a:hover {
    color: #0088c7 !important;
    text-decoration: underline;
}
.categorysmh.browse-all .article-body h2 a {
    background: #0088c7
}
.category-smh .categorypage .section h3,
.category-smh .articlepage .side-column section h3,
.category-smh .generic-articles .category h3,
.category-smh .categorypage .section h3 {
    border-bottom: 3px solid #0088c7;
}
.category-smh .categorypage .section h3 a,
.category-smh .articlepage .side-column section h3,
.category-smh .search-result-link,
.category-smh .sidecolumn-articles h2 a:before,
.category-smh .generic-articles h2 a:before {
    color: #0088c7;
}
.category-smh .categorypage .see-all-articles {
    color: #0088c7;
}
.category-smh .contactus-smh {
    display: block;
}
/* alternative content to hide/show on article page */

.category-smh .alt-content {
    display: none;
}
.category-smh .alt-content.alt-content-smh {
    display: block;
}
/* ----------------- The Age --------------------- */

.category-age .age-logo {
    display: block !important;
    margin-top: -10px;
}
.category-age .header-request {
    background: #ff8a00 !important;
    border-bottom: 3px solid #ff6000;
}
.category-age .header {
    border-top: 8px solid #0088c7;
    padding: 15px 0;
}
.category-age .alert-notice {
    background: #28323d;
}
.category-age .bgcontainer {
    box-shadow: inset 0 1px 1px rgba(000,
000,
000,
0.1);
}
.category-age main button,
.category-age main [role=button],
.category-age .nav-bar [role=button],
.category-age main [type=button],
.category-age main [type=submit],
.category-age main form button,
.category-age main input[type=submit] .category-age main .community-nav li:last-child a,
.category-age .link-button,
.category-age .generic-articles h2 {
    background: #0088c7 !important;
    color: #fff !important;
}
.category-age main button:hover,
.category-age main [role=button]:hover,
.category-age main [type=button]:hover,
.category-age main [type=submit]:hover,
.category-age main .community-nav li:last-child a:hover,
.category-age .link-button:hover,
.category-age main form button:hover,
.category-age main input[type=submit]:hover {
    background: #189fde !important;
    color: #fff !important;
    text-decoration: none;
}
.category-age a,
.category-age a:active,
.category-age a:visited,
.category-age .breadcrumbs a,
.category-age .sidecolumn-articles h2 a,
.category-age h2:after,
.category-age h3:after,
.category-age .category h2,
.category-age .category-contents li a:before,
.category-age .category-contents h4.category:before,
.category-age .categorypage .section-tree h3:before,
.category-age .generic-articles h3:before {
    color: #0088c7;
    text-decoration: none;
}
.category-age a:hover {
    color: #0088c7 !important;
    text-decoration: underline;
}
.category-age .categorypage .section h3,
.category-age .articlepage .side-column section h3,
.category-age .generic-articles .category h3,
.category-age .categorypage .section h3 {
    border-bottom: 3px solid #0088c7;
}
.category-age .categorypage .section h3 a,
.category-age .articlepage .side-column section h3,
.category-age .search-result-link,
.category-age .sidecolumn-articles h2 a:before,
.category-age .generic-articles h2 a:before {
    color: #0088c7;
}
.category-age .categorypage .see-all-articles {
    color: #0088c7;
}
.category-age .contactus-smh {
    display: block;
}
/* alternative content to hide/show on article page */

.category-age .alt-content {
    display: none;
}
.category-age .alt-content.alt-content-smh {
    display: block;
}
/*

.category-age  .age-logo {
  display:block !important;
  margin-top:-10px;
}

.category-age .header {
  border-top:8px solid #16569e;
  padding:15px 0;
}

.category-age .alert-notice  {
  background:#28323d;
}

.category-age .bgcontainer {
  box-shadow:inset 0 1px 1px rgba(000,
000,
000,
0.1);
}

.category-age main button,
.category-age main [role=button],
.category-age .nav-bar [role=button],
.category-age main [type=button],
.category-age main [type=submit],
.category-age main form button,
.category-age main input[type=submit]
.category-age main .community-nav li:last-child a,
.category-age .link-button,
.category-age .generic-articles h2 {
  background:#16569e !important;
  color:#fff !important;
}

.category-age main button:hover,
.category-age main [role=button]:hover,
.category-age main [type=button]:hover,
.category-age main [type=submit]:hover,
.category-age main .community-nav li:last-child a:hover,
.category-age .link-button:hover,
.category-age main form button:hover,
.category-age main input[type=submit]:hover {
  background:#286bb6 !important;
  color:#fff !important;
  text-decoration:none;
}

 
.category-age .header-request,
.category-age .footer-right a,
.category-age .footer-submit,
.category-age .footer-viewother-button{
  background:#28323d;
}
 
.category-age .header-request,
.category-age .footer-right a {
  border-bottom-color:#181e25 !important;
}

.category-age a,

.category-age a:active,

.category-age a:visited,
.category-age .breadcrumbs a,
.category-age .sidecolumn-articles h2 a,
.category-age h2:after,
.category-age h3:after,
.category-age .category h2,
.category-age .category-contents li a:before,
.category-age .category-contents h4.category:before,
.category-age .categorypage .section-tree h3:before,
.category-age .generic-articles h3:before {
  color:#144d91;
  text-decoration:none;
}

.category-age a:hover{
  color:#144d91 !important;
  text-decoration:underline;
}


.category-age .categorypage .section h3,
.category-age .articlepage .side-column section h3,
.category-age .generic-articles .category h3,
.category-age .categorypage .section h3 {
  border-bottom:3px solid #144d91;
}

.category-age .categorypage .section h3 a,
.category-age .articlepage .side-column section h3,
.category-age .search-result-link,
.category-age .sidecolumn-articles h2 a:before,
.category-age .generic-articles h2 a:before  {
  color:#144d91;
}

.category-age .categorypage .see-all-articles {
  color:#16569e;
}

.category-age  .contactus-age {
  display:block;
}
*/

.category-age.browse-all .article-body h2 a {
    background: #16569e;
}
/* alternative content to hide/show on article page */

.category-age .alt-content {
    display: none;
}
.category-age .alt-content.alt-content-age {
    display: block;
}
/* ------------------ Financial Review --------------- */

.category-fr .fr-logo {
    display: block !important;
}
.category-fr .header {
    border-top: 8px solid #0273af;
    padding: 10px 0 20px;
    background: url('//p2.zdassets.com/hc/theme_assets/241357/200010609/fr-pattern.png') repeat-x center bottom;
}
.category-fr .alert-notice {
    background: #3c444a;
}
.category-fr .bgcontainer {
    box-shadow: inset 0 1px 1px rgba(000,
000,
000,
0.1);
}
.category-fr main button,
.category-fr main [role=button],
.category-fr .nav-bar [role=button],
.category-fr main [type=button],
.category-fr main [type=submit],
.category-fr main form button,
.category-fr main input[type=submit] .category-fr main .community-nav li:last-child a,
.category-fr .link-button,
.category-fr .generic-articles h2,
.category-fr .footer-viewother-button,
.category-fr .header-request,
.category-fr .footer-submit,
.category-fr .footer-right a {
    background: #0273af !important;
    color: #fff !important;
}
.category-fr .header-request,
.category-fr .footer-right a {
    border-bottom-color: #045885 !important;
}
.category-fr main button:hover,
.category-fr main [role=button]:hover,
.category-fr main [type=button]:hover,
.category-fr main [type=submit]:hover,
.category-fr main .community-nav li:last-child a:hover,
.category-fr .link-button:hover,
.category-fr main form button:hover,
.category-fr main input[type=submit]:hover {
    background: #1a85be !important;
    color: #fff !important;
    text-decoration: none;
}
.category-fr a,
.category-fr a:active,
.category-fr a:visited,
.category-fr .sidecolumn-articles h2 a,
.category-fr h2:after,
.category-fr h3:after,
.category-fr .category h2,
.category-fr .category-contents li a:before,
.category-fr .category-contents h4.category:before,
.category-fr .categorypage .section-tree h3:before,
.category-fr .generic-articles h3:before {
    color: #0273af;
    text-decoration: none;
}
.category-fr a:hover {
    color: #0273af !important;
    text-decoration: underline;
}
.category-fr .categorypage .section h3,
.category-fr .articlepage .side-column section h3,
.category-fr .generic-articles .category h3,
.category-fr .categorypage .section h3 {
    border-bottom: 3px solid #0273af;
}
.category-fr .categorypage .section h3 a,
.category-fr .articlepage .side-column section h3,
.category-fr .search-result-link,
.category-fr .sidecolumn-articles h2 a:before,
.category-fr .generic-articles h2 a:before,
.category-fr .breadcrumbs a {
    color: #0273af;
}
.category-fr .categorypage .see-all-articles {
    color: #0273af;
}
.category-fr .contactus-fr {
    display: block;
}
.category-fr.browse-all .article-body h2 a {
    background: #0273af;
}
/* alternative content to hide/show on article page */

.category-fr .alt-content {
    display: none;
}
.category-fr .alt-content.alt-content-fr {
    display: block;
}
/* ----------------- Smart Investor ----------------- */

.category-si .si-logo {
    display: block !important;
    padding-top: 15px;
}
.category-si .header {
    border-top: 8px solid #000;
    padding: 25px 0;
    background-image: -webkit-gradient( linear,
left top,
left bottom,
color-stop(0,
#558787),
color-stop(1,
#436B6B));
    background-image: -o-linear-gradient(bottom,
#558787 0%,
#436B6B 100%);
    background-image: -moz-linear-gradient(bottom,
#558787 0%,
#436B6B 100%);
    background-image: -webkit-linear-gradient(bottom,
#558787 0%,
#436B6B 100%);
    background-image: -ms-linear-gradient(bottom,
#558787 0%,
#436B6B 100%);
    background-image: linear-gradient(to bottom,
#558787 0%,
#436B6B 100%);
    background-color: #558787;
}
.category-si .alert-notice {
    background: #000;
}
.category-si .category-contents a,
.category-si .category-contents a:visited,
.category-si .categorypage h3 a,
.category-si .breadcrumbs a,
.category-si .categorypage .section h3 a,
.category-si .categorypage .section h3 a:visited,
.category-si .categorypage h3 a:visited,
.category-si .categorypage .section h3 a:visited,
.category-si .categorypage .section h3 a:visited,
.category-si .categorypage .section-tree h3:before,
.category-si .generic-articles h3:before,
.category-si .footer-left h4,
.category-si .categoryPage .category-poptopics h1,
.category-si .sectionPage .category-poptopics h1 {
    color: #000;
}
.category-si .logo a {
    width: 120px;
    height: 61px;
    background: url('//p2.zdassets.com/hc/theme_assets/241357/200010609/logo-ff-black.png') no-repeat center center;
    display: block;
}
.category-si .logo img {
    display: none;
}
.category-si .bgcontainer {
    box-shadow: inset 0 1px 1px rgba(000,
000,
000,
0.1);
}
.category-si main button,
.category-si main [role=button],
.category-si .nav-bar [role=button],
.category-si main [type=button],
.category-si main [type=submit],
.category-si main form button,
.category-si main input[type=submit] .category-si main .community-nav li:last-child a,
.category-si .link-button,
.category-si .generic-articles h2,
.category-si .footer-viewother-button,
.category-si .header-request,
.category-si .footer-submit,
.category-si .footer-right a {
    background: #000 !important;
    color: #fff !important;
}
.category-si .header-request,
.category-si .footer-right a {
    border-bottom-color: #212121 !important;
}
.category-si main button:hover,
.category-si main [role=button]:hover,
.category-si main [type=button]:hover,
.category-si main [type=submit]:hover,
.category-si main .community-nav li:last-child a:hover,
.category-si .link-button:hover,
.category-si main form button:hover,
.category-si main input[type=submit]:hover {
    background: #333 !important;
    color: #fff !important;
    text-decoration: none;
}
.category-si a,
.category-si a:active,
.category-si a:visited,
.category-si .sidecolumn-articles h2 a,
.category-si h2:after,
.category-si h3:after,
.category-si .category h2,
.category-si .category-contents li a:before,
.category-si .category-contents h4.category:before {
    color: #386c6c;
    text-decoration: none;
}
.category-si a:hover {
    color: #386c6c !important;
    text-decoration: underline;
}
.category-si .categorypage .section h3,
.category-si .articlepage .side-column section h3,
.category-si .generic-articles .category h3,
.category-si .categorypage .section h3 {
    border-bottom: 3px solid #000;
}
.category-si .articlepage .article-body a {
    border-bottom-color: #386c6c !important;
}
.category-si.browse-all .article-body h2 a {
    background: #386c6c;
}
.category-si .articlepage .side-column section h3,
.category-si .search-result-link,
.category-si .sidecolumn-articles h2 a:before,
.category-si .generic-articles h2 a:before,
.category-si .categorypage .see-all-articles {
    color: #386c6c;
}
.category-si .contactus-si {
    display: block;
}
/* alternative content to hide/show on article page */

.category-si .alt-content {
    display: none;
}
.category-si .alt-content.alt-content-si {
    display: block;
}
/* ------------------ FairFax ---------------------- */

.category-ff a,
.category-ff a:active,
.category-ff a:visited,
.category-ff .breadcrumbs a,
.category-ff .sidecolumn-articles h2 a,
.category-ff h2:after,
.category-ff h3:after,
.category-ff .category h2,
.category-ff .category-contents li a:before,
.category-ff .category-contents h4.category:before,
.category-ff .categorypage .section-tree h3:before,
.category-ff .generic-articles h3:before {
    color: #0078c6;
    text-decoration: none;
}
.category-ff .footer-viewother-button,
.category-ff .header-request,
.category-ff .footer-submit,
.category-ff .footer-right a {
    background: #0078c6 !important;
    color: #fff !important;
}
.category-ff .header-request,
.category-ff .footer-right a {
    border-bottom-color: #06619d !important;
}
.category-ff a:hover {
    color: #0078c6 !important;
    text-decoration: underline;
}
.category-ff .articlepage .side-column section h3 {
    border-top: 3px solid #0078c6;
}
.category-ff .categorypage .section h3 a,
.category-ff .articlepage .side-column section h3,
.category-ff .search-result-link {
    color: #0078c6;
}
.category-ff .categorypage .see-all-articles {
    color: #0078c6;
}
.category-ff .categorypage .section:nth-child(even) {
    padding-right: 0;
}
/* alternative content to hide/show on article page */

.category-ff .alt-content {
    display: none;
}
.category-ff .alt-content.alt-content-ff {
    display: block;
}
/*----------  EXPANDABLE STYLES ---------------- */

.expandable .expandable-content {
    position: relative;
    display: none;
    width: 100%;
    background-color: #f5f5f5;
    padding: 25px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    border: 1px solid #e8e8e8;
}
.expandable-content .expandable-close {
    position: absolute;
    right: 7px;
    top: 3px;
    cursor: pointer;
    font-size: 12px;
}
.expandable-content .expandable-close:hover {
    opacity: 0.5;
}
.expandable .expandable-trigger {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}
.expandable .expandable-trigger:after {
    content: "?";
    position: absolute;
    top: -10px;
    right: 2px;
    padding: 1px 3px;
    line-height: 10px;
    border-radius: 20px;
    border: 1px solid #666;
    font-size: 11px;
}
.expandable-active .expandable-trigger:after {
    display: none;
}
/*
HIDE SPAM OPTION OFF PLATFORM FIELD
*/
/*
.request_custom_fields_22630144 .ll-tiles button:nth-child(9){
 display: none; 
}
*/
/* More responsive styles */

@media screen and (max-width: 900px) {
    .homepage-column {
        width: 49%;
    }
    .header-sublogo {
        margin-left: -100px;
        width: 200px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 800px) {
    .category-smh .header,
.category-age .header,
.category-si .header,
.category-fr .header {
        height: 200px;
    }
    .header-sublogo {
        top: 110px;
        margin-left: -150px;
        width: 300px;
    }
}
@media screen and (max-width: 750px) {
    .sidecolumn-articles {
        width: 100%;
        border-top: 5px solid #f5f5f5;
    }
    .categorypage.pagewrapper,
.sectionpage.pagewrapper,
.articlepage.pagewrapper,
.searchresults.pagewrapper {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .form {
        background: #FFF;
        border: none;
        border-top: 1px solid #eeeeee;
        border-radius: 0;
        padding: 40px 0;
    }
    .homepage-column {
        width: 100%;
        margin: 0 0 1%;
    }
    .requestform-more {
        margin-top: 40px;
        float: left !important;
    }
  div.request_anonymous_requester_email,
  div.request_custom_fields_22085183,
  div.request_custom_fields_22204593{
    max-width:100%;
    width: 100% !important;
    margin-bottom:20px;
  }
}
@media screen and (max-width: 550px) {
    .category-contents ol,
.categorypage .article-list,
.categorypage .generic-articles .article-newspaper ul,
.categorypage .generic-articles .article-digital ul,
.categorypage .generic-articles .article-magazine ul,
.category-smh .header,
.sectionpage .article-list {
        -webkit-columns: auto 1;
        -moz-columns: auto 1;
        columns: auto 1;
    }
    .articlepage .side-column section {
        width: 100%;
        margin-bottom: 20px;
    }
    .articlepage .side-column section:nth-child(2) {
        padding-left: 0;
    }
}
/* footer*/

.footer-inner {
    width: 100%;
    max-width: 960px;
}
.footer-viewother span {
    display: none;
}
.category-poptopics .footer-viewother span {
    display: inline;
}
.footer-viewother {
    background: #f0f4f6;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

body .footer-viewother-button span {
    display: none;
}
body.category-poptopics .footer-viewother-button span {
    display: inline;
}

.footer-viewother-link,
.footer-viewother-link:hover {
    color: #0076c9;
    display: inline-block;
}
.footer-help {
    background: #fff;
    width: 100%;
    padding: 50px 0;
    border-top: 2px solid #f0f4f6;
}
.footer-left {
    width: 65%;
    float: left;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
}
.footer-left h4 {
    font-family: 'roboto-light' !important;
    color: #0076c9;
    font-size: 30px;
    margin: 0;
}
.footer-left p {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.footer-submit {
    background: #0078c6;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    margin-bottom: 20px;
}
body .footer-submit:hover {
    color: #fff !important;
}
.footer-contact {
    font-size: 16px;
    color: #0078c6;
    position: Relative;
    padding-left: 35px;
}
.footer-contact:before {
    content: '\e602';
    font-size: 30px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.footer-right {
    width: 30%;
    float: right;
    border: 1px solid #ccc;
    text-align: center;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 10px;
}


.footer-right p {
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: "roboto-medium";
}
.footer-right a {
    background-color: #ff8a00;
    color: #fff !important;
    border-bottom: 3px solid #ff6000;
    display: inline-block;
    padding: 10px 60px 10px 90px;
    font-size: 15px;
    position: relative;
    font-family: "roboto-bold" !important;
}
.footer-right a:hover{
  text-decoration: none;
}
.footer-right a:before {
    content: '\e601';
    color: #fff;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -12px;
    font-size: 25px;
}
body .footer-right a:hover {
    color: #fff !important;
}
.footer {
    background: #303131;
    padding: 0;
}
.footer p {
    margin: 0;
    padding: 20px 0;
    color: #9c9c9d;
}
/* pop topics general */

.category-poptopics .bgcontainer {
    background: #f0f4f6;
    padding-bottom: 0px;
}
.header-request {
    background: #0088c7;
    color: #fff !important;
    border-bottom: 3px solid #007ab2;
    padding-left: 70px;
    max-width: 220px;
    text-align: left;
    text-transform: uppercase;
    position: relative
}

.category-smh a.header-request:hover,
.category-age a.header-request:hover,
.header-request:hover{
  text-decoration: none;
}

.category-smh .header-request {
    background: #ff8a00 !important;
    border-bottom: 3px solid #ff6000;
}
.header-request:before {
    content: '\e601';
    color: #fff;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -17px;
    font-size: 35px;
}
.header-request:hover {
    color: #fff !important;
}
/* popular topics search box & breadcrumb styling */

.category-poptopics main {
    max-width: 100%;
    width: 100%;
}
.articlePage .category-poptopics .pagewrapper {
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid #c7c7c7;
}
.articlePage .category-poptopics .clearfix {
    max-width: 960px;
    margin: 0 auto;
}
.category-poptopics .breadcrumbs {
    margin: -90px 0 20px -40px;
    max-height: 40px;
    overflow: hidden;
}
.category-poptopics .search-box {
    margin: 0 0 45px;
    background: #0081c4;
    padding: 40px;
    border: none;
    box-shadow: inset 0 2px 6px rgba(000, 000, 000, 0.2);
}
.category-poptopics.category-age .search-box {
    background: #0088c7;
    webkit-box-shadow: inset 0 10px 15px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 10px 15px -10px rgba(0,0,0,0.3);
    box-shadow: inset 0 10px 15px -10px rgba(0,0,0,0.3);
}
.category-poptopics .search {
    width: 100%;
    padding: 0 100px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    position: Relative;
}
.category-poptopics .search input {
    border: 5px solid #0076c9;
    font-family: 'roboto-regular' !important;
    font-size: 22px;
}
.category-poptopics .search input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-family: 'roboto-regular' !important;
    font-size: 22px;
}
.category-poptopics .search input:-moz-placeholder { /* Firefox 18- */
    color: #b3b3b3;  
    font-family: 'roboto-regular' !important;
    font-size: 22px;
}
.category-poptopics .search input::-moz-placeholder {  /* Firefox 19+ */
    color: #b3b3b3;  
    font-family: 'roboto-regular' !important;
    font-size: 22px;
}
.category-poptopics .search input:-ms-input-placeholder {  
    color: #b3b3b3;  
    font-family: 'roboto-regular' !important;
    font-size: 22px;
}

/*
.category-poptopics.category-age .search input {
    border-color:#0e4480;
}
*/

.category-poptopics .search-box:before {
    display: none;
}
.category-poptopics .search:before {
    font-family: "entypo";
    font-size: 1.25em;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 2.5em;
    z-index: 1;
    font-size: 25px;
    left: 95px;
    color: #0081c4;
    content: "\1F50D";
}
/* popular topics article styling */

.category-poptopics {} .articlePage .category-poptopics .sidecolumn-articles,
.articlePage .category-poptopics .article-sidebar {
    display: none;
}
.articlePage .category-poptopics .articlepage.pagewrapper {
    width: 100% !important;
    margin-top: 20px;
}
.category-poptopics .article-info {
    display: none;
}
.category-poptopics .article-header {
    padding-top: 45px;
    border-bottom: none;
}
.articlePage .category-poptopics .article-header {
    border-bottom: 1px solid #e5e5e5;
}
.category-poptopics .article-header h1 {
    color: #525252;
}
.category-poptopics .article-header:before,
.category-poptopics .sectionpage h1:before {
    content: 'Help & Support Centre';
    font-size: 18px;
    display: block;
    font-family: 'merriweather' !important;
    color: #5c5c5c;
}
.category-poptopics .sectionpage h1:before{
    margin-bottom: 5px;

}
/* article steps layout */

.articlelayout-steps {} .articlelayout-steps ol {
    counter-reset: steps-counter;
    list-style-type: none;
    padding: 0 0 0 75px;
}
.articlelayout-steps li {
    float: left;
    clear: left;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 30px;
}
.articlelayout-steps li:before {
    content: counter(steps-counter);
    counter-increment: steps-counter;
    font-size: 30px;
    background: #e5e5e5;
    border-radius: 50px;
    line-height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    float: left;
    margin: -15px 0 0 -75px;
}
.articlelayout-steps li p {
    display: inline;
    font-size: 16px;
}
.articlelayout-steps li figure a {
    float: right;
    margin: -15px 0 0 20px;
    border-bottom: none !important;
}

.ie8 .articlelayout-steps li figure a {
    float: left; 
}

.articlelayout-steps li figure a img{
    max-width: 100%; /*IE9 fix*/
}

.articlelayout-steps li figure a:hover{
    border-bottom: none !important;
  
}
/* article layout icon list */

.articlelayout-icons ul {
    list-style-type: none;
    margin-bottom: 25px;
    padding:0;
}
.articlelayout-icons img {
    margin-right: 10px;
}

.articlelayout-icons .font-icon {
  position:relative;
  padding:10px 0 0 70px;
}

.articlelayout-icons .font-icon:before {
  font-size: 55px;
  color:#1d86c8;
  position:absolute;
  left:0;
  top: 50%;
  margin-top: -25px;
}

/* email */
.articlelayout-icons .email-icon:before {
  content:'\e60c';
}

.articlelayout-icons .emailnum-icon:before {
  content:'\e60d';
}

.articlelayout-icons .pointer-icon:before {
  content:'\e60e';
}

.articlelayout-icons .phone-icon:before {
  content:'\e60b';
}

.articlelayout-icons .mouse-icon:before {
  content:'\e60a';
}

.articlelayout-icons p {
    font-size: 16px;
}
.note,
.note ul {
    list-style-type: none !important;
}
.articlelayout-icons .two-col li {
    width: 50%;
    float: left;
    padding-bottom: 20px;
}
.articlelayout-icons .two-col p {
    margin-top: 5px;
}
.articlelayout-icons img {
    float: left;
}
.note p {
    font-size: 12px;
    color: #979797;
    margin: 5px 0 0;
}
.highlight {
    color: #0076c9;
    white-space: nowrap;
}
.fancybox-title-float-wrap {
    bottom: 100%;
    margin-bottom: 20px;
    left: 0;
    right: 100%;
}
.fancybox-title-float-wrap .child {
    background: transparent;
    margin-right: 0 font-family: 'roboto-regular';
}
/* category/section page styling for pop topics */

.categoryPage .category-poptopics .sidecolumn-articles,
.categoryPage .category-poptopics .category-contents,
.categoryPage .category-poptopics .generic-articles,
.sectionPage .category-poptopics .sidecolumn-articles,
.sectionPage .category-poptopics .category-contents,
.sectionPage .category-poptopics .generic-articles,
.section-200689310 {
    display: none !important;
}
.categoryPage .category-poptopics .pagewrapper,
.sectionPage .category-poptopics .pagewrapper {
    float: none;
    width: 100%;
    max-width: 960px;
    margin: 20px auto 0;
    background: transparent;
    padding: 45px 0 0 0;
    min-height: 0;
}
.categoryPage .category-poptopics .breadcrumbs,
.sectionPage .category-poptopics .breadcrumbs {
    margin: -90px 0 30px 0;
}
.categoryPage .category-poptopics h1,
.sectionPage .category-poptopics h1 {
    font-family: 'roboto-regular' !important;
    color: #0076c9;
    font-size: 36px;
    margin: 0;
}
.sectionPage .category-poptopics h1 {
    width: 50%;
    line-height: 38px;
}
.sectionPage .category-poptopics .pagewrapper p {
    font-size: 18px;
    font-family: "roboto-light" !important;
    color: #525252;
    width: 50%;
    float: left;
    line-height: 24px;
}
/* category 234 */

.category-searchtext {
    display: none;
}
.categoryPage .category-poptopics h2.category-searchtext {
    margin: -10px 0 0;
    font-size: 30px;
    text-shadow: 0 2px 3px rgba(000,
000,
000,
0.3);
}
.categoryPage .category-poptopics p.category-searchtext {
    margin: 0 0 20px;
    font-size: 21px;
    text-shadow: 0 2px 3px rgba(000,
000,
000,
0.1);
}
.categoryPage .category-poptopics .category-searchtext {
    display: block;
    color: #fff;
    text-align: center;
}
.categoryPage .category-poptopics .search-box {
    background: url(//p2.zdassets.com/hc/theme_assets/241357/200010609/new_populartopic_background2.jpg) no-repeat left top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.categoryPage .category-poptopics .article-list,
.categoryPage .category-poptopics .section-empty,
.categoryPage .category-poptopics .section h3:before,
.categoryPage .category-poptopics a.see-all-articles {
    display: none;
}
.categoryPage .category-poptopics .section h3 {
    border: 1px solid #ddecf2 !important;
    padding: 0;
    text-align: center;
    background: #fff;
    margin: 0 5px;
}
.categoryPage .category-poptopics .section h3:hover {
    background: #ebf4fb;
}
.categoryPage .category-poptopics .section h3:hover a {
    text-decoration: none !important;
}
.categoryPage .category-poptopics .section {
    width: 32%;
    float: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.categoryPage .category-poptopics .section-tree {
    text-align: center;
}
.categoryPage .category-poptopics .section h3 a {
    width: 100%;
    padding: 80px 20px 0px 20px;
    display: block;
    font-family: 'roboto-regular' !important;
    font-size: 16px;
    position: relative;
    min-height: 180px;
    height: auto !important;
    height: 180px;
}
.categoryPage .category-poptopics .section h3 a:before {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    font-size: 50px;
}
.categoryPage .category-poptopics .section h3 a:after {
    font-size: 13px;
    font-family: 'roboto-light' !important;
    display: block;
}
.categoryPage .category-poptopics .section-200689930 h3 a:after {
    content: 'How to: set up alerts, save articles, find exclusive offers, and track comments.';
}
.categoryPage .category-poptopics .section-200689930 h3 a:before {
    content: '\e608';
}
.categoryPage .category-poptopics .section-200689950 h3 a:after {
    content: 'How to: select, purchase or redeem a gift subscription package.';
}
.categoryPage .category-poptopics .section-200689950 h3 a:before {
    content: '\e607';
}
.categoryPage .category-poptopics .section-200689960 h3 a:after {
    content: 'How to: Find, download, login, check login status or add to a homescreen.';
}
.categoryPage .category-poptopics .section-200689960 h3 a:before {
    content: '\e606';
}
.categoryPage .category-age.category-poptopics .section-200689910 h3 a:after {
    content: 'How to: login, making the The Age your homepage or check login status.';
}
.categoryPage .category-smh.category-poptopics .section-200689910 h3 a:after {
    content: 'How to: login, making the SMH your homepage or check login status.';
}
.categoryPage .category-poptopics .section-200689910 h3 a:after {
    content: 'How to: login, making us your homepage or check login status.';
}
.categoryPage .category-poptopics .section-200689910 h3 a:before {
    content: '\e605';
}
.categoryPage .category-poptopics .section-200681584 h3 a:after {
    content: 'How to: hold newspaper deliveries, lodge delivery issues or activate free digital access.';
}
.categoryPage .category-poptopics .section-200681584 h3 a:before {
    content: '\e604';
}
.categoryPage .category-poptopics .section-200681564 h3 a:after {
    content: 'How to: change your details, subscription level, find/reset password, payments, social sharing or cancel subscription.';
}
.categoryPage .category-poptopics .section-200681564 h3 a:before {
    content: '\e603';
}
#sectionContentContainer {
    float: right;
    margin: -130px 0 20px;
    width: 50%;
    padding-left: 20px;
}
.sectionPage .category-poptopics .pagewrapper #sectionContentContainer p {
    width: auto;
}
.holding-image {
    width: 100%;
    height: 250px;
    background: #fff;
}
/* article tile styling for pop topics */

.category-poptopics .article-list {
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
    clear: both;
}
.category-poptopics .article-list li {
    width: 25%;
    float: left;
    border: 1px solid #ddecf2;
    padding: 0;
    background: #fff;
    margin: -1px -1px 0 0;
}
.category-poptopics .article-list li.article-active,
.category-poptopics .article-list li:hover {
    background: #ddecf2;
}
.category-poptopics .article-list li.article-active a,
.category-poptopics .article-list li:hover a {
    text-decoration: none;
}
.category-poptopics .article-list li:before {
    display: none;
}
.category-poptopics .article-list li a {
    font-size: 18px;
    color: #0076c9;
    padding: 0px 60px 0px 25px;
    position: relative;
    line-height: normal;
    margin-top: -5px;
    line-height: 120px;
}

.category-poptopics .article-list li a span{
    line-height: 20px; 
    vertical-align: middle;
    display: inline-block;
}
.category-poptopics .article-list li a:after {
    content: '\e600';
    position: absolute;
    top: 50%;
    font-size: 40px;
    margin: -20px 0 0;
    right: 15px;
}


.categoryPage .category-poptopics .pagewrapper {
    margin-top: 0px;
    padding-top: 40px;
}


.category-poptopics header.header{
  position: fixed; 
  width: 100%;
  z-index: 999;
  top:0;
  border-bottom:1px solid #f0f4f6;
}

.category-poptopics .alert-notice{
  z-index: 1000; 
}
.category-poptopics .bgcontainer{
  margin-top: 115px; 
}


/*
chromebar
*/
.chromeBarWrapper{
  background: url('//p2.zdassets.com/hc/theme_assets/241357/200010609/chrome_bar_middle.png') top left repeat-x;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  position: relative;
  padding-bottom: 15px;
  max-width: 545px;
  box-shadow: 2px 2px 3px #ececec;
}


.chromeBarWrapper .chromeBarLeft{
    float:left; 
    background: url('//p2.zdassets.com/hc/theme_assets/241357/200010609/chrome_bar_left.png') top left no-repeat;
    width: 313px;
    height: 48px;
}


.chromeBarWrapper .chromeBarRight{
   float:right;  
   background: url('//p2.zdassets.com/hc/theme_assets/241357/200010609/chrome_bar_right.png') top left no-repeat;
    width: 43px;
    height: 48px;
}


/* responsive */

@media screen and (max-width: 1000px) {
    .categoryPage .category-poptopics .pagewrapper,
.sectionPage .category-poptopics .pagewrapper {
        padding: 45px 20px 0;
    }
}
@media screen and (max-width: 960px) {

    .header-inner {
      padding: 0 20px;
    }
  
    .categoryPage .category-poptopics .section {
        width: 49%;
    }
    
    .categoryPage .category-poptopics .section-tree {
      margin: 0 -15px;
    }
    
    
    .articlelayout-steps li img {
        max-width: 450px;
    }
    .category-poptopics .breadcrumbs {
        margin-left:0;
    }
    
    .articlePage .category-poptopics .pagewrapper {
      border-color:#ddecf2;
      border-right:0;
      border-left:0;
    }
    
    #otherArticles .article-list {
      padding: 0 20px;
    }
    
    
    .category-poptopics .search {
      padding:0 50px;
    }
    .category-poptopics .search:before {
      left: 45px;
    }
    
    .articlepage.pagewrapper {
      padding:40px 20px;
    }
}
@media screen and (max-width: 850px) {
    .category-poptopics .search-box {
    padding:20px;
     }
  
    .header-inner {
        padding: 0 20px;
    }
    .category-poptopics .article-list li {
        width: 33.33%;
    }
    .articlelayout-icons .two-col li {
        width: 100%;
        clear: both;
    }
    
    .category-poptopics header.header{
      position: relative; 
    }
    
    .category-poptopics .alert-notice{
      z-index: 1000; 
    }
    .category-poptopics .bgcontainer{
      margin-top: 0px; 
    }
    
  .footer-right {
    width:40%;
  }
  
   .footer-left {
    width:55%;
  }  
}
@media screen and (max-width: 700px) {
   .articleBanner {
  -moz-background-size:auto 100%;
  -webkit-background-size:auto 100%;
  -o-background-size:auto 100%;
  background-size:auto 100%;
   }
    .articlelayout-steps li img {
        max-width: 350px;
    }
    .footer-left {
        width: 100%;
        text-align: center;
    }
    .footer-right{
        width: 100% !important; /*important to fix chrome bug*/
        margin-top: 40px !important;
    }
    #sectionContentContainer {
        width: 100%;
        padding-left: 0;
        margin: 20px 0;
    }
    .sectionPage .category-poptopics h1,
    .sectionPage .category-poptopics .pagewrapper p {
        width: 100%;
    }
    .category-poptopics .article-list li {
        width: 50%;
    }
    .categoryPage .category-poptopics .section {
        width: 100%;
        padding-right: 0;
    }
    .category-poptopics .search {
        padding: 0;
    }
    .category-poptopics .search:before {
        left: -5px;
    }
    
    
     .categoryPage .category-poptopics .section h3 a{
        padding-top: 20px;
        padding-left: 85px;
        text-align: left;
        min-height: 0px;
        font-size: 14px;
        line-height: normal;
    }
    
    .categoryPage .category-poptopics .section h3 a:before{
        top: 30%;
        left: 20px;
        margin-left: 0px;
        font-size: 45px;
    }
    .categoryPage .category-poptopics .section-200681564 h3 a:after{
        font-size: 12px;
        line-height: 14px;
        font-family: "roboto-regular";
    }
    .categoryPage .category-poptopics .section{
        margin-bottom: 10px; 
    }
    
    
    
    .chromeBarWrapper .chromeBarLeft{
        background-image: url(//p2.zdassets.com/hc/theme_assets/241357/200010609/chrome_bar_left_mobile.png);
        width: 162px;
        height: 25px;
    }
    .chromeBarWrapper .chromeBarRight{
        background-image: url(//p2.zdassets.com/hc/theme_assets/241357/200010609/chrome_bar_right_mobile.png);
        width: 26px;
        height: 25px;
    } 
    .chromeBarWrapper{
        background-image: url(//p2.zdassets.com/hc/theme_assets/241357/200010609/chrome_bar_middle_mobile.png);
        background-color: white;
    }
    
    .footer-left{
        padding-right: 0px;
    }
    
    .category-poptopics .search {
      padding:0;
    }
    
    .category-poptopics .search:before {
      left: -5px;
    }
    
    .articlelayout-steps li p {
      display:block;
      clear:both;
      padding-top: 15px;
    }
    
    .chromeBarWrapper {
    max-width: 545px !important;
    }

    
}
@media screen and (max-width: 500px) {
    .articlePage .category-poptopics .pagewrapper {
        border: none;
        background: #f0f4f6;
    }
    
    .category-poptopics .article-header {
      padding-top: 15px;
    }
    
    
    .category-poptopics .article-list li {
        width: 100%;
    } 
    .articlelayout-steps li:before {
        margin-left: 0;
        margin-bottom: 25px;
        margin-right: 10px;
    }
    .articlelayout-steps ol {
        padding: 0;
    }
    .articlelayout-steps li img {
        max-width: 100%;
    }
    
}


#otherArticles {
    background-color: #f0f4f6;
    padding-top: 50px;
}
#otherArticles .article-list {
    margin: auto;
    max-width: 960px;
}
.alt_text,
.alt_img,
.alt_video_group{
    display: none;
}
body.category-smh .alt-smh.alt_text,
body.category-smh .alt-smh.alt_img,
body.category-smh .alt-smh.alt_video_group{
    display: inline-block;
}
body.category-age .alt-age.alt_text,
body.category-age .alt-age.alt_img,
body.category-age .alt-age.alt_video_group{
    display: inline-block;
}
.categoryPage .category-poptopics .breadcrumbs {
    display: none;
}
.categoryPage .category-poptopics .search-box {
    margin-bottom: 0px;
}
.categoryPage .category-poptopics h1 {
    text-align: center;
    margin-bottom: 25px;
}
.articlePage .category-poptopics .breadcrumbs li:nth-child(1),
.sectionPage .category-poptopics .breadcrumbs li:nth-child(1) {
    display: none;
}
.articlePage .category-poptopics .breadcrumbs li:nth-child(1) + li:before,
.sectionPage .category-poptopics .breadcrumbs li:nth-child(1) + li:before{
    content: '';
    display: none;
}
.articlePage .category-poptopics .pagewrapper,
.communitypages .category-poptopics .pagewrapper {
    min-height: 0px;
}
.category-poptopics .visibility-internal {
    display: none;
}
.clr {
    clear: both;
}
ul.socialContacts {
    list-style-type: none;
}
ul.socialContacts li {
    margin-bottom: 10px;
}
.articlepage .article-body ul.socialContacts li a:first-child {
    text-decoration: none;
    border-bottom: none;
}
.articlepage .article-body ul.socialContacts li a + a{
    margin-left: 20px;
}


.footer-right a:hover,
.category-age .header-request:hover{
  background: #ff6100 !important;
  border-bottom-color: #fd3501;
}


.category-poptopics .footer-submit,
.footer-viewother-button {
    background: #0076c9;
    display: inline-block;
    color: #fff !important;
}

.footer-viewother-button {
    padding: 10px 20px;
    margin: 0 20px 15px;
}




/*
  ALL BRAND
*/

body div.footer-viewother .footer-viewother-button,
body div.footer-help a.footer-submit{
  background: #0076c9 !important;
  display: inline-block;
  color: #fff !important;
  font-family: "roboto-medium" !important;
}

body div.footer-viewother .footer-viewother-link{
  font-family: "roboto-medium" !important;
  font-size: 16px;
  line-height: 39px;
  color: #0076c9;
  position: relative;
}
body div.footer-viewother .footer-viewother-button:hover,
body div.footer-help a.footer-submit:hover{
    color: #0078c6 !important;
    background-color: #ebf4fb !important;    
    text-decoration: none;
}

body div.footer-viewother .footer-viewother-button:hover{
    background-color: #ddeaf2 !important;
}

body div.header-inner a.header-request:hover,
body div.footer-help .footer-right a:hover{
  background: #ff6100 !important;
  border-bottom-color: #fd3501 !important;
  text-decoration: none;
}

body div.header-inner a.header-request,
body div.footer-help .footer-right a{
  background-color: #ff8a00 !important;
  color: #fff !important;
  border-bottom: 3px solid #ff6000 !important;
}



/* cat si */
body.category-si div.header-inner a.header-request{
  background:#28323d !important;
  display: inline-block;
  color: #fff !important;
  border-bottom-color:#181e25 !important;
}

body.category-si div.footer-viewother .footer-viewother-button,
body.category-si div.footer-help a.footer-submit,
body.category-si div.footer-help .footer-right a{
  background:#28323d !important;
  display: inline-block;
  color: #fff !important;
  font-size: 20px;
  border-bottom-color:#181e25 !important;
}

body.category-si div.footer-viewother .footer-viewother-button:hover,
body.category-si div.footer-help a.footer-submit:hover,
body.category-si div.footer-viewother .footer-viewother-button:hover,
body.category-si div.header-inner a.header-request:hover,
body.category-si div.footer-help .footer-right a:hover{
    background:#333 !important;
    color:#fff !important;
    text-decoration:none;
    border-bottom-color:#181e25 !important;
}


.footer {
  background: #303131;
  padding: 0;
  padding-bottom: 50px;
}

.footer-help {
  background: #fff;
  width: 100%;
  padding: 55px 0px 35px 0px;
  border-top: 2px solid #f0f4f6;
}

.articleSubText{
  font-size: 12px !important;
  margin-top: 40px;
  display: inline-block;
  color: #bebebe;
}





/*
  Smaller screens have some issues with font size
*/
@media screen and (max-width: 400px) {
   .category-poptopics .search input {
        font-size: 14px;
    }
    .category-poptopics .search input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .category-poptopics .search input:-moz-placeholder { /* Firefox 18- */
        font-size: 14px;
    }
    .category-poptopics .search input::-moz-placeholder {  /* Firefox 19+ */
        font-size: 14px;
    }
    .category-poptopics .search input:-ms-input-placeholder {  
        font-size: 14px;
    }
    
    
    .user-nav a.header-request:before{
        font-size: 30px;
        left: 9px;
        margin-top: -14px;
        
    }
    .user-nav a.header-request{
        padding-left: 50px;
        font-size: 10px;
        line-height: 12px;
        margin: auto 0px auto auto;
        max-width: 155px;
    }
    .header-sublogo img{
        padding: 0px 20px; 
    }
    
  .footer-inner {
      padding:0 20px;
    }
    
    
    /*
      Category page
    */
    .categoryPage .category-poptopics h1{
        font-size: 28px;
        line-height: 26px;
        font-family: "roboto-light";
        margin-top: 10px;
    }
    
    .categoryPage .category-poptopics h2.category-searchtext{
        font-size: 24px; 
        width: 240px;
        margin: auto;
        line-height: 30px;
    }
    
    .categoryPage .category-poptopics p.category-searchtext{
        font-size: 14px;
        line-height: 20px;
        font-family: "roboto light" !important;
    }
    
    .categoryPage .category-poptopics .search-box{
        background-size: auto; 
        padding: 20px;
        background-position-x: -500px;
    }
     
    .categoryPage .category-poptopics .section h3 a{
        padding-top: 20px;
        padding-left: 85px;
        text-align: left;
        min-height: 0px;
        font-size: 14px;
        line-height: normal;
    }
    
    .categoryPage .category-poptopics .section h3 a:before{
        top: 30%;
        left: 20px;
        margin-left: 0px;
        font-size: 45px;
    }
    .categoryPage .category-poptopics .section-200681564 h3 a:after{
        font-size: 12px;
        line-height: 14px;
        font-family: "roboto-regular";
    }
    .categoryPage .category-poptopics .section{
        margin-bottom: 10px; 
    }
    
    
    
    /*
      Section page
    */
    .category-smh .breadcrumbs li, .category-age .breadcrumbs li, .category-fr .breadcrumbs li, .category-si .breadcrumbs li, .category-smh .breadcrumbs li a, .category-age .breadcrumbs li a, .category-fr .breadcrumbs li a, .category-si .breadcrumbs li a{
        color: #525252; 
        font-family: "roboto-regular";
        font-size: 9px;
        line-height: 26px;
        margin-top: 5px;
    }
    .category-poptopics .article-list li a{
        font-size: 14px;
        line-height: 74px;
    }
    .category-poptopics .article-list li a:after{
      font-size: 30px;
      margin-top: -15px;
    }
    #sectionContentContainer{
      margin: 0px; 
    }
    .sectionPage .category-poptopics h1{
        font-size: 24px; 
        font-family: "roboto-regular";
        line-height: normal;
    }
    .category-poptopics .sectionpage h1:before {
        margin-bottom: 0px;
        line-height: normal;
        font-size: 12px;
    }
    .sectionPage .category-poptopics .pagewrapper p{
        font-size: 12px;
        line-height: 14px;
        font-family: "roboto-regular";
    }
    
    /*
      Article page
    */

    .articlePage .category-poptopics .breadcrumbs{
        margin-left: 0px; 
        margin-top: -70px;
    }
    .articlePage .pagewrapper{
        padding: 20px; 
    }
    .category-poptopics .article-header{
        padding-top: 0px; 
        border-bottom: 1px solid #e5e5e5;
      }
    .category-poptopics .article-header:before{
        font-size: 16px;
        line-height: 26px;
    }
    .category-poptopics .article-header h1{
        font-family: "roboto-regular" !important;
        font-size: 24px;
        line-height: normal;
        color: #333333;
    }
    
    #otherArticles{
        padding: 20px; 
    }
    
    .articlelayout-steps li p{
        font-size: 14px;
        line-height: normal;
    }
    .articlelayout-steps li:before{
        font-size: 23px;
        margin: -10px 10px 40px 0px;
        line-height: 45px;
        border-radius: 22px;
        width: 45px;
    }
    .articlelayout-steps li{
        margin: 20px 0px;
        padding: 0px;
    }
    /*
      Footer
    */
    
    body div.footer-viewother{
      padding: 35px 0px; 
    }
    body div.footer-viewother .footer-inner{
      padding: 0px; 
    }
    
    body.category-smh div.footer-viewother .footer-viewother-button,
    body.category-age div.footer-viewother .footer-viewother-button{
        font-size: 15px;
        display: block;
        margin-bottom: 0px;
    }

    body div.footer-viewother .footer-viewother-link{
        font-size: 10px;
        line-height: 20px;
    }
    .footer-left h4{
        font-size: 20px;
    }
    .footer-left p{
        font-size: 12px; 
    }
    body div.footer-help a.footer-submit{
        display: block;
        margin-bottom: 0px;
    }
    
    .footer{
        padding-bottom: 0px; 
    }
    
    .footer-help{
        padding: 30px 0px 55px 0px; 
    }
    
    .footer-contact{
        font-size: 14px; 
    }
    .categoryPage .category-poptopics .pagewrapper, .sectionPage .category-poptopics .pagewrapper{
        padding: 20px 20px;
    }
    .categoryPage .category-poptopics .section{
        margin: 7px auto; 
    }
    
    .categoryPage .category-poptopics .breadcrumbs, .sectionPage .category-poptopics .breadcrumbs{
        margin: -70px 0 20px 0;
    }
}



/*
  ARTICLE CUSTOMISATION
*/

#articleGiftRedemption ul.one-col,
#articleGiftRedemption ul.note{
  padding-left: 0px
}


#articleGiftRedemption ul.one-col{
  margin-bottom: 40px; 
}


#articleGiftRedemption ul.one-col li{
  margin-bottom: 25px;
}



/*
  HIDE VIEW POPULAR TOPIC BUTTON EXCEPT INSIDE CATEGORY AGE or SMH or New popular topic
*/
.footer-viewother-button,
body.category-si div.footer-viewother .footer-viewother-button,
body div.footer-viewother .footer-viewother-button{
  font-size: 24px;
  display: none;
}

body.category-smh div.footer-viewother .footer-viewother-button,
body.category-age div.footer-viewother .footer-viewother-button{
  display: inline-block;
}

/* 		SMART INVESTOR CHANGES 
				- FEB 2015 - 
HIDING CONTENT FOR PRODUCT CHANGE */
html .category-si .category-contents,
html .category-si .category-columns .generic-articles  section.category,
html .category-si .sidecolumn-articles .category {display:none !important;}

html .category-si .sidecolumn-articles,
html .category-si .categorypage.pagewrapper,
html .category-si .sectionpage.pagewrapper{
  min-height:295px;
}





/* VIDEOS */
.alt_video_group{
 		margin-bottom: 40px; 
}

.alt_video_group > .title{
    margin-top: 25px;
}

.alt_video_group .video{
    display: inline-block;
		margin-bottom: 20px; 
}

.alt_video_group .video.col1{
    margin-right: 30px;
}

.alt_video_group .video > .title{
    margin-top: 0
}

body{
    visibility: hidden; 
}

body.llReady{
    visibility: visible; 
}