* {
  list-style: none;
}

body {
  -webkit-overflow-scrolling: touch;
  padding-top: 68px;
}

body.filter-open {
  min-height: 100vh;
  width: 100%;
  overflow-y: hidden;
  min-height: -webkit-fill-available;
  position: fixed;
}

@media all and (min-width: 1024px) {
  /* body {
    padding-top: 78px;
  } */

  body#simpleHeaderActive {
    padding-top: 65px;
  }
}

@media all and (min-width: 1024px) {
  body#simpleHeaderActive {
    padding-top: 112px;
  }
}

article,
aside,
figcaption,
figure,
footer,
menu,
section,
summary {
  display: block;
}

input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0;
}

.placeholder {
  color: #333;
}

input::-webkit-input-placeholder {
  color: #333;
}

input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #333;
}

input:-moz-placeholder,
input::-moz-placeholder {
  color: #333;
  opacity: 1;
}

table {
  /* border-collapse: collapse; */
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input,
select,
textarea {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.terms-container>* {
  margin-bottom: 20px;
  text-align: left;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: 0;
}

img.svg-img {
  height: 100%;
  width: 100%;
}

audio,
fieldset,
figure,
footer,
form,
label,
li,
menu,
ol,
section,
tbody,
td,
th,
tr,
ul,
video {
  border: 0;
  list-style: none;
}

.content-900 {
  max-width: 940px;
}

.content-650,
.content-900 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.content-650 {
  max-width: 700px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.para-18 {
  font-size: 18px;
  line-height: 23px;
}

.para-18,
.para-22 {
  font-family: HCo Gotham, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
}

.para-22 {
  font-size: 22px;
}

.para-12 {
  font-size: 12px;
  letter-spacing: 0.62px;
}

.para-12,
.para-14 {
  color: #333;
  font-family: HCo Gotham, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.para-14 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: normal;
}

input:focus {
  outline: none;
}

section {
  width: 100%;
  position: relative;
  padding: 65px 0;
  float: left;
}

.col-five-outer:after,
.col-five:after,
.col-four-outer:after,
.col-four:after,
.col-outer:after,
/* .col-three-outer:after, */
.col-three:after,
.col-two:after,
.container:after,
.content-650:after,
.content-900:after,
.resources-wrap:after,
.three-col-row:after,
.wrapper:after,
section:after,
ul:after {
  content: "";
  clear: both;
  display: block;
}

.col-two {
  width: 50%;
  color: currentColor;
}

.col-three,
.col-two {
  float: left;
  position: relative;
  height: 100%;
}

.col-three {
  width: 33.33%;
}

.col-four {
  width: 25%;
}

.col-five,
.col-four {
  float: left;
  position: relative;
  height: 100%;
}

.col-five {
  width: 20%;
}

.col-seven {
  width: 75%;
  float: left;
  position: relative;
  height: 100%;
}

.bg-img {
  overflow: hidden;
}

.bg-img img {
  width: 100%;
}

.v-middle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.v-middle-inner {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.v-middle {
  display: table-cell;
  vertical-align: middle;
}

.no-bt-margin {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0;
}

.padding-80 {
  padding: 80px 0;
}

.padding-40 {
  padding: 40px 0;
}

.padding-bottom {
  padding-bottom: 0;
}

.padding-top {
  padding-top: 0;
}

.no-margin {
  margin: 0;
}

/* 
@font-face {
  font-family: gothamMedium;
  font-display: swap;
  src: url("<@hst.webfile path='fonts/Gotham-Medium.eot'/>?#iefix");
  src: url("<@hst.webfile path='fonts/Gotham-Medium.eot'/>?#iefix") format("eot"), url("<@hst.webfile path='fonts/Gotham-Medium.woff'/>") format("woff"), url("<@hst.webfile path='fonts/Gotham-Medium.woff2'/>") format("woff2"), url("<@hst.webfile path='fonts/Gotham-Medium.svg'/>") format("svg"), url("<@hst.webfile path='fonts/Gotham-Medium.ttf'/>") format("truetype")
} */

input[type="text"]::-ms-clear {
  display: none;
}

ul.list-block li {
  position: relative;
  padding-left: 5px;
}

ul.list-block li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
  position: relative;
  left: -5px;
  top: -3px;
  display: inline-block;
}

/* .list-block span{
  margin-left: -8px;
} */

.blue-link,
.cta-effect,
.white-link {
  position: relative;
  font-weight: 700;
  display: inline;
  line-height: 1;
  font-size: 14px;
  /* margin-right: 15px; */
}

.link,
.blue-link {
  color: #4287d6;
}

.white-link {
  color: #fff;
}

.blue-link:hover,
.cta-effect:hover {
  text-decoration: underline;
}

.white-link:after,
.blue-link:after,
.cta-effect:after {
  content: ">";
  position: relative;
  bottom: 0;
  /* right: -15px; */
  transform: scale(0.8, 1);
  margin-left: 5px;
  display: inline-block;
}

.page-template-couchbase-vs-mongodb-mobile .white-link,
.page-template-comparing-couchbase-vs-oracle .white-link {
  line-height: 18px;
}

.page-template-couchbase-vs-mongodb-mobile .white-link:after,
.page-template-comparing-couchbase-vs-oracle .white-link:after {
  bottom: -1px;
  margin-left: 5px;
  right: auto;
}


/* @media all and (max-width: 767px){
  .white-link:after, .blue-link:after, .cta-effect:after{
    right: -13px;
  }
} */

@media all and (min-width: 768px) {

  .blue-link,
  .cta-effect,
  .white-link {
    font-size: 16px;
  }
}


@media all and (min-width: 768px) {

  .blue-link,
  .cta-effect,
  .white-link {
    font-size: 16px;
  }
}

form.search-container {
  position: relative;
}

.search-container input {
  /* width: 185px; */
  width: 210px;
  background: none;
  border: none;
  border-bottom: 2px solid #cccc;
  color: #fff;
  padding-right: 25px;
}

.search-icon {
  position: absolute;
  right: 0;
  width: 15px;
  top: 0;
  bottom: 10px;
  margin: auto;
  cursor: pointer;
}

.cta-animate {
  position: relative;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  padding: 5px 7px;
  border-top: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: padding 0.3s, border-color 0.3s;
  -ms-transition: padding 0.3s, border-color 0.3s;
  -moz-transition: padding 0.3s, border-color 0.3s;
  -webkit-transition: padding 0.3s, border-color 0.3s;
  -o-transition: padding 0.3s, border-color 0.3s;
}

.cta-animate:before {
  top: 0;
  border-left: 2px solid rgba(255, 255, 255, 0);
}

.cta-animate:after,
.cta-animate:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 0;
  color: rgba(255, 255, 255, 0);
  content: attr(data-text);
  transition: max-height 0.3s, border-color 0s;
  -webkit-transition: max-height 0.3s, border-color 0s;
  -moz-transition: max-height 0.3s, border-color 0s;
  -o-transition: max-height 0.3s, border-color 0s;
  -ms-transition: max-height 0.3s, border-color 0s;
}

.cta-animate:after {
  border-right: 2px solid rgba(255, 255, 255, 0);
}

.cta-animate:hover {
  border-color: #fff;
  outline: none;
}

.cta-animate:hover:after,
.cta-animate:hover:before {
  max-height: 100%;
  transition-delay: 0.28s;
  -ms-transition-delay: 0.28s;
  -webkit-transition-delay: 0.28s;
  -moz-transition-delay: 0.28s;
  -o-transition-delay: 0.28s;
  border-color: #fff;
}

.cta-animate:hover:after {
  height: 100%;
}

.cta-animate span {
  font-weight: 700;
}

.para-link {
  color: #4287d6;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

.para-link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4287d6;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.para-link:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.bg-black {
  background-color: #000;
}

.bg-blue {
  background-color: #4287d6;
}

.bg-gray {
  background-color: #f2f2f2;
}

.bg-cerulean {
  background-color: #00acdf;
}

.bg-red {
  background-color: #ea2328;
}

.bg-green {
  background-color: #00b9be;
}

.bg-darkgreen {
  background-color: #009c47;
}

.bg-lightgreen {
  background-color: #79d36a;
}

.bg-lightBlue {
  background-color: #4287d6;
}

.bg-purple {
  background-color: #b36cdb;
}

.bg-orange {
  background: #fc9c0c;
}

.bg-lightPurple {
  background-color: #8681c4;
}

.bg-pink {
  background-color: #eb4971;
}

.bg-lightpink {
  background-color: #f774ce;
}

.bg-darkPink {
  background-color: #ff1493;
}

.light-grey {
  background-color: #f3f3f3;
}

.med-grey {
  background-color: #eee;
}

.bg-mid-grey {
  background-color: #ccc;
}

.bg-grayblack {
  background-color: #F8F8F8;
}

.dark-grey {
  background-color: #666;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: #efcd0f;
}

.bg-cyan {
  background-color: #1fb7c5;
}

.border-bottom-center:after {
  content: "";
  position: absolute;
  width: 94px;
  height: 1px;
  left: calc(50% - 47px);
  bottom: -22px;
  background: #5c5c5c;
}

.gray-gradient {
  background: transparent linear-gradient(179deg, #F8F8F8 0%, #F8F8F800 100%) 0% 0% no-repeat;
}

.orange-gradient {
  background: #eb4971;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(1%, #eb4971),
      color-stop(99%, #fc9c0c));
  background: linear-gradient(90deg, #eb4971 1%, #fc9c0c 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4971", endColorstr="#fc9c0c", GradientType=1);
}

.orange-gradient-reverse {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear,
      left top,
      right top,
      from(#ed8f0e),
      to(#f4577b)) 0 0 no-repeat;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #ed8f0e, #f4577b) 0 0 no-repeat;
}

.yellow-gradient {
  background: #fc9b0d;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#fc9b0d),
      color-stop(50%, #f4733e),
      to(#eb4a70));
  background: linear-gradient(90deg, #fc9b0d 0, #f4733e 50%, #eb4a70);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc9b0d", endColorstr="#eb4a70", GradientType=1);
}

.pink-gradient {
  background: #b36cdb;
  background: linear-gradient(135deg, #b36cdb, #eb4971);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b36cdb", endColorstr="#eb4971", GradientType=1);
}

.pink-reverse-gradient {
  background: #eb4971;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#eb4971),
      to(#b36cdb));
  background: linear-gradient(90deg, #eb4971 0, #b36cdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4971", endColorstr="#b36cdb", GradientType=1);
}

.purple-gradient {
  background: #b36cdb;
  background: linear-gradient(135deg, #b36cdb, #00ace0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b36cdb", endColorstr="#4287D6", GradientType=1);
}

.blue-gradient {
  background: #00ace0;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#00ace0),
      to(#b36cdb));
  background: linear-gradient(90deg, #00ace0 0, #b36cdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4287D6", endColorstr="#b36cdb", GradientType=1);
}

.orangepink-gradient {
  background: #eb4971;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#eb4971),
      color-stop(19%, #f06252),
      color-stop(50%, #f4763a),
      to(#fc9c0c));
  background: linear-gradient(90deg,
      #eb4971 0,
      #f06252 19%,
      #f4763a 50%,
      #fc9c0c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4971", endColorstr="#fc9c0c", GradientType=1);
}

.orangepink-reverse-gradient {
  background: #fc9c0c;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#fc9c0c),
      color-stop(50%, #f4763a),
      color-stop(81%, #f06252),
      to(#eb4971));
  background: linear-gradient(90deg,
      #fc9c0c 0,
      #f4763a 50%,
      #f06252 81%,
      #eb4971);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc9c0c", endColorstr="#eb4971", GradientType=1);
}

.darkpurple-gradient {
  background: #b36cdb;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#b36cdb),
      color-stop(50%, #588dde),
      to(#00ace0));
  background: linear-gradient(90deg, #b36cdb 0, #588dde 50%, #00ace0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b36cdb", endColorstr="#4287D6", GradientType=1);
}

.darkpurple-reverse-gradient {
  background: #00ace0;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#00ace0),
      color-stop(50%, #588dde),
      to(#b36cdb));
  background: linear-gradient(90deg, #00ace0 0, #588dde 50%, #b36cdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4287D6", endColorstr="#b36cdb", GradientType=1);
}

.pinkpurple-gradient {
  background: #eb4971;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#eb4971),
      to(#b36cdb));
  background: linear-gradient(90deg, #eb4971 0, #b36cdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4971 ", endColorstr="#b36cdb ", GradientType=1);
}

.pinkorange-gradient {
  background: #eb4971;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#eb4971),
      to(#fc9c0c));
  background: linear-gradient(90deg, #eb4971 0, #fc9c0c);
}

@media screen and (max-width: 1224px) and (min-width: 1025px) {
  .para-18 {
    font-size: 16px;
  }

  .para-22 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .para-18 {
    font-size: 15px;
  }

  .para-22 {
    font-size: 18px;
  }

  section {
    padding: 40px 0;
  }

  .btn-blue {
    font-size: 13px;
  }

  .btn-yellow {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .para-18 {
    font-size: 14px;
  }

  .col-four,
  .col-three,
  .col-two {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px) {
  .para-22 {
    font-size: 16px;
  }

  section {
    padding: 40px 0;
  }

  .col-five {
    width: 50%;
  }

  .border-bottom-center:after {
    bottom: -20px;
  }
}

@media screen and (max-width: 595px) {
  section {
    padding: 30px 0;
  }

  table .black-btn,
  table .red-btn,
  table .red-white-btn,
  table .transparent-btn,
  table .white-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .black-btn,
  .red-btn,
  .red-white-btn {
    margin-top: 10px;
  }

  .border-bottom-center:after {
    bottom: -13px;
  }

  .generic-part-two .inner-container {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 595px) and (min-width: 481px) {
  .para-22 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .para-22 {
    font-size: 16px;
  }

  .col-five {
    width: 100%;
  }
}

.hide-carets:after {
  display: none !important;
}

.caret-icon {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}

.caret-icon:before {
  content: '';
  position: absolute;
  left: -18px;
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #222222;
  transform: rotate(-45deg);
}

.caret-icon:after {
  content: '';
  position: absolute;
  right: 5px;
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #222222;
  transform: rotate(45deg);
}


.fancybox-wrap {
  position: fixed !important;
}