/* Base styles */
*, input[type=search] {
  box-sizing: border-box; }

html {
  background-color: #fff; }

body {
  color: #464D00;
  font-family: "Open Sans", "arial", sans-serif;
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0; }

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

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

figure > img {
  display: block; }

a {
  color: #000;
  font-family: "Open Sans", "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%; }

[dir=rtl] table {
  text-align: right; }

td, th {
  border-color: #eee;
  border-style: solid;
  padding: 12px; }

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 0.9em;
  font-weight: normal;
  white-space: nowrap;
  text-align: inherit; }

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

h1, h2, h3, h4, h5, h6 {
  color: #000;
  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 #d5d5d5;
  padding: 10px; }

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

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

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

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #999; }

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

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

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

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

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

/* Forms */
.form {
  max-width: 505px; }

.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: #f00;
  margin-left: 2px; }

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

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

.form-field input.partialcreditcardinputfield {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9JREFUOMvdktENwyAMBTNCR8gIGcGjMIo3YwQmOGUERnA/oLQUkZIoUqrYfyednwWepnOLGYeiOOY9ksc+2g/JLMRKM4zI8jvtpQUUJRR1OzUvGZFCJI/y23lpvlRUMu1n4tKSDU8Lu76oGIaO8otEFM+KYaz4r37zVm4+vdO3EgOClFvdIUp1buNipo+DYp+fv+rxx/njAwhDYpguqyfMVKQgdRaSPwAAAABJRU5ErkJggg==") no-repeat 10px 10px;
  background-size: 14px;
  padding-left: 28px; }

[dir=rtl] .form-field input.partialcreditcardinputfield {
  padding-left: 0;
  padding-right: 28px;
  background-position: right 10px top 10px; }

.form-field .nesty-input {
  height: 37px;
  line-height: 37px; }

.form-field .nesty-input:focus {
  outline: none;
  border: 1px solid #999; }

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

.searchbox {
  margin: 25px 0; }

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 20px; }

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

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/257228/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px; }

.form footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right; }

.form footer a {
  color: #ccc;
  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: #eee;
  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 {
  position: relative; }

.search-box: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 {
  line-height: 1.2em;
  font-weight: lighter;
  padding: .75em 2.7em;
  width: 100%;
  -webkit-appearance: none; }

.search-box input[type="submit"] {
  display: none; }

/* Breadcrumbs */
.breadcrumbs li {
  color: #bebebe;
  display: inline-block;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis; }

.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px; }

.breadcrumbs li a {
  color: #464D00; }

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

/* Metadata */
.meta, .meta-group {
  color: #ccc;
  display: inline-block;
  font-size: 11px; }

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px; }

/* 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 {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%; }

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

.share-twitter:before {
  content: "\F309"; }

.share-facebook:before {
  content: "\F30C"; }

.share-linkedin:before {
  content: "\F318"; }

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

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center; }

.pagination * {
  display: inline-block; }

.pagination li {
  border: 1px solid #eee;
  float: left;
  margin-left: -1px; }

[dir=rtl] .pagination li {
  float: right; }

.pagination a, .pagination span {
  color: inherit;
  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 {
  max-width: 100%; }

.markdown hr {
  background-color: #eee;
  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 ol ul, .markdown ul ul {
  list-style-type: circle; }

.markdown ol ol ul,
.markdown ol ul ul,
.markdown ul ol ul,
.markdown ul ul ul {
  list-style-type: square; }

.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre; }

.markdown blockquote {
  border-left: 1px solid #eee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px; }

.vote {
  display: inline-block;
  text-align: center;
  width: 35px; }

.vote a {
  outline: none;
  text-decoration: none; }

.vote-sum {
  display: block;
  font-weight: bold;
  margin: 3px 0; }

[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override; }

.vote-up:before, .vote-down:before {
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #464D00;
  display: inline-block;
  font-family: "entypo";
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  width: 18px; }

.vote-up:hover:before, .vote-down:hover:before {
  border-color: #bbb; }

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

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

.vote-voted:before, .vote-voted:hover:before {
  border-color: #464D00; }

/*
* Column size
*/
.main-column {
  float: left;
  width: 66%; }

.side-column {
  float: right;
  width: 30%; }

/* ====================================================
Base styles
==================================================== */
*, input[type=search] {
  box-sizing: border-box; }

html {
  background-color: #fff; }

body {
  color: #252525;
  font-family: "Open Sans", "arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0; }

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

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

img {
  vertical-align: middle; }

p {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "arial", sans-serif;
  font-weight: normal; }

h1 {
  font-size: 2.8em;
  line-height: 1.1em;
  margin: 0;
  color: #BCCF02;
  font-weight: 100;
  margin-bottom: 0.5em; }

section {
  position: relative; }

.section-area h1 {
  text-transform: capitalize; }

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

b, optgroup, strong {
  font-weight: 600; }

/* ====================================================
Structure globale
==================================================== */

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

main {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.search-inner {
  position: relative; }

.content {
  width: 980px;
  margin: 0 auto;
  margin-top: 3em; }

/* ====================================================
Sub Nav
==================================================== */
.sub-nav {
  margin-bottom: 15px; }

.sub-nav form {
  display: none; }

.page-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px; }

.page-header > * {
  display: table-cell;
  vertical-align: middle; }

.page-header > *:first-child {
  width: 100%; }

.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0; }

.page-header h1 {
  font-size: 20px;
  font-weight: 400; }

/* ====================================================
Top Nav
==================================================== */
.user-nav {
  margin: 0;
  padding: 20px;
  width: 100%;
  position: absolute;
  z-index: 1000;
  color: #fff;
  height: auto;
  background-repeat: repeat-x; }
  .user-nav .user-cta {
    text-align: right; }
    .user-nav .user-cta .user-links {
      display: inline-block;
      line-height: 33px;
      height: 33px; }
      .user-nav .user-cta .user-links > a {
        font-size: 12px;
        line-height: 33px;
        margin-left: 15px;
        padding-left: 15px;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 18px;
        text-transform: uppercase;
        vertical-align: middle;
        line-height: 12px; }
        .user-nav .user-cta .user-links > a:hover {
          color: #BCCF02;
          text-decoration: none; }
    .user-nav .user-cta .user-drop {
      display: inline-block;
      margin-left: 30px;
      position: relative; }
  .user-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .user-nav .language-selector {
    margin-left: 30px; }
    .user-nav .language-selector a.dropdown-toggle {
      color: #fff;
      line-height: 33px; }

.user-nav > a.login {
  font-size: 13px;
  margin-left: 30px;
  padding: 0 15px; }

.user-nav > a.my-activities {
  border: 0; }

.language-selector {
  display: inline-block; }

.user-avatar {
  left: -5px;
  max-height: 20px;
  position: relative;
  top: -1px; }

button, [role=button], [type=button], [type=submit] {
  background-color: #BCCF02;
  border: none;
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 11px 21px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
  -webkit-appearance: none !important;
  border-radius: 0; }
  .no-touch button:hover, .no-touch [role=button]:hover, .no-touch [type=button]:hover, .no-touch [type=submit]:hover {
    background-color: #252525;
    color: #fff; }
  button:active, [role=button]:active, [type=button]:active, [type=submit]:active {
    background-color: #252525;
    color: #a5a5a5;
    border: none; }
  button:focus, [role=button]:focus, [type=button]:focus, [type=submit]:focus {
    border: none; }

.user-nav button, .user-nav [role=button], .user-nav [type=button], .user-nav [type=submit] {
  background: transparent;
  border: 2px solid #BCCF02;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  height: 33px;
  line-height: 31px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle; }
  .no-touch .user-nav button:hover, .no-touch .user-nav [role=button]:hover, .no-touch .user-nav [type=button]:hover, .no-touch .user-nav [type=submit]:hover {
    background-color: #606a01;
    text-decoration: none;
    box-shadow: none;
    border: 2px solid #BCCF02; }
  .user-nav button:active, .user-nav [role=button]:active, .user-nav [type=button]:active, .user-nav [type=submit]:active {
    background-color: #BCCF02;
    box-shadow: none;
    border: 2px solid #BCCF02; }

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

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

/*
* Dropdown carets
*/
.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
  text-decoration: none; }

.dropdown-toggle {
  display: inline-block; }

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

.dropdown-toggle:after {
  color: #BCCF02;
  content: "\00a0\00a0\e75c";
  font-family: "entypo";
  font-size: 14px;
  margin-left: 5px;
  padding-right: 2px; }

.dropdown-toggle:active:after {
  color: #000; }

.section-subscribe .dropdown-toggle,
.article-subscribe,
.article-unsubscribe {
  background: #BCCF02;
  color: #252525;
  border: 0;
  box-shadow: none;
  font-size: 1em; }
  .section-subscribe .dropdown-toggle:after,
  .article-subscribe:after,
  .article-unsubscribe:after {
    color: #252525; }

.article-subscribe:hover,
.article-unsubscribe:hover {
  box-shadow: none; }

.topic-follow [role=button], .post-follow [role=button] {
  padding: 0 10px !important; }

.dropdown-menu {
  border-radius: 0; }

.no-touch .dropdown-menu [role=menuitem]:hover {
  background-color: #efefef; }

.dropdown-menu [role=separator] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: 400;
  font-size: 11px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.dropdown-menu [role=menuitem] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 10px 40px 10px 20px;
  white-space: nowrap; }

/* ====================================================
Header
==================================================== */
.logo {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px; }

.header {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #252525; }
  .header .header-inner {
    padding-top: 130px;
    width: 768px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 100; }
  .header .hero-banner-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background-image: url("//theme.zdassets.com/theme_assets/257228/97be6c4ec4c572dcba69e3a6563db120894b3c2b.png");
    background-repeat: repeat-x;
    z-index: 2; }
  .header .hero-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center -50px;
    z-index: 1;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .header .hero-banner.random {
      opacity: 1;
      background-position: center -110px; }
    .header .hero-banner.img1 {
      background-image: url("//theme.zdassets.com/theme_assets/257228/90c11cec1f123f3dfcec397ebf773b0054c4c32e.jpg"); }
    .header .hero-banner.img2 {
      background-image: url("//theme.zdassets.com/theme_assets/257228/672cc4f0fb217797c3c867903cb712d65a394eca.jpg"); 
      background-position: center -160px;

}
    .header .hero-banner.img3 {
      background-image: url("//theme.zdassets.com/theme_assets/257228/692da2ef148068f01fd12d7dbde83ec2a8114433.jpg"); }

.header.small {
  height: 80px; }

/* ====================================================
Notifications
==================================================== */
.notification-text {
  font-family: "Open Sans", "arial", sans-serif;
  font-size: 1em; }

.notification-notice {
  background: #BCCF02;
  border-color: #BCCF02; }
  .notification-notice .notification-icon:before {
    border-color: #fff; }

/* ====================================================
Home
==================================================== */
.hero-unit {
  padding: 25px 60px 70px 60px; }

.help-center-name {
  font-size: 35px; }

.header-hero {
  position: relative;
  width: 100%;
  height: 570px;
  background-color: #252525; }
  .header-hero .header-inner {
    padding-top: 220px;
    width: 768px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 100; }
    .header-hero .header-inner .header-icon {
      margin-bottom: 35px; }
    .header-hero .header-inner h1 {
      font-family: "Open Sans", "arial", sans-serif;
      font-size: 47px;
      color: #FFFFFF;
      line-height: 64px;
      font-weight: 100;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .header-hero .header-inner .baseline {
      opacity: 0.66;
      font-size: 20px;
      color: #FFFFFF;
      line-height: 27px;
      font-weight: 100;
      font-weight: 100;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-bottom: 15px; }
  .header-hero .hero-banner-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background-image: url("//theme.zdassets.com/theme_assets/257228/97be6c4ec4c572dcba69e3a6563db120894b3c2b.png");
    background-repeat: repeat-x;
    z-index: 2; }
  .header-hero .hero-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out; }
    .header-hero .hero-banner.is-active {
      opacity: 1; }
    .header-hero .hero-banner#slide1 {
      background-image: url("//theme.zdassets.com/theme_assets/257228/90c11cec1f123f3dfcec397ebf773b0054c4c32e.jpg"); }
    .header-hero .hero-banner#slide2 {
      background-image: url("//theme.zdassets.com/theme_assets/257228/672cc4f0fb217797c3c867903cb712d65a394eca.jpg"); }
    .header-hero .hero-banner#slide3 {
      background-image: url("//theme.zdassets.com/theme_assets/257228/692da2ef148068f01fd12d7dbde83ec2a8114433.jpg"); }

/* ====================================================
Search
==================================================== */
.search {
  display: block;
  position: relative; }

.search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 25px;
  left: 10px;
  line-height: 30px;
  position: absolute;
  top: 12px;
  color: #d5d5d5; }

.search input[type=search] {
  font-size: 18px;
  padding: 6px 45px 6px 20px;
  width: 650px; }

.search input[type=text] {
  border-radius: 20px;
  font-size: 18px;
  padding: 6px 45px 6px 20px;
  width: 650px; }

.search input[type=submit] {
  display: none; }

.header-hero .search input[type=search], .header .search input[type=search] {
  font-size: 18px;
  padding: 10px 10px 10px 35px;
  width: 100%;
  background: none;
  border: 2px solid #BCCF02;
  color: #fff !important;
  border-radius: 0 !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-appearance: none; }
  .no-touch .header-hero .search input[type=search]:hover, .no-touch .header .search input[type=search]:hover {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 2px #BCCF02; }

/* ====================================================
Footer
==================================================== */
footer .col3 {
  width: 31.2%;
  float: left;
  position: relative;
  margin: 15px 1% 30px; }

footer .col3.last {
  margin-right: 0; }

footer .col4 {
  width: 23.15%;
  float: left;
  position: relative;
  margin: 15px 1% 30px; }

footer .col4.last {
  margin-right: 0; }

.xoxo ul li a, .xoxo ol li a {
  display: block;
  padding: 0.35em 13px;
  font-size: 1.1em;
  border-top: 1px solid #d5d5d5;
  font-weight: 100; }

footer {
  margin-top: 50px;
  padding: 20px;
  background-color: #EEE; }

footer .footerContainer {
  width: 100%;
  max-width: 990px;
  margin: 0 auto; }

footer .widget h3 {
  color: #bccf02;
  font-size: 17px;
  font-weight: 100;
  padding-bottom: 5px;
  margin: 0; }

footer .widget ul, footer .widget ol {
  font-size: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #888; }

footer .widget ul li a, footer .widget ol li a {
  list-style: none;
  color: #888;
  padding: 4px 0;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal; }

footer .widget ul li a:hover, footer .widget ol li a:hover {
  color: #BCCF02;
  text-decoration: none; }

footer .share-icon {
  line-height: 2.2em; }
  footer .share-icon img {
    margin-right: 5px;
    padding: 3px 0; }

footer .share-icon i {
  font-size: 1.8em;
  vertical-align: middle;
  margin-right: 5px; }

footer .widget .share-icon li a {
  border-bottom: none; }

footer .widget .share-icon li a:hover i.w-linkedin {
  color: #0778b5; }

footer .widget .share-icon li a:hover i.w-twitter {
  color: #00aced; }

footer .widget .share-icon li a:hover i.w-youtube {
  color: #d4152a; }

footer .widget .share-icon li a:hover i.w-facebook {
  color: #2b4886; }

footer .widget .share-icon li a:hover i.w-slideshare {
  color: #01aeb0; }

/* ====================================================
Navigation pages: Home, Category and Section
==================================================== */
.knowledge-base h1 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 36px; }

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

.community h4 {
  float: right;
  margin: 0; }

[dir=rtl] .community h4 {
  float: left; }

.trending-questions + h4 {
  margin-top: 65px; }

.community,
.section-tree,
.subtle-wrap,
.article-sidebar section {
  background: #fff;
  padding: 0;
  margin-bottom: 35px; }

.subtle-wrap {
  margin-top: 15px; }

.community .recent-activity {
  padding: 1em;
  width: auto; }

.community h2 {
  border-bottom: 1px solid;
  border-bottom-color: #ececec;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 12px;
  text-transform: uppercase; }

.community h2 a {
  font-size: 12px;
  margin-left: 5px; }

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px; }

.section-tree .section {
  display: inline-block;
  margin: 0 0 30px;
  vertical-align: top;
  width: 49%; }

.section-tree h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 15px; }

.section-tree ul, ul.article-list {
  color: #000;
  font-size: 14px;
  list-style-position: inside;
  list-style-type: none;
  font-weight: 100; }

.knowledge-base h4:before, .community h4:before {
  color: #d5d5d5;
  font-family: "entypo";
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle; }

.article-list li, .community li {
  margin-bottom: 0.5em;
  margin-right: 50px;
  font-size: 1em; }

.article-list li {
  line-height: 28px;
  padding-left: 5px; }
  .article-list li:before {
    content: '\E75E';
    font-family: 'entypo';
    display: inline-block;
    margin-right: 0.5em;
    color: #BCCF02; }
  .article-list li:last-child {
    padding-bottom: 1em;
    border-bottom: 1px solid #d5d5d5; }

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .category-list > div {
    width: 33%;
    height: 200px;
    margin-bottom: 25px; }
  .category-list a.flex-inner {
    background-color: #BCCF02;
    padding: 45px;
    margin-left: 25px;
    height: 200px;
    display: block;
    text-decoration: none;
    vertical-align: bottom;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .no-touch .category-list a.flex-inner:hover {
      background-color: #97a702; }
      .no-touch .category-list a.flex-inner:hover span {
        color: #fff; }
      .no-touch .category-list a.flex-inner:hover .icon {
        background-position: 0 -90px; }
    .category-list a.flex-inner .icon {
      width: 90px;
      height: 90px;
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      background-image: url("//theme.zdassets.com/theme_assets/257228/c74d8ddd880679aa9cb02b58b45320d6528630c1.png");
      -webkit-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out;
      background-position: 0 0; }
      .category-list a.flex-inner .icon.i_202493277 {
        background-image: url("//theme.zdassets.com/theme_assets/257228/d0056497934b60f6a23ed7b9c8087b6d7e9945f2.png"); }
      .category-list a.flex-inner .icon.i_202500568 {
        background-image: url("//theme.zdassets.com/theme_assets/257228/f2823f6edf7f17e1c56b18bfec93ea53c3363b62.png"); }
      .category-list a.flex-inner .icon.i_202438587 {
        background-image: url("//theme.zdassets.com/theme_assets/257228/6e7d2a2d250b9c3a333a3344118a1d167d26471c.png"); }
      .category-list a.flex-inner .icon.i_202500578 {
        background-image: url("//theme.zdassets.com/theme_assets/257228/e7c1afa55101c6169fd8c85ee845398bba0d5ab9.png"); }
      .category-list a.flex-inner .icon.i_202493257 {
        background-image: url("//theme.zdassets.com/theme_assets/257228/8445ca7dc42141175c3e8a9383ed941b4c3444e9.png"); }
      .category-list a.flex-inner .icon.i_202493267 {
        background-image: url("//theme.zdassets.com/theme_assets/257228/1a9c610cf3f27e3e9348194c15ea7e131632f2a6.png"); }
    .category-list a.flex-inner span {
      display: block;
      font-size: 15px;
      color: #464D00;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 80px;
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }

.category-list li {
  width: 296px;
  height: 203px;
  background: #333;
  display: block;
  margin-bottom: 25px;
  margin-right: 25px;
  overflow: hidden;
  text-align: center;
  color: #d5d5d5;
  float: left;
  font-weight: normal; }

.category-list li:nth-child(3n) {
  margin-right: 0; }

.category-list li a {
  border-bottom: 3px solid #BCCF02;
  margin-top: 65px;
  padding: 11px; }

.category-list li a:hover {
  text-decoration: none; }

.section h3 a {
  color: #252525;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase; }

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

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

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

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

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

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: underline; }

.category-description, .section-description {
  font-size: 1.2em;
  color: #8b8b8b;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 100; }

.section-subscribe, .section-unsubscribe {
  position: absolute;
  top: 0;
  right: 0; }

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px; }

/* ====================================================
Article
==================================================== */
.article-author {
  font-weight: bold; }

.article-metadata {
  float: left;
  padding-left: 55px;
  position: relative; }

.article-avatar {
  left: 0;
  position: absolute;
  top: 0; }

.article-avatar img {
  max-height: 38px;
  max-width: 38px; }

.article-updated {
  color: #8e8e8e;
  font-size: 12px;
  margin-top: 5px; }

.article-subscribe, .article-unsubscribe {
  float: right; }

.article-sidebar {
  margin-top: -4px;
  position: relative;
  top: 50px;
  padding-left: 38px;
  border-left: 2px dotted #d5d5d5; }

.article-sidebar h3 {
  border-bottom: 1px solid;
  border-bottom-color: #d5d5d5;
  font-size: 1.3em;
  padding-bottom: 0.5em;
  margin: 0;
  text-transform: uppercase;
  color: #BCCF02;
  font-weight: 100; }

.article-sidebar ul {
  margin-bottom: 60px; }

.article-body,
.section-area .article-list {
  margin-top: 6px; }

.article-body {
  font-size: 1.10em;
  line-height: 1.4em;
  word-wrap: break-word;
  font-weight: 300; }
  .article-body .wysiwyg-font-size-x-large, .article-body h2 {
    font-size: 2em;
    font-weight: 600; }
  .article-body .wysiwyg-font-size-large, .article-body h3 {
    font-size: 1.5em;
    font-weight: 600; }
  .article-body .wysiwyg-font-size-medium, .article-body h4 {
    font-size: 1.2em;
    font-weight: 600; }
  .article-body .wysiwyg-font-size-small {
    font-size: 0.9em; }

.article-body img {
  border: 1px solid;
  border-color: #ececec;
  border-color: rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px; }
  .article-body img.wysiwyg-text-align-left {
    margin-right: 1em;
    float: left; }
  .article-body img.wysiwyg-text-align-right {
    margin-left: 1em;
    float: right; }

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

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

.article-body ul,
.article-body ol {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

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

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

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

.article-body li {
  margin-left: 1em;
  line-height: 28px;
  padding-left: 5px; }

.article-body ul li:before {
  content: '\E75E';
  font-family: 'entypo';
  display: inline-block;
  margin-right: 0.5em;
  color: #BCCF02; }

.article-body table {
  table-layout: fixed; }

.article-attachments .attachments a {
  padding: .4em 1.6em .4em 1em;
  background-color: #d5d5d5;
  border-radius: 4px; }
  .article-attachments .attachments a:before {
    content: '\1F4CE';
    font-family: 'entypo';
    margin-right: 0.66em; }
  .article-attachments .attachments a:hover {
    background-color: #BCCF02;
    text-decoration: none; }

.article-footer {
  margin: 50px 0 25px; }

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

.article-vote {
  float: left;
  position: relative; }

.article-vote-count {
  position: absolute;
  left: 100%;
  margin-left: 106px;
  top: 4px;
  width: 300px; }

.article-vote small {
  color: #8e8e8e;
  display: block;
  font-size: 0.95em; }

.no-touch .article-vote a:hover {
  text-decoration: none; }

.article-vote-controls {
  position: absolute;
  right: -85px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.article-vote-up, .article-vote-down {
  display: block;
  background: #898989;
  color: inherit;
  font-family: "entypo";
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  height: 35px;
  width: 35px;
  text-align: center;
  float: left;
  margin-right: 3px;
  font-size: 1.25em;
  line-height: 35px; }
  .no-touch .article-vote-up:hover, .no-touch .article-vote-down:hover {
    background-color: #6a6a6a; }

.article-vote-up {
  background-color: #BCCF02; }
  .no-touch .article-vote-up:hover {
    background-color: #9cac02; }

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

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

.article-voted {
  box-shadow: inset 1px 1px 5px #666;
  opacity: 1; }

.article-vote-up.article-voted {
  box-shadow: inset 1px 1px 5px #526f00;
  background-color: #6b9100 !important; }

.article-vote-down.article-voted {
  box-shadow: inset 1px 1px 5px #99260e;
  background-color: #b7391e !important; }

.article-more-questions {
  margin-bottom: 30px; }

.article-comments {
  margin-top: 50px;
  font-size: 1.15em; }

.article-comments .subtle-wrap {
  padding: 1em 0; }

.article-comments .dropdown-toggle:after {
  display: none; }

.recent-articles li, .related-articles li {
  padding: 0.66em 0;
  border-bottom: 1px solid #d5d5d5; }

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

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

input, textarea {
  border: 1px solid #a2a2a2;
  outline: none;
  padding: 10px;
  vertical-align: middle; }

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

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

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

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

/* ====================================================
Comments - Used in the Article page and Request page
==================================================== */
.article-comments h2 {
  color: #BCCF02;
  font-size: 1.8em;
  font-weight: 100; }

.comment, .comment-form {
  position: relative;
  padding-bottom: 40px; }

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

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
  color: #8b8b8b; }

.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: #BCCF02;
  border-radius: 3px;
  color: #252525;
  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 #BCCF02;
  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 - Commentaires - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px; }

.comment-list > * {
  border-bottom: 1px solid #eee;
  padding: 1.33em 0; }

.comment-list > *:first-child {
  border-top: 1px solid #eee; }

.comment-sorter {
  float: right; }

.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px; }

[dir=rtl] .comment-sorter {
  float: left; }

[dir=rtl] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px; }

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333; }

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word; }

.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top; }

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px; }

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1; }

.comment-avatar {
  position: relative;
  width: 85px; }

.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px; }

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/257228/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/257228/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px; }

[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px; }

.comment-header {
  margin-bottom: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis; }

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 0.85em;
  padding: 1px 5px; }

[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left; }

.comment-published {
  color: #bebebe; }

.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px; }

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px; }

.comment-pending {
  color: #eec100; }

.comment-official {
  color: #77a500; }

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

.comment-attachments {
  margin-top: 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-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }

[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px; }

footer.comment-footer {
  margin-top: 1.5em;
  position: relative;
  padding: 0; }

.comment-actions {
  float: right;
  color: #999;
  margin-top: -12px; }

[dir=rtl] .comment-actions {
  float: left; }

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 1em;
  font-family: "entypo";
  color: #BCCF02; }

.attachment-list, .screencast-list {
  font-size: 1em;
  margin-top: 25px; }

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

[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
  direction: rtl;
  unicode-bidi: bidi-override; }

.attachment-list li, .screencast-list li {
  margin-bottom: 10px; }

.attachment-list li:before, .screencast-list li:before {
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px; }

.attachment-list li:before {
  content: "\1F4CE"; }

.screencast-list li:before {
  content: "\1F4BB"; }

.my-activities-header {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 25px; }

.my-activities-header .breadcrumbs li {
  font-size: 2.8em;
  line-height: 1.1em;
  margin: 0;
  color: #BCCF02;
  font-weight: 100;
  margin-bottom: 0.5em; }

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

.my-activities-nav {
  margin-bottom: 50px; }
  .my-activities-nav ul li {
    display: inline-block;
    padding: 0.7em;
    margin-right: 1em; }
    .my-activities-nav ul li a {
      display: block; }
      .no-touch .my-activities-nav ul li a:hover {
        text-decoration: none; }
    .no-touch .my-activities-nav ul li.active, .my-activities-nav ul li:hover {
      border-bottom: 4px solid #BCCF02; }

.my-activities-sub-nav {
  margin-bottom: 15px; }
  .my-activities-sub-nav ul li + li {
    border-left: 1px solid #d5d5d5;
    margin-left: 20px;
    padding-left: 20px; }

.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;
  width: 280px; }

.request-id {
  display: block;
  color: #9a9a9a;
  font-size: .5em; }

.request-details {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px; }

.request-details dt ~ dt, .request-details form 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: none;
  list-style-position: inside;
  margin: 0 0 .5em 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; }

.request-follow-up a {
  color: #BCCF02; }

/* Community */
.post-to-community a {
  padding-left: 20px;
  padding-right: 20px; }

.post-to-community a:before {
  content: "\2b\00a0";
  position: relative;
  top: -1px; }

/* Community topics page */
.topic-list li {
  display: inline-block;
  padding: 0 100px 30px 0;
  vertical-align: top;
  width: 49.5%; }

.topic-list li h3, .topic-list li p {
  margin: 0; }

.topic-list li p {
  color: #bebebe; }

.topic-list li .meta-group {
  margin-top: 5px; }

[dir=rtl] .topic-list li {
  padding: 0 0 30px 100px; }

/* Community topic page */
.topic-header {
  margin-bottom: 15px; }

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

.topic-filters {
  width: 100%; }

.topic-filters > * {
  display: inline-block;
  font-weight: bolder;
  margin-right: 20px; }

[dir=rtl] .topic-filters > * {
  margin-right: 0;
  margin-left: 20px; }

.post-overview {
  border-bottom: 1px solid #eee;
  padding: 16px 0; }

.post-overview-info {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis; }

.post-overview-info a {
  font-size: 16px; }

.post-overview-info .meta-group {
  display: block;
  margin-top: 5px; }

.post-pinned .post-overview-info:before {
  content: "\2605";
  margin-right: 5px;
  color: #000; }

.post-overview-status {
  float: right;
  margin: 0 10px; }

.post-overview-status > span {
  color: #fff; }

[dir=rtl] .post-overview-status {
  float: left; }

.post-overview-count {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bebebe;
  float: right;
  font-size: 10px;
  margin-left: 10px;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase; }

.post-overview-count strong {
  color: #464D00;
  display: block;
  font-size: 13px; }

[dir=rtl] .post-overview-count strong {
  direction: ltr;
  unicode-bidi: bidi-override; }

[dir=rtl] .post-overview-count {
  float: left;
  margin-left: 0;
  margin-right: 10px; }

/* Community post page */
.post-actions .dropdown-toggle {
  font-size: 11px;
  font-weight: bold; }

.post-actions .dropdown-toggle:before {
  content: "\2699\00a0\00a0";
  font: 11px bold;
  font-family: "entypo"; }

.post {
  display: table;
  margin-bottom: 50px;
  table-layout: fixed;
  width: 100%; }

.post-vote, .post-container {
  display: table-cell;
  vertical-align: top; }

.post-vote {
  width: 45px;
  padding-top: 5px; }

.post-header {
  margin-bottom: 25px; }

.post-header h1 {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis; }

.post-info {
  display: table;
  width: 100%; }

.post-info > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap; }

.post-avatar {
  min-width: 55px;
  position: relative; }

.post-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px; }

.post-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/257228/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/257228/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  left: 28px;
  top: -10.5px;
  content: " "; }

[dir=rtl] .post-avatar-agent:after {
  left: auto;
  right: 28px; }

.post-meta {
  width: 100%;
  max-width: 0; }

.post-author {
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis; }

.post-status > span {
  color: #fff;
  margin: 0 10px; }

.post-planned {
  background-color: #3eaae5; }

.post-not-planned {
  background-color: #b5b5b5; }

.post-completed {
  background-color: #669600; }

.post-answered {
  background-color: #669600; }

.post-share {
  margin-top: 30px;
  text-align: right; }

[dir=rtl] .post-share {
  text-align: left; }

/* Community post page and topic page */
.topic-follow [role=button], .post-follow [role=button] {
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 10px; }

.topic-follow [role=button]:after, .post-follow [role=button]:after {
  content: attr(data-follower-count);
  color: #464D00;
  display: inline-block;
  border-left: 1px solid #ddd;
  margin-left: 10px;
  padding-left: 10px; }

[dir=rtl] .topic-follow [role=button]:after, [dir=rtl] .post-follow [role=button]:after {
  border-left: 0;
  border-right: 1px solid #ddd;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0; }

.topic-follow [role=button][aria-selected=true], .post-follow [role=button][aria-selected=true] {
  background: #f9f9f9;
  color: #464D00; }

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 #eee;
  padding: 20px 0; }

.search-results-list > *:first-child {
  border-top: 1px solid #eee; }

.search-result-link {
  font-size: 1.5em;
  color: #252525; }
  .search-result-link:before {
    content: '\e766';
    font-family: "entypo";
    display: inline-block;
    margin-right: .6em;
    font-size: 0.66em;
    vertical-align: middle; }
  .search-result-link:hover {
    color: #BCCF02; }

.search-result-description, .search-result-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: .5em; }

.search-result-meta, .search-result-meta a {
  color: #9a9a9a; }

.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;
  content: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

[dir=ltr] .search-result-meta-time:before, [dir=ltr] .search-result-meta-count:before {
  padding-right: 5px; }

[dir=rtl] .search-result-meta-time:before, [dir=rtl] .search-result-meta-count:before {
  padding-left: 5px; }

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

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

[dir=ltr] .search-result-votes {
  margin-left: 5px; }

[dir=ltr] .search-result-votes:before {
  margin-right: 3px; }

[dir=rtl] .search-result-votes {
  margin-right: 5px; }

[dir=rtl] .search-result-votes:before {
  margin-left: 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;
  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: #808080;
  cursor: default !important;
  bottom: -50px; }

.error-page {
  margin: 0 auto;
  padding-top: 0; }

.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; }

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px; }

.recent-activity-header {
  margin-top: 0;
  font-size: 15px; }

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px; }

.recent-activity-item-parent {
  color: #464D00;
  font-size: 12px;
  text-decoration: none;
  display: block; }

.recent-activity-item-parent:hover {
  text-decoration: underline; }

.recent-activity-item-link {
  display: block; }

.recent-activity-item-meta {
  font-size: 12px;
  color: #999; }

.recent-activity-item-time {
  display: inline-block; }

.recent-activity-item-comment {
  display: none; }

.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022"; }

.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px; }

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block; }

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px; }

.recent-activity-loader {
  display: inline-block;
  position: relative; }

.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader .5s infinite;
  -webkit-animation: recent-activity-loader .5s infinite; }

@keyframes recent-activity-loader {
  0% {
    left: 0; }
  100% {
    left: 100%; } }
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0; }
  100% {
    left: 100%; } }
.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #BCCF02;
  font-size: 11px;
  margin: 0 3px;
  padding: 1px 3px;
  text-decoration: none;
  vertical-align: baseline; }

@media screen and (max-width: 980px) {
  .content {
    width: 94%; } }
@media screen and (max-width: 768px) {
  .header-hero .header-inner {
    width: 100%; }

  .header .header-inner {
    width: 100%; }

  .category-list > div {
    width: 50%; }

  .main-column, .side-column {
    width: 100%; }

  .article-sidebar {
    margin-top: -4px;
    top: 0px;
    padding-left: 0;
    border-left: none; } }
@media screen and (max-width: 425px) {
  .baseline {
    display: none; }

  .category-list > div {
    width: 100%; }

  footer {
    margin-top: 1em; }

  footer .col3, footer .col4 {
    width: 100%;
    margin: 15px 0; } }

/*# sourceMappingURL=style.css.map */

/*MW-Notificaiton Banner CSS */
/* Common, default styles for the notification box */

/* change the background color by editing "background"  */
/* change the text color by editing "color"  */
.ns-box {
	background: rgba(192, 57, 43,0.85);
	padding: 10px 20px 20px 20px;
	line-height: 1.4;
	z-index: 1000;
	pointer-events: none;
	color: rgba(250,251,255,0.95);
	font-size: 85%;
  border-bottom: 1px solid #DDD;
}

.ns-box.ns-show {
	pointer-events: auto;
}

.ns-box a {
	color: inherit;
  opacity: 0.7;
	font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
	opacity: 1;
}

.ns-box p {
    margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
	pointer-events: auto;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover, 
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #fff;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.ns-box-inner i {
    color: #fff;
    font-size: 3.8em;
}

.megaphone:before { 
  content:'\1F4E3';
  font-family: "entypo";
  font-size: 2.2em;
}

/* Top bar notifications */
.ns-box.ns-bar {
	top: 0;
	left: 0;
	width: 100%;
}

.ns-bar .ns-close {
	background: transparent;
	margin-top: 15px;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
	background: #b7b5b3;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}



/* Slide on top */
.ns-effect-slidetop {
	box-shadow: inset 5.4em 0 rgba(0,0,0,0.1);
}

.ns-effect-slidetop .icon {
	position: absolute;
	display: block;
	font-size: 109%;
	top: 50%;
	left: 1em;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
}

.ns-effect-slidetop p {
	padding: 0 3.2em;
	font-size: 1.2em;
	display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
	width: 2px;
	background: #fff;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
	background: #fff;
}

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animScaleUp;
	animation-name: animScaleUp;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animFade;
	animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
	-webkit-animation-name: animSlideTop;
	animation-name: animSlideTop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}
