body,
.footer .widgets .community a .fa-icon > span {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

body {
  font-size: 15px !important;
}

/* normalize */
.ddhelp .content .articles > div {
  padding: 0;
}

/* reusables */
.ddhelp h1,
.ddhelp h2 {
  color: #808080;
  font-weight: lighter;
}

.ddhelp h1 {
  font-size: 40px;
}

.ddhelp h2 {
  margin-bottom: 16px;
  font-size: 34px;
}

.ddhelp h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.ddhelp h1.heading {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}

.ddhelp .btn-dd,
.ddhelp .text-dd,
.searchbar #query,
.ddhelp .search #query,
.ddhelp .search input[type="submit"] {
  border: 1px solid #b3b3b3;
}

.ddhelp .btn-dd,
.ddhelp .search input[type="submit"] {
  padding: 0 16px;
  font-weight: bold;
  line-height: 1;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%) repeat scroll 0 0;
  border-radius: 5px;
}

.ddhelp .btn-dd.btn-blue {
  color: #ffffff;
  background: rgba(0,191,255,1);
  background: -moz-linear-gradient(top, rgba(0,191,255,1) 0%, rgba(0,170,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,191,255,1)), color-stop(100%, rgba(0,170,255,1)));
  background: -webkit-linear-gradient(top, rgba(0,191,255,1) 0%, rgba(0,170,255,1) 100%);
  background: -o-linear-gradient(top, rgba(0,191,255,1) 0%, rgba(0,170,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,191,255,1) 0%, rgba(0,170,255,1) 100%);
  background: linear-gradient(to bottom, rgba(0,191,255,1) 0%, rgba(0,170,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfff', endColorstr='#00aaff', GradientType=0 );
  border: 1px solid #0099dd;
}

.ddhelp .frame {
  padding: 40px;
}

.ddhelp .list ul {
  list-style-type: none;
  padding: 0;
}

.ddhelp .list ul li {
  margin-bottom: 16px;
}

.ddhelp .shadow-box {
  /*
  border-left: 1px solid #939393;
  border-right: 1px solid #939393;
  border-bottom: 1px solid #939393;
  */
  -moz-box-shadow: 0 2px 2px 0 #cccccc;
  -webkit-box-shadow: 0 2px 2px 0 #cccccc;
  box-shadow: 0 2px 2px 0 #cccccc; /* 838383 */
  /* box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2); main */
}

.ddhelp .clear {
  clear: both;
}

.ddhelp img[align="left"],
.ddhelp img.float-left,
.ddhelp .article .body img[align="left"],
.ddhelp .article .body img.float-left {
  float: left;
  margin-right: 28px;
  max-width: 380px;
}

.ddhelp img[align="right"],
.ddhelp img.float-right,
.ddhelp .article .body img[align="right"],
.ddhelp .article .body img.float-right {
  float: right;
  margin-left: 28px;
  max-width: 380px;
}

.ddhelp img[align="center"],
.ddhelp img.float-center {
  display: block;
  margin: 0 auto 16px auto;
  max-width: 100%;
}

/* hides */
.promoted-articles h3,
.ddhelp .login-only,
.login-only,
.ddhelp .webfeedback-only,
.webfeedback-only,
.ddhelp .feedback-only,
.feedback-only,
.ddhelp .contact-only,
.contact-only {
  display: none;
}

/* custom new request form styling */
.ddhelp .webfeedback-only img,
.webfeedback-only img {
  width: 100%;
  height: auto;
}

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

.card img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto 40px 5px;
}

.card h4 {
  font-size: 20px;
  font-weight: bold;
}

.card.horizontal {
  position: relative;
}

.card.horizontal img {
  position: absolute;
  top: -12px;
  width: 64px;
  height: 64px;
  left: 0px;
}

.card.horizontal h4,
.card.horizontal p,
.card.horizontal a {
  margin-left: 72px;
}

/* feedback */
.feedback-box {
  position: relative;
  margin: 32px 0 48px;
  padding: 10px 0;
}

.feedback-box .feedback-link {
  padding: 34px 28px 34px 136px;
  background-color: #f2f2f2;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.feedback-box .feedback-link img {
  position: absolute;
  top: 0;
  left: 16px;
}

.feedback-box .feedback-link h4 {
  margin: 0;
  font-weight: bold;
}

.feedback-box .feedback-link p {
  margin: 0;
}

.feedback-box .feedback-link .btn-dd {
  position: relative;
  display: block;
  float: right;
  top: -42px;
  line-height: 42px;
}

.feedback-box .feedback-link .btn-dd:hover {
  text-decoration: none;
}

/* contact box */
.contact-box {
  background-color: #fff;
  margin-top: 32px;
}

.contact-box .contact-link {
  position: relative;
  padding: 16px 10px;
}

.contact-box .contact-link img {
  position: absolute;
  width: 64px;
  height: 64px;
}

.contact-box .contact-link h4,
.contact-box .contact-link p {
  margin: 0 0 0 80px;
  font-weight: normal;
}

.contact-box .contact-link a {
  position: absolute;
  top: 33px;
  right: 32px;
}

/* support */
.support-link {
  padding-left: 36px;
  font-size: 18px;
  font-weight: bold;
  background: url("//p3.zdassets.com/hc/theme_assets/561832/200057971/ico-pencil.png") no-repeat scroll left center;
}

/* greet */
.greet {
  position: relative;
  min-height: 200px !important;
}

.greet img {
  position: absolute;
}

.greet p {
  padding-left: 116px;
  padding-right: 48px;
  font-size: 13px;
}

.greet a {
  float: right;
  margin-top: 16px;
  margin-right: 64px;
}

/* teaser */
.teaser {
  position: relative;
  margin: 72px 0;
}

.teaser img,
.ddhelp .article .body .teaser img {
  position: absolute;
  max-width: 130px;
  height: auto;
}

.teaser h3,
.teaser p,
.teaser a {
  margin-left: 140px;
}

.teaser h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: bold;
}

/* highlight */
.highlight > div {
  padding: 0 10px 10px 10px;
  background-color: #f2f2f2;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}

.highlight h4 {
  font-size: 19px;
  font-weight: bold;
  white-space: nowrap;
}

.highlight p {
  min-height: 48px;
}

/* caption */
.caption .breadcrumb {
  position: relative;
  left: -15px;
}

.caption .breadcrumb > li {
  font-weight: bold;
}

.caption .breadcrumb > li.active {
  font-weight: normal;
}

/* header */
.header {
  line-height: 58px !important;
}

.header a.btn {
  padding: 7px 27px;
  top: 9px !important;
  font-size: 18px !important;
  font-weight: normal !important;
  background: #95cd60;
  background: -webkit-linear-gradient(90deg, #92c454 0%, #a3d664 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#92C454', endColorstr='#A3D664' ,GradientType=0)";
  background: linear-gradient(0deg, #92c454 0%,#a3d664 100%);
  border: 1px solid #7cab54;
  border-radius: 4px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05);
}

.header a.btn:hover {
  background: #9bd168;
  background: -webkit-linear-gradient(90deg, #95c755 0%, #a9db6b 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C755', endColorstr='#A9DB6B' ,GradientType=0)";background:linear-gradient(0deg, #95c755 0%,#a9db6b 100%)}.cta-btn:active{border-color:#75a14f;box-shadow:none;background:-webkit-linear-gradient(90deg, #95c755 0%, #a9db6b 80%, #a0d261 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C755', endColorstr='#A0D261' ,GradientType=0)";
  background: linear-gradient(0deg, #95c755 0%,#a9db6b 80%,#a0d261 100%);
}

.header .logo {
  width: 160px;
  height: 30px;
}

.header .container {
  background: url('//p3.zdassets.com/hc/theme_assets/561832/200057971/point-up.png') no-repeat 196px bottom;
}

.header .menu-user {
  display: none;
  margin-top: 14px;
  margin-left: 32px;
  line-height: 1 !important;
}

.header .menu-user a.login {
  position: relative;
  top: 8px;
}

.header .user-info .dropdown-toggle {
  padding: 0;
  top: 0;
  left: 0;
  background: none;
  border: none;
}

.header .user-info .dropdown-toggle img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.header .user-info .dropdown-menu {
  overflow: hidden;
  left: -96px;
  width: 200px;
}


/* pagination */
.ddhelp .article .navigation {
  padding: 0;
  background-color: transparent;
}

.ddhelp .pagination {
  width: 100%;
  text-align: center;
}

.ddhelp .pagination ul {
  list-style-type: none;
  padding: 0;
}

.ddhelp .pagination ul li {
  display: inline;
  line-height: 1;
}

.ddhelp .pagination ul li a,
.ddhelp .pagination ul li span {
  margin: 0 1px;
  padding: 6px 10px;
  background-color: #eee;
  border-radius: 3px;
}

.ddhelp .pagination ul li.pagination-current a,
.ddhelp .pagination ul li.pagination-current span {
  color: #ffffff;
  background-color: #444444;
}

/* sidebar */
.ddhelp .sidebar {
  padding: 0 32px 0 0;
}

.ddhelp .sidebar .menu {
  padding: 8px 0 4px 0; /* 18px 0 0 0; */
  background-color: #fff;
}

.ddhelp .sidebar .menu ul {
  margin-bottom: 0;
  padding: 0 0 4px 0; /* 0 16px; */
  list-style-type: none;
  border-bottom: 1px solid #e0e0e0;
}

.ddhelp .sidebar .menu ul li {
  margin-bottom: 0; /* 22px; */
  padding: 10px 16px;
}

.ddhelp .sidebar .menu ul li.active {
  color: #fff;
  background-color: #00aaff;
}

.ddhelp .sidebar .menu ul li.active a {
  color: #fff;
}

.ddhelp .sidebar .menu ul li img {
  margin-right: 5px;
}

.ddhelp .sidebar .menu ul:last-child {
  margin: 4px 0 0 0; /* 22px 0 0 0; */
  border-bottom: none;
}

.ddhelp .sidebar .menu ul li a {
  color: #444;
  font-size: 16px;
  vertical-align: bottom;
}

/* containers */
.ddhelp.main {
  background-color: #f2f2f2;
  background-image: none;
}

.ddhelp .content {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.ddhelp .content .articles {
  background-color: #ffffff;
}

.ddhelp .content .articles > div.frame {
  padding: 20px 40px 40px 40px;
}

/* article */
.ddhelp .article.single h1 {
  margin-bottom: 32px;
}

/* article body */
.ddhelp .article .body {
  line-height: 1.6;
}

.ddhelp .article .body h2,
.ddhelp .article .body h3,
.ddhelp .article .body h4,
.ddhelp .article .body h5 {
  clear: both;
}

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

.ddhelp .article .body > p {
  margin-bottom: 16px;
  font-size: 16px;
}

.ddhelp .article .body > h2,
.ddhelp .article .body > p.intro {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: light;
}

/* feedback */
.ddhelp .article.feedback .request_ticket_form_id {
  display: none;
}

.ddhelp .article.feedback .form-field {
  margin-top: 20px;
}

.ddhelp .article.feedback .form-field label {
  display: block;
}

.ddhelp .article.feedback .form-field textarea {
  width: 100%;
  min-height: 100px;
}

.ddhelp .article.feedback .form-field input[type="text"] {
  width: 50%;
}

.ddhelp .article.feedback .form-field input[type="text"],
.ddhelp .article.feedback .form-field .nesty-input {
  height: 34px;
}

.ddhelp .article.feedback .btn-dd {
  margin-top: 32px;
  line-height: 42px;
}

/* search */
.searchbar {
  background-color: #92c75d;
  border-top: 1px solid #d2dec6;
  padding: 10px 16px;
}

.searchbar #query {
  padding-left: 38px;
  padding-right: 8px;
  width: 100%;
  border-radius: 5px;
  background: #ffffff url("//p3.zdassets.com/hc/theme_assets/561832/200057971/icos-search.png") no-repeat scroll 8px center;
}

.ddhelp .search {
  min-height: 124px;
  text-align: center;
  background: #92c75d url("//p3.zdassets.com/hc/theme_assets/561832/200057971/search-background.png") no-repeat scroll left top / 100% 100%;
}

.ddhelp form.search {
  padding-top: 40px;
  min-height: 0;
  background: none;
}

.ddhelp .search .site-search-form {
  padding-top: 46px;
}

.ddhelp .search input,
.searchbar input {
  height: 42px;
  font-size: 16px;
}

.ddhelp .search .search-text,
.ddhelp .search #query {
  padding: 0 8px;
  width: 75%;
  max-width: 380px;
}

/*
.ddhelp .search .search-button,
.ddhelp .search input[type="submit"] {
  position: relative;
  top: -1px;
}
*/

/* search results */
.search-results-column {
  margin-bottom: 48px;
}

.search-results-list {
  padding: 0;
  list-style-type: none;
}

.search-results-list .search-result {
  margin-bottom: 16px;
}

.search-results-list .search-result .search-result-link {
  font-size: 22px;
  font-weight: lighter;
}

.search-results-list .search-result .search-result-meta {
  font-size: 12px;
}

/* section tree */
.section-tree-with-article > ul {
  padding: 0;
  list-style-type: none;
}

.section-tree .section,
.section-tree-with-article .section {
  float: left;
  width: 50%;
}

.section-tree .section h3 a,
.section-tree-with-article h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}


.section-tree .section ul,
.section-tree-with-article .section ul,
.section ul.article-list {
  padding: 0 16px 0 0;
  list-style-type: none;
}

.section-tree .section ul li,
.section-tree-with-article .section ul li {
  margin-bottom: 8px;
}

.section-tree .section ul li.article-promoted > span,
.section-tree-with-article .section ul li.article-promoted > span,
.section ul li.article-promoted > span {
  display: none;
}

/* footer */
.footer .widgets .community a .red {
  color: #f12826;
}

.footer .widgets .community a .fa-youtube-play {
  margin-top: 6px;
  color: #ffffff;
  font-size: 24px;
}

.footer .widgets.mobile .community a .fa-youtube-play {
  margin-top: 6px;
  margin-left: 0px;
  font-size: 24px;
}

.footer .widgets .community a .fa-icon > span {
  position: relative;
  top: -9px;
  color: #ffffff;
  font-size: 10px;
}

.footer .widgets.mobile .community a .fa-icon > span {
  top: -9px;
  left: 0px;
  font-size: 10px;
}

.footer .widgets .community a img {
  position: relative;
  top: -3px;
}

.footer .copyright a {
  top: 2px !important;
}

.footer .widgets .widget a, .footer .copyright a, .footer .copyright h5 {
    color: rgba(255,255,255,0.6) !important;
}

.footer .copyright a, .footer .copyright h5 {
    color: #ffffff !important;
}

/* footer dark */
.footer.dark {
  background-color: #2b2b2b;
  /* background-color: #ffe787; change 3OCT16 */
  border-top: 5px solid #f0292a;
}

.footer.dark .widgets .widget h4 {
  margin-bottom: 8px; /* 2016-10-03 dc: new footer */
  color: rgba(255,255,255,0.6);
  font-size: 20px;
  font-weight: bold;
  /* font-size: 19px; change 3OCT16
  added color and weight 3OCT16 */
}

.footer.dark .widgets .menu li a {
  line-height: 2.4;  /* 2016-10-03 dc: new footer prev value 2.5 */
}

.footer.dark .widgets .widget a
{
  color: #cdcdcd;
  color: rgba(255,255,255,0.6);
  font-size: 15px;
  text-decoration: none;
/* was color: #666666; then added all of the above and split out the copyright style 3OCT16 */
}

.footer.dark .widgets .widget a:hover, .footer.dark .copyright a:hover
{
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
}

.footer.dark .widgets .widget .community a {
  color: #666;
  font-size: 36px;
}

.footer.dark .widgets .apps a br {
  display: none;
}

.footer.dark .copyright img {
  margin-bottom: -1px; /* was 8px 3OCT16 */
  max-width: 200px;
}

.footer.dark .copyright a {
  color: rgba(255,255,255,0.6) !important;
  font-size: 13px;
  text-decoration: none;
/* added all of the above 3OCT16 */
}

.footer.dark .copyright h5 {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  margin-top: -6px;
/* added all of the above 3OCT16 */
}

/* mobile menu */
.toolbar .menu .dropdown-menu {
  width: 100% !important;
  top: 48px !important;
  left: -15px !important;
}

.toolbar .menu .dropdown-menu .divider {
  padding: 0;
}

/* 2016-10-02, dc: custom flag form field */
.form-field.request_custom_fields_26347372,
.form-field.request_custom_fields_30084905,
.form-field.request_custom_fields_30085065,
.form-field.request_custom_fields_30704049,
.form-field.request_custom_fields_32720209 {
  display: none;
}

/* normal large */
@media (max-width: 1181px) {
}

@media (max-width: 1180px) {

  /* greeting */
  .greet p {
    padding-right: 0;
  }

  .greet a {
    margin-right: 8px;
  }

  /* footer dark */
  .footer.dark .container {
    width: 90%;
  }
}

@media (max-width: 991px) {

  /* highlight */
  .highlight > div {
    margin-bottom: 16px;
  }

  /* caption */
  .caption .breadcrumb {
    left: 0;
  }

  /* header */
  .header .menu-user {
    margin-left: 22px;
  }

  /* sidebar */
  .ddhelp .sidebar {
    margin-bottom: 32px;
    padding: 0;
  }

  /* content */
  .ddhelp .content {
    padding-top: 0;
  }

  /* footer dark */
  .footer.dark .widgets.mobile {
    padding-bottom: 32px;
  }

  .footer.dark .widgets.mobile .widget {
    text-align: center;
  }

  .footer.dark .widgets.mobile .widget .title {
    display: none;
  }

  .footer .widgets.mobile .menu {
    margin-bottom: 0;
  }

  .footer .widgets.mobile .menu li {
    display: inline;
  }

  .footer.dark .widgets.mobile .menu li a {
    font-size: 15px !important;
    line-height: 1.2;
    padding: 0 12px;
  }

  .footer.dark .widgets.mobile .apps {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 240px;
    text-align: left;
  }

  .footer.dark .widgets.mobile .apps a {
    padding-top: 24px;
  }

  .footer.dark .widgets.mobile .apps a:last-child {
    display: block;
    position: absolute;
    padding-left: 55%;
    padding-top: 16px;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    line-height: 1.1;
  }

  .footer.dark .widgets.mobile .apps a br {
    display: inline;
  }

  .footer.dark .widgets.mobile .apps img {
    display: inline;
    margin: 0;
    padding-bottom: 16px;
    width: 55%;
    height: auto;
  }
}

@media (max-width: 768px) {

  /* reusables */
  .ddhelp img[align="left"],
  .ddhelp img.float-left,
  .ddhelp .article .body img[align="left"],
  .ddhelp .article .body img.float-left,
  .ddhelp img[align="right"],
  .ddhelp img.float-right,
  .ddhelp .article .body img[align="right"],
  .ddhelp .article .body img.float-right {
    float: none;
    margin: 0 0 16px 0;
    max-width: 100%;
  }

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

  /* header */
  .header .container {
    background-position: 208px bottom;
  }
}

@media (max-width: 767px) {

  /* greeting */
  .greet a {
    float: none;
    margin-left: 116px;
  }

  /* card */
  .card {
    min-height: 268px !important;
  }

  /* teaser */
  .teaser {
    margin: 0 0 16px;
    min-height: 105px !important;
  }
}

@media (max-width: 600px) {

  /* feedback */
  .feedback-box .feedback-link .btn-dd {
    float: none;
    position: static;
    display: inline-block;
    margin-top: 16px;
  }

  /* contact */
  .contact-box .contact-link a {
    position: static;
    display: block;
    margin-top: 16px;
  }
}

@media (max-width: 479px) {

  /* header */
  .header .container {
    background: none;
  }

  .header a.btn {
    padding: 6px !important;
    top: 17px !important;
    font-size: 10px !important;
  }

  .header .menu-user {
    margin-top: 4px;
    font-size: 12px;
  }

  .header .menu-user a.login {
    top: 20px;
  }

  /* card */
  .card {
    min-height: 286px !important;
  }

  /* section tree */
  .section-tree .section,
  .section-tree-with-article .section  {
    float: none;
    width: 100%;
  }
}

@media (max-width: 383px) {

  /* greeting */
  .greet a {
    font-size: 16px;
  }

  /* content */
  .ddhelp .content .articles > div.frame {
    padding: 20px 15px;
  }

  /* feedback */
  .feedback-box .feedback-link {
    padding: 24px;
    text-align: center;
  }

  .feedback-box .feedback-link img {
    display: block;
    position: relative;
    margin: -48px auto 0;
    left: 0;
    top: 0;
  }

  .feedback-box .feedback-link h4 {
    margin: 16px 0 0;
  }

  /* contact */
  .contact-box .contact-link a {
    margin: 16px auto 0 auto;
    width: 62%;
  }
}

@media (max-width: 319px) {

  /* card */
  .card {
    width: 100% !important;
    min-height: 1px !important;
  }
}

/* customer satistaction widget */
.zd_satisfaction, .zd_plug {
   text-align: center !important;
    font-size: 5px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.zd_satisfaction div {

    background-color: #92c75d !important;
    border-radius: 4px !important;
}

.zd_rating_number {
    font-size: 4em !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0;
    text-shadow: 0px 0px 0px !important;
}

.zd_rating_string {
    background-color: #ffffff !important;
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
    font-size: 1.8em !important;
    margin: 0 !important;
    padding: 0.5em 0;
}

.zd_satisfaction_good { display: none!important; }
.zd_satisfaction_bad { display: none!important; }
.request_ticket_form_id{
     display:none;
}