body {
  background-color: #f5f6f7;
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 25px;
}

h1 {
  margin-top: 50px;
  margin-bottom: 25px;
  color: #45ad65;
  font-size: 49px;
  line-height: 50px;
  font-weight: 300;
}

h2 {
  margin-top: 50px;
  margin-bottom: 25px;
  color: #3d9257;
  font-size: 33px;
  line-height: 50px;
  font-weight: 400;
}

h2 a {
  text-decoration: none;
}

h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #333;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

h3 a {
  text-decoration: none;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
}

h5 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

h6 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #9fa8b3;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}

p {
  margin-top: 25px;
  margin-bottom: 25px;
}

a {
  color: #1cb14a;
  text-decoration: underline;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
}

ol {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 24px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 20px;
  border-left: 3px solid #d5dbe3;
  font-size: 16px;
  line-height: 25px;
}

.d-nav {
  height: 85px;
  border-bottom: 1px solid #ebedef;
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.d-nav-container {
  height: 85px;
}

.d-nav-brand {
  padding: 10px;
}

.d-nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #475366;
}

.d-nav-link:hover {
  background-color: #f5f6f7;
  color: #000;
  text-decoration: underline;
}

.d-nav-link.w--current {
  color: #45ad65;
}

.d-nav-dropdown-link {
  padding: 0px;
  color: #475366;
}

.d-nav-dropdown {
  height: 85px;
  line-height: 85px;
}

.d-nav-dropdown:hover {
  background-color: #f5f6f7;
}

.d-nav-dropdown-links.w--open {
  z-index: 900;
  border-right: 1px solid #ebedef;
  border-bottom: 1px solid #ebedef;
  border-left: 1px solid #ebedef;
  background-color: #f5f6f7;
  line-height: 25px;
}

.d-nav-dropdown-links hr {
  margin: 0;
  height: 1px;
  border: none;
  background-color: #cbd2dc;
  color: #cbd2dc;
}

.d-nav-child-link {
  color: #475366;
  font-size: 15px;
  text-transform: none;
}

.d-nav-child-link:hover {
  background-color: #ebedef;
  color: #000;
  text-decoration: underline;
}

.d-nav-child-link.w--current {
  color: #45ad65;
}

.d-nav-dropdown-icon {
  display: none;
}

.d-nav-menu {
  margin-left: 15px;
  float: left;
  line-height: 85px;
}

.d-nav-account {
  float: right;
  border-left: 1px solid #ebedef;
}

.d-nav-signup {
  display: inline-block;
  height: 85px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 85px;
}

.d-nav-link-signin {
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  color: #475366;
  line-height: 85px;
  text-decoration: none;
}

.d-nav-link-signin:hover {
  background-color: #f5f6f7;
  color: #000;
  text-decoration: underline;
}

.d-nav-link-signin.w--current {
  color: #45ad65;
}

.d-signup-button {
  border: 1px solid #4c6fa5;
  border-radius: 4px;
  background-color: #4484e4;
  background-image: -webkit-linear-gradient(270deg, #6f97d5, #436fb3);
  background-image: linear-gradient(180deg, #6f97d5, #436fb3);
  color: #fff;
  line-height: 25px;
  font-weight: 600;
}

.d-signup-button.d-buy-button {
  margin-top: 25px;
}

.d-get-at-marketplace-button {
  border: 1px solid #4c6fa5;
  border-radius: 4px;
  background-color: #4484e4;
  background-image: -webkit-linear-gradient(270deg, #6f97d5, #436fb3);
  background-image: linear-gradient(180deg, #6f97d5, #436fb3);
  color: #fff;
  line-height: 16px;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  margin-top: 15px;
}

.d-home-intro {
  width: 420px;
  padding-right: 20px;
  float: left;
}

.d-home-large-logo {
  margin-top: 50px;
  float: right;
}

.d-home-subtitle {
  margin-top: 25px;
  color: #475366;
  font-size: 26px;
  line-height: 42px;
}

.d-home-call-to-action {
  width: 300px;
  margin-top: 50px;
  padding: 10px 10px 12px;
  float: right;
  border: 1px solid #d5dbe3;
  border-radius: 4px;
  background-color: #f5f6f7;
  text-align: center;
}

.d-home-callt-to-action-title {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 18px;
}

.d-home-signup-button {
  border: 1px solid #4c6fa5;
  border-radius: 4px;
  background-color: #4484e4;
  background-image: -webkit-linear-gradient(270deg, #6f97d5, #436fb3);
  background-image: linear-gradient(180deg, #6f97d5, #436fb3);
  color: #fff;
  font-weight: 600;
}

.d-learn-more {
  margin-bottom: 25px;
}

.d-learn-more-button {
  padding: 4px 16px;
  border: 2px solid #45ad65;
  border-radius: 4px;
  background-color: #fff;
  color: #45ad65;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  text-decoration: none;
}

.d-section {
  padding-bottom: 75px;
  background-color: #fff;
}

.d-section-nav {
  width: 185px;
  margin-top: 50px;
  margin-right: 20px;
  padding-right: 20px;
  float: left;
  border-right: 1px solid #ebedef;
}

.d-section-nav-link {
  display: block;
  padding: 5px 9px 5px 10px;
  color: #475366;
  font-size: 16px;
  line-height: 24px;
}

.d-section-nav-link.w--current {
  color: #45ad65;
}

.d-section-nav-menu {
  width: 100%;
}

.d-section-navbar {
  z-index: 200;
  background-color: transparent;
}

.d-section-nav-divider {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebedef;
}

.d-content {
  position: relative;
  margin-left: 215px;
}

.d-content.d-footer-legal-content {
  color: #666;
}

.d-content.d-footer-onprem-callout {
  margin-top: 36px;
  color: #666;
}

.d-home-intro-row {
  margin-left: 185px;
}

.d-home-hero {
  width: 100%;
  margin-bottom: 25px;
  float: left;
  clear: none;
  /*border-bottom: 1px solid #d5dbe3;*/
}

.d-footer {
  border-top: 1px solid #ebedef;
  background-color: #f5f6f7;
}

.d-footer.d-section {
  font-size: 14px;
  line-height: 22px;
}

.d-footer-links {
  padding-top: 36px;
  padding-bottom: 60px;
}

.d-footer-legal {
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid #dfe1e3;
}

.d-footer-datomic-logo {
  width: 185px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.d-footer-cognitect-logo {
  width: 185px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.d-footer-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  line-height: 22px;
}

.d-footer-link {
  display: block;
  color: #333;
  text-decoration: none;
}

.d-footer-link.w--current {
  color: #45ad65;
}

.d-footer-inline-link {
  color: #666;
}

.d-footer-legal-content {
  color: #666;
}

.d-footer-social {
  margin-top: 10px;
}

.d-footer-social-link {
  margin-right: 4px;
  padding: 4px;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.d-pricing-comparison {
  margin-top: 50px;
  margin-bottom: 50px;
}

.d-pricing-price {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-right: 12px;
  padding-left: 12px;
}

.d-pricing-currency {
  position: relative;
  top: 6px;
  display: inline;
  float: left;
}

.d-pricing-denomination {
  display: inline;
  font-size: 34px;
  line-height: 50px;
  letter-spacing: -1px;
}

.d-pricing-period {
  display: inline;
  color: gray;
  font-size: 15px;
}

.d-pricing-comparison-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 12px;
  padding-left: 12px;
  color: #45ad65;
}
.d-pricing-comparison-heading a {
  text-decoration: none;
}
.d-pricing-comparison-heading a:hover {
  text-decoration: underline;
}

.d-pricing-comparison-column {
  border: 1px solid #d5dbe3;
  border-radius: 4px;
}

.d-pricing-datoms {
  padding: 10px;
  background-color: #f5f6f7;
  font-size: 18px;
  font-weight: 600;
}

.d-pricing-comparison-feature {
  padding: 12px 12px 13px;
  border-top: 1px solid #ebedef;
}

.d-pricing-signup {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #ebedef;
  text-align: center;
}

.d-pricing-signup.d-pricing-tier-free {
  padding-top: 127px;
}

.d-pricing-signup.d-pricing-tier-dev {
  padding-top: 127px;
}

.d-pricing-signup.d-pricing-tier-enterprise {
  padding-top: 75px;
}

.d-pricing-callout {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #d5dbe3;
  border-bottom: 1px solid #d5dbe3;
  text-align: center;
}

.d-home-feature {
  margin-top: 18px;
  display: inline-block;
}

.d-home-feature-image {
  float: left;
}

.d-home-feature-info {
  margin-left: 250px;
}

.d-home-feature-heading {
  margin-top: 0px;
  margin-bottom: 10px;
}

.d-details-image {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.d-details-heading {
  margin-top: 0px;
}

.d-details-feature {
  margin-top: 10px;
  float: left;
}

.d-details-feature-info {
  margin-left: 200px;
}

.d-support-tabs {
  display: none;
  border-bottom: 1px solid #ebedef;
  text-align: center;
}

.d-support-tab {
  display: inline-block;
  padding: 10px 20px;
  border-bottom: 2px solid #fff;
  color: #aaa;
  font-size: 24px;
}

.d-support-tab.d-support-tab-selected {
  border-bottom-color: #6ad48c;
  color: #333;
}

.d-support-search-input {
  display: inline-block;
  height: 45px;
  border-radius: 4px;
}

.d-support-search-button {
  width: 120px;
  float: right;
  border: 1px solid #4c6fa5;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #6f97d5, #436fb3);
  background-image: linear-gradient(180deg, #6f97d5, #436fb3);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.d-support-search-form {
  margin-top: 50px;
}

.d-support-search-input-container {
  margin-right: 130px;
}

.d-support-tabs-menu {
  border-bottom: 1px solid #ebedef;
  text-align: center;
}

.d-support-tab-link {
  border-bottom: 2px solid #fff;
  background-color: #fff;
  color: #aaa;
  font-size: 24px;
}

.d-support-tab-link.w--current {
  border-bottom-color: #6ad48c;
  background-color: #fff;
  color: #333;
}

.d-support-important-links {
  text-align: center;
  margin-top: 50px;
}

.d-buy-city {
  width: 70%;
  margin-right: 8px;
  float: left;
}

.d-buy-state {
  width: 25%;
  float: right;
}

.d-benefit img {
  margin-top: 50px;
  margin-bottom: 25px;
}

.d-onprem-feature img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.d-aws-marketplace-button {
  display: block;
  width: 210px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #fff, #d7d7d7);
  background-image: linear-gradient(180deg, #fff, #d7d7d7);
}

.d-footer-header-link {
  color: #333;
  text-decoration: none;
}

.d-customers-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-customers {
  padding-bottom: 50px;
  border-bottom: 1px solid #d5dbe3;
}

.d-customers-row {
  padding-bottom: 50px;
  border-bottom: 1px solid #d5dbe3;
  margin-top: 50px;
}

.d-customers-customer {
  text-align: center;
  padding: 0 14px;
}

.d-customers-customer p {
  text-align: left;
}
.d-customers-customer .d-learn-more {
  margin-top: 50px;
}

.text-block {
  display: none;
}

.link {
  display: inline-block;
}

.link.d-nav-dropdown-new-link {
  padding-right: 20px;
  padding-left: 20px;
  color: #475366;
  text-decoration: none;
}

.link.d-nav-dropdown-new-link:hover {
  color: #000;
  text-decoration: underline;
}

.d-videos-row {
  margin-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid #d5dbe3;
}

.d-videos-heading {
  margin-top: 0px;
}

.d-videos-video {
  margin-bottom: 25px;
}

.d-news-top-heading {
  margin-top: 50px;
}

.d-news-feature {
  margin-top: 18px;
  display: block;
  border-bottom: 1px dashed lightgrey;
}

.d-news-feature:nth-of-type(1) {
  padding-top: 10px;
  border-top: 1px dashed lightgrey;
}

.d-news-row {
  margin-bottom: 0px;
  padding-top: 10px;
}

.d-news-heading {
  margin-left: 5px;
  margin-top: 0px;
}

.d-news-heading a {
  text-decoration: none;
}

.d-news-entry {
  margin-left: 12px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .d-nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .d-nav-link-signin {
    padding-right: 20px;
    padding-left: 20px;
  }
  .d-home-intro {
    width: auto;
  }
  .d-home-large-logo {
    margin-top: 0px;
    margin-left: 245px;
    float: none;
  }
  .d-home-subtitle {
    font-size: 22px;
    line-height: 34px;
  }
  .d-home-call-to-action {
    width: auto;
    float: none;
    clear: both;
  }
  .d-section-nav {
    width: 165px;
  }
  .d-section-nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .d-content {
    margin-left: 185px;
  }
  .d-pricing-comparison-column {
    margin-bottom: 25px;
  }
  .d-pricing-signup.d-pricing-tier-enterprise {
    padding-top: 25px;
  }
  .d-pricing-comparison-row {
    display: inline-block;
  }
  .d-onprem-feature img {
    margin-bottom: 0px;
  }
  .link.d-nav-dropdown-new-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .link.d-nav-dropdown-new-link.w--current {
    color: #45ad65;
  }
}

@media (max-width: 767px) {
  .d-section-nav {
    display: none !important;
  }
  .d-footer-links {
    padding-top: 0px !important;
  }
  .w-col {
    width: auto !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .w-row {
    display: flex;
    justify-content: center;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .d-footer-datomic-logo {
    width: 100% !important;
    text-align: center !important;
  }
  h1 {
    margin-top: 10px !important;
  }
  .d-home-feature-info {
    margin-left: 0px !important;
    margin-bottom: 10px !important;
  }
  h2 {
    margin-top: 50px;
    margin-bottom: 25px;
    color: #3d9257;
    font-size: 23px !important;
    line-height: 20px !important;
    font-weight: 400;
  }
  .d-nav-link {
    border-bottom: 1px solid #e0e4e9;
    line-height: 45px;
  }
  .d-nav-dropdown-link {
    line-height: 45px;
    font-weight: 600;
  }
  .d-nav-dropdown {
    height: auto;
    line-height: 25px;
  }
  .d-nav-dropdown-links {
    display: block;
    border-right: 0px none #000;
    border-bottom: 1px solid #e0e4e9;
    border-left: 0px none #000;
    background-color: #f5f6f7;
  }
  .d-nav-dropdown-links.w--open {
    border-right: 1px none #000;
    border-left: 1px none #000;
  }
  .d-nav-child-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .d-nav-menu {
    margin-left: 0px;
    background-color: #f5f6f7;
  }
  .d-nav-menu-button {
    height: 85px;
    padding-top: 30px;
  }
  .d-nav-menu-button.w--open {
    background-color: transparent;
    color: #475366;
  }
  .d-nav-account {
    border-left: 1px none #000;
  }
  .d-home-large-logo {
    margin-top: 50px;
    margin-left: 0px;
    float: right;
  }
  .d-home-subtitle {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .d-home-call-to-action {
    margin-top: 25px;
  }
  .d-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .d-section-nav {
    display: none;
    width: 100%;
    margin-top: 25px;
    margin-right: 0px;
    padding-right: 0px;
    float: none;
    border-right: 0px none #000;
  }
  .d-section-nav-link {
    width: 50%;
    float: left;
  }
  .d-section-nav-divider {
    clear: both;
  }
  .d-content {
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
    .d-home-intro h1 {
        font-size: 10.5vw;
    }
    .d-customers-img-container {
        width: 60px;
        padding: 0 3px 0 3px;
    }
  .d-breadcrumbs {
      display: none
  }
  .d-nav-container {
    float: left;
  }
  .d-nav-menu-button {
    position: absolute;
    right: 0px;
  }
  .d-nav-account {
    margin-right: 60px;
    padding-top: 0px;
    border-left: 1px none #000;
  }
  .d-nav-signup {
    padding-right: 5px;
  }
  .d-nav-link-signin {
    padding-right: 5px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/FontAwesome.otf") format("opentype"),
    url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

/****************************************************************************/
/* Below is snipped from "custom code" section in Webflow */

body {
  -webkit-font-smoothing: antialiased;
}
.fa,
span[class^="icon-"] {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
  content: "\f00c";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-close:before {
  content: "\f057";
}
.admonitionblock td.icon [class^="fa icon-"] {
  font-size: 2em;
  cursor: default;
  font-family: FontAwesome, sans-serif;
}
.admonitionblock td.icon .icon-note:before {
  content: "\f05a";
}
.admonitionblock td.icon .icon-tip:before {
  content: "\f0eb";
}
.admonitionblock td.icon .icon-warning:before {
  content: "\f071";
}
.admonitionblock td.icon .icon-caution:before {
  content: "\f06d";
}
.admonitionblock td.icon .icon-important:before {
  content: "\f06a";
}
@media screen and (min-width: 1600px) {
  .w-container {
    max-width: 1170px;
  }
  .d-home-intro {
    width: 600px;
  }

  .d-pricing-signup.d-pricing-tier-pro {
    padding-top: 75px;
  }

  .d-pricing-signup.d-pricing-tier-enterprise {
    padding-top: 100px;
  }
}

.d-comparison-table .icon-check {
  color: #6ad48c;
}
.d-comparison-table tbody th {
  font-weight: 600;
}

.d-google-map {
  width: 100%;
  height: 300px;
}
.d-google-map h2,
.d-google-map p {
  margin: 0;
  padding: 0;
}

.d-google-map h2 {
  font-size: 18px;
}

/* Bootstrap tables */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ebedef;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ebedef;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ebedef;
}
.table .table {
  background-color: #ffffff;
}
.table-bordered {
  border: 1px solid #ebedef;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ebedef;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(245, 246, 247, 0.5); /* #f5f6f7 */
}

/* Support */
.d-support-results-failure,
.d-support-results-container {
  display: none;
}
.d-support-results-container {
  position: relative;
  border: 1px solid #ebedef;
  border-radius: 4px;
  padding: 0 15px 25px;
}

.d-support-close-results {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  color: #aaa;
  font-size: 18px;
}

.d-product-offering {
  border-bottom: 1px solid #ebedef;
  padding-bottom: 25px;
}

.d-breadcrumbs-container {
  background-color: #f5f6f7;
  border-bottom: 1px solid #ebedef;
}

.d-breadcrumbs {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1600px) {
  .d-breadcrumbs {
    max-width: 1170px;
  }
}
.d-breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.d-breadcrumbs li {
  float: left;
}
.d-breadcrumbs a,
.d-breadcrumbs .d-breadcrumbs-current {
  display: inline-block;
  padding: 8px 7px 8px 10px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
}
.d-breadcrumbs-overview {
  font-weight: 600;
}
.d-breadcrumbs-feed {
  float: right !important;
}
.d-index-current {
  font-size: 16px;
  font-weight: 200;
}
.w-col-15 {
  width: 20%;
}

.d-index-single-post {
  position: relative;
  display: block;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-top: 15px;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 15px;
}

.d-index-single-post:not(:first-of-type) {
  margin-top: 75px;
}

.d-index-single-post h1 {
  margin: 0px 10px 10px 15px;
}

.d-index-single-post a {
  text-decoration: none;
}

.d-post-date {
  margin: 5px 0px 10px 20px;
}

.d-post-summary {
  position: relative;
  height: 250px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  margin: 10px;
  margin-left: 15px;
}

.d-index-single-post #fade {
  position: absolute;
  display: table;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 20px;
  padding-bottom: 10px;
  background: rgb(255,255,255);
}

.d-index-single-post #fade a {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-right: 20px;
}

.d-actions {
  cursor: default;
  width: 100%;
  height: 50px;
  margin-top: 25px;
  display: table;
  text-align: center;
}

.d-actions div {
  display: inline-block;
  padding: 0 1.5em 0 0;
  vertical-align: middle;
}

.d-actions .center {
}

.d-actions .previous {
  text-decoration: none;
  float: left;
}

.d-actions .previous:before {
  content: "\2190";
}

.d-actions .next {
  text-decoration: none;
  float: right;
}

.d-actions .next:after {
  content: "\2192";
}

.d-topic-image {
  clear: right;
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
}

.notification-top-bar {
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #1ABC9C;
  text-align: center;
  color: #FFFFFF;
  font-family: sans-serif;
  font-weight: bolder;
  font-size: 18px;
}

.notification-top-bar p {
  padding: 0;
  margin: 0;
}

.notification-top-bar a {
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.notification-top-bar a:hover {
  text-decoration: underline;
}
