/* -- color ----------------------------------------------------------------- */
/* /  color ----------------------------------------------------------------- */
.lato {
  font-family: 'Lato', sans-serif;
}
body {
  font-family: 'Lato', sans-serif;
  color: #4F5057;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Lato', sans-serif;
}
/* -- Header ----------------------------------------------------------------- */
.header {
  background: #0F78B8;
  max-width: 100%;
  width: 100%;
  padding: 0px;
  height: 65px;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header .container a {
  color: #fff;
}
.header .container #user-avatar {
  margin-right: 5px;
}
.header #user #user-name {
  color: #fff;
}
.header .user-nav {
  display: flex;
  align-items: center;
}
.header a {
  font-weight: bold;
  text-transform: uppercase;
}
/* /  Header ----------------------------------------------------------------- */
/* -- Footer ----------------------------------------------------------------- */
.footer {
  border: 0px none;
}
.footer .container {
  border-top: 2px solid #DADADA;
  padding-top: 50px;
}
.footer .container img {
  width: 112px;
  height: auto;
}
/* /  Footer ----------------------------------------------------------------- */
/* -- Search ----------------------------------------------------------------- */
.search-full input[type="search"] {
  border: 1px solid #A6A8AB;
  font-size: 18px;
  height: 41px;
}
.search {
  max-width: 407px;
  margin: 0 auto;
  width: 100%;
}
.search:before {
  content: '';
  height: 19px;
  width: 17px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.search #query {
  border-radius: 0px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #999999;
  height: 41px;
  padding-left: 40px;
  font-weight: 400;
}
/* /  Search ----------------------------------------------------------------- */
/* -- Hero ----------------------------------------------------------------- */
.hero {
  background: none;
  max-height: 215px;
  margin-bottom: 20px;
}
.hero .hero-inner {
  top: 45%;
}
.hero h1 {
  font-size: 44px;
  color: #4F5057;
  font-weight: bold;
  margin-bottom: 20px;
}
/* /  Hero ----------------------------------------------------------------- */
/* -- Homepage ----------------------------------------------------------------- */
.knowledge-base .blocks-list {
  justify-content: center;
}
.knowledge-base .blocks-list .blocks-item {
  max-width: 30%;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #fff;
  color: #4F5057;
  padding: 30px;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .knowledge-base .blocks-list .blocks-item {
    max-width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .knowledge-base .blocks-list .blocks-item {
    max-width: 100%;
  }
}
.knowledge-base .blocks-list .blocks-item:hover {
  border: 1px solid #A2CBE4;
  background: #F4FAFF;
}
.knowledge-base .blocks-list .blocks-item:hover ul {
  list-style: disc;
  color: #4F5057;
}
.knowledge-base .blocks-list .blocks-item:hover ul li {
  color: #0F78B8;
}
.knowledge-base .blocks-list .blocks-item:hover .more-link {
  color: #0F78B8;
}
.knowledge-base .blocks-list .blocks-item:hover .more-link:hover {
  color: #303030;
}
.knowledge-base .blocks-list .blocks-item .blocks-item-title,
.knowledge-base .blocks-list .blocks-item .blocks-item-title a {
  color: #4F5057;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 26px;
}
.knowledge-base .blocks-list .blocks-item .blocks-item-title:hover,
.knowledge-base .blocks-list .blocks-item .blocks-item-title a:hover {
  color: #0F78B8;
}
.knowledge-base .blocks-list .blocks-item ul {
  list-style: disc;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.knowledge-base .blocks-list .blocks-item ul li {
  text-align: left;
  display: none;
}
.knowledge-base .blocks-list .blocks-item ul li:nth-of-type(1),
.knowledge-base .blocks-list .blocks-item ul li:nth-of-type(2),
.knowledge-base .blocks-list .blocks-item ul li:nth-of-type(3) {
  display: block;
}
.knowledge-base .blocks-list .blocks-item ul li:hover a {
  color: #0F78B8;
}
.knowledge-base .blocks-list .blocks-item ul li a {
  text-align: left;
  color: #4F5057;
  font-size: 18px;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.knowledge-base .blocks-list .blocks-item ul li a:hover {
  text-decoration: underline;
}
.knowledge-base .blocks-list .blocks-item .more-link {
  text-align: left;
  font-size: 16px;
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  display: block;
}
/* /  Homepage ----------------------------------------------------------------- */
.promoted-articles-container {
  border-top: 2px solid #DADADA;
  padding-top: 50px;
  padding-bottom: 0px;
}
.promoted-articles-container h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #0F78B8;
  text-transform: capitalize;
}
.promoted-articles-container ul {
  justify-content: space-between;
}
.promoted-articles-container .promoted-articles-item {
  width: 48.5%;
  display: block;
  min-height: 90px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .promoted-articles-container .promoted-articles-item {
    width: 100%;
  }
}
.promoted-articles-container a {
  border: 0px none;
  font-size: 18px;
  color: #4F5057;
  line-height: 28px;
  height: 100%;
  min-height: 90px;
}
/* -- Page header ----------------------------------------------------------------- */
.page-header {
  border-bottom: 2px solid #DADADA;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page-header h1 {
  font-size: 44px;
  font-weight: bold;
  color: #4F5057;
  margin-bottom: 0px;
}
.page-header .page-header-description {
  font-size: 16px;
  color: #4F5057;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* /  Page header ----------------------------------------------------------------- */
/* -- Interior pages ----------------------------------------------------------------- */
.container-divider {
  display: none;
}
.breadcrumbs li {
  font-weight: 500;
}
.breadcrumbs li a {
  font-weight: 500;
}
.sub-nav {
  padding-top: 20px;
  align-items: flex-start;
}
.sub-nav .search {
  margin-right: 0px;
}
.icon-star {
  display: none;
}
/* /  Interior pages ----------------------------------------------------------------- */
/* -- Category ----------------------------------------------------------------- */
.category-content {
  flex: 1 0 100%;
}
.section-tree .section-tree-title {
  font-size: 22px;
}
.section-tree .section-tree-title a {
  color: #0F78B8;
  display: block;
}
.section-tree .section-tree-title a:hover {
  text-decoration: none;
  color: #4F5057;
}
.section-tree .article-list {
  list-style: disc;
  margin-left: 20px;
  padding-top: 10px;
}
.section-tree .article-list li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-tree .article-list li:hover {
  color: #0F78B8;
}
.section-tree .article-list li a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}
.section-tree .article-list li a:hover {
  color: #0F78B8;
  text-decoration: none;
}
.section-tree .see-all-articles {
  font-size: 16px;
  color: #0F78B8;
  margin-left: 20px;
}
/* /  Category ----------------------------------------------------------------- */
/* -- Section ----------------------------------------------------------------- */
.section-content {
  flex: 1 0 100%;
}
.section-content .article-list {
  max-width: 825px;
  margin-bottom: 40px;
}
.section-content .article-list h3 {
  margin-bottom: 0px;
}
.section-content .article-list h3 a {
  color: #0F78B8;
  font-size: 22px;
}
.section-content .article-list h3 a:hover {
  color: #4F5057;
}
.section-content .article-list p {
  font-size: 18px;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.section-content .article-list .see-more-link {
  color: #0F78B8;
  padding-left: 25px;
}
/* /  Section ----------------------------------------------------------------- */
/* -- Article ----------------------------------------------------------------- */
.article-container {
  justify-content: space-between;
}
.article-container .article {
  padding-left: 0px;
  flex: 1 0 100%;
  max-width: 686px;
  font-size: 18px;
  color: #303030;
}
.article-container .article p {
  font-size: 18px;
  color: #303030;
}
.article-container .article-sidebar {
  order: 2;
  width: 100%;
  flex: 1 0 30%;
  max-width: 407px;
}
.article-container .article-header {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.article-container .article-header h1 {
  font-size: 44px;
  font-weight: bold;
  color: #4F5057;
  line-height: 50px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.article-container .related-articles {
  padding: 30px;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0);
}
.article-container .related-articles:hover {
  border: 1px solid #A2CBE4;
  background: #F4FAFF;
}
.article-container .related-articles h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: bold;
}
.article-container .related-articles ul {
  list-style: disc;
  color: #4F5057;
  margin: 0 auto 0 auto;
  max-width: 265px;
}
.article-container .related-articles ul:hover {
  color: #0F78B8;
}
.article-container .related-articles ul:hover a {
  color: #0F78B8;
}
.article-container .related-articles ul a {
  font-size: 18px;
  color: #4F5057;
  line-height: 19px;
}
.article-container .related-articles ul a:hover {
  color: #0F78B8;
}
.article-votes .article-votes-question,
.article-votes .article-vote-label {
  font-size: 15px;
}
/* /  Article ----------------------------------------------------------------- */
/* -- Search results ----------------------------------------------------------------- */
.search-results-subheading {
  font-size: 22px;
  text-transform: uppercase;
  color: #0F78B8;
  font-weight: bold;
  letter-spacing: .045em;
}
.search-result-link {
  font-size: 22px;
  font-weight: bold;
}
.search-results-list > li:first-child {
  border-top: 0px none;
}
.search-results-list > li {
  border-color: #E6E6E6;
}
.search-result-votes {
  display: none;
}
.search-results-column {
  max-width: 642px;
  width: 100%;
  flex: 1 0 100%;
}
.search-results-list {
  max-width: 642px;
  width: 100%;
}
/* /  Search results ----------------------------------------------------------------- */
/* -- Dynamic field evernote feature ----------------------------------------------------------------- */
.form .request-form .form-field[hidden] {
  display: none !important;
}
.form .request-form .form-field,
.form .request-form footer input[type="submit"] {
  display: none;
}
.form .request-form .form-field.topic-field.first-topic-field,
.form .request-form footer input[type="submit"].topic-field.first-topic-field {
  display: block;
}
.form .request-form .request_ticket_form_id {
  display: block !important;
}
.form .request-form .request_custom_fields_360022567874,
.form .request-form .request_custom_fields_360022567754 {
  display: none !important;
}
.form .request-form .request_custom_fields_360022567874 label,
.form .request-form .request_custom_fields_360022567754 label {
  display: none !important;
}
.form .request-form .request_custom_fields_360022567874 input,
.form .request-form .request_custom_fields_360022567754 input {
  display: none !important;
}
.form .request-form footer {
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
  position: relative;
}
.form .request-form footer .g-recaptcha {
  display: none;
}
.form .request-form footer input[type="submit"] {
  margin-top: 20px;
}
.form .request-form footer input[type="submit"].disabled {
  opacity: .3;
}
.btn-load-form {
  display: none;
}
/* -- Topic boxes ----------------------------------------------------------------- */
.topic-info-box {
  display: none;
  padding: 20px;
  background: #f1f1f1;
  font-size: 16px;
  margin-top: 30px;
}
.topic-info-box ul {
  list-style: disc;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.topic-info-box ul li {
  margin-left: 10px;
}
/* /  Topic boxes ----------------------------------------------------------------- */
/* /  Dynamic field evernote feature ----------------------------------------------------------------- */
