/* GENERIC */

html {
    font-size: 17px;
}

body,
input,
textarea,
button {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

h1 strong {
    font-weight: 600;
}

a,
a span {
    color: #3197d1;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}


/* remove default webkit input shadow */

input,
textarea {
    -webkit-appearance: none;
}


/* HEADER */

#mainNav .brand span {
    background: url(//d2x2losda9vsjs.cloudfront.net/docs-hs-logo-white.svg) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    height: 30px;
    text-indent: -9000px;
    width: 155px;
}

.navbar .brand {
    padding: 15px 20px 15px 0;
}

.navbar .nav a {
    font-size: 15px;
}

.navbar .nav li a,
.navbar .icon-private-w {
    color: #AEDFFF;
}

.navbar .nav li a {
    padding: 14px 15px;
}

.navbar .btn-navbar .icon-bar {
    background: #fff;
    box-shadow: none;
}


/* HOME */

.category-list.two-col .category {
    padding: 96px 40px 20px;
    width: 48.2%;
}

.category-list .category {
    background-color: #fff;
    background-position: top 34px center !important;
    background-repeat: no-repeat !important;
    background-size: 50px 50px !important;
    box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    min-height: 183px;
    padding: 96px 20px 20px;
    position: relative;
    width: 31.5%;
    transition: all 0.2s;
}

#collection-category-8 .category-list .category {
    padding: 20px;
}

#fullArticle dt {
  background: #5291C8;
}

/* Help Desk collection icons */

#category-9 {
    background-image: url(https://dl.dropbox.com/s/23ldkzfcsk85ccm/feature_list.png?dl=0);
}

#category-8 {
    background-image: url(https://dl.dropbox.com/s/owjsu4h7iflgxmo/download.png?dl=0);
}

#category-12 {
    background-image: url(https://dl.dropbox.com/s/b61pa4n43alqw66/cad_editor.png?dl=0);
}

#category-10 {
    background-image: url(https://dl.dropbox.com/s/yc33fr5cn6j3eca/mill_pocket_32.png?dl=0);
}

#category-11 {
    background-image: url(https://dl.dropbox.com/s/ubwaan993gkn60m/turn_32.png?dl=0);
}

#category-7 {
    background-image: url(https://dl.dropbox.com/s/c84jv9boog28cub/post_processor.png?dl=0);
}

#category-23 {
    background-image: url(https://dl.dropbox.com/s/ne5q1yw6whja7mq/buy.png?dl=0);
}

.category-list .category:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 9px 20px -8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 9px 20px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 9px 20px -8px rgba(0, 0, 0, 0.15);
}

.category-list .category h2 {
    font-size: 25px;
}

.category-list .category p {
    color: #93A1AF;
    /* charcoal-200 */
    line-height: 22px;
}

.category-list h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
}


/* targeting First collection categories only */

.category-list .category:before {
    content: "";
    position: absolute;
    top: -3px;
    height: 3px;
    width: calc(100% + 2px);
    left: -1px;
    right: -1px;
}

.category-list .category:nth-child(4n+1):before {
    background: #71BFF1;
    /* blue-400 */
}

.category-list .category:nth-child(4n+2):before {
    background: #81DC9E;
    /* green-400 */
}

.category-list .category:nth-child(4n+3):before {
    background: #FFD56D;
    /* yellow-400 */
}

.category-list .category:nth-child(4n+4):before {
    background: #FFA75A;
    /* orange-400 */
}

#collection-category-8 .category-list .category:nth-child(4n+1):before,
#collection-category-8 .category-list .category:nth-child(4n+2):before,
#collection-category-8 .category-list .category:nth-child(4n+3):before,
#collection-category-8 .category-list .category:nth-child(4n+4):before {
    background: #C1CBD4;
    /* grey-600 */
}


/* SEARCH */

#searchBar .search-query {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 60px;
    /*line-height: 62px;*/
    padding-top: 21px;
    padding-bottom: 24px;
}


/* remove shadow on content search box */

#sidebar #searchBar .search-query {
    padding-bottom: 15px;
    padding-left: 14px;
    padding-top: 15px;
    border-radius: 4px;
    box-shadow: none;
    height: 44px;
}

#searchBar .search-query:focus,
#searchBar #sidebar form .search-query:focus {
    border-color: #1F5E89;
    /* blue-700 */
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#searchBar button {
    background: #1F5E89;
    /* blue-700 */
    border-color: #1F5E89;
    /* blue-700 */
    text-shadow: none;
    height: 60px;
    -webkit-transition: background .15s;
    -moz-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
}

input.search-query {
    padding-left: 20px;
    padding-right: 20px;
}

#searchBar button:hover {
    background-color: #1d7cb3;
    border-color: #1d7cb3;
}

#serp-dd .result a:hover,
#serp-dd .result>li.active {
    background: #f7f9fa;
}

#fullArticle table .text-center-column {
    text-align: center;
}

.text-danger {
    color: #D80027;
}


/*url(https://dl.dropbox.com/s/swbbbhmwi7uxp03/background_overlay.png?dl=0) no-repeat center center;*/

#docsSearch {
    background: #3197d6 url(https://dl.dropbox.com/s/swbbbhmwi7uxp03/background_overlay.png?dl=0) no-repeat center;
    border-bottom: 0;
    margin-top: -65px;
    padding: 6em 0 3em;
}

@media (min-width: 768px) {
    #docsSearch {
        padding: 8em 0 8em;
    }
}

#docsSearch h1 {
    color: #EDF4FA;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
}

#docsSearch h3 {
    color: #EDF4FA;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

#docsSearch h4 {
    color: #EDF4FA;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.custom-block {
    border-radius: 0;
    padding: 20px 40px 10px;
    font-size: 14px;
    line-height: 19px;
    margin: 40px 0 60px;
    outline-style: double;
    outline-color: #ccc;
}

.custom-block h3 {
    margin-bottom: 20px;
}

.custom-block p {
    margin-bottom: 22px;
}

.custom-block.no-padding {
    padding: 0;
}

.customStyle h3 {
    color: forestgreen;
}

#serp-dd {
    border-radius: 5px;
    top: 82px;
}

@media (min-width: 768px) {
    #serp-dd {
        top: 88px;
    }
}

@media (max-width: 480px) and (max-width: 768px) {
    #searchBar button .icon-search {
        position: relative;
        top: 2px;
    }
}

#serp-dd.sb {
    border-radius: 5px;
    top: 48px;
}


/* INTERIOR PAGES */

#main-content {
    background: none;
}

#main-content:after {
    background: #f7f9fa;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
}

.contentWrapper {
    border: 0;
}

#mainNav a,
#mainNav a:hover,
#mainNav a:focus,
#mainNav .nav h3 {
    color: #edf4fa;
}

#mainNav a:hover,
#mainNav a:focus,
#mainNav .nav h3 {
    color: #FFFFFF;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus,
#sidebar .nav-list h3 {
    color: #2a4258;
    font-weight: 600;
}

#sidebar .nav-list .active a .icon-arrow:before,
#sidebar .nav-list .active a:hover .icon-arrow:before,
#sidebar .nav-list .active a:focus .icon-arrow:before {
    color: #2a4258;
}

#sidebar .nav-list a {
    color: #6d7983;
}

#categoryHead h1 {
    color: #343b41;
    margin-bottom: 15px;
}

h1 {
    letter-spacing: -0.5px;
}

.contentWrapper p.descrip {
    color: #6d7983;
    line-height: 26px;
    margin-bottom: 25px;
}

.contentWrapper h1,
#fullArticle h1.title {
    line-height: 1.4em;
}


/* $ARTCILES */

#fullArticle dt {
    background: #3197d1;
}

#fullArticle h4 {
    font-weight: 400;
}

#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
    color: #4F5D6B;
    /* charcoal-700 */
    font-size: 1rem;
    line-height: 1.65;
}

#fullArticle strong {
    color: #4A4D4F;
    font-weight: 600;
}

#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
    color: #253540;
    /* charcoal-700 */
    margin-bottom: 1em;
    margin-top: 1.5em;
}

#fullArticle h2,
#fullArticle h5 {
    font-weight: 600;
}

#fullArticle h4 {
    font-weight: 500;
}

#fullArticle h1,
#fullArticle h3 {
    font-weight: 400;
}

#fullArticle h3 {
    font-size: 24px;
}

#fullArticle h1.title {
    margin-bottom: 1em;
}

#fullArticle pre,
#fullArticle table {
    margin-bottom: 2.5em;
}

#fullArticle dt {
    font-size: 15px;
    min-width: 9px;
}

#fullArticle table th {
    font-weight: 600;
}

#fullArticle img {
    margin: 2.5em 0;
}

#fullArticle .index-list {
    margin-bottom: 2.5em;
    border-left: 5px solid #AAAEB7;
}

#fullArticle .index-list h4 {
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 26px 0;
    font-size: 1em;
    font-weight: 600;
}

#fullArticle .index-list ul {
    list-style: none;
    margin: 1em 25px 0em;
    float: left;
}

#fullArticle .index-list li {
    float: left;
    width: 305px;
}

#fullArticle .index-list:before,
#fullArticle .index-list:after {
    display: table;
    content: "";
    /* Fixes Opera/contenteditable bug:
      /* http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952 */
    line-height: 0;
}

#fullArticle .index-list:after {
    clear: both;
}

#fullArticle .callout-yellow,
#fullArticle .callout-blue,
#fullArticle .callout-red,
#fullArticle .callout-green,
#fullArticle .callout {
    color: #6d767e;
    margin-bottom: 2.5em;
}

#fullArticle .callout-yellow {
    background: #fff7e4;
    border-color: #ffdf92;
}

#fullArticle .callout-blue {
    background: #ecf7ff;
    border-color: #80bfe2;
}

#fullArticle .callout-green {
    background: #e9fceb;
    border-color: #92d7a9;
}

#fullArticle .private-note> :first-child {
    margin-top: 0;
}

#fullArticle .private-note p {
    line-height: 1.6;
}

.icon-article-doc {
    display: none;
}

.related {
    border: 0;
    border-top: 1px solid #eceef0;
    padding: 30px 46px 25px;
}

.articleFoot p,
.articleFoot time {
    font-style: normal;
}

.articleFoot p,
#sbContact {
    color: #6d7983;
}

.icon-contact {
    color: #c3c8cb;
}

footer p,
footer p a {
    color: #6d7983;
}

.articleList a {
    margin-left: 0;
}

.articleList li {
    padding-left: 0;
}

.articleList li a:hover span {
    color: #065e99;
    text-decoration: none;
}

#serp .articleList>li {
    padding-left: 0;
}


/* CONTACT FORMS */

#contactModal {
    border: 0;
    border-radius: 4px;
    border-top: 4px solid #3197D1;
    top: 8%;
}

#contactModal h2 {
    background: 0;
    border: 0;
    font-size: 28px;
    padding: 1em 0 0.25em;
    text-align: center;
}

#contactModal .modal-body {
    padding: 0 6em 0;
    min-height: 525px;
}

#contactModal .control-label {
    float: none;
    text-align: left;
    width: auto;
}

#contactModal .controls {
    margin: 0;
}

#contactModal #md-message {
    height: 80px;
    width: 400px;
}

#contactModal .form-actions {
    padding: 0;
    margin: 15px auto 20px;
    text-align: center;
}

#contactModal .icon-close:before {
    color: #c6c8ca;
}

#contactModal .controls input,
#contactForm .controls input {
    box-shadow: none;
    height: 25px;
    width: 400px;
}

#contactForm .control-group,
#contactModal .control-group {
    margin-bottom: 10px;
}

#contactModal .controls input:focus,
#contactModal #md-message:focus,
#contactForm .controls input:focus,
#contactForm #message:focus {
    border-color: #cccccc;
    box-shadow: none;
}

#contactModal #md-message,
#contactForm #message {
    box-shadow: none;
}

#contactModal .form-actions input,
#contactForm .form-actions input {
    background: #3197d1;
    border: 0;
    color: #fff;
    font-size: 13px;
    padding: 10px 25px;
    text-shadow: none;
    text-transform: uppercase;
}

#contactForm:before {
    color: #343b41;
    content: "How can we help?";
    font-size: 30px;
    font-weight: 400;
    display: block;
    line-height: 45px;
    margin-bottom: 1em;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .navbar .btn-navbar {
        margin-top: 16px;
        right: -10px;
    }
    .related {
        padding: 30px 25px 25px;
    }
    .related ul {
        margin-left: 0;
    }
    .related h3 {
        padding-left: 0;
    }
    .related ul>li a {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    #searchBar button {
        background: none;
    }
    #contactForm input[name="upload"] {
        width: 95%;
    }
}


/* Fix for making homepage category gallery go smoothly from 3 to 2 to 1 column */

@media screen and (max-width: 1105px) {
    section.category-list .category {
        width: 48.2%;
    }
}

@media screen and (max-width: 760px) {
    section.category-list .category,
    section.category-list.two-col .category {
        box-sizing: border-box;
        margin: 0 0 20px;
        padding: 96px 20px 20px;
        width: 100%;
    }
}


/* Reset styles for Docs Style Guide */


/* http://docs.helpscout.net/article/40-docs-style-guide */

.demo-styles * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.demo-styles pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}


/* Headers */

#fullArticle .demo-styles h1,
#fullArticle .demo-styles h2,
#fullArticle .demo-styles h3,
#fullArticle .demo-styles h4,
#fullArticle .demo-styles h5 {
    color: #222;
    font-weight: 700;
    margin-bottom: .65em;
}

#fullArticle .demo-styles h1,
.contentWrapper .demo-styles h1,
#fullArticle .demo-styles h1.title {
    font-weight: 400;
    line-height: 1.2em;
}

#fullArticle .demo-styles h3 {
    font-size: 21px;
}


/* Paragraph */

#fullArticle .demo-styles p,
#fullArticle .demo-styles ul,
#fullArticle .demo-styles ol,
#fullArticle .demo-styles li,
#fullArticle .demo-styles div,
#fullArticle .demo-styles blockquote,
#fullArticle .demo-styles dd,
#fullArticle .demo-styles table {
    color: #585858;
    font-size: 14px;
    line-height: 1.55em;
}


/* Notes */

#fullArticle .callout-blue {
    background: #e8f4ff;
    border-color: #bed1e6;
}

#fullArticle .callout-green {
    background: #e5fadc;
    border-color: #bbdaaf;
}

#fullArticle .callout-yellow {
    background: #fffcd5;
    border-color: #e7dca4;
}

#fullArticle .demo-styles .callout-yellow h3,
#fullArticle .demo-styles .callout-blue h3,
#fullArticle .demo-styles .callout-red h3,
#fullArticle .demo-styles .callout-green h3,
#fullArticle .demo-styles .callout h3,
#fullArticle .demo-styles .private-note h3 {
    font-weight: 400;
}


/* Fonts */

// Bold
// Bold Italic
// Medium
// Medium Italic
// Regular
// Regular Italic
/* Excluded Light weight versions */


/* Component :: Hubspot Cookie Policy notice */


/* May 2018 */

div#hs-eu-cookie-confirmation.position-bottom {
    animation: cookie-slide .4s cubic-bezier(.4, .1, .1, 1) forwards;
    background: #fff;
    border: 1px solid #d6dde3;
    border-radius: 4px;
    bottom: 15px!important;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .3), 0 20px 0 -15px #ff9139 inset!important;
    left: 15px;
    max-width: 100%;
    padding: 0;
    position: fixed!important;
    right: 15px;
    top: auto;
    transform: translateY(300px);
    width: 350px
}

@media screen and (max-width:480px) {
    div#hs-eu-cookie-confirmation.position-bottom {
        animation: cookie-slide .4s cubic-bezier(.4, .1, .1, 1) forwards;
        background: #fff;
        border: 0;
        border-radius: 0;
        bottom: 0!important;
        box-shadow: none;
        left: 0;
        max-width: 100%;
        padding: 15px 15px 0;
        right: 0;
        transform: translateY(300px);
        width: 100%
    }
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
        padding: 28px 24px!important
    }
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:nth-child(2) {
        font-size: 13px!important;
        line-height: 19px!important
    }
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
        position: relative;
        top: -12px
    }
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: 0 0!important;
    -webkit-font-smoothing: antialiased;
    padding: 28px 24px!important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 14.5px!important;
    line-height: 21px!important;
    margin-bottom: 0!important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:first-child,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:last-of-type {
    display: none
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    color: #3197d6!important;
    font-size: 14px!important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    color: #fff!important;
    font-weight: 500;
    margin-top: 5px!important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    display: inline-block;
    margin-top: 0!important
}

@keyframes cookie-slide {
    to {
        transform: translateY(0)
    }
}


/*da qui inserisco codice custom . prima ho copiato style principale*/
/* === FIX: stable category grid (no random 3/2 columns) === */

/* Container as grid */
section.category-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

/* Items: stop using % widths (override old rules) */
section.category-list .category,
section.category-list.two-col .category {
  width: auto !important;
  margin: 0 !important;
}

/* 2 columns under 1105px (same intent as before, but stable) */
@media screen and (max-width: 1105px) {
  section.category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 1 column under 760px */
@media screen and (max-width: 760px) {
  section.category-list {
    grid-template-columns: 1fr;
  }

  /* keep your mobile padding */
  section.category-list .category,
  section.category-list.two-col .category {
    padding: 96px 20px 20px;
  }
}