/* GENERAL */
html {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #e6e6e6;
}
body,
input,
button,
select,
textarea {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
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 */
.navbar .brand {
  padding: 15px 20px 15px 0;
}
.navbar .brand img {
    transition: opacity .3s ease-out;
}
.navbar .brand:hover img {
    opacity: 0.6;
}
.navbar .nav li a,
.navbar .icon-private-w {
  color: rgba(255, 255, 255, 0.65);
}
.navbar .nav li a {
    font-size: 14px;
    padding: 14px 15px;
    letter-spacing: 0.6px;
}
.navbar .btn-navbar .icon-bar {
  background: #fff;
  box-shadow: none;
}
/* HOME */
.category-list .category:hover {
  background: #f9f9f9;
}
.category-list .category p {
  color: #6d7983;
  line-height: 22px;
}
/* IMG */
.images-wrap {
  display: inline-block;
  width: 100%;
}
.images-wrap .left,
.images-wrap .right {
  width: 49%;
  margin: 0;
}
.images-wrap .left {
  float: left;
}
.images-wrap .right {
  float: right;
}
#fullArticle .images-wrap img {
  margin: 0;
}
/* SEARCH */
#searchBar .search-query {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#searchBar .search-query:focus,
#searchBar #sidebar form .search-query:focus {
  border-color: #ccc;
  box-shadow: none;
}
#searchBar button {
  background: #3197d1;
  border-color: #3197d1;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  text-shadow: none;
  -webkit-transition: background .15s;
  -moz-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}
#searchBar button:hover {
  background-color: #1F81BA;
}
#serp-dd .result a:hover,
#serp-dd .result > li.active {
  background: #f9f9f9;
}
#docsSearch {
  background: #f9f9f9;
  border-bottom: 0;
}
/* INTERIOR PAGES */
#content {
  background: none;
}
#content:after {
  background: #f9f9f9;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
}
.contentWrapper {
  border: 0;
}
#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;
}
/* BUTTON */
.doc-button {
	display: inline-block;
    font-family: inherit;
    background-color: #13aff0;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.doc-button:hover {
	background-color: #0b7cac;
    text-decoration: none;
}
/* $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: #6d767e;
  font-size: 15px;
  line-height: 26px;
}
#fullArticle strong {
  color: #4A4D4F;
  font-weight: 600;
}
#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
  color: #343b41;
  margin-bottom: 1em;
}
#fullArticle h2,
#fullArticle h5 {
  font-weight: 600;
}
#fullArticle h4 {
  font-weight: 500;
}
#fullArticle h1,
#fullArticle h3 {
  font-weight: 400;
}
#fullArticle h3 {
  font-size: 23px;
}
#fullArticle h1.title {
  margin-bottom: 1em;
}
#fullArticle pre,
#fullArticle table {
  margin-bottom: 2.5em;
}
#fullArticle dl {
    margin-bottom: 30px;
}
#fullArticle dt {
  font-size: 15px;
  min-width: 9px;
  position: relative;
  top: 2px;
}
#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: "";
  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;
}
.icon-article-doc {
  display: none;
}
.related {
  border: 0;
  border-top: 1px solid #eceef0;
  padding: 30px 46px 25px;
}
.articleFoot p {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  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;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .navbar .btn-navbar {
    margin-top: 20px;
    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;
  }
}
/* 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 {
    background: #fff;
    width: 44.5%;
  }
}
@media screen and (max-width: 760px) {
  section.category-list .category {
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 1.5em 1em;
    width: 100%;
  }
}