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

  @font-face {
    font-family:proxima-nova;
    src: url(https://use.typekit.net/af/4980ad/00000000000000003b9ad1b7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/4980ad/00000000000000003b9ad1b7/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/4980ad/00000000000000003b9ad1b7/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
    font-weight:500;
    font-style:normal;
    font-display: swap;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "proxima-nova","proxima-nova-n4", arial, sans-serif;
    font-weight: 300 !important;
  }

  h1 {
    font-size: 34px;
    margin: 14px 0px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
  }

  h2 {
    font-size: 28px;
    margin: 12px 0px;
    line-height: 27px;
    font-weight: 400;
  }

  h3 {
    font-size: 24px;
    margin: 0;
    line-height: 25px;
    font-weight: 400;
  }

  h4 {
    font-size: 18px;
    margin: 8px 0px;
    line-height: 22px;
    font-weight: 400;
  }

  h5 {
    font-size: 16px;
    margin: 8px 0px;
    line-height: 20px;
    font-weight: 400;
  }

  h6 {
    font-size: 16px;
    margin: 8px 0px;
    line-height: 20px;
    font-weight: 400;
  }

  p {
    margin: 6px 0px;
  }

  html {
    background-color: white;
  }

  body, #comments .comment-body {
    color: #333333;
    /*background-color: #f4f4f4;*/
   /* font-family: "proxima-nova-n4","proxima-nova", arial, sans-serif;
    */
      font-family: "proxima-nova","proxima-nova-n4", arial, sans-serif;


    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    /*padding-bottom: 50px;*/
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -moz-font-smoothing: antialiased;
  }

  .clearfix:before,
  .clearfix:after {
      content: "";
      display: table;
  }
  .clearfix:after {
      clear: both;
  }
  .clearfix {
      zoom: 1; /* For IE 6/7 (trigger hasLayout) */
  }

  .module.header {
    display: none;
  }

  .dropdown-divider {
    display: none;
  }

  .feedback {
    position: fixed;
    left: 0;
    margin-left: -68px;
    top: 299px;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #5bc700;
    z-index: 1000000;

    transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);

    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  }

  .feedback:hover {
    background: #47A832;
    color: #fff;
  }

  /*
   * Area
   */
  .area {
    background-color: #fff;
    border-radius: 1px;
    padding: 30px 30px;
  }

  .area .article-list li  {
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding: 10px 0;
  }

  .area .article-list li:last-child {
    border-bottom: 0;
  }

  /*
   * See all articles
   */
  .see-all-articles {
    display: inline-block;
    margin: 20px 0px 0px;
    border: 0;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    font-size: 0.75rem;
    color: #50A600;
    /*color: #5fc400;*/
  }

  .see-all-articles:hover {
    color: #5fc400;
  }

  /*
   * Bread section
   */
  .bread-nav {
    position: relative;
    display: block;
    line-height: 30px;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
  }

  .bread-nav .breadcrumbs {
    float: left;
    font-weight: 300;
    font-size: 16px;
  }

  li[title="JobScore Help"] {
    display: none !important;
  }

  .bread-nav .search-small {
    float: right;
  }

  .bread-nav .search-small input[type=search] {
    width: 300px;
    border-radius: 1px;
    border: 1px solid white;
    padding: 6px 10px;
    outline: none;
  }

  .bread-nav .search-small:after {
    color: #ccc;
    content: "\1F50D";
    font-family: "entypo";
    font-size: 20px;
    line-height: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 15px;
    z-index: 1;
  }


  /*
   * Zendesk autocomplete
   */
  @media screen and (min-width: 375px) {
    zd-autocomplete {
      min-width: 300px;
      box-shadow: none;
      margin-top: 50px;
      
      } }
  zd-autocomplete-header {
    display: none !important;}
  zd-autocomplete-option {
    cursor: pointer;
    color: white;
    display: block;
    font-size: 13px;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 20px;
    background: rgb(26, 80, 157);}

  zd-autocomplete-option[aria-selected="true"] {
      background-color: #1f59ae; }
  zd-autocomplete-option:last-child {
    border-radius: 0;
   }
  zd-autocomplete-option em {
      font-style: normal;
      font-weight: bold; }
  zd-autocomplete-option zd-autocomplete-breadcrumbs {
      color: #c4c4c4;
      font-size: 80%; }

  /* if is home-page */
  .home-page zd-autocomplete-option {
    background: white;
    color: #555555;
    font-size: 16px;
  }
  .home-page zd-autocomplete-option[aria-selected="true"] {
      background-color: #f2f2f2; }
  }
	.home-page zd-autocomplete {
    margin-top: 0 !important;   
  }

  /*
   * Top navbar / menu-nav
   */
  .top-inner nav.user-nav > a {
    color: #1e5aae;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;

  }
  .top-inner nav.user-nav > a:hover {
    color: #ccc;
  }
  .top-inner nav.user-nav .login {
    color: #50A600!important;
    font-size: 13px!important;
    line-height: 30px;
  }
  .top-inner nav.user-nav .login:hover {
    color: #5fc400!important;
  }

  .top {
    background: white;
    line-height: 30px;
    padding: 8px 0;
  }

  .top-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 990px;
    min-height: 30px;
  }

  nav.menu-nav {
    line-height: 45px;
    height: 60px;
  }

  nav.menu-nav ul {
    margin: 0;
    float: left;
    height: 60px;
    line-height: 45px;
  }

  nav.menu-nav ul li {
    display: inline-block;
    margin: 0 -3px !important;
  }

  nav.menu-nav ul li a {
    padding: 21px 15px;
    line-height: 60px;
    color: white;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
  }
  nav.menu-nav ul li a:hover {
    background-color: #1a509d;
    color: #fff;
  }
  nav.menu-nav ul li a.active {
    color: #fff;
    font-weight: 600;
    /* background-color: #164992; */
  }

  .user-info [role="button"], .login {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #5fc400;
    font-size: 10px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
  }

  .user-avatar {
    display: none !important;
  }

  .dropdown-toggle:after {
    color: inherit !important;
  }

  .user-info [role="button"]:hover, .login:hover {
    box-shadow: none;
    color: #84C917;
  }

  /*
   * Links
   */
  a {
    color: #2c6cc6;
    text-decoration: none;
    font-family:"proxima-nova", "proxima-nova-n4", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
  }

  a:hover {
    cursor: pointer;
    /*text-decoration: underline;*/
    color: #3c7ce5;
  }

  a img:hover {
      opacity: 0.8;
  }

  /*
   * Images
   */
  img {
    max-width: 850px;
    vertical-align: middle;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  }

  img.img-2in1-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
		filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.4));
  }

  img.noshadow {
     box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .img-modal {
    max-width: 850px;
    text-align: center;
    background-color: #f4f4f4;
    margin: 26px auto;

    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  }
  .img-modal img {
    padding: 0 65px;
    width: 100%;
    box-shadow: none;
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .img-modal.img-modal--shrink {
    width: 75% !important;
  }

  .img-cut-down {
    position: relative;
    z-index: 10;
    width: 100%;
    height:72px;
    margin-top:-84px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .img-cut-up {
    position: relative;
    z-index: 10;
    width: 100%;
    height:72px;
    margin-bottom:-84px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  }

  .half {
    width: 50%;
  }

  .quarter {
    width: 25%;
  }

  .third {
    width: 33%;
  }

  .two-third {
    width: 66%;
  }

  .three-fifths {
    width: 60%;
  }

  .full-center {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  .center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .top-space {
    margin-top: 15px;
  }

  .button-inTexting {
    margin-bottom: 2px !important;
    box-shadow:none;
  }

  .gif-mobile img {
      width: 100%;
      box-shadow: none;
  }

  .gif-mobile {
      width: 30%;
      margin-left: auto;
      margin-right: auto;
  }

  ol#big-number {
    list-style-type:none;
    counter-reset: listNumbering;
  }

  #big-number > li {
    font-size: 1em;
      counter-increment: listNumbering;
  }

  #big-number > li p {
    margin-left:20px;
  }

  #big-number > li table {
    margin-left:20px;
  }


  #big-number > li:before {
    content: counter(listNumbering) '. ';
    font-size: 20px;
    font-weight: 400;
  }

  #big-number > li h3 {
    display: inline;
  }

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

  figure > img {
    display: block;
  }

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

  ol.list-image-legend {
    counter-reset: custom-counter;
    list-style: none !important;
  }
  ol.list-image-legend li {
    counter-increment: custom-counter;
    position: relative;
    margin-left: 20px;
    margin-bottom: 8px;
  }
  ol.list-image-legend li::before {
    content: counter(custom-counter);
    color: white;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: -40px;
    line-height: 28px;
    width: 26px;
    height: 26px;
    background: #2d6bc7;
    border-radius: 50%;
    text-align: center;
    top: -3px;
  }

  /*
   * Headings
   */
  h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: "proxima-nova","proxima-nova-n4", arial, sans-serif;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -moz-font-smoothing: antialiased;
  }

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

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

  input, textarea {
    padding: 10px;
    border: 1px solid #dddddd;
  }

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

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

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

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

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

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

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

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

  /*
   * Buttons
   */
  button, [role=button], [type=button], [type=submit] {
    background: #2c6cc6;
    border: 1px solid ##2c6cc6;
    color: white!important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
  }

  button.primary,
  [role=button].primary,
  [type=button].primary,
  [type=submit].primary {
    border-radius: 2px;
    padding: 14px 30px;
    height: initial;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
  }

  input.button_cta {
    background: #5fc400!important;
    color: white!important;
  }

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

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

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

  .ctas {
    display: block;
    margin: 20px auto;
    padding: 0;
    font-size: 12px;
    overflow: none;
  }

  .ctas .cta:last-child {
    margin-right: 0;
  }

  .cta {
    background-color: white;
    float: left;
    margin-right: 40px;
    padding: 30px 8px 16px 10px;
    width: 156px;
    text-align: center;
    border-radius: 3px;
  }

  .cta#cta-get-started {
    padding-bottom: 0px;
  }

  .cta:hover {
    border-color: #2c6cc6;
    background-color: #d5e5f9;
  }

  .cta:hover * {
    color: 2c6cc6;
  }

  .cta span {
    color: #2c6cc6;
    font-size: 45px;
  }

  .ctas a>h3 {
    color: #2c6cc6;
    font-size: 16px;
    font-weight: 400;
    margin: 10px -5px -10px;
  }

  .ctas p {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 20px;
    color: #333;

  }

  .ctas a {
    text-decoration: none;
    color: #2c6cc6;
    text-align: center;
  }

  .jsicon-3 {
    font-size: 4em;
  }

  .atsicon-ico-idea {
    font-size: 48px;
  }

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

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

  td:last-child {
    padding-right: 0px;
  }

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

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

  /* ====================================================
     Helper classes
     ==================================================== */
  /*
   * Clearfix: contain floats
   */
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
  }

  .clearfix:after {
    clear: both;
  }

  /*
   * Column size
   */
  .main-column {
    float: left;
    width: 620px;
  }

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

  /*
   * Dropdowns
   */
  .dropdown {
    display: inline-block;
    background: white!important;
    color: #333!important;
  }

  .dropdown-menu {
    margin-top: 3px;
    padding:0;
    border: 0;
    -webkit-box-shadow: 0 1px 3px 0 #b4b4b4;
    -moz-box-shadow: 0 1px 3px 0 #b4b4b4;
    box-shadow: 0 1px 3px 0 #b4b4b4;
  }

  .dropdown-menu,
  .dropdown-menu a,
  .dropdown-menu a[role=menuitem] {
    background-color: white;
    color: #333!important;
    border: none;

  }

  .dropdown-menu a[role='menuitem']:hover {

  }

  .dropdown-menu a,
  .dropdown-menu a[role=menuitem] {
    padding: 14px 11px;
    color: #306ec3;
    font-size: 13px;
  }

  .dropdown-menu [role=separator] {
    padding: 0;
    margin: 0;
    background: transparent;
    color: #e4e4e4;
    border-bottom: 1px solid #d8d8d8;
  }

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

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

  .dropdown-panel {
    background: #293036;
    border: 1px solid #293036;
    -webkit-box-shadow: 0 5px 5px #293036;
    -moz-box-shadow: 0 5px 5px #293036;
    box-shadow: 0 5px 5px #293036;
  }

  #user .dropdown-panel {
    padding: 0;
  }

  .dropdown-panel.with-caret {
    margin-top: 0;
  }

  .dropdown-panel.with-caret:before, .dropdown-panel.with-caret::after {
    border-bottom-color: #293036;
  }

  #user #user-dropdown {
    min-width: 160px;
  }


  /*
   * Visibility
   */
  .visibility-internal-icon:before {
    cursor: default;
    content: "\1F512";
    font-family: "entypo";
    margin-right: 5px;
  }

  .visibility-internal {
    position: relative;
  }

  .visibility-internal:before,
  .visibility-internal:after {
    display: none;
    position: absolute;
  }

  .visibility-internal:hover:before,
  .visibility-internal:hover:after {
    display: block;
  }

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

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

  /* ====================================================
     Content frame
     ==================================================== */
  main, .header-inner, .footer-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 990px;
  }

  main {
    padding-top: 15px;
    padding-bottom: 10px;
  }

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

  /* ====================================================
     Header
     ==================================================== */
  .header {
    background: #1e5aae;
  }
  .header img {
    box-shadow: none;
  }

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

  .logo {
    line-height: 40px;
    width: 206px;
    float: left;
  }

  .header-inner .search-small input {
    float: right;
    height: 30px;
    width: 330px;
    margin-top: 14px;
    border: 1px solid #1a509d;
    border-radius: 2px;
    font-size: 14px;
    background-color: #1a509d;
    color: white;
  }

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


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

  .logo img {
    box-shadow: none;
  }

  .user-nav {
    border-radius: 5px;
    float: right;
    padding-top: 3px;
    /*margin: 8px 0;*/
  }

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

  .user-info [role="button"], .login {
    color: #5fc400;
  }

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

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

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

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

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

  .top-inner nav.user-nav > a.back-jobscore {
    color: #2c6cc6;
  }

  .top-inner nav.user-nav > a.back-jobscore:hover {
    color: #3e7ce5;
  }

  .top-inner nav.user-nav > a.back-jobscore,
  #user #user-name {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
  }

  #user #user-name,
  #user #user-name:hover {
    color: #50A600;
    line-height: 29px;
  }
  #user #user-name:hover {
    color: #6ada00;
  }


  #user .dropdown-toggle:after {
    font-size: 12px;
    margin-left: 1px;
  }

  .submit-a-request, .back-jobscore {
    margin-left: 15px;
  }

  /* ====================================================
     Search
     ==================================================== */
  .search-unit {
    /* background: #f8f8f8; */
    background: #1e5aae;
    padding: 30px 40px 40px;
    margin-bottom: 40px;
    border-radius: 3px;
    margin-top: 25px;
  }

  .search-unit h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 40px;
  }

  .search-unit input {
    border: 1px solid white;
  }

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

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

  .search input {
    border-color: #d9d9d9;
    border-radius: 3px;
    height: 62px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
    width: 860px;
    outline: none;
  }

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

  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: d9d9d9;
    font-weight: 300;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: d9d9d9;
     font-weight: 300;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: d9d9d9;
    font-weight: 300;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: d9d9d9;
     font-weight: 300;
  }

  .sub-nav .search {
    display: none;
  }

  /* ====================================================
     Navigation pages
     ==================================================== */
  .category-list a {
    /* background: #f8f8f8; */
    background: white;
    border: 1px solid #d9d9d9;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    box-shadow: inset 0 -3px #e6e6e6;
    box-shadow: inset 0 -3px rgba(0, 0, 0, 0.08);
    /*color: #111111;*/
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 30px;
  }

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

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

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

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

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

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

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

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

  .knowledge-page-header {
    /*border-bottom: 1px solid #ddd;*/
    /*margin-bottom: 50px;*/
    padding: 10px 0 2px;
    margin-bottom: 20px;
  }

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

  .search-results-heading,
  .knowledge-page-header h1 {
    font-size: 34px;
    font-weight: 300;
  }

  .section,
  .search-results-list,
  .search-results-subheading + p,
  .topic-list li {
    background-color: #fff;
    border-radius: 1px;
    padding: 20px;
  }

  .search-results-subheading + p {
    margin-top: 20px;
  }

  .section {
    display: inline-block;
    width: 49.255%;
    vertical-align: top;
    margin-bottom: 18px;
  }

  .section:nth-child(even) {
     margin-left: 10px;
  }

  .section h3 {
    margin-bottom: 0;
  }

  .section h3 a {
    /*color: #2f2f2f;*/
    font-size: 20px;
    font-weight: 300;
  }

  .section > ul {
    height: 105px;
    overflow: hidden;
  }

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

  .article-list li a {
    font-weight: 300;
    font-size: 16px;
  }

  .article-list > li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

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

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

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

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

  /* ====================================================
     Breadcrumbs
     ==================================================== */
  .bread-nav{
    display: none;
  }

  .breadcrumbs li {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: #999999;
  }

  .breadcrumbs li a {
  color: #89a2c7;
  }

  .breadcrumbs li a:hover {
    color: rgb(60, 124, 229);
  }
  /*
  .breadcrumbs:nth-child(0) li:before {
  content: none !important; }*/

  .breadcrumbs li:before {
    color: #999999;
    content: " >";
    margin: 0px 3px;
  }

  .breadcrumbs li:nth-child(2):before {
    content: "";

  }

  /* ====================================================
     Article
     ==================================================== */
  .article-column {
    /*width: 720px;*/
  }

  /*
   * Body
   */
  .article-body {
    line-height: 22px;
    font-size: 16px;
    word-wrap: break-word;
  }

  .article-body p {
    font-weight: 300;
  }

  .article-body strong {
  font-weight: 400; }

  .article-body h3 {
    margin-top: 15px;
  }

  .article-body img {
    /*height: auto;*/
    /*max-width: 100%;*/
    /*padding: 0px 20px;*/
    margin-bottom: 20px;
    margin-top: 20px;

  }

  .article-body img.word-wrap {
    margin: 10px 20px;
  }

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

  .article-body blockquote {
    color: #000;
    margin: 20px;
    padding: 15px 30px;
    background-color: #f0f0f0;
  }

  .article-body .block-info {
      margin: 15px 0px;
      border-left: 4px solid red;
      padding: 13px 13px 13px 29px;
      position: relative;
      background-color: #f0f6ff;
      border-color: #7A99D0;
      border-top: 0px;
      border-right: 0px;
      border-bottom: 0px;
      color: #333;
      line-height: 22px;
      font-size: 16px;

  }

  .article-body .block-info:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f05a";
    display: block;
    position: absolute;
    color: #7A99D0;
    opacity: 0.3;
    font-weight: 900;
    left: 8px;
    top: 14px;
  }

  .article-body .block-info.block-info--one-line:before {
    top: 13px;
  }

  .article-body .block-info h1,
  .article-body .block-info h2,
  .article-body .block-info h3,
  .article-body .block-info h4 {
    color: #7A99D0;
    font-weight: 400 !important;
    display: block;
    margin-top: 0px;
  }

  .article-body .block-confirm {
      margin: 15px 0px;
      border-left: 4px solid red;
      padding: 13px 13px 13px 29px;
      position: relative;
      background-color: #f3f8f3;
      border-color: #50af51;
      border-top: 0px;
      border-right: 0px;
      border-bottom: 0px;
      color: #333;
        line-height: 22px;
      font-size: 16px;
  }

  .article-body .block-confirm:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f14a";
    display: block;
    position: absolute;
    color: #50af51;
    opacity: 0.3;
    font-weight: 900;
    left: 8px;
    top: 14px;
  }

  .article-body .block-confirm.block-confirm--one-line:before {
    top: 13px;
  }

  .article-body .block-confirm h1,
  .article-body .block-confirm h2,
  .article-body .block-confirm h3,
  .article-body .block-confirm h4 {
    color: #50af51;
    font-weight: 400 !important;
    display: block;
    margin-top: 0px;
  }

  .article-body .block-warning {
      margin: 15px 0px;
      border-left: 4px solid red;
      padding: 13px 13px 13px 29px;
      position: relative;
      background-color: #fcf8f2;
      border-color: #f0ad4e;
      border-top: 0px;
      border-right: 0px;
      border-bottom: 0px;
    color: #333;
    line-height: 22px;
    font-size: 16px;
    border-radius: 0;
  }

  .article-body .block-warning:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f06a";
    display: block;
    position: absolute;
    color: #f0ad4e;
    opacity: 0.3;
    font-weight: 900;
    left: 8px;
    top: 14px;
  }

  .article-body .block-warning.block-warning--one-line:before {
    top: 13px;
  }

  .article-body .block-warning h1,
  .article-body .block-warning h2,
  .article-body .block-warning h3,
  .article-body .block-warning h4 {
    color: #f0ad4e;
    font-weight: 400 !important;
    display: block;
    margin-top: 0px;
  }


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

  ol.with-images {
    padding: 0px 30px;
  }

  ol.with-images  li {
      margin: 0px;
  }

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

  .article-body ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-right: 40px;
  }

  .article-body ul ul {
      list-style-type: circle;
      margin: 0 40px 0 40px;
  }

  .article-body ol {
    list-style-type: decimal;
    margin-left: 40px;
    margin-right: 40px;
  }

  .article-body li {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  /*
   * Footer
   */


  body>footer {
    min-height: 90px;
    background-color: white;
    border: 0;
  }

  footer p {
    line-height: 1.2;
  }

  body>footer p + p {
    margin-top: 3px
  }

  body>footer nav a {
    color: #2c6cc6 !important;
  }

  body>footer nav a:hover {
    color: #3e7ce5 !important;
  }

  footer .fa.fa-heart-o {
    font-size: 12px;
  }

  footer .address {
    margin: 0px;
  }

  footer .jobscore-rights {
    margin: 0px;
    line-height: 10px;
  }

  footer .jobscore-rights p {
    margin: 0;
  }

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

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

  .article-footer .share {
    float: right;
    margin-top: 2px;
  }

  body.home-page>footer {
    margin-top: 10px;
  }

  /*
   * Inline votes
   */
  .article-vote {
    position: relative;
  }

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

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

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

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

  .article-vote-up:hover, .article-vote-up:hover:before {
    background: green !important;
  }

  .article-vote-down:hover, .article-vote-down:hover:before {
    background: #af0000 !important;
  }

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

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

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

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

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

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

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

  /* ====================================================
     Social share links
     ==================================================== */
  .share li {
    display: inline-block;
  }

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

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

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

  .share-twitter:before {
    background: #c6c7c7 !important;
    content: "\F309";
  }
  .share-twitter:hover:before {
    background: #00ACED !important;
    content: "\F309";
  }
  .share-facebook:before {
    background: #c6c7c7 !important;
    content: "\F30C";
  }

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

  .share-linkedin:before {
    background: #c6c7c7 !important;
    content: "\F318";
  }

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

  .share-googleplus:before {
    background: #c6c7c7 !important;
    content: "\F30F";
  }

  .share-googleplus:hover:before {
    background: #dd4b39 !important;
    content: "\F30F";
  }

  .share-label {
    cursor: pointer;
  }

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

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

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

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

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

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

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

  /* ====================================================
     Attachments/Screencasts
     ==================================================== */
  .attachments li a:before {
    content: "\f019 ";
    font-family: FontAwesome;
    display: inline-block;
    color: #2e5caa;
    padding-right: 5px;
  }

  .article-attachments {
    font-size: 14px;
  }

  .attachments li a:hover:before {
    color: #4184E2;
  }

  .attachments li a {
    display: inline-block;
  }

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

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

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

  /* ====================================================
     Comments - Used in the Article page and Request page
     ==================================================== */
  .comment, .comment-form {
    border-top: 1px solid #ECECEC;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 14px;
    line-height: 1.3;
    min-height: 100px;
    padding: 20px 0;
    position: relative;
  }

  .comment-list .comment:first-child {
    border: none !important;
  }

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

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

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

  .comment-avatar-agent:after {
    background-color: transparent;
    background-image: url("//theme.zdassets.com/theme_assets/13383/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
    background-image: url("//theme.zdassets.com/theme_assets/13383/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -5px;
    right: -3px;
    content: " ";
  }

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

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

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

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

  body, #comments .comment-body {
      font-size: 16px;
  }

  .comment-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    word-wrap: break-word;
  }

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

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

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

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

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

  .comment-form-controls input[type=submit] {
    margin-left: 15px;
    background: green;
    color: white!important;
  }

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

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

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

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

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

  .pagination ul {
    display: inline-block;
    list-style: none;
    background: white;
  }

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

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

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

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

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

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


  /* ====================================================
     Community v2
     ==================================================== */

  .communities .post-author, .communities .comment-author, .communities .post-published, .communities .comment-published {
    display: inline-block;
  }

  .communities .comment-published {
    float: none;
    font-weight: normal;
  }

  .communities time {
    font-size: 11px;
    color: #333333;
    margin-left: 12px;
  }

  .communities .comment-sorter {
    display: none;
  }

  .communities span.post-overview-status span, .communities div.post-status span {
    position: relative;
    top: 5px;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 13px;
  }

  .post-answered {
    background-color: #2e5caa;
  }

  #user #user-name {
    text-shadow: none;
  }

  .new_community_post .searchbox > label {
    visibility: hidden;
  }

  .new_community_post .searchbox > label:before {
    content: "Similar Ideas";
    visibility: visible;
  }

  .communities .comment-container {
    margin: 0px;
  }

  .communities .comment-container [class^="wysiwyg-icon-"], .communities div[role=toolbar] span:before {
    font-family: 'wysiwyg-icons';
    color: #525252!important;
  }

  .communities .community_post_topic .nesty-input, .communities .community_post_topic label, .communities label[for=community_post_topic_id] {
    display: none;
  }

  .communities.topics .post-overview-status {
    line-height: 58px;
    width: 90px;
    text-align: center;
  }

  .communities.posts .comment .comment-vote {
    display: inline-block;
    min-width: 40px;
    margin: 0px;
  }

  .communities.posts .comment .comment-vote ~ .comment-container {
    padding-left: 0;
  }

  .communities.posts .comment .vote-up, .communities.posts .comment .vote-down {
    display: block;
  }

  .communities.posts .comment .comment-container {
    display: inline-block;
    padding-left: 45px;
    width: 850px;
  }

  .communities.topics .sub-nav {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
  }

  .communities.posts .sub-nav {
    width: 400px;
    display: inline-block;
  }

  .communities.posts .page-header {
    width: 40%;
    display: inline;
  }

  .communities.posts.new .page-header {
    width: 100%;
    display: block;
  }

  .communities.posts.new .new_community_post footer {
    border: none;
    margin: 0px;
    padding: 0px;
  }

  .communities.posts .sub-nav {
    width: 690px;
  }

  .communities.posts .page-header a[role=button] {
    margin-top: 0;
  }

  .community-post-list-page .page-header .dropdown-toggle h1 {
    margin: 0;
    font-size: 14px;
  }

  .communities.posts .post-body.markdown strong {
    font-weight: 400;
  }

  /*.communities.posts.new .nesty-input, .communities.posts.new label[for="community_post[topic_id]"] {
    display: none;
  }*/

  .communities .comment-avatar {
    display: none;
  }

  .communities.posts .dropdown-toggle,
  .communities [role=button], .communities input[type="submit"] {
    cursor: pointer;
    font-family: proxima-nova,sans-serif;
    min-width: 43px;
    min-height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.02em \0/IE9;
    border-radius: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300;
    box-shadow: none;
    margin-top: 15px;
  }

  .dropdown-toggle {
   border: none;
  }

  .communities.posts .dropdown-toggle {
  color: #333;
  border: none;
  }

  .communities.posts .dropdown-toggle {
    margin-top: 0;
  }

  .communities.posts .page-header .dropdown-toggle {
    margin-right: 10px;
  }

  .communities.posts .post-actions .dropdown-toggle {
    margin-top: -11px;
    margin-right: 10px;
  }

  .communities.posts .comment-actions .dropdown-toggle {
    padding-left: 0;
    padding-right: 5px;
  }

  .communities.posts .main-column {
    float: none;
    display: block;
    background-color: #fff;
    border-radius: 1px;
    padding: 15px 20px;
    width: 100%;
    margin: 15px 0px 5px;
  }

  .communities.posts .vote-up:before, .communities.posts .vote-down:before {
    border-radius: 50%;
    border: 1px solid #DDD;
    color: #333333;
    display: inline-block;
    font-family: "entypo";
    font-size: 15px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    text-align: center;
  }

  .communities.posts .vote-sum {
    padding-left: 6px;
    text-align: left;
    display: block;
  }

  .communities.posts .comment-heading {
    margin-left: 45px;
  }

  .communities.posts .comment-form .comment-avatar img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .communities.posts .page-header {
    height: 30px;
    margin-bottom: 7px;
  }

  .communities.topics .page-header h1 {
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
  }

  .communities.posts .page-header .post-actions {
    line-height: 40px;
  }

  .communities .page-header .post-to-community {
    float: right;
  }

  .communities.topics .page-header .post-to-community {
    margin: 14px 0px;
  }

  .communities.topics [role=button] {
    margin-top: 0;
  }

  .communities .topic-header .topic-filters .dropdown {
    cursor: pointer;
    font-family: proxima-nova,sans-serif;
    min-width: 43px;
    min-height: 28px;
    line-height: 28px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.02em \0/IE9;
    border-radius: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e4e4e4;
    font-weight: 300;
    margin-right: 5px;
  }

  .communities .topic-header .topic-filters .dropdown-toggle {
    vertical-align: sub;
  }

  .communities .topic-header .topic-filters .dropdown-menu a {
    padding: 14px 11px;
    background-color: white;
    color: #333333;
    font-size: 13px;
  }

  .communities .topic-header .topic-filters .dropdown-menu a:hover {
    background-color: #f8f8f8;
  }

  .communities .topic-header .topic-follow {
    float: right;
  }

  .communities.topics .topic-header {
    padding-bottom: 0px;
  }

  .communities .topic-header {
    width: 100%;
  }

  .communities.topics .topic-header {
    padding-bottom: 0;
    border-bottom: none;
  }

  .communities.topics .post-overview-info time {
    color: gray;
    border-left: 1px solid gray;
    padding: 0px 5px;
    margin-left: 5px;
  }

  .communities .post-overview .post-overview-info {
    font-size: 18px;
    display: inline-block;
    max-width: 500px;
  }

  .communities .post-overview .post-overview-info a {
    display: block;
  }

  .communities .post-overview .post-overview-info span {
    display: inline-block;
    font-size: 13px;
  }

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

  .communities .post-overview .post-overview-count strong {
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 400;
  }

  .communities .post-overview {
    padding: 16px 0;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px 20px;
    margin-bottom: 14px;
  }

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

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

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

  .my-activities-nav li {
    padding-right: 30px;
  }

  .my-activities-sub-nav li {
    padding-right: 15px;
  }

  .my-activities-nav li, .my-activities-sub-nav li {
    display: inline-block;
    font-weight: 300;
  }

  .my-activities-nav li a, .my-activities-sub-nav li a {
    font-weight: 300;
  }

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

  .my-activities-sub-nav li + li {
    padding-left: 15px;
  }

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

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

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

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

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

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

  .organization-selection button {
    margin-right: 15px;
  }

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

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

  .my-requests th:first-child + th + th, .my-requests td:first-child + td + td {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  /* ====================================================
     Requests
     ==================================================== */
  .request-follow-up {
    text-align: right;
  }

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

  .request-details {
    background: white;
    border-radius: 3px;
    margin: 30px 0 30px;
    padding: 30px 30px;
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

  .request-details .nested-field-tag:before {
    content: " > ";
  }
  .request-details .nested-field-tag:first-child:before {
    content: "";
  }

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

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

  .request-answered {
    background: #F5CA00;
  }

  .request-solved {
    background: #828282;
  }

  /* ====================================================
     Search results
     ==================================================== */
  body.community-enabled .search-results-column {
    float: left;
    width: 47.2%;
  }

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

  .search-results-subheading {
    display: none;
  }

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

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

  .search-result:first-child {
    padding-top: 0;
  }

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

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

  .search-result-link {
    font-size: 20px;
    font-weight: 400;
  }

  .search-result-meta { display:none; font-weight: 300; font-size: 12px; color: #2e5caa; }
  .search-result-meta time { display: none; }

  .search-result-description {
    padding-top: 5px;
  }

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

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

  /* ====================================================
     Forms
     ==================================================== */
  .form {
    background: #f4f4f4;
    background: #FFFFFf;
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    border-radius: 3px;
    overflow: hidden;
    padding: 20px 20px;
  }

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

  .form-field label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    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;
  }

  #new_request footer input {
     background: #5fc400;
     box-shadow: none;
     font-size: 18px;
    padding: 0px 40px;

  }

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

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

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

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

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

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

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

  /* ====================================================
     Error pages
     ==================================================== */
  .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;
  }

  /* ====================================================
     Community
     ==================================================== */
  /*
   * Heading
   */
  .community-heading {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }

  html[dir=rtl] .community-heading {
    float: right;
    margin-left: 10px;
  }

  /*
   * Nav
   */
  .community-nav {
    border-bottom: 0;
    border-top: 1px solid #ced4db;
    margin-bottom: 55px;
    margin-top: 20px;
    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 solid #ced4db;
    /*border-left: 1px solid rgba(0, 0, 0, 0.07);*/
    padding-left: 30px;
  }

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

  .community-nav li:last-child a {
    color: #158EC2;
  }

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

  /*
   * Sub nav
   */
  .sub-nav {
    display: none;
  }

  .community-sub-nav {
    border-bottom: 1px solid #ced4db;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.07);*/
    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 {
    display: table;
  }

  .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 #ced4db;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.07);*/
    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("//theme.zdassets.com/theme_assets/13383/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
    background-image: url("//theme.zdassets.com/theme_assets/13383/b7b159357f6a1f0630bade7816c85d4c27c808a2.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%;
  }

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

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

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

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

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

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

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

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

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

  .question-meta, .answer-meta, .topic-meta {
    color: #C5C5C5;
    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 #ced4db;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.07);*/
    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 #ced4db;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.07);*/
  }

  .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: 40px;
    padding-left: 10px;
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

  /*
   * 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: #CCC;
    content: "\2022";
    font-size: 10px;
    margin-left: -16px;
    pointer-events: none;
    position: absolute;
  }

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

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

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

  .chat-available {
    bottom: 0;
  }

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

  /* ====================================================
     Parsed markdown
     ==================================================== */
  .markdown {
    word-wrap: break-word;
  }

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

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

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

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

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

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

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

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

  .markdown blockquote {
    color: #000;
    margin: 20px;
    padding: 15px 30px;
    background-color: #f0f0f0;
  }

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

  .article-body .numbered-list {
      list-style-type: none !important;
      counter-reset: yourVariableName;
      margin: 0px;
  }

  .article-body .numbered-list li {
    padding: 0px;
    margin-bottom: 15px;
  }

  .article-body .numbered-list li:before{
      counter-increment: yourVariableName;
      content: counter(yourVariableName);
      width: 25px;
      height: 25px;
      border-radius: 25px;
      font-size: 16px;
      color: #fff;
      line-height: 26px;
      text-align: center;
      background: #000;
      display: block;
      margin: 2px 11px 0px -37px;
      font-weight: bold;
      float: left;
      box-shadow: 2px 2px 4px #CCC;
  }

  .article-body .numbered-list.green li:before {
    background: #1EFF11;
  }

  hr {
    margin: 30px 0px;
    border-top: none;
  }

  .clear-table {
    border: 1px solid #eee;
    text-align: center;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    margin: 0px 20px;
    width: auto;
    padding: 20px;
  }

  .clear-table.inner-bullets {
    margin: 0px 80px;
  }

  .clear-table tr {
    border: 1px solid #eee;
  }

  .clear-table td {
    border: 1px solid #eee;
    padding: 15px;
  }

  .browser-window {
    position: relative;
    width: 75%;
    padding-top: 30px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    border-radius: 5px;
    margin: 20px auto 20px auto;

    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:3px 3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  }

  .browser-window:before {
    position: absolute;
    content: "...";
    top: 0px;
    left: 8px;
    color: #dfdfdf;
    font-size: 58px;
    line-height: 0;
    letter-spacing: -3px;
  }

  .browser-window:after {
    position: absolute;
    content: " ";
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #dfdfdf;
  }

  .browser-window img {
    margin: 0;
    width: 100%;

    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  /*** community teste

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

  /* Community topics page */
  .topic-list li:not(:first-child) {
    /*display: inline-block;
    width: 49.5%;
    padding: 0 100px 30px 0;
    vertical-align: top;*/
    padding-top: 14px;
  }
  .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: 15px 0;
  }
  .topic-filters {
    float: left;
  }
  .topic-follow {
    float: right;
  }

  .post-overview {
    padding: 16px 0;
  }

  .post-overview-info {
    display: inline-block;
    max-width: 500px;
  }
  .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: #2c6cc6;
  }

  .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: #111111;
    display: block;
    font-size: 13px;
  }
  [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: 30px;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
  }

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

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

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

  .post-meta {
    width: 100%;
  }

  .post-author {
    display: block;
    white-space: normal;
  }

  .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-share {
    margin-top: 10px;
    text-align: right;
    display: none;
  }
  [dir=rtl] .post-share {
    text-align: left;
  }

  .powered-by-zendesk {
    display: none;
  }

  /* weird react components */
  ._1xpJFYYqxLu4_6teAnbDvm._2nHpIQ_c-gwllvRNTNr3QU._18ZwKyTnye09lHvp_gh4qH {
    background: #2c6cc6 !important;
    border: none !important;
  }
  ._3txPRqVLh4Z5pY2J7tWVR9 svg{
    display: none;
  }
  ._1xpJFYYqxLu4_6teAnbDvm._2nHpIQ_c-gwllvRNTNr3QU._2sSI82w_I28ehwv5B08xps {
    background: white;
    color:#2c6cc6 !important;
    border: 1px solid #2c6cc6 !important;
  }
  #zd-edit-comment-update {
    background: #2c6cc6 !important;
    color: white !important;
  }
  div[role="toolbar"] span {
    color: black !important;
  }



  /* ====================================================
     Mobile styles
     ==================================================== */

  @media only screen and (max-width: 600px) {

    /* Globals */
    * {
      max-width: 100%;
    }

    /* Header */
    .logo {
      width: 100%;
    }
    .logo img {
      max-width: 100%;
    }
    zd-autocomplete {
      margin-top: 34px;
    }
    .user-nav {
      text-align: center;
    }

    .header-inner .search-small input {
      width: 100%;
    }
    .nav.menu-nav {
      height: auto;
    }
    nav.menu-nav ul {
      height: auto;
    }

    /* Home */
    .cta {
      width: 47%;
      margin-bottom: 14px;
      height: 150px;
    }
    .cta:nth-child(odd) {
      margin-right: 5%;
    }
    .cta:nth-child(even) {
      margin-right: 0%;
    }
    .search-unit {
      padding: 15px 20px 15px;
    }
    .search-unit h1 {
      text-align: center;
      line-height: 42px;
    }

    /* Section */

    .section {
      width: 100%;
    }
    .section:nth-child(even) {
      margin-left: 0;
    }
    .section > ul {
      height: auto;
      overflow: auto;
    }

    /* Article */

    .article-body img {
      max-width: 100%;
      height: auto;
    }

    .article-list > li {
      white-space: unset;
    }
    .article-body blockquote {
      margin: 0;
    }

    .article-vote {
      width: 100%;
    }

    .article-vote .article-vote-question {
      width: 100%;
      text-align: center;
      display: block;
    }

    .article-vote .article-vote-controls {
      width: 100%;
      text-align: center;
      margin-left: 0;
    }

    .article-vote .article-vote-count {
      left: 0;
      position: relative;
      text-align: center;
      margin: 0;
      display: block;
      padding-bottom: 22px;
    }

    .article-footer .share {
      float: none;
      text-align: center;
    }

    /* Ideas */
    .communities .post-overview .post-overview-info {
      width: 100%;
    }

    #hc-wysiwyg [role="toolbar"] {
      height: auto;
    }

    .post-meta {
      width: 100%;
      float: none;
      display: block;
    }

    .post-status {
      float: left;
    }

    .communities [role=button].post-subscribe {
      margin-top: 27px;
    }

    .communities .topic-header .topic-follow {
      float: left;
      margin-top: 10px;
    }

    .communities.topics .post-overview-status {
      width: 100%;
    }
    .communities .post-overview .post-overview-count {
      float: left;
    }

    .communities.posts h1 {
      padding-bottom: 36px;
      margin-bottom: 10px;
      width: 100% !important;
      max-width: 100%;
    }

    .communities .page-header .post-to-community {
      margin-top: -39px !important;
    }

    .communities.posts .page-header .post-actions {
      margin-top: -59px !important;
      margin-right: 77px !important;
    }

    .post-info .post-follow {
      display: block !important;
      float: right !important;
    }

    .topic-filters {
      width: 100%;
    }

    /* Footer */
    body>footer div{
      width: 100%;
      text-align: center;
    }
      body>footer p {
      padding: 12px;
      text-align: center;
    }
    body>footer .small-6 {
      width: 100% !important;
    }
    body>footer .address {
      line-height: 25px;
      margin-bottom: 16px;
    }
  }
