#mktoStyleLoaded {
  /* css load detection, do not remove */
  color: #123456;
}
.mktoForm fieldset {
  border: 1px solid #aeb0b6;
}
.mktoForm fieldset legend {
  padding: 0 1em;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  -webkit-appearance: none;
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #aeb0b6;
  padding: 0.2em 0.3em;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  min-height: 1.9em;
}
.mktoForm input[type="text"]:focus,
.mktoForm input[type="url"]:focus,
.mktoForm input[type="email"]:focus,
.mktoForm input[type="tel"]:focus,
.mktoForm input[type="number"]:focus,
.mktoForm input[type="date"]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus {
  outline: none;
  border: 1px solid #888;
  color: #000;
}

.mktoForm select.mktoField::-ms-expand {
  display: none;
}

.mktoForm select.mktoField {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.2em 22px 0.2em 0.3em;
  background: #fff url(../images/arrow-down-bk.png) center right no-repeat;
}

.mktoForm.ie9 select.mktoField {
  background: none;
  padding: 0.2em 2.3px 0.2em 0.3em;
}

.mktoForm .mktoLogicalField {
  border: 1px solid transparent;
}

.mktoForm .mktoLogicalField label {
  color: white !important;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm .mktoLogicalField.mktoInvalid {
  border: 1px solid #8c0005;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-bottom: 0.6em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mktoForm input[type="checkbox"],
.mktoForm input[type="radio"] {
  width: 1em;
  height: 1em;
  opacity: 0;
}

.mktoForm input[type="checkbox"] + label:before,
.mktoForm input[type="radio"] + label:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  line-height: 1em;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #ccced2;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  background: #fff;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  color: white;
}

.mktoForm .mktoLabelToLeft input[type="checkbox"] + label:before,
.mktoForm .mktoLabelToLeft input[type="radio"] + label:before {
  margin-left: 0;
  right: 0.3em;
}

.mktoForm input[type="checkbox"]:checked + label:before,
.mktoForm input[type="radio"]:checked + label:before {
  text-align: center;
  color: #000;
}

.mktoForm input[type="checkbox"]:focus + label:before,
.mktoForm input[type="radio"]:focus + label:before {
  border: 1px solid #888;
}

.mktoForm input[type="checkbox"] + label:before {
}
.mktoForm input[type="checkbox"]:checked + label:before {
  content: "\2713 ";
}

.mktoForm input[type="radio"] + label:before {
  border-radius: 1em;
}
.mktoForm input[type="radio"]:checked + label:before {
  background-image: url(../images/dot-bk.png);
  background-position: 3px 3px;
  background-repeat: no-repeat;
  border: 4px solid gray;
}

.mktoForm.mktoNoCheckedSupport input[type="checkbox"] + label:before,
.mktoForm.mktoNoCheckedSupport input[type="radio"] + label:before {
  display: none;
}
.mktoForm.mktoNoCheckedSupport select.mktoField,
.mktoForm.ie7 select.mktoField,
.mktoForm.ie6 select.mktoField {
  background-image: none;
  padding-right: 0.3em;
}

.mktoForm textarea.mktoField {
  resize: none;
}
/*  */
/* ========================= Start Responsive Sytling ========================= */
/* ************************ */
/* ******** 1199px ******** */
@media screen and (min-width: 1300px) {
  .page-id-1035 .main_banner {
    padding: 140px 0 96px 0;
    background-size: inherit;
  }
  .page-id-91 .main_banner {
    padding: 130px 0 86px 0;
    background-size: inherit;
  }
}
@media screen and (max-width: 1199px) {
  .towers .tower {
    height: 350px;
  }
  .towers .tower_callout {
    height: 390px;
  }
  .tower_label {
    width: 400px;
    left: -385px;
  }
  section.confluent_platform_screen .confluent_platform_divider_image {
    font-size: 50px;
    padding-bottom: 0px;
  }
  section.confluent_platform_screen h1 {
    font-size: 50px;
    padding-bottom: 0px;
  }
  section.team_ready_to_scale_kafka_section ul.items > li .item {
    padding: 60px 80px;
  }
  .countries_tabs > ul > li {
    margin: 0 !important;
    margin-right: 25px;
  }
  .countries_tabs > ul > li {
    min-width: 234px;
  }
}
/* *********************** */
/* ******** 991px ******** */
@media screen and (max-width: 991px) {
  .towers .tower,
  .towers .tower_callout {
    width: 95%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .towers .tower {
    height: 310px;
  }
  .towers .tower_callout {
    height: 350px;
  }
  .tower_label {
    width: 360px;
    left: -345px;
  }
  section.confluent_platform_screen h1 {
    font-size: 36px !important;
    line-height: 40px !important;
    padding-bottom: 0px;
  }
  section.kafka_streams_section ul.items > li .item ul {
    margin-left: 20px;
  }
  section.kafka_streams_section ul.items > li {
    padding: 20px 30px 20px 60px;
  }
  section.kafka_streams_section h2 {
    font-size: 48px;
    line-height: 50px;
    padding-bottom: 0;
  }
  .landing_page_section .question {
    overflow: hidden;
    clear: both;
  }
  .single-landing_page .main_banner h1 {
    font-size: 36px;
    line-height: 1.37;
  }
  section.stream_processing_environments_section h2 {
    font-size: 38px;
    line-height: 46px;
  }
  section.the_power_without_the_weight h2 {
    font-size: 38px;
    line-height: 46px;
  }
  section.use_cases_well_suited_for_kafka_streams h2 {
    font-size: 38px;
    line-height: 46px;
  }
  section.upcoming_webinars_section ul.items.media > li {
    width: 100%;
    margin-bottom: 50px;
  }
  .countries_tabs > ul > li {
    width: 50%;
  }
  .countries_content ul li {
    width: 30%;
    min-width: 200px;
  }
}
/* ******************************** */
/* ******** 850px to 991px ******** */
@media (min-width: 850px) and (max-width: 991px) {
  section.download_section .col-md-6.text_left {
    padding-right: 20px;
    padding-left: 25px;
  }
}
/* *********************** */
/* ******** 767px to 991px ******** */
@media (min-width: 767px) and (max-width: 991px) {
  ul.tweets li {
    padding: 0 0 20px 0;
  }
  ul.tweets li img {
    position: inherit;
    margin-bottom: 10px;
    display: block;
    top: 0 !important;
  }
  section.team_ready_to_scale_kafka_section ul.items > li .item {
    padding: 40px 30px;
  }
}
/* *********************** */
/* ******** 767px ******** */
@media screen and (max-width: 767px) {
  #site-header {
    padding-top: 22px;
    height: 90px;
  }
  .top-bar {
    display: none;
  }
  .resource_nav select {
    display: block;
  }
  .resource_nav ul {
    display: none;
  }
  section.download_section {
    background: none;
  }
  div.download_form {
    background-color: #f1f6fb;
    padding: 30px;
  }
  .download_form
    form.mktoForm
    .mktoFormRow
    .mktoFieldDescriptor
    + .mktoFormCol {
    left: 110px;
  }
  section.confluent_platform_screen {
    padding-bottom: 130px;
  }
  section.confluent_platform_screen .col-md-push-7.text_left {
    position: inherit;
  }
  section.confluent_platform_screen .text_left .blue_outline_button {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
  }
  section.confluent_platform_screen .confluent_platform_divider_image {
    display: none;
  }
  section.kafka_streams_section {
    padding-top: 60px;
  }
  section.kafka_streams_section ul.items > li {
    padding-left: 0;
  }
  section.kafka_streams_section ul.items {
    margin-top: 20px;
  }
  section.team_ready_to_scale_kafka_section ul.items > li {
    margin-bottom: 30px;
    padding: 0;
  }
  .kafka_summit_2016_content img {
    max-width: 400px;
  }
  .kafka_summit_2016_content .text_left {
    text-align: center;
  }
  .featured_resource_section .featured_resource .text_left {
    text-align: center;
  }

  .single-landing_page .main_banner {
    height: initial;
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .single-landing_page .main_banner h1 {
    display: block;
    height: initial;
  }
  .landing_page_section .question {
    clear: none;
  }
  section.kafka_summit_2016_section .videos_slides {
    margin-top: 60px;
  }
  section.kafka_summit_2016_section .description img {
    max-width: 500px;
    width: 100%;
  }
  .page-id-88 section.section.text_left .blue_button {
    margin-bottom: 30px;
  }
  #investors .widthcol2 > li {
    width: 50%;
  }
  #founders_and_management .widthcol3 > li,
  #board_of_directors .widthcol3 > li {
    width: 50%;
  }
  section.confluent_platform_screen .text_left {
    padding-left: 15px;
  }
  .overview_kafka_streams_section .blue_button {
    margin-bottom: 30px;
  }
  .stream_processing_environments_section .orange_button {
    margin-bottom: 30px;
  }
  .featured_webinar p br {
    display: none;
  }
}
/* *********************** */
/* ******** 680px ******** */
@media screen and (max-width: 680px) {
  section.team_ready_to_scale_kafka_section ul.items > li .item {
    padding: 60px 30px;
  }
  section.blue_boxes .items > li .item {
    padding: 30px 15px 60px;
  }
  section.white_boxes .items > li .item {
    padding: 30px 15px 60px;
  }
  .training_events .event {
    padding: 14px 5px;
  }
  .featured_webinar .video_container {
    float: none;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    min-width: inherit;
  }
  .single-thankyou_page .main_banner {
    padding: 80px 0 60px;
  }
}
/* *********************** */
/* ******** 568px ******** */
@media screen and (max-width: 568px) {
  section.kafka_streams_section h2 {
    font-size: 42px;
  }
  section.kafka_streams_section ul.items > li {
    padding: 20px 30px 20px 20px;
  }
  .kafka_summit_2016_content img {
    max-width: 200px;
  }
  .landing_page_section .question {
    clear: both;
  }
  section.stream_processing_environments_section h2 {
    font-size: 28px;
    line-height: 36px;
  }
  section.the_power_without_the_weight h2 {
    font-size: 28px;
    line-height: 36px;
  }
  section.use_cases_well_suited_for_kafka_streams h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .countries_tabs > ul > li {
    width: 100%;
  }
}
/* *********************** */
/* ******** 440px ******** */
@media screen and (max-width: 440px) {
  #founders_and_management .widthcol3 > li,
  #board_of_directors .widthcol3 > li {
    width: 100%;
  }
  #investors .widthcol2 > li {
    width: 100%;
  }
  .towers .tower {
    height: 350px;
  }
  .towers .tower_callout {
    height: 390px;
  }
  .tower_label {
    width: 400px;
    left: -385px;
  }
  .tower a.blue_button {
    margin-left: 2%;
  }
}
/* *********************** */
/* ******** 400px ******** */
@media screen and (max-width: 400px) {
  .towers .tower {
    height: 390px;
  }
  section.confluent_platform_screen h1 {
    font-size: 32px !important;
  }
}

/* ========================= End Responsive Sytling ========================= */

/************************************** Adnan ******************************************/
.apache_kafka_section .item .body.body_color_white .content h5 {
  color: #ff671f;
}

.apache_kafka_section .item .body.body_color_white .item_hover {
  display: none;
}

.apache_kafka_section .item:hover .body.body_color_white {
  height: 0;
  display: table;
}
.apache_kafka_section .item:hover .content {
  display: table-cell;
}
.apache_kafka_section .item img {
  /*  width: 340px;
    max-height: 188px; */
  margin: 0;
}
.apache_kafka_section .item.item_bg_blue {
  max-height: inherit;
}
.apache_kafka_section .item.item_bg_blue .float_left img {
  max-height: 168px;
  /* width: 290px;*/
}
.apache_kafka_section .float_left {
  margin-right: 20px;
}

.want_to_learn_section .item a {
  color: #111820;

  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  display: block;
  clear: both;
}

/* *************************************************** */
/* ************** New What is Kafka Page  ************** */
/* ************************************************* */
section.con_what_kafka_overview {
  text-align: left;
  padding: 50px 0;
  overflow-x: hidden;
}
section.con_what_kafka_fits_in,
section.con_what_kafka_theway {
  padding-top: 30px;
  padding-bottom: 50px;
}
section.con_what_kafka_companies,
section.con_what_kafka_cluster,
section.con_what_kafka_toolset {
  padding: 50px 0;
}
.con_what_kafka_overview h1 {
  font-size: 60px;
  line-height: 1.17;
  color: #4a4a4a;
  margin-bottom: 30px;
  padding: 0px 0;
}
@media only screen and (max-width: 767px) {
  .con_what_kafka_overview h1 {
    line-height: 1.1 !important;
  }
}
.con_what_kafka_overview .rounded_button {
  margin-top: 30px;
}
.con_what_kafka_overview p,
.con_what_kafka_cluster p,
.con_what_kafka_toolset p,
.con_what_kafka_theway p,
.con_what_kafka_definitive_guide p {
  color: #4a4a4a;
  line-height: 32px;
  font-size: 18px;
}
.con_what_kafka_companies h2,
.con_what_kafka_cluster h2,
.con_what_kafka_toolset h2 {
  color: #4a4a4a;
  font-size: 36px;
  line-height: 1.28;
}
.con_what_kafka_companies .companies {
  list-style: none;
  padding: 0;
  margin: 20px 0 40px 0;
}
.con_what_kafka_companies .companies li {
  display: inline-block;
  padding: 25px;
}
.con_what_kafka_cluster h2,
.con_what_kafka_toolset h2 {
  text-align: left;
}
.con_what_kafka_fits_in h2 {
  text-align: left;
  line-height: 1.28;
  font-size: 36px;
}
.con_what_kafka_fits_in img {
  padding-top: 30px;
}
.con_what_kafka_cluster .row {
  /*	max-width: 950px;
    margin: auto; */
  margin-top: 80px;
  padding: 0 120px;
}
.con_what_kafka_cluster h3 {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
}
.con_what_kafka_cluster img {
  margin: 10px 0;
}
.con_what_kafka_cluster .content {
  text-align: left;
}
.con_what_kafka_toolset .content {
  text-align: left;
}
.con_what_kafka_toolset {
  overflow-x: hidden;
}
.con_what_kafka_theway h4 {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
}
.con_what_kafka_theway ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.con_what_kafka_theway .theway_items li:nth-child(1) ul,
.con_what_kafka_theway .theway_items li:nth-child(3) ul {
  height: 100%;
}
.con_what_kafka_theway .theway_items ul {
  border-left: solid 0.5px rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-bottom: 20px;
}
.con_what_kafka_theway .theway_items {
  text-align: left;
  margin-bottom: 60px;
  display: block;
  overflow: hidden;
}
.con_what_kafka_theway .theway_items > li {
  float: left;
  width: 33.33%;
}
.con_what_kafka_theway ul li div ul {
}

.con_what_kafka_theway ul li div ul li {
  /*  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1); */
  padding: 12px 0;
  color: #4a4a4a;
  font-size: 18px;
}
.con_what_kafka_theway .simple_link {
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
}
section.con_what_kafka_theway .rounded_button {
  margin: 10px 19px;
}
.sub_title {
  font-size: 18px !important;
  line-height: 1.78 !important;
  color: #ff671b;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 2px;
  font-weight: 400;
}
.sub_title_border {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 2.3px;
  color: #4a4a4a;
  text-transform: uppercase;
  padding: 0;
  font-weight: 500;
  text-align: left;
  border-bottom: solid 2px rgba(151, 151, 151, 0.5);
  margin-bottom: 60px;
}
.download_blue {
  /* background-image: linear-gradient(-155deg, rgba(74, 148, 214, .4) 45%, rgba(255, 255, 255, 0.08) 15%),linear-gradient(258deg, rgba(87, 238, 255, 0.1), rgba(77, 108, 211, 0.2)); */
  background-image: radial-gradient(
      ellipse farthest-corner at -40% 260%,
      #4a94d6 0%,
      rgba(49, 109, 194, 0) 80%,
      #4e95d3 57%
    ),
    linear-gradient(258deg, rgba(87, 238, 255, 0.1), rgba(77, 108, 211, 0));
  background-color: rgba(74, 148, 214, 0.85);
  color: #fff;
  padding: 16px 30px 16px 65px;
}
.download_blue h5 {
  color: #fff;
}
.download_white {
  background-color: white;
  position: relative;
  border: 3px solid #4a94d6;
  padding: 13px 20px 13px 65px;
}
.download_white h5 {
  color: #4a94d6;
}
.paper_white {
  background-color: #fff;
  color: #4a94d6;
  padding: 14px 20px 14px 70px;
  border: solid 2px #4a94d6;
}
.paper_white h5 {
  color: #4a94d6;
}
.download_blue:before {
  content: "";
  background-image: url(../images/download-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  position: absolute;
  left: 26px;
  top: 0;
  transition: all 0.1s ease-in;
}
.download_blue:hover:before {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: slideOutDown50;
  animation-iteration-count: infinite;
  /* top: 10px; */
}

/* Animations */
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -5px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -2px, 0);
  }

  90% {
    transform: translate3d(0, -1px, 0);
  }
}

@keyframes slideOutDown50 {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 50%, 0);
  }
}

.download_white:before {
  content: "";
  background-image: url(../images/download-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  position: absolute;
  left: 26px;
  top: 0;
  transition: all 0.1s ease-in;
}
.download_white:hover:before {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: slideOutDown50;
  animation-iteration-count: infinite;
  /* top: 10px; */
}
.paper_white:before {
  content: "";
  background-image: url(../images/paper_white_link_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 51px;
  position: absolute;
  left: 13px;
}
.video_white:before {
  content: "";
  background-image: url(../images/video_white_link_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 11px;
}
.video_white {
  background-color: #fff;
  color: #4a94d6;
  padding: 14px 20px 14px 70px;
  border: solid 2px #4a94d6;
}
.video_white h5 {
  color: #4a94d6;
}
.simple_blue {
  /* background-image: linear-gradient(258deg, rgba(87, 238, 255, 0.1), rgba(77, 108, 211, 0.7)); */
  background-color: #4a94d6;
  color: #fff;
  padding: 16px 30px 16px 30px;
  font-weight: 500;
}
.simple_white {
  background-color: transparent;
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #4a94d6;
  padding: 16px 30px 16px 30px;
  opacity: 0.99;
  border: 3px solid #4a94d6;
}
.simple_white.white_override {
  background: white !important;
  border: 0;
  color: #4a94d6 !important;
}
.simple_white:hover {
  background-color: #4a94d6;
  color: white;
}
.rounded_button.simple_white {
  min-width: 255px;
  text-align: center;
}
.rounded_button.simple_blue {
  min-width: 300px;
  text-align: center;
}
.rounded_button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
  min-width: 360px;
  max-width: 370px;
  text-align: left;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .rounded_button {
    min-width: 400px;
    max-width: 410px;
  }
}
.rounded_button h5 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
}
.rounded_button span {
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.rounded_button + .rounded_button {
  margin-left: 15px;
}
@media only screen and (min-width: 1000px) {
  .paper_white {
    left: 415px !important;
    margin-left: 15px !important;
    margin-top: 30px !important;
    position: absolute !important;
  }
}
.imagefullright {
  position: relative;
}
.imagefullright .col-sm-4 {
  position: absolute;
  /* left: 66.66%; */
  /* right: calc(-50% + 300px); */
  padding: 0;
  width: 50%;
  text-align: left;
  left: 64%;
}
.imagefullright .col-sm-4 img {
  margin: 0;
  max-width: 500px;
}
.con_what_kafka_definitive_guide .sub_title_border {
  margin-bottom: 20px;
}
.con_what_kafka_definitive_guide {
  padding: 45px 0;
}
.con_what_kafka_definitive_guide {
  overflow: hidden;
}
.con_what_kafka_definitive_guide .combined_shape {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.con_what_kafka_definitive_guide .combined_shape:after {
  content: "";
  position: absolute;
  right: -60%;
  background-color: #ffffff;
  height: 100%;
  width: 60%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_what_kafka_definitive_guide .combined_shape:after {
    display: none;
  }
}
.con_what_kafka_definitive_guide .container {
  padding: 80px 150px 80px 90px;
  background-color: #fff;
  border-radius: 250px 0 0 250px;
  margin-left: 60px;
  width: calc(100% - 60px);
}
.con_what_kafka_definitive_guide .content {
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .imagefullright .col-sm-4 {
    /* left: calc(50% + 210px); */
    /* right: calc(-50% + 400px); */
  }
}
@media screen and (max-width: 1199px) {
  .con_what_kafka_overview .rounded_button + .rounded_button {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .imagefullright .col-sm-4 {
    position: relative;
    left: 0;
    right: 0;
    padding: 15px;
    width: 80%;
    max-width: 400px;
  }
  @media screen and (min-width: 768px) {
    .customer_360_overview .imagefullright .col-sm-4 {
      top: 50%;
      transform: translateY(-50%);
    }
  }
  .imagefullright .col-sm-4 img {
    margin: 20px 0;
    max-width: 400px;
    width: 100%;
  }
  .con_what_kafka_cluster .text-right {
    text-align: left;
  }
  .rounded_button {
    margin: 10px 0;
    margin-left: 0 !important;
    min-width: 360px;
  }
  .con_what_kafka_cluster .row {
    padding: inherit;
  }
  .con_what_kafka_definitive_guide .container {
    padding: 80px 150px 80px 15px;
    background-color: #fff;
    border-radius: 0 250px 250px 0;
    margin-left: inherit;
    width: inherit;
  }
  .con_what_kafka_definitive_guide .col-sm-4 {
    margin-top: 30px;
    text-align: left;
  }
  .con_what_kafka_theway .theway_items > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .con_what_kafka_theway ul li div ul li {
    font-size: 16px;
    padding: 5px 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 560px) {
  .con_what_kafka_theway .theway_items > li {
    width: 100%;
    max-width: 400px;
    margin-bottom: 50px;
  }
}

/* *************************************************** */
/* ************** Customer 360 Page  ************** */
/* ************************************************* */
body.page-template-customer-360-page
  nav.navigation
  > ul
  > li.menu-item-8430
  > a {
  background-color: #4a94d6;
  padding: 11px 30px 11px 30px;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
}
body.page-template-customer-360-page nav.navigation > ul > li.menu-item-8430 {
  background-color: transparent;
}
.section.customer_360_overview {
  text-align: left;
  padding: 50px 0;
  overflow-x: hidden;
  overflow: hidden;
}
.section.customer_360_cta {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: left;
}
.customer_360_cta p {
  font-weight: bold;
}

.customer_360_overview h1 {
  font-size: 60px;
  line-height: 1.17;
  color: #4a4a4a;
  margin-bottom: 30px;
  padding: 0px 0;
}
.customer_360_cta .contact-btn {
  background-color: white;
  border: 3px solid #4597cb;
  color: #4597cb;
  text-align: left;
  padding: 15px 70px;
}
.customer_360_cta .contact-btn h5 {
  padding: 0;
  color: #4597cb;
  font-weight: bold;
}
.customer_360_cta .contact-btn:hover {
  color: #ff671b;
  border-color: #ff671b;
}
.customer_360_cta .contact-btn:hover h5,
.customer_360_cta .contact-btn:hover span {
  color: #ff671b;
}
@media only screen and (max-width: 767px) {
  .customer_360_overview h1 {
    line-height: 1.1 !important;
  }
}
.customer_360_overview .rounded_button {
  margin-top: 30px;
}
section.customer_360_overview,
section.customer_360_effective,
section.customer_360_looping,
section.customer_360_cta {
  padding: 50px 0;
}
section.customer_360_looping.col2 {
  overflow: hidden;
  padding-top: 0;
}
.customer_360_looping .row-btn {
  text-align: center;
}
section.customer_360_effective {
  text-align: left;
}
section.customer_360_effective ul.items {
  margin-left: -30px;
  margin-right: -30px;
}
section.customer_360_effective ul.items li {
  text-align: left;
}
.customer_360_overview p,
.customer_360_effective p,
.customer_360_looping p,
.customer_360_cta p {
  color: #4a4a4a;
  line-height: 32px;
  font-size: 18px;
  max-width: 760px;
}
.customer_360_overview .col-sm-12 p,
.customer_360_effective .col-sm-12 p,
.customer_360_looping .col-sm-12 p,
.customer_360_cta .col-sm-12 p {
  max-width: 100%;
}
.customer_360_overview h2,
.customer_360_effective h2,
.customer_360_looping h2,
.customer_360_cta h2 {
  color: #4a4a4a;
  font-size: 36px;
  line-height: 1.28;
  max-width: 100%;
}
.customer_360_effective h3 {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
}
.customer_360_effective .items .item {
  text-align: center;
}
.customer_360_effective .items .item img {
  height: 120px;
}
.customer_360_effective .items .item p {
  text-align: left;
}
.customer_360_cta h3 {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
}

.customer_360_cta .rounded_button {
  margin: 10px 0;
}
.customer_360_cta .download_blue {
  margin-right: 20px;
}
.customer_360_cta .download_blue:hover {
  background-color: #4a94d6;
  background-image: none;
}

.customer-360.know-us {
  background: #fafafa;
  padding: 90px 0;
}
.customer-360.know-us .container {
  padding: 90px 15px;
  position: relative;
  text-align: left;
}
.customer-360.know-us .download_blue {
  background-image: none;
}
.customer-360.know-us .video_white:before {
  content: none;
}
.customer-360.know-us .cta-wrap {
  position: relative;
  z-index: 2;
}
.customer-360.know-us .container:before {
  content: "";
  display: block;
  width: 200%;
  height: 50%;
  background-color: white;
  border-radius: 500px 0 0 0;
  position: absolute;
  top: 0;
  left: -15%;
}

.customer-360.know-us .container:after {
  content: "";
  display: block;
  width: 200%;
  height: 50%;
  background-color: white;
  border-radius: 0 0 0 500px;
  position: absolute;
  bottom: 0;
  left: -15%;
}
ul.looping_items.items {
  margin-left: -30px;
  margin-right: -30px;
}
ul.looping_items
  .looping_item
  .looping_item_content
  + ul.looping_items
  .looping_item
  img {
  padding-top: 2px;
}
ul.looping_items {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.looping_items li .looping_item {
  /*    border-radius: 10px;
    background-color: #fff; */
  padding: 30px 30px;
}
ul.looping_items li .looping_item h3 {
  font-size: 18px;
  font-weight: bold;
  /* display: inline-block; */
  /* float: left; */
  line-height: 16px;
  padding: 0;
  margin-bottom: 15px;
}
ul.looping_items li .looping_item p {
  margin: 0;
}
ul.looping_items li .looping_item img {
  float: left;
  max-width: 60px;
  margin: 0 30px 0 0;
}
ul.looping_items li .looping_item .looping_item_content {
  overflow: hidden;
  text-align: left;
}
ul.looping_items.items li {
  /*   clear: both;
    margin-bottom: 30px;
	*/
  margin-bottom: 0;
}

section.section .looping_items.items > li {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
section.why_a_streaming_platform_helps {
  position: relative;
  z-index: 9;
}
/* .why_a_streaming_platform_helps:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    border-top-right-radius: 315px;
    border-bottom-right-radius: 315px;
} */
@media screen and (max-width: 1199px) {
  .customer_360_overview .rounded_button + .rounded_button {
    margin-left: 0;
    margin-top: 20px;
  }
}
/* *************************************************** */
/* ********** Start New Confluent Page  *********** */
/* ************************************************* */
body.page-template-download-v3-page,
.page-template-download-v3-page #site-header,
.page-template-download-v3-page #site-header .brand_logo {
  background-color: transparent;
}
body.page-template-confirmation-v3-page,
.page-template-confirmation-v3-page #site-header,
.page-template-confirmation-v3-page #site-header .brand_logo {
  background-color: transparent;
}
body,
#site-header,
#site-header .brand_logo {
  background-color: transparent;
}
nav.navigation > ul > li.download-button > a {
  background-color: #4a94d6;
  padding: 11px 30px 11px 30px;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
}
footer {
  border-top: 0;
}
.con_other_links_section {
  margin-bottom: 90px;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.con_other_links_section:before {
  content: "";
  display: block;
  width: 150%;
  height: 50%;
  background-color: white;
  border-radius: 500px 0 0 0;
  position: absolute;
  top: 0;
  left: 9px;
  z-index: -1;
}
.con_other_links_section:after {
  content: "";
  display: block;
  width: 150%;
  height: 50%;
  background-color: white;
  border-radius: 0 0 0 500px;
  position: absolute;
  bottom: 0;
  left: 9px;
  z-index: -1;
}

.con_other_links_section h4 {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
}
.con_other_links_section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.con_other_links_section .theway_items {
  text-align: left;
  display: block;
  overflow: hidden;
}
.con_other_links_section .theway_items > li {
  float: left;
  width: 33.33%;
}
.con_other_links_section .theway_items ul {
  padding-bottom: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
}
.con_other_links_section .theway_items ul li {
  padding: 16px 0;
  color: #4a4a4a;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .con_other_links_section {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .con_other_links_section:before {
    border-radius: 0 500px 0 0;
    right: 10px;
    left: auto;
  }
  .con_other_links_section:after {
    border-radius: 0 0 500px 0;
    right: 10px;
    left: auto;
  }
  .con_other_links_section .theway_items ul {
    font-size: 16px;
    font-weight: 400;
  }
  .con_other_links_section .theway_items > li {
    width: 100%;
  }
  .con_other_links_section .theway_items ul li {
    padding: 5px 0;
    border-bottom: none;
  }
}
.main_download_section {
  margin-top: 40px;
  position: relative;
  padding: 60px 0 120px;
  overflow: hidden;
}
.main_download_section:before {
  content: "";
  display: block;
  width: 150%;
  height: 50%;
  background-color: white;
  border-radius: 0 500px 0 0;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
}
.main_download_section:after {
  content: "";
  display: block;
  width: 150%;
  height: 50%;
  background-color: white;
  border-radius: 0 0 500px 0;
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: -1;
}
.main_download_section h3 {
  color: #ff671b;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 2px;
  font-weight: 400;
}
.main_download_section h3 sup {
  font-size: 50%;
  top: -1em;
}
.main_download_section h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.17;
  padding: 0;
  margin-bottom: 30px;
  color: #4a4a4a;
}
.main_download_section .intro {
  margin-bottom: 60px;
}
.main_download_section .intro p {
  max-width: 800px;
}
p {
  font-weight: 300;
  line-height: 1.78;
  color: #4a4a4a;
  font-size: 18px;
}
.main_download_section .btn {
  width: 370px;
  height: 90px;
  border-radius: 50px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
  padding-left: 65px;
}
.main_download_section .btn:before {
  transition: all 300ms ease;
}
.main_download_section .btn:hover:before {
  top: 10px;
}
.main_download_section .btn p {
  opacity: 0.99;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
.main_download_section .btn small {
  font-size: 16px;
  font-weight: 100;
}
.main_download_section .primary-btn {
  background-image: linear-gradient(
    258deg,
    rgba(87, 238, 255, 0.1),
    rgba(77, 108, 211, 0.7)
  );
  position: relative;
}
.main_download_section .primary-btn p {
  color: white;
}
.main_download_section .primary-btn:before {
  position: absolute;
  left: 27px;
  top: -3px;
  content: "";
  display: block;
  width: 28px;
  height: 44px;
  background: url("../images/download-white.png") center center no-repeat;
  background-size: contain;
}
.main_download_section .primary-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #4a94d6;
  border-radius: 50px;
  z-index: -1;
}
.main_download_section .secondary-btn {
  background-color: white;
  position: relative;
  border: 3px solid #4a94d6;
}
.main_download_section .secondary-btn p {
  color: #4a94d6;
}
.main_download_section .secondary-btn small {
  color: #4a94d6;
}
.main_download_section .secondary-btn:before {
  position: absolute;
  left: 27px;
  top: -3px;
  content: "";
  display: block;
  width: 28px;
  height: 44px;
  background: url("../images/download-blue.png") center center no-repeat;
  background-size: contain;
}
.main_download_section .sub-intro p {
  max-width: 480px;
}
.line-dot-right {
  width: 100%;
  height: 1px;
  position: relative;
  margin: 50px 0;
  max-width: 480px;
}
.line-dot-right:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  border: solid 2.5px #dce0e4;
  position: absolute;
  left: 0;
  border-radius: 5px;
}
.line-dot-right:after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border: solid 2.5px #dce0e4;
  position: absolute;
  right: 0;
  border-radius: 5px;
}
.line-dot-left {
  width: 100%;
  height: 1px;
  position: relative;
  margin: 50px 0;
  max-width: 480px;
}
.line-dot-left:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  border: solid 2.5px #dce0e4;
  position: absolute;
  right: 0;
  border-radius: 5px;
}
.line-dot-left:after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border: solid 2.5px #dce0e4;
  position: absolute;
  left: 0;
  border-radius: 5px;
}
.page-template-download-v3-page h4 {
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
  text-transform: none;
}
.main_download_section .feature-list {
  margin-top: 40px;
}
.main_download_section .feature-list .feature-item {
  width: 250px;
  height: 34px;
  border-radius: 50px;
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  background-color: #fafafa;
  padding-left: 12px;
  padding-right: 12px;
  transition: all 300ms ease;
}
.main_download_section .feature-list .feature-item:hover {
  background-color: #e5e5e5;
}
.main_download_section .feature-list .feature-item:hover span {
  background-color: white;
}
.main_download_section .feature-list .feature-item a {
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  color: #4a4a4a;
  cursor: context-menu;
  pointer-events: none;
}
.main_download_section .feature-list .feature-item span {
  float: right;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #dbe0e4;
  margin-left: 2px;
  margin-top: 15px;
  transition: all 300ms ease;
}
.tooltip.in {
  opacity: 1 !important;
}
.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: white;
}
.tooltip.top > .tooltip-arrow {
  border-top-color: white;
}
.tooltip.left > .tooltip-arrow {
  border-left-color: white;
}
.tooltip.right > .tooltip-arrow {
  border-right-color: rgb(229, 229, 229);
}
.tooltip-inner {
  width: 360px;
  max-width: 360px;
  background-color: white;
  box-shadow: 2px 3px 10px 1px rgba(0, 0, 0, 0.25);
  opacity: 1;
  text-align: left;
  padding: 15px;
}
.tooltip p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.88;
}
@media screen and (max-width: 375px) {
  .tooltip-inner {
    width: auto;
  }
}
.con_other_downloads_section {
  padding: 80px 0 100px;
}
.con_other_downloads_section h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: none;
  line-height: 1.28;
  color: #4a4a4a;
}
.con_other_downloads_section .intro {
  margin-bottom: 40px;
}
.con_other_downloads_section .download-item p {
  max-width: 255px;
  margin-top: 30px;
}
.con_other_downloads_section .rounded_button {
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .main_download_section:before {
    right: -100px;
  }
  .main_download_section:after {
    right: -100px;
  }
  .main_download_section .btn {
    width: 300px;
    height: 75px;
  }
  .main_download_section .btn p {
    font-size: 18px;
  }
  .con_other_downloads_section .btn {
    width: 215px;
  }
}
@media only screen and (max-width: 767px) {
  .main_download_section {
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .main_download_section:before {
    border-radius: 0;
  }
  .main_download_section:after {
    border-radius: 0;
  }
  .main_download_section .btn {
    margin-bottom: 15px;
    width: 290px;
  }
  .main_download_section h3 {
    margin-bottom: 20px;
  }
  .line-dot-left,
  .line-dot-right {
    margin: 20px 0;
  }
  .main_download_section .col-sm-6:first-child {
    margin-bottom: 80px;
  }
  .main_download_section .feature-list {
    margin-bottom: 40px;
    margin-top: 15px;
  }
  .con_other_downloads_section {
    padding: 40px 0 60px;
  }
  .con_other_downloads_section .download-item {
    margin-bottom: 50px;
  }
  .con_other_downloads_section .download-item a {
    margin-bottom: 15px;
  }
  .con_other_downloads_section .download-item p {
    max-width: 100%;
  }
}

section.confirmation_section {
  text-align: left;
  margin-top: 40px;
  padding: 60px 0 300px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.confirmation_section .dot {
  width: 150px;
  position: absolute;
  top: 0;
  right: 18%;
  z-index: -1;
}
.confirmation_section .dot span {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: white;
  display: block;
}
.confirmation_section:before {
  content: "";
  display: block;
  width: 1400px;
  height: 50%;
  background-color: white;
  border-radius: 500px 500px 0 0;
  position: absolute;
  top: 0;
  right: 20%;
  z-index: -1;
}
.confirmation_section:after {
  content: "";
  display: block;
  width: 1400px;
  height: 50%;
  background-color: white;
  border-radius: 0 0 500px 500px;
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: -1;
}

.confirmation_section h1 {
  line-height: 1.17;
  padding: 0;
  margin-bottom: 30px;
  color: #4a4a4a;
}
.page-template-confirmation-v3-page p {
  font-weight: 300;
  line-height: 1.78;
  color: #4a4a4a;
  font-size: 18px;
}
.confirmation_section .intro {
  margin-bottom: 60px;
  max-width: 700px;
}
.confirmation_section .resource-row .resource-item {
  width: 255px;
  float: left;
  margin-right: 38px;
  margin-bottom: 40px;
}
.confirmation_section .resource-item .sub-intro {
  margin-bottom: 40px;
}

.page-template-confirmation-v3-page h4 {
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
  text-transform: none;
}
@media only screen and (max-width: 1200px) {
  .confirmation_section:before {
    right: 10%;
  }
  .confirmation_section:after {
    right: 10%;
  }
  .confirmation_section .dot {
    right: 5%;
  }
}
@media only screen and (max-width: 991px) {
  .confirmation_section:before {
    right: -5%;
  }
  .confirmation_section:after {
    right: -5%;
  }
  .confirmation_section .dot {
    right: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .confirmation_section {
    margin-top: 80px;
  }
  .confirmation_section:before {
    right: -240px;
  }
  .confirmation_section:after {
    right: -240px;
  }
  .confirmation_section .dot {
    display: none;
  }
  .page-template-ksql-page .ksql_download_blue {
    min-width: inherit;
  }
}

/* *************************************************** */
/* ********* Start Confluent Download Form  ********** */
/* ************************************************* */
.mfp-content .hide {
  display: block !important;
}
#popup_form.formhide form,
#popup_form.formhide h3,
#popup_form.formhide .mfp-close {
  display: none;
}

.con_download_form {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-top: 30px;
  z-index: 2;
  max-width: 520px;
  width: 100%;
  margin: auto;
  position: relative;
  background: #ffffff;
}
.con_download_form:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 30px;
  left: 30px;
  height: 20px;
  background-color: #4a94d6;
}
.con_download_form h3 {
  font-size: 18px !important;
  line-height: 1.78 !important;
  letter-spacing: 2px;
  text-align: center;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mfp-close-btn-in .con_download_form .mfp-close,
.mfp-close-btn-in .con_download_form .mfp-close {
  display: none;
}
.con_download_form form.mktoForm .mktoFormRow {
  background: #ffffff;
}
.con_download_form form.mktoForm .mktoFormCol .mktoError .mktoErrorMsg {
  background: #ffffff;
  padding: 0;
  margin-top: -4px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  color: #df1919 !important;
}
.con_download_form form.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: inline;
}
.con_download_form .mktoForm input[type="checkbox"] + label:before,
.con_download_form .mktoForm input[type="radio"] + label:before {
  background: #fff;
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 4px;
  font-size: 16px;
  margin-left: -22px;
  top: 15px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  box-shadow: none;
}
.con_download_form .mktoForm .mktoCheckboxList {
  padding-top: 0;
  padding-bottom: 0;
}
.con_download_form .mktoForm .mktoCheckboxList label {
  margin-top: 0;
  margin-bottom: 0;
}
.con_download_form .mktoForm #tellmeaboutplatformnewsreleases,
.con_download_form .mktoForm #iagreetothesoftwarelicenseagreement,
.con_download_form .mktoForm #iagreetoterms {
  height: 0;
  margin: 0;
}
.con_download_form form.mktoForm .mktoLabel,
.con_download_form form.mktoForm label.mktoLabel {
  display: block;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.58;
  text-align: left;
  color: #4a4a4a !important;
  width: 100% !important;
}
.con_download_form
  form.mktoForm
  label.mktoLabel[for="tellmeaboutplatformnewsreleases"],
.con_download_form
  form.mktoForm
  label.mktoLabel[for="iagreetothesoftwarelicenseagreement"],
.con_download_form form.mktoForm label.mktoLabel[for="iagreetoterms"] {
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
  padding-left: 20px;
}
.con_download_form form.mktoForm select.mktoField,
.con_download_form form.mktoForm input.mktoField,
.con_download_form form.mktoForm textarea.mktoField {
  height: 60px;
  border-radius: 4px;
  background-color: #ffffff !important;
  border: solid 1px #dcdcdc !important;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4a4a4a;
  padding: 26px 20px 10px 20px !important;
}
.con_download_form form.mktoForm select.mktoField {
  background-image: url(../images/select_arrow4.png) !important;
}
.con_download_form form.mktoForm input#Email:focus,
.con_download_form form.mktoForm #desiredDownloadFormat:focus {
  border: solid 2px #4a94d6 !important;
}
.con_download_form form.mktoForm input.mktoField.mktoInvalid,
.con_download_form form.mktoForm input.mktoField.mktoInvalid:focus,
.con_download_form form.mktoForm textarea.mktoField.mktoInvalid,
.con_download_form form.mktoForm select.mktoField.mktoInvalid {
  border: 1px solid #e01818 !important;
}
.con_download_form form.mktoForm .mktoLogicalField.mktoInvalid {
  border: none !important;
}
.con_download_form form.mktoForm .mktoCheckboxList + .mktoError {
  display: block;
  overflow: hidden;
  clear: both;
  padding-top: 10px;
  text-align: left;
  margin-left: 20px;
}
.con_download_form form.mktoForm .mktoButtonRow {
  text-align: center;
  border-top: solid 1px #d2d2d2;
  padding-top: 20px;
  margin-top: 25px;
}
.con_download_form .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  background-color: #e5e5e5;
  background-image: none;
  background-image: radial-gradient(
      ellipse farthest-corner at -40% 260%,
      #4a94d6 0%,
      rgba(49, 109, 194, 0) 80%,
      #4e95d3 57%
    ),
    linear-gradient(258deg, rgba(87, 238, 255, 0.1), rgba(77, 108, 211, 0));
  background-color: rgba(74, 148, 214, 0.85);
  color: #fff;
  padding: 16px 50px 16px 50px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
  min-width: 255px;
  text-align: center;
  font-size: 18px;
  border: none !important;
}
.con_download_form .mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover,
.con_download_form .mktoForm .mktoButtonWrap.mktoInset .mktoButton:focus,
.con_download_form .mktoForm .mktoButtonWrap.mktoInset .mktoButton:active {
}
.con_download_form .mktoForm .mktoButtonWrap.mktoInset .mktoButton:before {
  content: "";
  background-image: url(../images/download-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  position: absolute;
  left: 26px;
  top: 0;
  transition: all 0.1s ease-in;
}
.con_download_form
  .mktoForm
  .mktoButtonWrap.mktoInset
  .mktoButton:hover:before {
  top: 10px;
}

/* *************************************************** */
/* ********** Start KSQL Page  *********** */
/* ************************************************* */
.page-template-ksql-page .corner_rounded_button {
  color: #eee;
  font-size: 0.82em;
  font-family: "Roboto";
  padding: 1.5em 2em 1.5em 8em;
  margin: 0.5em 0.5em;
  -moz-box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  vertical-align: center;
  display: inline-block;
  text-align: left;
  background-color: rgba(255, 255, 255, 1);
  height: 120px;
}
@media (min-width: 501px) {
  .page-template-ksql-page .corner_rounded_button {
    width: 425px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-ksql-page .corner_rounded_button {
    width: auto;
  }
}
@media (max-width: 500px) {
  .page-template-ksql-page .corner_rounded_button {
    width: auto;
    height: auto;
  }
}
.page-template-ksql-page .con_kql_quote {
  background-color: #fafafa;
  padding: 120px 0px 0px 0px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.page-template-ksql-page .con_kql_quote .video_container a.play_btn {
  background-image: url(//www.confluent.io/wp-content/themes/confluent/assets/images/video-button-585.png);
  background-size: contain;
}

@media (min-width: 1200px) {
  .page-template-ksql-page .con_kql_quote {
  }
}

@media (max-width: 991px) {
  .page-template-ksql-page .con_ksql img {
    width: 45%;
    margin-top: 30px;
  }
  .page-template-ksql-page .con_kql_quote {
  }
}
.page-template-ksql-page .video_title {
  font-family: Roboto;
  font-size: 36px !important;
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
  color: #6666cc;
  margin: 0 auto 120px;
}
.page-template-ksql-page .video_title span {
  font-size: 27px;
  font-weight: 400;
  color: #666;
}
.page-template-ksql-page .video-container {
  /*background-color:#6666cc; background-image: radial-gradient(ellipse farthest-corner at 50% 149%,#6666cc 0,rgba(49,109,194,0) 80%,#fafafa 72%),linear-gradient(315deg,hsla(185, 72%, 36%, 0.1),rgba(77,108,211,0));
	 color: #fff;padding: 16px 20px 16px 65px;*/
  border-radius: 65%;
  height: 900px;
  background-color: #6666cc;
  width: calc(100% + 330px);
  margin-left: -160px;
}
@media (max-width: 674px) {
  .page-template-ksql-page .con_kql_quote {
  }
}
.page-template-ksql-page .video-content {
  /*width: 65%;*/
  height: 526px;
  border-radius: 15px;
  background-color: #e6e6e6;
  border: solid 1px #979797;
  height: 400px;
  margin-top: -220px;
  border-radius: 5px;
}
.page-template-ksql-page .ksql_use_case .content {
  text-align: left;
}
.page-template-ksql-page .ksql_use_case {
  margin-top: 0px;
  padding: 0 120px;
  text-align: left;
}
.page-template-ksql-page .ksql_use_case p {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 32px;
}
.page-template-ksql-page .ksql_use_case h2 {
  color: #4a4a4a;
  font-size: 36px;
  line-height: 1.28;
}
.page-template-ksql-page .ksql_use_case h3 {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 600;
}
.page-template-ksql-page .use_case_section {
  padding: 80px 0 60px;
  position: relative;
}

.page-template-ksql-page .stream-code-blue {
  color: #4597cb;
}
.page-template-ksql-page .stream-code-red {
  color: #fb5660;
}
.page-template-ksql-page .resource_github:before {
  content: "";
  background-image: url(../images/octocat.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 64px;
  position: absolute;
  left: 20px;
  top: 30px;
}

.page-template-ksql-page .resource_quickstart:before {
  content: "";
  background-image: url(../images/ksql-rocket-trans.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 75px;
  position: absolute;
  left: 20px;
  top: 25px;
}
.page-template-ksql-page .resource_dockerhub:before {
  content: "";
  background-image: url(../images/moby-large.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 55px;
  position: absolute;
  left: 20px;
  top: 25px;
}
.page-template-ksql-page .resource_ksql:before {
  content: "";
  background-image: url(../images/slack-mark-web.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 70px;
  position: absolute;
  left: 20px;
  top: 25px;
}
.page-template-ksql-page .resource_doc:before {
  content: "";
  background-image: url(../images/docs.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 70px;
  position: absolute;
  left: 20px;
  top: 25px;
}

.page-template-ksql-page .resource_blog:before {
  content: "";
  background-image: url(../images/blog.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 71px;
  height: 70px;
  position: absolute;
  left: 20px;
  top: 25px;
}
.page-template-ksql-page .resource_platform:before {
  content: "";
  background-image: url(../images/platform.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 71px;
  height: 70px;
  position: absolute;
  left: 48px;
  top: 26px;
}
.page-template-ksql-page .resource_quickstart,
.page-template-ksql-page .resource_doc,
.page-template-ksql-page .resource_blog,
.page-template-ksql-page .resource_github,
.page-template-ksql-page .resource_dockerhub,
.page-template-ksql-page .resource_ksql {
  position: relative;
  margin-bottom: 35px;
}
.page-template-ksql-page .corner_rounded_button h5 {
  color: #6666cc;
}
.page-template-ksql-page .corner_rounded_button h5 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
}
@media (max-width: 350px) {
  .page-template-ksql-page .corner_rounded_button h5 {
    font-size: 17px;
  }
}

.page-template-ksql-page .corner_rounded_button span {
  color: #4a4a4a;
  margin-top: 5px;
}

.page-template-ksql-page .corner_rounded_button span {
  display: block;
  font-size: 15px;
  line-height: 20px;
}

.page-template-ksql-page .resource_title {
  color: #fff !important;
  font-family: Roboto;
  font-size: 36px !important;
  font-weight: bold;
  height: 92px;
  line-height: 1.28;
  margin: 50px auto 0;
  text-align: center;
}
.page-template-ksql-page .ksql_download_blue {
  background-image: radial-gradient(
      ellipse farthest-corner at -40% 260%,
      #4d99dd 0,
      rgb(78, 154, 221) 80%,
      #4e95c8 57%
    ),
    linear-gradient(258deg, rgba(87, 238, 255, 0.1), rgba(77, 108, 211, 0));
  background-color: rgba(74, 148, 214, 0.85);
  color: #fff;
  padding: 16px 20px 16px 85px;
}
.page-template-ksql-page .ksql_download_blue h5 {
  color: #fff;
}

.page-template-ksql-page .ksql_download_blue:before {
  content: "";
  background-image: url(../images/icon-git-hub-wht.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 51px;
  position: absolute;
  left: 20px;
}
.page-template-ksql-page .line-number {
  position: relative;
}
.page-template-ksql-page .ksql_use_case .row {
  /*  max-width: 950px;
    margin: auto; */
  margin-top: 0px;
}
@media (min-width: 992px) {
  .page-template-ksql-page .resource_title {
    padding: 0 150px;
  }
  .page-template-ksql-page .line-dot-right {
    width: 90%;
  }
  .page-template-ksql-page .use_case_sub_title {
    padding: 0 120px;
  }
  .page-template-ksql-page .line-number {
    margin: 80px 90px 40px 120px;
  }
  .page-template-ksql-page .ksql_use_case .row {
    padding: 0 120px;
  }
}
@media (max-width: 991px) {
  .page-template-ksql-page .video_title {
    line-height: 40px !important;
  }
  .page-template-ksql-page .resource_title {
    padding: 0 10px;
    line-height: 40px !important;
  }
  .page-template-ksql-page .use_case_sub_title {
    padding: 0 10px;
  }
  .page-template-ksql-page .line-number {
    margin: 80px 10px 40px 10px;
  }
  .page-template-ksql-page .ksql_use_case .row {
    padding: 0 10px;
  }
  .page-template-ksql-page .line-dot-right {
    width: 80%;
  }
}
.page-template-ksql-page .line-dot-right {
  height: 1px;
  position: absolute;
  margin: 10px 0;
  max-width: inherit;
}
.page-template-ksql-page .line-dot-right:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  border: solid 2.5px #000;
  position: absolute;
  left: 0;
  border-radius: 5px;
  opacity: 0.06;
}
.page-template-ksql-page .line-dot-right:after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border: solid 2.5px #dce0e4;
  position: absolute;
  right: 0;
  border-radius: 5px;
}
@media (min-width: 1500px) {
  .page-template-ksql-page .ksql-video {
    width: 38%;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .page-template-ksql-page .ksql-video {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .page-template-ksql-page .ksql-video {
    width: 70%;
  }
}

.page-template-ksql-page .ksql-video {
  border: 0 none;
  height: auto;
  outline: 0 none;
  border-radius: 10px;
}

.page-template-ksql-page .ksql-video {
  display: block;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-ksql-page .col-xs-12 {
  overflow: hidden;
  width: 100%;
}

.page-template-ksql-page div.ksql::before {
  background-color: #6666cc;
  border-radius: 65%;
  bottom: -30%;
  content: "";
  height: 100%;
  left: -100px;
  position: absolute;
  top: 35%;
  width: calc(100% + 200px);
  z-index: -1;
}
@media (min-width: 1200px) {
  .page-template-ksql-page .con_kql_quote {
    margin-top: -100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-ksql-page .con_kql_quote {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .page-template-ksql-page .con_kql_quote {
    margin-top: -150px;
  }
}
@media (max-width: 400px) {
  .page-template-ksql-page .con_kql_quote {
    margin-top: -100px;
  }
}
@media (min-width: 1200px) {
  .page-template-ksql-page section.con_what_kafka_overview {
    padding: 50px 0 0;
  }
}
@media (min-width: 1199px) {
  .page-template-ksql-page section.con_what_kafka_overview {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .page-template-ksql-page section.con_what_kafka_overview img {
    max-width: 50%;
    padding-top: 30px;
  }
  .page-template-ksql-page section.con_what_kafka_overview {
    padding: 50px 0 0;
  }
  .con_kql_bottom img {
    margin-left: 0;
    margin-right: 0;
  }
}

/**** KSQL End ***/
/* *************************************************** */
/* ********** End Confluent Download Form  *********** */
/* ************************************************* */

a.download_blue.popup_download_form:hover {
  background-color: #4a94d6;
  background-image: none;
}
a.download_blue.popup_download_form:hover > h5.platform {
  /*  margin-top: 2px;
    margin-bottom: -2px; */
}

@media only screen and (max-width: 767px) {
  .main_download_section .feature-list .feature-item {
    max-width: 90%;
    width: 500px;
    cursor: pointer;
  }
  .main_download_section .feature-list .tooltip {
    position: relative;
    top: 0px !important;
    left: 0 !important;
    margin-bottom: 15px;
    text-align: left;
    float: left;
  }
  .tooltip-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-logos {
    max-width: 400px !important;
    margin: 0 auto !important;
  }
}

/* LMS Dashboard */
.woocommerce-myaccount .blog_banner.single_post_banner {
  max-height: none;
  min-height: 0;
  padding: 100px 0;
}

.woocommerce-myaccount .blog_banner.single_post_banner h1 {
  font-size: 40px;
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .woocommerce-myaccount .blog_banner.single_post_banner h1 {
    text-align: left;
  }
}

.woocommerce-MyAccount-content .form-row label {
  font-size: 14px;
}

.woocommerce-MyAccount-content legend {
  font-size: 18px;
  padding-top: 20px;
}

.woocommerce-MyAccount-content #add_payment_method {
  padding-bottom: 30px;
}

.woocommerce-MyAccount-content h3 {
  font-size: 24px;
  line-height: 30px;
}

.woocommerce-myaccount .woocommerce {
  margin: 50px 0 30px;
}

.woocommerce-myaccount .blog_banner {
  background-image: url("../images/banner-bg.jpg");
}

.confluent-cloud .rounded_button {
  text-align: center;
  vertical-align: middle;
  padding: 25px;
  font-weight: 800;
  font-size: 20px;
}

/* Customer Callout : Component-template  */
.customer-callout {
  margin: 60px 0;
}
.customer-callout .row {
  align-items: center;
  display: flex;
}
.customer-callout h2 {
  padding: 0;
}
.customer-callout .col-sm-6 img {
  max-width: 92%;
}
.customer-callout .video_container a.play_btn {
  background-image: url("../images/video-button-585.png");
  background-size: contain;
}

/* Mobile Main nav */
.mobile_nav_wrapper #menu-item-10175 {
  display: none;
}

/* Syntaxhighlight overrides */
.syntaxhighlighter .container code {
  padding: 5px 1px !important;
}
.syntaxhighlighter table td.code .container {
  padding-left: 15px !important;
}
