/* general page layout */
body {
  background-color: #e0e0e0;
}
.navbar .navbar-inner {
  background-color: #000000;
}
#main-content {
  padding-top: 0;
  background: none;
  padding-top: 0;
}
.contentWrapper,
.related {
  border: 0;
}
.contentWrapper {
  padding-top: 32px;
  min-height: 100vh;
}
aside#sidebar {
  margin-top: 38px;
}
.nav-list>li>a, .nav-list .nav-header {
  text-shadow: none;
}
#sidebar #searchBar input.search-query {
  border: none;
  border-radius: 0;
}
#sidebar #searchBar input.search-query:focus {
  box-shadow: none;
}

/* Main Page */
#docsSearch {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  opacity: 1;
}
#docsSearch::before {
  content: '';
  background: url('https://endcrawl.com/img/endcrawl-help-site-search.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  z-index: -1;
}

#serp h1 {
  color: rgba(0,0,0,0.6);
  font-weight: 600;
}
#serp h1 strong {
  color: rgba(0,0,0,1);
}
#serp p {
  font-size: 16px;
}
#docsSearch h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
}
#docsSearch input.search-query {
  font-size: 16px;
  color: #cccccc;
  background-color: rgba(64,64,64,0.8);
  border: none;
  border-radius: 0;
}
#docsSearch input.search-query::placeholder {
  color: #aaaaaa;
}
#docsSearch input:focus.search-query::placeholder {
  color: #cccccc;
}
#docsSearch input:focus.search-query {
  background-color: rgba(80,80,80,0.8);
  color: #ffffff;
}
#docsSearch #searchBar button {
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  background-color: hsla(197, 100%, 75%, 0.3);
  background-color: hsl(197, 100%, 75%, 0.13);
  color: hsla(185.7, 37%, 82%, 1);
  text-shadow: none;
  padding: 0 2em;
  top: 32px;
  right: 0
}
#docsSearch #searchBar button:hover {
  color:    #ffffff;
  background-color: hsl(197, 100%, 75%, 0.33);
}
.category-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-list h3 {
  font-family: "Tungsten A", "Tungsten B";
  font-size: 32px;
  font-weight: 500;
  margin-top: 0em;
  margin-bottom: 0.5em;
}
.category-list h3:before {
  content: '\e045';
  font-family: "EndcrawlApp";
  font-family: "Font Awesome Kit";
  font-size: 24px;
  color: #999999;
  display: table;
  clear: both;
  width: 100%;
  margin-top: 0.35em;
  margin-bottom: 0;
  min-height: 42px;
}
.category-list #category-78  h3:before { content: '\e045'; font-size: 26px; }
.category-list #category-81  h3:before { content: '\e035'; font-size: 26px; }
.category-list #category-77  h3:before { content: '\e02c'; font-size: 26px; }
.category-list #category-129 h3:before { content: '\e025'; font-size: 26px; }
.category-list #category-113 h3:before { content: '\f626'; font-family: "Font Awesome 7 Sharp"; }
.category-list #category-162 h3:before { content: '\e3ed'; font-family: "Font Awesome 7 Sharp"; }
.category-list #category-75  h3:before { content: '\e064'; font-size: 25px; }
.category-list #category-85  h3:before { content: '\f059'; font-size: 25px; font-family: "Font Awesome 7 Sharp"; }
.category-list #category-107 h3:before { content: '\e054'; font-size: 32px;}
.category-list #category-88  h3:before { content: '\e017'; }
.category-list #category-142 h3:before { content: '\e0b2'; }
.category-list #category-143 h3:before { content: '\e012'; font-size: 27px; }
.category-list #category-140 h3:before { content: '\f469'; font-family: "Font Awesome 7 Sharp"; }

.category-list .category .article-count {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "ITCFranklinGothicLTPro4";
  font-size: 16px;
  font-weight: 500;
  font-stretch: condensed;
}

#contentArea .category-list .category {
  background-color: rgba(255,255,255,0.5);
  border: 0;
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  flex-wrap: none;
}
#contentArea .category-list a.category:hover {
  background-color: rgba(255,255,255,0.9);
}

@media (max-width:674px) {
  .category-list .category,.category-list.two-col .category {
    width: 93%;
  }
}
@media (min-width:675px) and (max-width: 923px) {
  .category-list .category,.category-list.two-col .category {
    width: 43%;
  }
}
@media (min-width: 924px) {
  .category-list .category {
    width: 28%;
  }
}

/* make images not horrible */
#fullArticle img {
  border: none;
  padding: 0;
  border-radius: 0;
}

/* typography */
body,
p,
section.articleFoot *:not(i) {
  font-family: "ITCFranklinGothicLTPro";
  font-style: normal;
  font-stretch: normal;
  font-weight: 350;
}
body,
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
}
#fullArticle .callout p,
#fullArticle .callout-blue p,
#fullArticle .callout-green p,
#fullArticle .callout-red p,
#fullArticle .callout-yellow p,
#fullArticle .private-note p {
  font-size: 16px;
}
#fullArticle pre>p {
  font-size: 16px;
}
#fullArticle a {
  font-weight: 500;
  color: #0a8fff;
}
section.articleFoot *:not(i) {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6, .nav a.contactUs {
  font-family: "Tungsten A", "Tungsten B";
  font-style: normal;
}
#fullArticle .title,
#fullArticle h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.0;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.contentWrapper h1,
#fullArticle h2 {
  font-family: "Tungsten A", "Tungsten B",'EndcrawlApp';
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}
#fullArticle h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
  line-height: 1.1;
  display: flex;
}
.contentWrapper h1 {
  margin-top: 0.1em;
  margin-bottom: 1em;
  line-height: 1.0;
}
.hs-icon {
  font-family:'EndcrawlApp';
}
h2 .h2-icon,
h2 i.fa-kit,
h2 i.fa-sharp,
h2 i.fa-solid {
  position: relative;
  color: #999999;
  font-size: 75%;
  top: 0.2em;
  padding-right: 0.25em;
  vertial-align: baseline;
}
h2 i.fake-bold {
  text-shadow: 0.015em 0 0 currentColor;
}
#fullarticle table tr td h2 {
  margin-top: 0.5em;
  margin-bottom: 0;
}
h2 + h3,
#fullArticle h2 + #fullArticle h3 {
  margin-top: 0.75em;
}
h3 {
  margin-top: 1.5em;
}
h3,
#fullArticle h3 {
  font-family: "ITCFranklinGothicLTPro";
  font-style: normal;
  font-stretch: condensed;
  font-weight: 700;

  font-size: 28px;
  margin-bottom: 0.75em;
  letter-spacing: -0.005em;
  line-height: 1.0;
}
#fullArticle .related h3 {
  font-weight: 700;
  letter-spacing: 0.015em;
  margin-bottom: 0.3em;
}
#fullArticle h4 {
  font-weight: 600;
  font-size: 30px;
  margin-top: 0.8em;
  margin-bottom: 0.6em;
}
#fullArticle h5 {
  font-weight: 600;
  font-size: 26px;
  margin-top: 0.9em;
  margin-bottom: 0.6em;
}
#fullArticle h6 {
  color: #222;
  font-weight: 600;
  font-size: 22px;
  margin-top: 0.9em;
  margin-bottom: 0.65em;
}
.navbar a.brand {
  padding: 1em 0 1em 0;
}
a.brand > img {
  height: 37.5px;
  width: 150px;
}
article#fullArticle ul {
  margin-top: -0.5em;
  margin-bottom: 2em;
}
#mainNav ul.nav a.contactUs {
  padding: 1em;
  font-weight: 500;
  font-size: 22px;  
}


/* pricing table */

#fullArticle table th, #fullArticle table td {
  border: none;
  font-weight: 300;
}

table#pricing-feature tr:first-of-type td:nth-of-type(3) {
  background-color: #c7d5ea;
}
table#pricing-feature tr:first-of-type td:nth-of-type(2) {
  background-color: #bcc8dd;
}
table#pricing-feature tr:first-of-type td:nth-of-type(1) {
  background-color: #adb9cb;
}

table#pricing-feature tr:not(first-of-type) td:nth-of-type(3) {
  background-color: #f5f5f5;
}
table#pricing-feature tr:not(first-of-type) td:nth-of-type(2) {
  background-color: #ededed;
}
table#pricing-feature tr:not(first-of-type) td:nth-of-type(1) {
  background-color: #e5e5e5;
}


table#pricing-short tr:first-of-type td:nth-of-type(3) {
  background-color: #8EF0F6;
}
table#pricing-short tr:first-of-type td:nth-of-type(2) {
  background-color: #81E1EA;
}
table#pricing-short tr:first-of-type td:nth-of-type(1) {
  background-color: #74CCD7;
}

table#pricing-short tr:not(first-of-type) td:nth-of-type(3) {
  background-color: #f7f7f7;
}
table#pricing-short tr:not(first-of-type) td:nth-of-type(2) {
  background-color: #ededed;
}
table#pricing-short tr:not(first-of-type) td:nth-of-type(1) {
  background-color: #e0e0e0;
}

/* make all text black */

#fullArticle,
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  color:#222222;
  font-weight: 350;
}
#fullArticle b,
#fullArticle strong {
  color: #000000;
  font-weight: 500;
}

/* make the sidebar nicer */

input.search-query,
ul.nav.nav-list li {
  padding-left: 12px;
}
ul.nav.nav-list li {
  margin-top: 0;
  margin-bottom: 0;
  background-color: rgba(255,255,255,0);
  transition: background-color 0.4s linear;
}
#sidebar .nav-list a {
  color: #666666;
  padding: 0.75em 1em 0.5em 0;
  line-height: 1.25em;
  margin-left: 0;
}
#sidebar ul.nav.nav-list li:hover {
  background-color: rgba(255,255,255,0.5);
  transition: background-color 0.25s linear;
}
#sidebar .nav-list .active a,
#sidebar .nav-list .active a:focus,
#sidebar .nav-list .active a:hover {
    font-weight: 500;
    color: #222222;
    background: 0 0;
    text-shadow: none;
    line-height: 1.25em;
}
#sidebar .nav-list a .icon-arrow {
  display: inline;
  opacity: 0;
}
#sidebar .nav-list li.active a .icon-arrow {
  display: inline;
  opacity: 1;
}
#sidebar .nav-list a i.icon-arrow {
  position: absolute;
  padding-left: 0.5em;
  font-size: 120%;
  line-height: 0.875em;
}
#sidebar .nav-list a i.icon-arrow:before {
  font-family: 'EndcrawlApp';
  content: '\f07c';
  color: #0a8fff;
  font-size: 130%;
}
.articleList,
.navbar .nav a,
.related ul>li a,
#sidebar .nav-list a {
  font-size: inherit;
}
#sidebar h3 {
  font-size: 24px;
  padding-left: 0.45em;
  margin-bottom: 0.75em;
}
input.search-query,
#sidebar ul.nav.nav-list li {
  padding-left: 12px;
}
#sidebar ul.nav.nav-list li {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#sidebar ul.nav.nav-list li.active {
  font-weight: 700;
}

.articleRatings {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #eeeeee;
  color: #222222;
  margin-top: 3em;
  font-size: inherit;
}
.articleFoot {
  margin-top: 2em;
}

/* callouts */

#fullArticle .callout h3,
#fullArticle .callout-red h3,
#fullArticle .callout-green h3,
#fullArticle .callout-blue h3,
#fullArticle .callout-gray h3,
#fullArticle .callout-yellow h3 {
  font-family: "ITCFranklinGothicLTPro4";
  font-style: normal;
  font-stretch: condensed;
  font-weight: 500;
  letter-spacing: -0.0075em;
  font-size: 28px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#fullArticle .callout > :last-child,
#fullArticle .callout-red > :last-child,
#fullArticle .callout-green > :last-child,
#fullArticle .callout-blue > :last-child,
#fullArticle .callout-gray > :last-child,
#fullArticle .callout-yellow > :last-child {
  margin-bottom: 1em;
}
#fullArticle .callout-yellow {
  background-color: rgb(248, 236, 201);
  border-color: hsla(45.2, 100%, 26.7%, 0.3);
}
#fullArticle .callout-yellow h3::before {
  font-family: 'EndcrawlApp';
  font-size: 24px;
  content: "\f0c5";
  margin-right: 0.4em;
  color: #d59a2a;
}
#fullArticle .callout-blue h3::before {
  font-family: 'EndcrawlApp';
  font-size: 26px;
  content: "\f0a7";
  margin-right: 0.5em;
  color: rgba(0,0,255,0.7);
}
#fullArticle .callout-red {
  background-color: hsla(319.6, 90.3%, 88%, 0.75);
  border-color: hsla(325.9, 100%, 16%, 0.3);
}
#fullArticle .callout-red h3::before {
  font-family: 'EndcrawlApp';
  font-size: 27px;
  content: "\f0c4";
  margin-right: 0.4em;
  color: hsl(326, 100%, 43%);  
}
#fullArticle .callout-green h3::before {
  font-family: 'EndcrawlApp';
  font-size: 24px;
  content: "\f163";
  margin-right: 0.4em;
  color: hsl(100, 60%, 38%);
}
#fullArticle .callout a,
#fullArticle .callout a:hover,
#fullArticle .callout a:active,
#fullArticle .callout a:visited,
#fullArticle .callout-yellow a,
#fullArticle .callout-yellow a:hover,
#fullArticle .callout-yellow a:active,
#fullArticle .callout-yellow a:visited,
#fullArticle .callout-blue a,
#fullArticle .callout-blue a:hover,
#fullArticle .callout-blue a:active,
#fullArticle .callout-blue a:visited,
#fullArticle .callout-red a,
#fullArticle .callout-red a:hover,
#fullArticle .callout-red a:active,
#fullArticle .callout-red a:visited,
#fullArticle .callout-green a,
#fullArticle .callout-green a:hover,
#fullArticle .callout-green a:active,
#fullArticle .callout-green a:visited {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
}

/* Sans Serif per mille */

#fullArticle h2 .franklin-gothic {
  font-weight: 500;
}

/* icons */

.articleList .icon-article-doc:before {
    font-family: "Font Awesome 7 Sharp";
    content: "\f15c";
    margin-right: 0.65em;
}

/* no sorting */
.sort {
    display: none;
}