
body {
  font-family: "sofia-pro", "Calibri", "Gill Sans", "DejaVu Sans", sans-serif;
  font-weight: 300;
  background: #F7F7F7;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.navbar .navbar-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  box-shadow: none;
}

.container-fluid {
  max-width: 1040px;
}

.navbar .brand {
  padding: 10px 20px;
}

.navbar ul.nav li:first-child {
  padding: 14px 40px;
}

.navbar .nav {
  padding-right: 20px;
}

.navbar .nav li a,
.navbar .nav .active a {
  font-family: "anonymous-pro", "Lucida Console", "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding: 0;
}

.navbar .nav li a:focus,
.navbar .nav li a:hover,
.navbar .nav .active a:focus,
.navbar .nav .active a:hover {
  color: #000;
}

#mainNav .brand span {
  display: inline-block;
  text-indent: -9000px;
  width: 124px;
  height: 50px;
  background: url(https://depfu.com/images/depfu_logo_name_blue.svg) no-repeat 0 0;
  background-size: 100%;
}

#docsSearch {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #F7F7F7;
  border: 0px;
  margin-bottom: 20px;
}

#docsSearch h1 {
  letter-spacing: -0.02em;
  font-size: 36px;
  margin-bottom: 20px;
  color: #261744;
}

#searchBar .search-query {
  background: #fff;
  border-width: 1px;
  border-color:  #E9E7EC;
  color: #777;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 10px 0px;
}

#searchBar .search-query:focus {
  border-width: 1px;
  border-color: #D3D0D9;
}

#searchBar button {
  background: #0000FF;
  border-color: transparent;
  color: #fff;
  text-shadow: none;
}

#searchBar button:hover {
  background: #0000E8;
  border-color: transparent;
  color: #fff;
  text-shadow: none;
}

#main-content {
  background: none;
}

.contentWrapper {
  border: 0px;
}

#sidebar form .search-query {
  margin-top: 50px;
  box-shadow: none;
  border-color: #E9E7EC;
}

#sidebar form .search-query:focus {
  border-width: 1px;
  border-color: #D3D0D9;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 10px 0px;
}

#sidebar .nav-list  a {
  font-size: 16px;
}

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

#serp .articleList>li a,
.articleList a span {
  color: #0000FF;
  font-weight: 300;
  font-size: 18px;
}

#serp .articleList>li a:hover,
.articleList a:hover span {
  color: #0000E8;
}

#serp .articleList p {
  font-size: 16px;
}

#serp .articleList p:after {
  content: '...';
}

#fullArticle .title,
#categoryHead h1,
#serp h1 {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 30px;
}

#categoryHead p.descrip {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}


/* Hide stuff */
.articleFoot time.lu {
  display:none;
}

.sort,
.printArticle,
.articleFoot {
  display: none;
}

.category-list .category p.article-count {
  display: none;
}

footer {
  margin-top: 50px;
}

footer p {
  font-size: 14px;
  opacity: 0.7;
}

/* Responsive */

@media (max-width: 768px) {
  #categoryHead .sort {
    display: none;
  }

  footer p {
    text-align: left;
  }
}

/* Contact Modal */

#contactModal {
  padding: 35px 30px 40px 30px;
}

#contactModal .icon-close {
  opacity: 0.4;
}

#contactModal .icon-close:hover,
#contactModal .icon-close:active {
  opacity: 0.5;
}

#contactModal h2 {
  margin-bottom: 10px;
  color: #261744;
  font-size: 28px;
  border-width: 0px;
}

#contactModal .control-label,
#contactForm .control-label {
  font-size: 16px;
  font-color: #A8A2B4;
}

#contactModal input,
#contactModal textarea,
#contactForm input,
#contactForm textarea {
  font-size: 16px;
  border-color: #E9E7EC;
  font-size: 16px;
  font-color: #5F5567;
  padding: 8px 12px;
  box-shadow: none;
}

#contactModal input {
  width: 325px;
}

#contactModal input:focus,
#contactModal textarea:focus,
#contactForm input:focus,
#contactForm textarea:focus {
  border-color: #D3D0D9;
  box-shadow: none;
}

#contactModal input.btn,
#contactForm input.btn {
  font-size: 18px;
  color: white;
  text-shadow: none;
  border-width: 0px;
  border-radius: 4px;
  background-color: #00F;
  background-image: none;
  padding: 14px 26px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 10px 0px;
  margin-top: 10px;
  width: auto;
}

#contactModal input.btn:hover,
#contactModal input.btn:active,
#contactForm input.btn:hover,
#contactForm input.btn:active {
  background-color: #0000E8;
}

/* Category List */

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

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

/* 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%;
  }
}

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

#category-7 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cacaca' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 18 22 12 16 6'%3E%3C/polyline%3E%3Cpolyline points='8 6 2 12 8 18'%3E%3C/polyline%3E%3C/svg%3E");
}

#category-4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cacaca' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'%3E%3C/polygon%3E%3C/svg%3E");
}

#category-10 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cacaca' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'%3E%3C/path%3E%3C/svg%3E");
}

#category-9 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cacaca' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='18' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='6' r='3'%3E%3C/circle%3E%3Cpath d='M13 6h3a2 2 0 0 1 2 2v7'%3E%3C/path%3E%3Cline x1='6' y1='9' x2='6' y2='21'%3E%3C/line%3E%3C/svg%3E");
}

#category-28 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cacaca' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.89 1.45l8 4A2 2 0 0 1 22 7.24v9.53a2 2 0 0 1-1.11 1.79l-8 4a2 2 0 0 1-1.79 0l-8-4a2 2 0 0 1-1.1-1.8V7.24a2 2 0 0 1 1.11-1.79l8-4a2 2 0 0 1 1.78 0z'%3E%3C/path%3E%3Cpolyline points='2.32 6.16 12 11 21.68 6.16'%3E%3C/polyline%3E%3Cline x1='12' y1='22.76' x2='12' y2='11'%3E%3C/line%3E%3Cline x1='7' y1='3.5' x2='17' y2='8.5'%3E%3C/line%3E%3C/svg%3E");
}

#category-11 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cacaca' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'%3E%3C/polygon%3E%3C/svg%3E");
}

.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;
  line-height: 22px;
  padding: 0 10px;
}

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

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


/* Callouts */

#fullArticle .callout-blue {
  background-color: #E3E9F8;
  border-left: 2px solid #0000FF;
}

#fullArticle .callout-yellow {
  background-color: #F7F6E6;
  border-left: 2px solid #E6C005;
}

#fullArticle .callout-yellow p,
#fullArticle .callout-blue p {
  font-size: 18px;
  line-height: 1.6em;
  color: #2D2C39;
}

/* Article */

#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  font-size: 18px;
  line-height: 1.7;
  color: #464F59;
}


#fullArticle h1, #fullArticle h2, #fullArticle h3, #fullArticle h4, #fullArticle h5 {
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 20px;
}

#fullArticle a {
  text-decoration: none;
  font-weight: 300;
  color: #0000FF;
}

#fullArticle code,
#fullArticle pre {
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 14px;
  color: #bf616a;
}

#fullArticle code {
  padding: .25em .5em;
  background-color: #f9f9f9;
  border-radius: 3px;
}

#fullArticle pre {
  margin-top: 0;
  white-space: pre-wrap;
}

#fullArticle a:hover {
  color: #0000E8;
}
