/* ========================= Start Header ========================= */
body.logged-in.admin-bar #site-header{
	top: 32px;
}

#header-pusher {
    height: 80px;
    overflow: hidden;
    position: relative;
}
#site-header{
	position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 10;
    padding: 22px 0 18px;
    background: #111820;
}
#site-header{
	height:112px;
}
.top-bar{
    color: #656565;
    text-align: right;
    padding: 4px 0;
    font-size: 12px;
    margin-bottom:22px;
}
.top-bar ul{
    display:flex;
    float:right;
    list-style-type:none;
    margin: 0;
    padding: 0;
}
.top-bar ul li{
    position: relative;
}
.top-bar ul li:after{
    content:"|";
    padding:0 20px;
}
.top-bar ul li:last-child:after{
   display:none;
}
.top-bar a {
    color:#656565;
    font-weight:400;
}
.top-bar .active,
.top-bar a:hover {
	color: #111820;
}
.lang-english {
    margin-right: 8px;
}
.lang-deutsch {
    margin-left: 8px;
    margin-right: 8px;
}
.lang-french {
    margin-left: 8px;
}
#site-header.shadow {
    box-shadow: 0 0 20px 2px #000;
    -moz-box-shadow: 0 0 20px 2px #000;
    -webkit-box-shadow: 0 0 20px 2px #000;
}
#site-header .brand_logo {
    float: left;
	width: 190px;
	padding-right: 20px;
}
.search-container{
	background: none;
    position: relative;
    float: right;
	margin-top: 5px;
	margin-left: 20px;
}
.search-container .search-form-container{
	float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 1px;
    transition: width 300ms,left 100ms,bottom 100ms;
}
.search-container.active .search-form-container{
    width: 220px;
}
.search-container .search-form-container .search-form .search-field{
	float: left;
    height: 32px !important;
    padding: 0 20px 0 40px !important;
    color: #fff;
    border: 0;
    border-radius: 2px;
    background: none !important;
	width: 200px;
	outline: none;
}
.search-container.active .search-form-container .search-form .search-field{
border:1px solid #333;
color: #333;
}
.search-container.active .search-form-container .search-form .search-button{
display:block !important;
    position: absolute;
}
.search-container .search-button, .search-container .search-toggle{
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    float: left;
    position: relative;
    z-index: 2;
    text-align: left;
    text-indent: -9999px;
    display: block;
    height: 18px;
    width: 18px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
	margin: 9px;
    transition: width 300ms,left 100ms,bottom 100ms;
    padding: 0;
    background-size: 15px;
}
.search-container.active .search-toggle {
    z-index: 0;
    width:0;
	visibility: hidden;
}
.mobile_nav_wrapper{
	display:none;
}
nav.mobile_navigation{
	display:none;
}
nav.navigation {
    display: block;
    float: right;
}
nav.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
nav.navigation ul li {
    position: relative;
    display: block;
    float: left;
}
nav.navigation>ul>li>a {
	display: block;
	padding: 10px 0;
    margin: 0 20px;
    font-size: 18px;
    line-height: 20px;
    color: #a7a7a8;
    position: relative;
	text-decoration: none;
}
nav.navigation>ul>li:hover>a {
	color: #fff;
}
nav.navigation>ul>li.menu-item-has-children:hover>a {
    border-bottom: 5px solid #ff671f;
    transition: none;
}
nav.navigation>ul>li.download-button>a{
	border-radius: 2px;
    background: #4597cb;
    font-size: 18px;
    color: #fff;
    padding: 10px 25px;
    margin: 0 0 0 15px;
}
nav.navigation>ul>li.download-button:hover a{
	background: #4089b7;
	border: none;
}
nav.navigation>ul>li ul {
	background-color: #fff;
    left: 20px !important;
    padding: 10px 10px 10px 0;
    top: 45px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);

	visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    position: absolute;
    z-index: 10;
}
/*nav changes*/
nav.navigation>ul>li:hover>ul, nav.navigation>ul>li>ul>li:hover>ul, nav.navigation>ul>li>ul>li>ul>li:hover> ul{
	opacity: 1;
    visibility: visible;
}
nav.navigation>ul>li ul>li.menu-item-has-children {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
}
nav.navigation>ul>li ul li{
	padding: 0;
}
nav.navigation>ul>li>ul {
    left: 20px !important;
    top: 45px;
}
nav.navigation>ul>li>ul>li>ul{
    left: calc(100% + 10px) !important;
    top: 0;
    box-shadow: 0;
}
nav.navigation>ul>li>ul>li>ul>li>ul{
    left: calc(100% + 10px) !important;
    top: 0;
   box-shadow: 0;
}
nav.navigation>ul>li ul>li.indented>a {
    font-size: 16px;
    padding-left: 10px;
}
/*end nav changes*/
nav.navigation>ul>li ul>li{
	float: none;
}
nav.navigation>ul>li ul>li a {
	text-decoration: none;
	width: 100%;
    display: block;
    white-space: nowrap;
   /* width: 140px; */
    overflow: hidden;
    text-overflow: ellipsis;
	padding: 10px 0;
    margin: 0 20px;
    font-size: 18px;
    line-height: 20px;
    color: #15202b;
    position: relative;
}
nav.navigation>ul>li ul>li a:hover {
	color: #4597cb;
}
/* ========================= End Header ========================= */
/* ========================= Start Events ========================= */
.navigation_section{
    padding: 50px 0 0;
}
.navigation_section ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    text-align: left;
}
.navigation_section ul li {
    float: left;
}
.navigation_section ul li+li {
    margin-left: 45px;
}
.navigation_section ul li a {
    font-size: 18px;
    color: #4597cb;
    padding-bottom: 10px;
    display: block;
    border-bottom: 6px solid #fff;
}
.navigation_section ul li.active a {
    font-size: 18px;
    color: #4597cb;
    padding-bottom: 10px;
    display: block;
    border-bottom: 6px solid #4597cb;
}
/* ========================= End Events ========================= */
/* ========================= Start Footer ========================= */
#site_footer{
	background-color:#fff;
	padding: 40px 0px;
	border-top: 1px solid #e9e9ed;
    position: relative;
}
#site_footer .container{
	position: relative;
}/*
#site_footer .footer_top .footer_row{
    max-width: 80%;
}*/
#site_footer .footer_top .footer_row{
    max-width: 100%;
}
@media only screen and (min-width: 1200px) {
/*    #site_footer .footer_top .footer_row{
        max-width: 86%;
    }*/
    #site_footer .footer_top .footer_row{
        max-width: 100%;
    }
}
#site_footer .footer_top h4{
	display:none;
}
#site_footer .footer_top ul{
	list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
	margin-bottom: 20px;
}
#site_footer .footer_top ul li{
    line-height: 20px;
    margin: 2px 0;
}
#site_footer .footer_top ul li:first-child{
	margin-top: 0;
	margin-bottom: 6px;
}
#site_footer .footer_top ul li:first-child a{
	line-height: 24px;
    font-size: 18px;
    color: #111820;
}
#site_footer .footer_top ul li:first-child a:hover{
    color: #15202b;
}
#site_footer .footer_top ul li a{
	text-decoration: none;
	padding: 2px 0;
    font-size: 14px;
    color: #111820;
    line-height: 18px;
	display: block;
}
#site_footer .footer_top ul li a:hover{
    color: #4597cb;
}
#site_footer .footer_bottom{
    padding-top: 40px;
}
#site_footer .copyright{
    float: left;
	max-width: 80%;
}
#site_footer .copyright p:first-child{
	font-size: 14px;
	line-height: 1.5;
    color: #a7a7a8;
    padding: 0;
}
#site_footer .copyright p{
	font-size: 10px;
    line-height: 1.2;
    color: #a7a7a8;
	margin: 0;
    padding: 2px 0;
}
#site_footer .social_nav{
	position: absolute;
    top: 0px;
    right: 15px;
}
#site_footer .social_nav ul{
   list-style: none;
    margin: 0;
    padding: 0;
}
#site_footer .social_nav ul li{
	float: left;
    margin-left: 10px;
}
#site_footer .social_nav ul li a{
	width: 26px;
	height: 26px;
	display: block;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-image: url(../images/smedia-icons.png?v=1);
	background-size: 130px;
	transition: none;
}
#site_footer .social_nav ul li.twitter_link a {
	background-position: 0px 0px;
}
#site_footer .social_nav ul li.linkedin_link a {
	background-position: -26px 0px;
}
#site_footer .social_nav ul li.github_link a {
  background-position: -52px 0px;
}
#site_footer .social_nav ul li.slidehsare_link a {
  background-position: -78px 0px;
}
#site_footer .social_nav ul li.contactus_link a {
  background-position: -104px 0px;
}
#site_footer .social_nav ul li.youtube_link a {
    background-image: url(../images/youtube-footer.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#site_footer .social_nav ul li.twitter_link a:hover {
	background-position: 0px -26px;
}
#site_footer .social_nav ul li.linkedin_link a:hover {
	background-position: -26px -26px;
}
#site_footer .social_nav ul li.github_link a:hover {
  background-position: -52px -26px;
}
#site_footer .social_nav ul li.slidehsare_link a:hover {
  background-position: -78px -26px;
}
#site_footer .social_nav ul li.contactus_link a:hover {
  background-position: -104px -26px;
}
#site_footer .social_nav ul li.youtube_link a:hover {
    background-position: 0 -26px;
}
/* ========================= Start Footer ========================= */
/* ========================= Start Home ========================= */
body.home .main_banner p{
	padding: 10px 15%;
	text-shadow: 0 1px 16px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 1px 16px rgba(0,0,0,0.3);
    -webkit-text-shadow: 0 1px 16px rgba(0,0,0,0.3);
    font-weight: 400;
}
section.team_ready_to_scale_kafka_section ul.items {
	max-width:1000px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}
section.team_ready_to_scale_kafka_section ul.items>li {
    padding: 0px 15px 0px;
	margin-bottom: 0px;
}
section.team_ready_to_scale_kafka_section ul.items>li .item {
    min-height: 488px;
    background: rgb(70, 152, 203);
	padding: 60px 90px;
}
section.team_ready_to_scale_kafka_section ul.items>li:nth-child(1) .item {
    background: rgb(70, 152, 203);
}
section.team_ready_to_scale_kafka_section ul.items>li:nth-child(2) .item {
    background: rgb(52, 114, 153);
}
section.team_ready_to_scale_kafka_section ul.items>li .item .heading {
	position: relative;
	border-bottom: 2px solid #fff;
    padding-bottom: 16px;
}
section.team_ready_to_scale_kafka_section ul.items>li .item .heading img {
    float: left;
    text-align: left;
    margin-right: 20px;
}
section.team_ready_to_scale_kafka_section ul.items>li .item .heading h3 {
    text-align: left;
	color: #fff;
}
section.team_ready_to_scale_kafka_section ul.items:before {
	content: "";
    background-image: url(../images/icon--kafka-large.svg);
    z-index: 1;
    background-repeat: no-repeat;
    position: absolute;
    top: 39px;
    left: 38%;
    height: 485px;
    width: 300px;
}
section.confluent_platform_screen .text_left {
	padding-left: 50px;
}
@media only screen and (min-width: 768px) {
    section.confluent_platform_screen .text_left {
        padding-top: 25px;
    }
    .confluent_platform_screen .col-md-7 img {
        max-width: 420px;
    }
}
@media only screen and (min-width: 992px) {
    section.confluent_platform_screen .text_left {
        padding-top: 100px;
    }
}
.confluent_platform_screen .col-md-7 img {
    max-width: 480px;
    width: 100%;
}
section.confluent_platform_screen p {
    font-size: 20px;
}
section.confluent_platform_screen .confluent_platform_divider_image {
    margin-bottom: -180px;
    margin-top: 50px;
}
section.confluent_platform_screen .confluent_platform_divider_image img {
    max-width: 100%;
    z-index: 1;
    position: relative;
}
section.kafka_streams_section {
    padding-top: 160px;
}
section.kafka_streams_section h2 {
	font-size: 60px;
	font-weight: 700;
    line-height: 80px;
    margin: 0;
    padding: 15px 0;
}
section.kafka_streams_section p {
	font-family: 'Roboto', sans-serif;
	color: #111820;
    font-size: 26px;
	font-weight: normal;
    line-height: 34px;
    margin: 0;
    padding: 10px 0 10px;
}
section.kafka_streams_section ul.items{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
section.kafka_streams_section ul.items>li{
    text-align: left;
	padding: 20px 30px 20px 120px;
}
section.kafka_streams_section ul.items>li .item .heading {
	position: relative;
    padding-bottom: 16px;
}
section.kafka_streams_section ul.items>li .item .heading img {
    float: left;
    text-align: left;
    margin-right: 20px;
    max-width: 52px;
}
section.kafka_streams_section ul.items>li .item ul {
    margin-left: 72px;
}
section.kafka_streams_section ul.items>li .item .heading h3 {
    text-align: left;
}
/* ========================= End Home ========================= */
/* ========================= Start Product and Training ========================= */
.training_events .event {
    width: 100%;
    float: left;
    border-bottom: solid 1px #a7a7a8;
    padding: 14px 20px;
}
.training_events .event .box_left {
    width: 60%;
    float: left;
    padding-right: 10px;
}
.training_events .event h5 {
    padding: 0;
    color: #111820;
    font-size: 16px;
}

.training_events .event label {
    color: #4a4a4a;
    font-size: 14px;
	margin-bottom: 0;
    font-weight: 400;
}
.training_events .event .box_right {
    width: 40%;
    float: left;
}
.training_events .event .training_price {
    color: #4597cb;
    font-weight: bold;
}
.training_events .event a {
    border-radius: 2px;
    background: #4597cb;
    font-size: 14px;
    color: #fff;
    padding: 7px;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 7px;
}
.training_events .event a:hover {
    background: #fb651b;
}
.spacer{
	clear: both;
}
.training_events .event:last-child {
    border: 0;
}
.training_contact_form.contact_form {
	max-width: 500px;
}
.page-template-training-page .mktoForm {
	width: 100%!important;
	max-width: 500px;
}
.training_contact_form span.form-error{
	text-align: center;
}
.page-template-training-sub-a-page .col-xs-12.text_left>p:first-child{
	margin-top: 20px;
}
.page-template-training-sub-a-page h3.text_left {
    margin-top: 0px;
}
/* ========================= End Product and Training ========================= */
/* ========================= Start Product Compare ========================= */
.towers .tower {
    position: relative;
    background-color: #4597cb;
    height: 310px;
    margin: 0;
    width: 31%;
    overflow: hidden;
	text-align: left;
	padding: 20px 20px 20px 50px;
}
.towers .tower_callout {
    background-color: #0c2b3e;
    height: 350px;
    width: 38%;
    margin-top: -25px;
}
.tower h4 {
    position: relative;
	color: #ffffff;
}
.tower h4 img {
	margin-right: 16px;
}
.tower ul {
    padding-left: 20px;
	margin-top: 16px;
}
.tower ul li {
    color: white;
    margin-bottom: 5px;
}
.tower a.blue_button{
	border-radius: 5px;
    line-height: 1.5em;
    margin: auto;
    display: block;
    width: 130px;
    margin-top: 35px;
	margin-left: 60px;
}
.towers .tower:nth-of-type(1) a, .towers .tower:nth-of-type(3) a {
    border: 1px solid white !important;
    background-color: transparent !important;
}
.tower_label {
    color: white;
    position: absolute;
    background-color: #1d6695;
    width: 360px;
    color: white;
    transform: rotate(-90deg);
    transform-origin: right center 0;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-size: 14px;
    left: -345px;
    top: -25px;
}
.tower_callout .tower_label {
    background-color: #111820;
}
/* ========================= End Product Compare ========================= */
/* ========================= Start Resource Page ========================= */
section.featured_resource_section{
	padding: 40px 0;
}
section.featured_resource_section .featured_resource{
	padding: 50px 0;
    border-top: 1px solid #e9e9ed;
    margin-top: 1em !important;

}
section.featured_resource_section .featured_resource .row{
	max-width: 800px;
    margin: 0 auto !important;
}
section.featured_resource_section .featured_resource p{
	padding:0;
}
section.featured_resource_section .featured_resource img{
    max-height: 300px;
    width: auto;
}
.resource_nav{
    padding: 50px 0;
    border-top: 1px solid #e9e9ed;
    border-bottom: 1px solid #e9e9ed;
	text-align:center;
}
.resource_nav select{
	display:none;
	font-size: 18px;
    padding: 6px;
    width: 100%;
}
.resource_nav ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.resource_nav ul li{
	display:inline-block;
    margin-right: 32px;
}
section.resources_section{
	padding: 50px 0 20px 0;
	border-bottom: 1px solid #e9e9ed;
}
section.resources_section h2{
	margin-bottom: 38px;
}
section.resources_section .resources_items>div{
	margin-bottom: 50px;
    text-align: center;
}
section.resources_section .image img{
	max-height: 200px;
    width: auto;
    border: 1px solid #e9e9ed;
}
section.resources_section .title{
	padding:15px 0;
	text-align: center;
}
.kafka_summit_2016_content .row{
	max-width: 800px;
    margin: 0 auto !important;
}
.kafka_summit_2016_content .row p{
	margin-bottom: 0;
}
/* ========================= End Resource Page ========================= */
/* ========================= Start Press Release Page ========================= */
section.press_releases_section.section{
	padding: 40px;
}
.press_releases_section .press_release{
	max-width: 800px;
    margin: auto;
    text-align: left;
}
.press_releases_section .press_release h3{
    font-weight: 700;
}
.press_releases_section .press_release p{
	padding: 0;
}
/* ========================= End Press Release Page ========================= */
/* ========================= Start News Press_section ========================= */
.page-template-news-page section.section{
	padding-top:40px;
}
.page-template-news-page h2{
	text-align: left;
}
.news_press_section{
	margin-bottom: 50px;
}
.news_press_section ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.news_press_section ul li{
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    line-height: 1.3;
}
.news_press_section ul li .image{
	display: inline-block;
    max-width: 110px;
    padding: 0 10px 0 0;
    vertical-align: middle;
    width: 15%;
}
.news_press_section ul li .title{
    width: 84%;
    display: inline-block;
    vertical-align: middle;
}
.news_press_section ul li.no_image .title{
    width: 100%;
}
.news_press_section ul li .title a{
	display: block;
    color: #4597cb;
    line-height: 1.3;
}
.news_press_section ul li .title .date{
	font-size: 14px;
    line-height: 1.5;
    color: #a7a7a8;
}
/* ========================= End News Press_section ========================= */
/* ========================= Start Product Sub Page ========================= */
section.overview_kafka_streams_section img{
	width: 224px;
    border-width: 0px;
    border: 0px;
}
.kafka_streams_video_section {
    padding-top: 0;
    background-color: #f9f9f9;
}
.kafka_streams_video_section .nav-tabs-wrap {
    display: flex;
    align-items: center;
}
.kafka_streams_video_section .nav-tabs {
    border: 0;
    width: 100%;
}
.kafka_streams_video_section .nav-tabs>li {
    float: none;
    margin-bottom: 20px;
}
.kafka_streams_video_section .nav-tabs>li>a {
    border: 0;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	background-color: #f0f0f0;
}
.kafka_streams_video_section .nav-tabs>li>a:hover {
    background-color: #ff671f;
    color: white;
}
.kafka_streams_video_section .nav-tabs>li.active>a,
.kafka_streams_video_section .nav-tabs>li.active>a:focus,
.kafka_streams_video_section .nav-tabs>li.active>a:hover {
    box-shadow: none;
    color: #ff671f;
    background-color: #fff;
    border: 0;
}
section.stream_processing_environments_section h2{
	color: #ff6600;
   /* border-bottom: 1px solid #444444; */
   font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
}
section.stream_processing_environments_section .orange_button{
	font-size: 20px;
}
section.the_power_without_the_weight h2{
   /* border-bottom: 1px solid #FF671F; */
    color: #333;
    font-size: 48px;
	text-align: center;
    margin-bottom: 40px;
}
section.the_power_without_the_weight ul.items.media>li {
    padding: 0;
}
section.the_power_without_the_weight ul.items.media>li .media_image img {
    max-width: 100px;
}
section.the_power_without_the_weight ul.items.media>li .media_content {
    padding-left: 30%;
}
section.the_power_without_the_weight ul.items.media>li .media_content h3{
	color: #4698cb;
    font-size: 36px;
    font-weight: 700;
}
section.overview_kafka_streams_section body{
	 font-size: 18px !important;
}
section.use_cases_well_suited_for_kafka_streams h2{
  /*  border-bottom: 1px solid #fff; */
  font-size: 48px;
    color: #fff;
	text-align: center;
    margin-bottom: 40px;
}
section.use_cases_well_suited_for_kafka_streams h3{
    text-align: left;
    margin-bottom: 40px;
	margin-left: 30px;
}
section.use_cases_well_suited_for_kafka_streams p{
	line-height: 30px;
}
section.overview_control_center_section p{
	font-size: 18px;
}
section.overview_control_center_section img{
	display: block;
    margin-right: auto;
    margin-left: auto;
}
section.configure_your_connectors_section .container>p{
	font-size: 26px;
    line-height: 34px;
}
section.configure_your_connectors_section h3{
    color: #4698cb;
	font-weight: 700;
	font-size: 26px;
    line-height: 34px;
}
section.take_mystery_out_kafka_section h2{

    color: #fff;
    margin-bottom: 40px;
}
section.included_confluent_platform_enterprise_section h2{
	border-bottom: 1px solid #FF671F;
    margin-bottom: 40px;
}
/* ========================= End Product Sub Page ========================= */
/* ========================= Start Team Page ========================= */
section.section .items.teams{
    margin-left: -15px;
    margin-right: -15px;
}
section.section .items.teams li{
	padding: 20px 15px 20px;
	text-align: left;
}
.teams li .teams_content{
	color: #4a4a4a;
}
.teams li .teams_content img{
    width: 100%;
}
.teams li .teams_content .social a{
    background: #4597cb;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    width: 30px;
    border-radius: 4px;
    margin: 15px 5px 5px 0;
}
.teams li .teams_content .social a:hover{
	opacity: .8;
}
/* ========================= End Team Page ========================= */
/* ========================= Start New Partners Page ========================= */
.blue_outline_button:hover{
	background: #4597cb;
    color: #fff;
}
section.featured_new_partners_section  .items>li{
	float: none;
    display: inline-block;
}
section.featured_new_partners_section  .items>li img{
    max-width: 200px;
}
section.featured_new_partners_section .container>h2+.items{
	margin-top: 20px;
}
section.partners_section{
    border-top: 1px solid #a7a8a9;
	text-align:left;
}
section.partners_section .partners_items{
      max-width: 845px;
	  margin:auto;
}
section.partners_section .partners_items h3{
	margin: 30px 0 10px 0;
}
section.partners_section .partners_items .partners_benefits_Requirements_table+.partners_benefits_Requirements_table{
    padding-top: 60px;
}
section.partners_section .partners_items .check {
    display: inline-block;
    background: url(../images/check-icon.png) no-repeat;
    width: 20px;
    height: 18px;
}
/* ========================= End New Partners Page ========================= */
/* ========================= Start Download Page ========================= */
section.download_section{
	background: #fff url(../images/bg-50-50-blue.png) 50% 0 repeat-y;
	padding-top: 40px;
}
section.download_section .container{
    overflow: hidden;
}
section.download_section .container>.row {
    margin-right: -50px;
    margin-left: -50px;
}
section.download_section .container>.row>.col-md-6, section.download_section .container>.row>.col-xs-12{
	padding-right: 50px;
    padding-left: 50px;
}
section.download_section .text_left .download_buttons{
    max-width:300px;
}
section.download_section .text_left .blue_button{
    margin-top: 0;
    margin-bottom: 20px;
	text-align: center;
}
/* ========================= End Download Page ========================= */
/* ========================= Start Download Form ========================= */
.download_form{
	text-align:left;
}
.download_form input[type="text"],.download_form input[type="email"] {
	padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #abcae9;
    margin-bottom: 12px;
	width:100%;
}
.download_form input[type="checkbox"] {
    margin: 15px 10px 15px 0;
    float: left;
}
.download_form input[type="checkbox"]+label{
	float: left;
    margin: 10px 0;
    width: 95%;
}
.download_form input[type="submit"] {
    text-align: center;
    border-radius: 2px;
    background-color: #ff671f;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    min-width: 136px;
    padding: 10px 35px;
    display: inline-block;
    border: 0;
	margin: 30px 0;
}
.download_form .form-error {
	background: transparent;
}

.download_form{
	text-align:left;
}
.download_form form.mktoForm .mktoFormRow{
	background: transparent;
}
.download_form form.mktoForm select.mktoField,.download_form form.mktoForm input.mktoField,.download_form form.mktoForm textarea.mktoField{
	padding: 12px!important;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #abcae9 !important;
    margin-bottom: 12px;
    width: 100%!important;
    background: #fff;
	color: #000;
}
.download_form form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .download_form form.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{
	text-align: center;
    border-radius: 2px;
    background-color: #ff671f;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    min-width: 136px;
    padding: 10px 35px;
    display: inline-block;
    border: 0;
    margin: 30px 0;
	width: inherit;
}
.download_form form.mktoForm .mktoHtmlText {
    font-size: 16px;
	padding-top: 10px;
    max-width: 98%;
    line-height: 18px;
}
.download_form form.mktoForm .mktoFormCol .mktoError .mktoErrorMsg{
	background: transparent;
	padding-top:0;
	padding-bottom:10px;
}
.download_form form.mktoForm .mktoClear{
    clear: none;
}
.download_form form.mktoForm .mktoRadioList, .download_form form.mktoForm .mktoCheckboxList {
    padding: 0;
	height:40px;
}
.download_form input[type="checkbox"] {
    margin: 15px 10px 15px 0;
    float: left;
	height: 16px!important;
    margin-top: 11px;
}
.download_form input[type="checkbox"]+label{
	float: left;
    margin: 10px 0;
    width: 95%;
}
.download_form input[type="submit"] {
    text-align: center;
    border-radius: 2px;
    background-color: #ff671f;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    min-width: 136px;
    padding: 10px 35px;
    display: inline-block;
    border: 0;
	margin: 30px 0;
}
.download_form .form-error {
	background: transparent;
}
.download_form form.mktoForm .mktoFormRow .mktoFieldDescriptor +.mktoFormCol{
	position: absolute;
    left: 80px;
    width: 75%!important;
}
/* ========================= End Download Form ========================= */
/* ========================= Start Careers Page ========================= */
.careers_meet_the_team_section .col-md-6{
	display:table;
}
.careers_meet_the_team_section .col-md-6 .content{
	display:table-cell;
	vertical-align:middle;
}
.careers_slider_section{
	padding-bottom:80px;
}
.slick-slider{
	margin: 0;
    padding: 0;
	overflow: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
	outline: none;
    min-height: 1px;
}
.slick-slide img {
    display: block;
    width: auto !important;
    height: 230px;
    padding: 0 2px;
}
.slick-slider button.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 12;
    height: 80px;
    margin-top: -40px;
    font-size: 0;
    width: 0;
    opacity: 0;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.7);
	outline: none;
    border: none;
}
.slick-slider button.slick-arrow:before {
    font-size: 0;
    line-height: 80px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 40px;
}
.slick-slider:hover button.slick-arrow {
    opacity: 1;
    width: 55px;
}
.slick-slider button.slick-prev.slick-arrow {
    left: 0;
    border-radius: 0 40px 40px 0;
}
.slick-slider button.slick-prev.slick-arrow:before {
    content: "\f104";
    padding-right: 15px;
}
.slick-slider button.slick-next.slick-arrow {
    right: 0;
    border-radius: 40px 0 0 40px;
}
.slick-slider button.slick-next.slick-arrow:before {
    content: "\f105";
    padding-left: 10px;
}
section.careers_best_stuff_section{
	padding: 60px 0 20px;
}
section.careers_best_stuff_section .items>li{
	margin-bottom: 50px;
}
section.careers_best_stuff_section .items>li img{
	margin-bottom:20px;
}
section.careers_job_listings_section{
    text-align: left;
}
section.careers_job_listings_section h3{
	margin-top: 20px;
}
section.careers_job_listings_section .jobs{
	margin-bottom: 20px;
}
section.careers_job_listings_section .job{
	clear: both;
    display: block;
    overflow: hidden;
	margin-bottom: 5px;
}
section.careers_job_listings_section .job .left{
	float: left;
}
section.careers_job_listings_section .job .right{
    float: right;
}
section.careers_job_listings_section .job .right a{
	min-width: 100px;
}
/* ========================= End Careers Page ========================= */
/* ========================= Start Apply Page ========================= */
section.partnership_application_section {
    padding: 30px 0;
}
.partnership_application{
	max-width: 800px;
    margin: auto;
    text-align: left;
}
section.partnership_application_section .partnership_application h1{
    font-size: 38px;
    line-height: 48px;
    margin-left: 10px;
    padding-bottom: 10px;
}
.partnership_application h1+span,.partnership_application p{
    margin-left: 10px;
}
section.partnership_application_section .partnership_application h3{
       margin: 30px 0 0 10px;
}
.partnership_application input[type="text"],.partnership_application input[type="email"] {
    border-radius: 2px;
    width: 100%;
    text-align: left;
    border: 1px solid #424242;
    height: 40px;
    padding: 0 15px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}
.partnership_application input[type="file"] {
    border-radius: 2px;
    border: 1px solid #424242;
    margin-bottom: 20px;
    height: 40px;
    padding: 6px 15px;
    font-family: 'roboto',Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    text-align: left;
    width: 100%;
}
.partnership_application select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-img.png) no-repeat center right #fff;
    border-radius: 2px;
    border: 1px solid #424242;
    height: 40px;
    padding: 0 45px 0 15px;
    font-size: 16px;
    color: #000;
    text-align: left;
	width: 100%;
	font-weight: 400;
}
.partnership_application label{
margin-bottom: 10px;
}
.partnership_application textarea {
	margin: 10px 0 15px;
    border-radius: 2px;
    border: 1px solid #424242;
    height: 250px;
    line-height: 28px;
    padding: 15px;
    font-size: 16px;
    color: #000;
    width: 100% !important;
    text-align: left;
	font-weight: 400;
}
.partnership_application ul.checkbox,.partnership_application ul.radio{
    list-style: none;
    margin: 0;
    padding: 0;
}
.partnership_application ul.checkbox li,.partnership_application ul.radio li{
    display: block;
    padding: 0 0 10px 40px;
    position: relative;
}
.partnership_application input[type="checkbox"] {
    position: absolute;
    left: -40px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}
.partnership_application input[type="checkbox"]+label {
    line-height: 22px;
    position: relative;
    display: block;
    padding: 5px 0;
	margin-bottom: 0;
}
.partnership_application input[type="checkbox"]+label:before {
    position: absolute;
    left: -40px;
    top: 0;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    background: #fafafa;
    border-radius: 4px;
}
.partnership_application input[type="checkbox"]:checked+label:before {
    background: url(../images/check-icon2.png) no-repeat center #fafafa;
}
.partnership_application input[type="radio"] {
    position: absolute;
    left: -40px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}
.partnership_application input[type="radio"]+label {
    line-height: 22px;
    position: relative;
    display: block;
    padding: 5px 0;
	margin-bottom: 0;
}
.partnership_application input[type="radio"]+label:before {
    position: absolute;
    left: -40px;
    top: 0;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    background: #fafafa;
    border-radius: 100%;
}
.partnership_application input[type="radio"]:checked+label:after {
	position: absolute;
	left: -36px;
    top: 4px;
    content: '';
    width: 22px;
    height: 22px;
    background: #ff9600;
    border-radius: 100%;
}
.partnership_application input::-webkit-input-placeholder {color:#000;opacity:1!important;}
.partnership_application input:-moz-placeholder {color:#000;opacity:1!important;}
.partnership_application input::-moz-placeholder {color:#000;opacity:1!important;}
.partnership_application input:-ms-input-placeholder {color:#000;opacity:1!important;}
.partnership_application .form-columns-1{
    display: inline-block;
    width: 100%;
	padding:10px;
}
.partnership_application .form-columns-2{
    display: inline-block;
    width: 50%;
	float:left;
	padding:10px;
}
.partnership_application .form-columns-3{
    display: inline-block;
    width: 33.33%;
	float:left;
	padding:10px;
}

.partnership_application input[type="submit"] {
    height: 44px;
    border-radius: 2px;
    min-width: 200px;
    background-color: #4597cb;
    padding: 4px 25px 6px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
	text-align: center;
    border: none;
    margin: auto;
    display: block;
    margin-top: 30px;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.partnership_application input[type="submit"]:hover {
    background-color: #ff9600;
}
.terms_conditions{
	max-width: 800px;
    margin: auto;
    text-align: left;
}
.terms_conditions table{
	margin-bottom: 20px;
}
.terms_conditions table p{
    margin: 0;
    padding: 15px 0;
}
.terms_conditions table td,.terms_conditions table th{
padding: 5px;
}
.page-id-978 .main_banner .white_outline_button{
    background-color: #4597cb !important;
    color: #fff;
    border: none;
    width: 166px;
}.page-id-978 .main_banner .white_outline_button:hover{
    background-color: #4089b7 !important;
}

/* ========================= End Apply Page ========================= */
/* ========================= Start Contact Page ========================= */
.page-template-contact-page .mktoForm {
	width: 100%!important;
	/* max-width: 500px; */
}
section.contact_form_section.section {
    padding: 50px 0;
}
section.contact_form_section form>p {
    text-align: center;
    margin-bottom: 20px;
}
section.contact_items_section.section {
    padding-bottom: 50px;
}
section.contact_info_section.section {
    padding-top: 50px;
}
section.contact_items_section.section .items{
	margin-bottom: 0;
}
section.contact_items_section.section .items>li {
    padding: 20px 15px 20px;
	margin-bottom: 0;
}
section.contact_follow_us_section.section {
    padding: 0;
}
section.contact_follow_us_section .container>p+.items{
    margin-top: 30px;
}
section.contact_follow_us_section.section .items>li{
	float: none;
    display: inline-block;
    padding: 20px;
}
section.contact_follow_us_section.section .items>li a img {
    transition: all 300ms ease;
}
section.contact_follow_us_section.section .items>li a:hover img {
    transform: scale(1.1);
}
/* ========================= End Contact Page ========================= */
/* ========================= Start Contact Form ========================= */
.page-id-1138 .contact_form_section.section {
	padding: 80px 0;
}
.page-id-1138 .contact_form_section  .container{
	max-width: 500px;
	text-align: left;
}
/* ========================= End Contact Form ========================= */
/* ========================= Start kafka_summit_2016 Page ========================= */
section.kafka_summit_2016_section.section {
	text-align: left;
    padding: 50px 0;
}
section.kafka_summit_2016_section h1 {
    font-size: 38px;
    line-height: 48px;
}
section.kafka_summit_2016_section h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 20px;
}
section.kafka_summit_2016_section .speaker {
  display: table;
	margin-bottom: 30px;
}
section.kafka_summit_2016_section .speaker_image {
    display: table-cell;
    width: 120px;
    padding-right: 20px;
}
section.kafka_summit_2016_section .speaker_content {
    display: table-cell;
    vertical-align: middle;
}
section.kafka_summit_2016_section .speaker_content p{
	margin-bottom: 0;
}
section.kafka_summit_2016_section .description p.first_p{
    display: inline;
}
section.kafka_summit_2016_section .description p.first_p+p{
	display: inline-block;
    text-indent: 96px;
    margin-top: -24px;
}
section.kafka_summit_2016_section .videos_slides ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
section.kafka_summit_2016_section .videos_slides ul li{
  margin-bottom:30px;
}
section.kafka_summit_2016_section .videos_slides iframe{
  max-width:100%;
}

/* ========================= End kafka_summit_2016 Page ========================= */
/* ========================= Start landing Page ========================= */
.single-landing_page .main_banner{
	padding: 50px 0;
    background-size: cover;
}
.single-landing_page .main_banner.template_1,
.single-landing_page .main_banner.template_2{
	min-height: 195px;
}
.single-landing_page .main_banner h1{
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	height: 130px;
	font-size:48px;
}
.landing_page_section.section {
	text-align: left;
	padding: 40px 0 80px;
}
.landing_page_section .ebook_image{
    display: inline;
    float: left;
    margin-right: 30px;
    margin-bottom: 50px;
}
.landing_page_section .ebook_image img{
    max-width: 194px;
	width:100%;
}
.landing_page_section h2{
    font-size: 32px;
    color: #4596CA;
    line-height: 38px;
	margin-bottom: 20px;
}
.landing_page_section .date_time{
margin-bottom: 20px;
}
.landing_page_section .date_time p.date{
	color: #020202;
    font-size: 24px;
	margin-bottom: 16px;
	font-weight: bold;
}
.landing_page_section .date_time p{
    font-size: 18px;
	margin-bottom: 8px;
}
.landing_page_section .session_overview h3{
	font-size: 26px;
    color: #4596CA;
}
section.landing_page_section .speaker {
    display: table;
    margin-bottom: 30px;
}
section.landing_page_section .speaker_image {
    display: table-cell;
    width: 100px;
    padding-right: 20px;
}
section.landing_page_section .speaker_image img {
    border-radius: 50px;
}
section.landing_page_section .speaker_content {
    display: table-cell;
    vertical-align: middle;
}
section.landing_page_section .speaker_content p {
    margin-bottom: 5px;
}
section.landing_page_section .speakers h3 {
	color: #FF4C0D;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.landing_page_section .ebook_form {
	background-color: #F5F6F7;
	padding: 30px 30px 40px;
}
section.landing_page_section .ebook_form h3 {
    color: #969696;
    font-size: 18px;
}
section.landing_page_section .gated_pdf{
    margin-top: 100px;
}
section.landing_page_section .gated_pdf .orange_button{
	width: 100%;
}
section.landing_page_section .gated_pdf ul{
    margin-top: 40px;
}
.landing_page_section .gated_video ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.landing_page_section .gated_video ul li iframe {
    margin-left: 0 !important;
}
.landing_page_section .thankyou_form {
	margin-top: 30px;
}
.landing_page_section .thankyou_form  p{
	font-size: 20px;
}
.landing_page_section .generic_content ul{
	margin: 0;
    padding-left: 22px;
}
.ebook_form form.mktoForm .mktoFormRow .mktoFieldDescriptor {
	width:100%!important;
}
.ebook_form form.mktoForm select.mktoField,.ebook_form form.mktoForm input.mktoField,.ebook_form form.mktoForm textarea.mktoField{
	background-color: #E5E5E4!important;
    border: none!important;
    border-radius: 5px;
    padding: 16px 12px!important;
}
.ebook_form form.mktoForm .mktoFieldWrap {
    margin-bottom: 15px;
}
.ebook_form form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,.ebook_form  form.mktoForm .mktoButtonWrap.mktoGlow .mktoButton,.ebook_form  form.mktoForm .mktoButtonWrap.mktoRound .mktoButton{
    width: inherit;
    border-radius: 5px;
    min-width: 160px;
    margin: auto;
    display: block;
	margin-top: 30px;
}
/* ========================= End landing Page ========================= */
/* ========================= Start 404 Page ========================= */
section.error404_section img{
	margin: 22% auto;
    width: 500px;
}
/* ========================= End 404 Page ========================= */
/* ========================= Start Kafka Summit Page ========================= */
section.kafka_summit_overview_section{
    padding: 42px 0 30px;
}
section.kafka_summit_overview_section .featured_kafka_summit{
    padding: 50px 0 0;
    border-top: 1px solid #e9e9ed;
    margin-top: 1em !important;
}
section.kafka_summit_overview_section .featured_kafka_summit ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
section.kafka_summit_overview_section .featured_kafka_summit ul li{
    margin: 30px;
}
section.kafka_summit_types_section {
    text-align:left;
	padding: 50px 0;
}
section.kafka_summit_types_section h2{
	font-weight: 300;
}
section.kafka_summit_types_section ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
section.kafka_summit_types_section ul li{
	border-bottom: 1px solid #e9e9ed;
	padding: 20px 30px 20px 0;
	clear: both;
    display: block;
    overflow: hidden;
}
section.kafka_summit_types_section ul li .left{
    float: left;
	max-width: 80%;
}
section.kafka_summit_types_section ul li .view_kafka_sumit:hover{
    text-decoration: none;
}
section.kafka_summit_types_section ul li p{
    margin-bottom: 0;
}
section.kafka_summit_types_section ul li p.speaker{
    color: #a7a7a8;
}
section.kafka_summit_types_section ul li .right{
float: right;
}
/* ========================= End Kafka Summit Page ========================= */
/* ========================= Start Form Page ========================= */
.form-page {
    max-width: 800px;
    margin: auto;
    text-align: left;
}
.form-page .mktoForm{
    margin-bottom: 30px;
}
.form-page .mktoForm .mktoFormRow {
    background: transparent;
}
.form-page .mktoForm h1{
    font-weight: normal;
    color: #111820;
    font-size: 26px;
    line-height: 34px;
    margin: 0;
	padding: 0;
    clear: both;
}
.form-page form.mktoForm select.mktoField, .form-page form.mktoForm input.mktoField, .form-page form.mktoForm textarea.mktoField{
	border-radius: 2px;
    width: 100% !important;
    text-align: left;
    border: 1px solid #000!important;
    height: 40px;
    color: #000;
    padding: 12px!important;
    margin-bottom: 10px;
    background: #fff;
	font-weight: 400;
}
.form-page form.mktoForm .mktoField::-webkit-input-placeholder {
	color: #000;
	opacity: 1 !important;
}
.form-page form.mktoForm textarea.mktoField{
    height: 250px;
    line-height: 28px;
}
.form-page form.mktoForm .mktoButtonWrap.mktoRound{
	text-align: center;
    display: block;
	margin-top: 50px;
}
.form-page form.mktoForm .mktoButtonWrap.mktoRound .mktoButton{
    height: 44px;
    border-radius: 2px;
    display: inline-block;
    max-width: 200px;
    background: #4597cb!important;
    color: #fff;
    padding: 4px 25px 6px;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 0;
    text-align: center;
	border: none!important;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.form-page form.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover{
    background: #ff9600!important;
}
.form-page form.mktoForm select.mktoField {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-img.png) no-repeat center right #fff!important;
    height: 40px;
    font-size: 16px;
    color: #000;
    text-align: left;
	width: 100%;
	font-weight: 400;
	padding: 9px 12px!important;
}

.form-page form.mktoForm .mktoFormRow .mktoFormCol {
    display: inline-block;
    float: left;
    padding: 10px 10px 8px;
}
/* one item */
.form-page form.mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(2) {
    width: 100%;
}

/* two items */
.form-page form.mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3),
.form-page form.mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 50%;
}
/* three items */
.form-page form.mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(4),
.form-page form.mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(4) ~ .mktoFormCol {
    width: 33.3333%;
}
/* three items */
.form-page form.mktoForm .mktoFormCol .mktoError .mktoErrorMsg {
	background: transparent;
}
.form-page form.mktoForm input[type="checkbox"] {
    position: absolute;
    left: -40px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
	z-index: -2;
}
.form-page form.mktoForm input[type="checkbox"]+label {
    line-height: 22px;
    position: relative;
    display: block;
	padding: 6px 0;
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 2.5em;
}
.form-page form.mktoForm input[type="checkbox"]+label:before {
    position: absolute;
    left: -40px;
    top: 0;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    background: #fafafa;
    border-radius: 4px;
}
.form-page form.mktoForm input[type="checkbox"]:checked+label:before {
    background: url(../images/check-icon2.png) no-repeat center #fafafa;
}
.form-page form.mktoForm input[type="radio"] {
    position: absolute;
    left: -40px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
	z-index: -2;
}
.form-page form.mktoForm input[type="radio"]+label {
    line-height: 22px;
    position: relative;
    display: block;
	padding: 6px 0;
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 2.5em;
}
.form-page form.mktoForm input[type="radio"]+label:before {
    position: absolute;
    left: -40px;
    top: 0;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    background: #fafafa;
    border-radius: 100%;
}
.form-page form.mktoForm input[type="radio"]:checked+label:after {
	position: absolute;
    left: -35px;
    top: 5px;
    content: '';
    width: 20px;
    height: 20px;
    background: #ff9600;
    border-radius: 100%;
}
.form-page form.mktoForm .mktoHtmlText {
	width:100%!important;
}
.form-page form.mktoForm textarea.terms {
	border-radius: 2px;
    width: 100% !important;
    text-align: left;
    border: 1px solid #000;
    height: 250px;
    color: #000;
    padding: 12px!important;
    margin-bottom: 10px;
    background: #fff;
    font-weight: 400;
	font-size: 16px;
    line-height: 26px;
}
.form-page form.mktoForm .mktoCheckboxList+.mktoError,.form-page form.mktoForm .mktoRadioList+.mktoError{
	display: block;
    clear: both;
}
/* ========================= End Form Page ========================= */
/* ========================= Start Third Party Software Page ========================= */
.page-id-1335 section.simple_section h1 {
    padding-bottom: 0;
}
.page-id-1335 table {
max-width:700px;
}
.page-id-1335 table th {
    background-color: black;
    color: white;
}
.page-id-1335 table,.page-id-1335  th,.page-id-1335  td {
    border: 1px solid black;
    border-collapse: collapse;
}
.page-id-1335 table tr:nth-child(even) {
    background-color: #eee;
}
/* ========================= End Third Party Software Page ========================= */
/* ========================= Start Search Page ========================= */
section.search_page_section.section{
	text-align:left;
}
section.search_page_section article{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
section.search_page_section .entry-title{
    padding: 0;
	font-size: 22px;
}
section.search_page_section .entry-url a{
	color: #15202b;
}
section.search_page_section article .entry-url a:hover{
	text-decoration: underline;
}
/* ========================= End Search Page ========================= */
/* ========================= Start thanks_you_message ========================= */
.thanks_you_message p,.thanks_you_message ul,.thanks_you_message ol{
	margin-bottom: 25px;
}
/* ========================= End thanks_you_message ========================= */

/* ========================= Start Globle Responsive Page ========================= */
@media screen and (max-width:1199px) {

}
@media screen and (max-width:1023px) {
br.br_large {
	display:none;
}
}
@media screen and (max-width:991px) {
h2 {
	font-size: 38px;
    line-height: 46px;
}
h3 {
    font-size: 26px!important;
    line-height: 36px!important;
}
.main_banner p {
    font-size: 20px;
}
.widthcol3>li {
    width: 50%;
}
.widthcol4>li {
    width: 50%;
}
.widthcol5>li {
    width: 33.32%;
}
br.br_990 {
	display:none;
}
}
@media screen and (max-width:875px) {
h1 {
    font-size: 48px;
    line-height: 52px;
}
}
@media screen and (max-width:767px) {

    .search-container {
        margin-top: -12px !important;
    }

   .search-container .search-toggle {
       margin-top: 23px;
    }

  .search-form-container{
    margin-top: 16px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 1px;
    transition: width 300ms,left 100ms,bottom 100ms;
}


.widthcol2>li {
    width: 100%;
}
br.br_767 {
	display:none;
}
br.br_block_767 {
	display:block;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: pre-wrap;
}
}
@media screen and (max-width:600px) {
.widthcol3>li {
    width: 100%;
}
.widthcol4>li {
    width: 100%;
}
.widthcol5>li {
    width: 100%;
}
section.section .items>li {
    padding: 20px 15px;
}
section.section ul.items.media>li {
    padding: 20px 15px;
}
}
@media screen and (max-width:568px) {
h1 {
    font-size: 42px !important;
    line-height: 48px !important;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}
}
@media screen and (max-width:500px) {
br.br_500 {
	display:none;
}
.main_banner h1 {
    padding: 0 0px;
}
#site_footer .copyright {
    padding: 0 0px;
}
section.section ul.items.media>li .media_image{
	float: none;
    position: relative;
    margin-bottom: 20px;
}
section.section ul.items.media>li .media_content {
    padding-left: 0;
}
}
@media screen and (max-width:400px) {
h1 {
    font-size: 36px !important;
    line-height: 38px !important;
}
h2 {
    font-size: 26px;
    line-height: 30px;
}
h3 {
    font-size: 24px!important;
    line-height: 30px!important;
}
}

/* ========================= End Globle Responsive Page ========================= */
/* ========================= Start Header & Navigation Responsive Page ========================= */
@media screen and (max-width:1199px) {
#site-header .brand_logo {
	position: absolute;
    z-index: 9999;
    background: #111820;

}
nav.navigation>ul>li>a {
	margin: 0px 14px;
    font-size: 17px;
}
}
@media screen and (max-width:991px) {
nav.navigation>ul>li>a {
    font-size: 15px;
    margin: 0 10px;
}
nav.navigation>ul>li.download-button>a {
    font-size: 15px;
    margin: 0 0 0 10px;
}
.search-container {
    margin-left: 0;
}
#site_footer .footer_top .footer_row{
    max-width: 100%;
}

#site_footer .footer_top{
	display:none;
}
#site_footer .footer_bottom {
    padding-top: 0;
    text-align: center;
}
#site_footer .copyright{
	max-width: 100%;
    padding: 0 20px;
    float: none;
	margin-top: 60px;
}
#site_footer .social_nav {
     top: 10px;
	right: inherit;
    left: 50%;
    margin-left: -133px;
}
#site_footer .social_nav ul li {
    display: inline-block;
	float: none;
}
}
@media (min-width:376px) and (max-width:991px) {
#site_footer .social_nav ul li a {
    width: 40px;
    height: 40px;
    background-size: 200px;
}
#site_footer .social_nav ul li.twitter_link a {
	background-position: 0px 0px;
}
#site_footer .social_nav ul li.linkedin_link a {
	background-position: -40px 0px;
}
#site_footer .social_nav ul li.github_link a {
  background-position: -80px 0px;
}
#site_footer .social_nav ul li.slidehsare_link a {
  background-position: -120px 0px;
}
#site_footer .social_nav ul li.contactus_link a {
  background-position: -160px 0px;
}
#site_footer .social_nav ul li.youtube_link a {
    background-size: 40px;
}
#site_footer .social_nav ul li.twitter_link a:hover {
	background-position: 0px -40px;
}
#site_footer .social_nav ul li.linkedin_link a:hover {
	background-position: -40px -40px;
}
#site_footer .social_nav ul li.github_link a:hover {
  background-position: -80px -40px;
}
#site_footer .social_nav ul li.slidehsare_link a:hover {
  background-position: -120px -40px;
}
#site_footer .social_nav ul li.contactus_link a:hover {
  background-position: -160px -40px;
}
#site_footer .social_nav ul li.youtube_link a:hover {
    background-position: 0 -40px;
}
}
@media (min-width:879px) and (max-width:991px) {
nav.navigation>ul>li>a {
    font-size: 13px;
    margin: 0 10px;
}
nav.navigation>ul>li.download-button>a {
    font-size: 15px;
    margin: 0 0 0 10px;
    padding: 8px 16px;
    margin-top: 2px;
}
.search-container.active .search-form-container {
    width: 200px;
}
.search-container .search-form-container .search-form .search-fieldP{
	    width: 180px;
}
}
@media screen and (max-width:878px) {
#nav-toggle {
	margin: 0;
    display: block;
	padding: 10px 10px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
	width: 18px;
}
.navbar-toggle.toggle::after {
    content: "×";
    color: #fff;
    cursor: pointer;
    font-size: 24px;
	line-height: 0px;
	margin-left: 5px;
}
.navbar-toggle.toggle span{
display:none;
}
nav.navigation{
	display:none!important;
}
.mobile_nav_wrapper{
	display:block;
}
nav.mobile_navigation{
	padding: 1em 0;
    background: #111820;
    position: fixed;
    top: 80px;
	padding-bottom: 80px;
    left: 0;
    width: 100%;
    border-top: 1px solid #4c4c4d;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
	display:block;
	overflow: auto;
}
nav.mobile_navigation.active{
    opacity: 1;
	visibility: visible;
}
.mobile_navigation>ul {
	padding: 0 20px;
    margin: 0;
	list-style: none;
}
.mobile_navigation>ul>li {
    float: left;
}
.mobile_navigation>ul>li>a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    display: block;
}
.mobile_navigation>ul>li>ul {
    margin: 0;
    padding: 0;
	list-style: none;
}
.mobile_navigation>ul>li>ul li a{
    color: #a7a7a8;
    text-transform: none;
    padding: 5px 20px;
    display: block;
}
#site-header .brand_logo {
    position: relative!important;
}
.search-container .search-form-container{
	transition: none;
}
.search-container .search-button, .search-container .search-toggle{
	transition: none;
}
.search-container.active .search-toggle {
    margin: 0;
}
.search-container .search-toggle{
	float: right;
}
.search-container.active .search-form-container {
    width: 100%;
    max-width: 500px;
}
.search-container .search-form-container .search-form .search-field {
    width: 100%;
}
.search-container {
	width: 50%;
}
#site-header .brand_logo {
    width: 210px;
}
}
@media screen and (max-width:767px) {
.sidebar.affix,.sidebar.affix-top,.sidebar.affix-bottom{
    position: relative!important;
    top: 0!important;
	margin-top: 30px;
}
}
@media screen and (max-width:600px) {
.mobile_navigation>ul>li {
    float: none;
	margin-bottom: 20px;
}
.mobile_navigation>ul>li>ul li a {
    padding: 2px 20px;
}
#site-header{
    height: 70px;
    padding: 15px 0;
}
#header-pusher {
    height: 70px;
}
#site-header .brand_logo{
	width: 180px !important;
    margin-top: 5px;
}
nav.mobile_navigation {
    top: 50px;
	padding-bottom: 50px;
}
}
@media screen and (max-width:500px) {
#site-header .brand_logo {
	width: 170px !important;
    margin-top: 5px;
}
#nav-toggle{
	padding-right: 0;
}
.search-container {
    width: 40%;
}
}
@media screen and (max-width:400px) {
#site-header .brand_logo {
	width: 150px !important;
    margin-top: 8px;
	padding-right: 10px;
}
#site-header {
    height: 60px;
    padding: 10px 0;
}
#header-pusher {
    height: 60px;
}
}
@media screen and (max-width:350px) {
#site-header {
    height: 50px;
    padding: 5px 0;
}
#header-pusher {
    height: 50px;
}
#site-header .brand_logo {
	width: 120px !important;
    margin-top: 10px;
}
}
@media screen and (max-width:300px) {
#site-header .brand_logo {
    width: 100px !important;
}
}
@media screen and (max-width:375px) {
#site_footer .social_nav {
    margin-left: -92px;
}
#site_footer .social_nav ul li {
    margin-left: 8px;
}
#site_footer .copyright {
    margin-top: 40px;
}
#site_footer .copyright p{
	font-size: 9px!important;
    line-height: 12px!important;
}
}
@media screen and (max-width:300px) {
.search-container {
    width: 38%;
}
}
/* ========================= End Navigation Responsive Page ========================= */
.page-template-default .main_banner{
	padding: 10% 0 9%;
}
.training_form_box{
	background: #f0f0f2;
    padding: 30px 50px;
    height: 100%;
    max-width: 600px;
    margin: auto;
}
.training_form_box form.mktoForm select.mktoField, .training_form_box form.mktoForm input.mktoField, .training_form_box form.mktoForm textarea.mktoField{
	background: #ffffff;
}
/* ========================= Start New Careers Page ========================= */
.section.careers_mission_section {
    color: #FFF;
    background-image: radial-gradient(circle at 9% 3%, #4f8bb0, #072b42);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
		font-size: 32px;
		margin-top:-5px;
}
.section.careers_mission_section .container_inner {
	max-width: 712px;
	margin: 0 auto;
}
.section.careers_mission_section h2 {
	color: #FFF;
	font-size: 32px;
	margin-bottom: 30px;
}
.section.careers_mission_section p {
	color:#FFF;
}
/* ========================= Start New Careers Page ========================= */
/*section.careers_benefits_section{
	padding: 0;
    position: relative;
	overflow: hidden;
}
section.careers_benefits_section>.container{
	position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
}
section.careers_benefits_section .content{
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
}
section.careers_benefits_section .content h2{
    color: #000;
    font-size: 32px;
}
.careers_benefits_section .flex-viewport {
    z-index: -1;
}
.careers_benefits_section .flex-control-thumbs {
	margin: 0;
    padding: 0;
    top: 110px;
    position: absolute;
    height: 80px;
}
.careers_benefits_section .flex-control-thumbs li {
	width: 119px;
    margin: 0;
    padding: 20px 30px;
    position: relative;
    float: none;
}
.careers_benefits_section .flex-control-thumbs li:first-child {
	padding-left: 0;
    width: 89px;
}
.careers_benefits_section .flex-control-thumbs li:last-child {
	padding-right: 0;
    width: 89px;
}
.careers_benefits_section .flex-control-thumbs li:before {
    content: "";
    border-top: 1px solid #000;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: -1;
    left: 0;
}
.careers_benefits_section .flex-control-thumbs li img {
	border-radius: 50%;
  padding: 5px;
    background-color: #000000;
    opacity: 1;
    margin: 0;
	transition: none;
  border: 1px solid white;
}
.careers_benefits_section .flex-control-thumbs li img:hover, .careers_benefits_section .flex-control-thumbs li img.flex-active {
    background-color: #FF671F;
    border: 0;
}
.careers_slider .slides li {
    z-index: 99;
	position:relative;
	display:none;
}
.careers_slider .slides li img{
	margin:0;
  width: 100%;
}
.careers_slider .slides li .container{
	height: 100%;
}
.careers_slider .slides li div.heading{
	position: absolute;
    top: 54%;
    z-index: 9999;
}
.careers_slider .slides li h3{
	color: #FF671F;
    font-size: 57px;
    font-weight: 300;
	line-height: 70px;
    text-align: left;
}
*/
.zoom-anim-dialog.item-popup {
		background: rgba(97, 97, 97, 0.80);
    color: #FFF;
    padding: 20px 30px;
    text-align: center;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
}
.zoom-anim-dialog.item-popup .mfp-arrow-inner {
    overflow: hidden;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: inline-block;
    outline: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 26px;
    height: 26px;
    background-image: url(../images/arrow-white-img.png);
}
.zoom-anim-dialog.item-popup .mfp-arrow-inner.mfp-arrow-left {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mfp-close-btn-in .zoom-anim-dialog.item-popup .mfp-close,
.zoom-anim-dialog.item-popup h3,
.zoom-anim-dialog.item-popup p {
	color: #FFF;
}
.zoom-anim-dialog.item-popup h3 {
	font-size: 20px;
	font-weight: bold;
}
.zoom-anim-dialog.item-popup p {
		font-size: 16px;
    margin-bottom: 35px;
}
.zoom-anim-dialog.item-popup .icon {
    margin-left: 20px;
    margin-right: 20px;
}
.page-template-careers-beta-page .mfp-arrow {
	display:none;
}
.page-template-careers-beta-page .mfp-bg {
	background: #ffffff;
}
.careers_work_for_confluent_section h2{
    color: #000;
    font-size: 32px;
}
.careers_work_for_confluent_section p{
    color: #000000;
}
section.careers_work_for_confluent_section .items>li{
	padding: 20px 76px;
	position:relative;
}
.careers_work_for_confluent_section .items > li .item .image {
	min-height: 80px;
}
.careers_work_for_confluent_section .items > li .item .content {
	margin-top: 15px;
}
.careers_work_for_confluent_section .items>li h3{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
}
.careers_work_for_confluent_section .items>li h3 a {
	color:inherit;
}
.careers_work_for_confluent_section .items > li .item {
	cursor:pointer;
}
.careers_work_for_confluent_section .items > li .item .rollover {
	opacity:0;
	position: absolute;
	padding: 20px;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(39, 134, 192, 0.88);
	color: #FFFFFF;
	transition: opacity 0.5s;
}
.careers_work_for_confluent_section .items > li .item:hover .rollover {
	opacity: 1;
}
.careers_work_for_confluent_section .items > li .item .rollover h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin: 0 auto;
    padding: 10px 40px;
}
.careers_work_for_confluent_section .items > li .item .rollover p {
	color: #FFFFFF;
	font-weight: 300;
	margin:0px;
}
.careers_departments_section{
	background-color: #EFF2F5;
}
.careers_departments_section h2{
	color: #000;
	font-size: 32px;
}
section.careers_departments_section .items>li{
    padding: 0;
    margin: 0;
}
.careers_departments_section .items>li .item{
	position: relative;
	cursor: pointer;
}
.careers_departments_section .items>li .item .mask{
	position: absolute;
    opacity: 0;
    overflow: visible;
    background-color: rgba(0, 0, 0, 0.88);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.careers_departments_section .items>li .item .vcenter{
	position: absolute;
    display: table;
    width: 100%;
    color: white;
    cursor: pointer;
    left: 0;
    top: 0;
    padding: 0px 40px;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    opacity: 0;
}
.careers_departments_section .items>li:hover .item .mask{
    opacity: 1;
}
.careers_departments_section .items>li:hover .item .vcenter{
    opacity: 1;
}
.careers_departments_section .items>li:hover .item .content h3{
	opacity: 0.1;
}
.careers_departments_section .items>li .item .vcenter h3{
	color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.careers_departments_section .items>li .item .vcenter p{
	color: #fff;
	font-size: 14px;
}
.careers_departments_section .items>li .item img{
	width: 100%;
    margin: 0;
}
.careers_departments_section .items>li .item .content{
    position: absolute;
    display: table;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 10px;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
}
.careers_departments_section .items>li .item .content h3{
	color: #fff;
    font-size: 28px;
}
.careers_open_positions_section{
	text-align: left;
}
.careers_open_positions_section h2{
	font-size: 32px;
    font-weight: 500;
}
section.careers_open_positions_section .job {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
	padding: 10px 0;
}
section.careers_open_positions_section .job+.job {
    border-top: 1px solid #B7B7B7;
}
section.careers_open_positions_section .job .left {
    float: left;
	text-align: left;
}
section.careers_open_positions_section .job .left h4 {
    color: #4597CB;
    font-size: 16px;
    font-weight: bold;
	padding-bottom: 0;
}
section.careers_open_positions_section .job .left span {
    display:block;
	margin-bottom: 5px;
}
section.careers_open_positions_section .job .right {
    float: right;
}
section.careers_open_positions_section .job .right a {
    min-width: 230px;
    margin-top: 40px;
	font-size: 16px;
    line-height: 22px;
}
section.careers_get_to_know_us_section{
	background-color: #EFF2F5;
}
.careers_get_to_know_us_section .right{
	text-align:right;
}
.careers_get_to_know_us_section .left{
	text-align:left;
}
.careers_get_to_know_us_section .profile_image img{
	margin: 0;
    border-radius: 1000px;
    border: 4px solid #FF671F;
}
.careers_get_to_know_us_section .right span {
	display: block;
    padding: 2px 0;
}
.careers_get_to_know_us_section h4 {
	color: #4597CB;
    font-size: 19px;
    font-weight: bold;
	padding: 0;
}
.careers_get_to_know_us_section p {
	color: #000;
    font-size: 19px;
}
.careers_get_to_know_us_section .name {
	color: #FF671F;
    font-size: 45px;
    font-weight: bold;
}
.careers_get_to_know_us_section .aka {
	color: #FF671F;
    font-size: 28px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
	margin-bottom: 20px;
}
.careers_get_to_know_us_section .job_position {
	color: #4597CB;
    font-size: 19px;
    font-weight: bold;
}
.careers_get_to_know_us_section .job_department {
	color: #000;
    font-size: 19px;
}
.careers_get_to_know_us_section .quote i {
	display: block;
    line-height: 26px;
}
.careers_get_to_know_us_section .blue{
	margin-top: 20px;
}
.careers_get_to_know_us_section ul.social_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    margin-top: 7px;
    margin-bottom: 20px;
}
.careers_get_to_know_us_section ul.social_icons li {
    padding: 0;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    display:inline-block;
}
.careers_get_to_know_us_section ul.social_icons li a {
    height: 24px;
    width: 24px;
    display: block;
    text-indent: -99999px;
    background-repeat: no-repeat;
	background-color: #ff671f;
    border-radius: 20px;
}
.careers_get_to_know_us_section ul.social_icons li.linkedin_link a {
    background-image: url(../images/careers_linkedin_icon.png);
}
.careers_get_to_know_us_section ul.social_icons li.twitter_link a {
    background-image: url(../images/careers_twitter_icon.png);
}
.careers_get_to_know_us_slider .slides > li {
    display: none;
}
.careers_get_to_know_us_slider .flex-control-nav {
	position: initial;
	margin-top: 30px;
}
.careers_get_to_know_us_slider .flex-control-paging li a {
	width: 13px;
    height: 13px;
    background: rgba(69, 150, 202, 0.5);
	box-shadow: none;
}
.careers_get_to_know_us_slider .flex-control-paging li a:hover {
    background: #4596CA;
    border: none;
}
.careers_get_to_know_us_slider .flex-control-paging li a.flex-active {
	background: #4596CA;
    border: none;
}
section.careers_bottom_section{
    padding: 0;
}
.careers_bottom_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
}
.careers_bottom_section ul li {
    height: 340px;
    display: table;
    float: left;
    padding: 0 40px;
}
.careers_bottom_section ul li.white {
	background-color:#EEF1F4;
}
.careers_bottom_section ul li.gray {
	background-color:#666666;
}
.careers_bottom_section ul li.blue {
	background-color:#4495C9;
}
.careers_bottom_section ul li.white h2 {
	color: #121820;
}
.careers_bottom_section ul li.gray h2 {
	color: #fff;
}
.careers_bottom_section ul li.blue h2 {
	color: #fff;
}
.careers_bottom_section ul li.wi-0 {
	width:50%;
	background-size: cover;
}
.careers_bottom_section ul li.wi-1 {
	width:50%;
	background-size: cover;
}
.careers_bottom_section ul li.wi-2 {
	width:60%;
	background-size: cover;
}
.careers_bottom_section ul li.wi-3 {
	width:40%;
	background-size: cover;
}
.careers_bottom_section h2 {
	font-size: 30px;
    line-height: 40px;
    display: table-cell;
    vertical-align: middle;
	font-weight: 400;
}
.careers_bottom_section:after,.careers_bottom_section:before {
	display: table;
    content: " ";
	clear: both;
}
section.careers_benefits_section{
	padding: 0;
	max-height: 800px;
	overflow: hidden;
}


.careers_benefits_section .careers_slider,
.careers_benefits_section .careers_slider .slides.slick-initialized,
.careers_benefits_section .careers_slider .slides.slick-initialized .slick-track,
.careers_benefits_section .careers_slider .slides.slick-initialized .slick-list li {
	max-height: 800px;
}
.careers_benefits_section .careers_slider ul.slides{
  opacity: 0;
}
.careers_benefits_section .careers_slider ul.slides.slick-initialized{
  opacity:1;
  transition:opacity .3s ease-out;
}
.careers_benefits_section .careers_slider ul .slick-list li{
    position: relative;
	outline: none;
	cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.careers_benefits_section .careers_slider ul .slick-list li:active{
	cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.careers_benefits_section .careers_slider ul .slick-list li img{
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100% !important;
/* 	max-width: 2576px */
}
.careers_benefits_section .careers_slider ul .slick-list li .heading{
    position: absolute;
    top: 0px;
	z-index: 0;
	left: 0;
    right: 0;
}
.careers_benefits_section .careers_slider ul .slick-list li .heading h2{
    max-width: 860px;
    margin: 50px auto auto;
	color: rgb(0, 0, 0);
    font-size: 30px;
	padding: 0 30px;
}
.careers_benefits_section .careers_slider ul .slick-list li.slide-3 .heading h2{
	color: #fff;
}
.careers_benefits_section .careers_slider ul .slick-list li .content{
    position: absolute;
    top: 54%;
    z-index: 0;
}
.careers_benefits_section .careers_slider ul .slick-list li .content h3{
    color: rgb(255, 103, 31);
    font-size: 57px;
    font-weight: 300;
    line-height: 70px;
    text-align: left;
}

.careers_benefits_section .flex-viewport {
    z-index: -1;
}
.careers_benefits_section .slick-dots {
	margin: 0;
    padding: 0;
    top: 110px;
    position: absolute;
    height: 80px;
	left: 0;
    right: 0;
}
.careers_benefits_section .slick-dots li {
	width: 119px;
    margin: 0;
    padding: 20px 30px;
    position: relative;
    float: none;
	display: inline-block;
  background: url('../images/black-dot.png') center center repeat-x;
}
.careers_benefits_section .slick-dots li:first-child {
	padding-left: 0;
    width: 89px;
}
.careers_benefits_section .slick-dots li:last-child {
	padding-right: 0;
    width: 89px;
}

.careers_benefits_section .slick-dots li img {
	border-radius: 50%;
	/* padding: 5px; */
    background-color: #000000;
    opacity: 1;
    margin: 0;
	transition: none;
	border: 1px solid white;
	cursor:pointer;
}
.careers_benefits_section .slick-dots li img:hover, .careers_benefits_section .slick-dots li.slick-active img {
    background-color: #FF671F;
    border: 0;
}


/* ========================= End New Careers Page ========================= */
/* *********************** */
/* ******** min 992px ******** */
@media (min-width:992px){
.careers_get_to_know_us_section .profile_image{
	padding:0 2%;
}
.careers_get_to_know_us_section .left {
    width: 27%;
    margin-left: -2%;
	margin-top:30px;
}
.careers_get_to_know_us_section .right {
    width: 27%;
    margin-right: -2%;
	margin-top:30px;
}
}
/* *********************** */
/* ******** 991px ******** */
@media screen and (max-width:991px) {
.careers_slider .slides li h3{
	font-size: 38px!important;
    line-height: 46px!important;
}
.careers_work_for_confluent_section .items>li h3{
	font-size: 16px!important;
    line-height: 20px!important;
}
section.careers_benefits_section .careers_slider ul .slick-list li .heading h2 {
    max-width: 730px;
    padding: 0 15px;
}
.careers_benefits_section .slick-dots{
    top: 150px;
}
.careers_get_to_know_us_section .left {
    text-align: center;
    max-width: 60%;
    float: none;
    margin: auto;
    clear: both;
    padding-top: 40px;
}
.careers_bottom_section h2 {
    font-size: 26px;
    line-height: 36px;
}
.careers_bottom_section h2 br {
	display:none;
}
}
@media screen and (max-width:767px) {
.careers_slider ul .slick-list li img{
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
	display: none;
}
.careers_benefits_section .careers_slider ul .slick-list li .content {
    top: 60%;
    width: 100%;
}
.careers_benefits_section .careers_slider ul .slick-list li .content h3 {
    text-align: center;
}
.careers_benefits_section .careers_slider ul .slick-list li .background-image{
	height: 500px;
    background-size: cover;
    background-position: right;
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}
.careers_benefits_section .slick-dots {
	top: 200px;
	-ms-transform: scale(0.75); /* IE 9 */
	-webkit-transform: scale(0.75); /* Safari */
	transform: scale(0.75); /* Standard syntax */
}
.careers_benefits_section .slick-dots li:first-child {
    width: 65px;
}
.careers_benefits_section .slick-dots li {
    width: 80px;
    padding: 20px 15px;
}
.careers_benefits_section .slick-dots li:last-child {
    width: 65px;
}
.careers_get_to_know_us_section .right {
    text-align: center;
}
.careers_get_to_know_us_section .profile_image img {
    max-width: 300px;
}
.careers_get_to_know_us_section .left {
    max-width: 550px;
    padding-top: 20px;
}
section.careers_open_positions_section .job .left {
    float: none;
    text-align: left;
}
section.careers_open_positions_section .job .right {
    float: none;
}
section.careers_open_positions_section .job .right a {
    margin: 0;
    margin-bottom: 20px;
    float: left;
}
.careers_bottom_section ul li {
	width:50%!important;
	padding: 0 40px;
}
}
@media screen and (max-width:600px) {
	.careers_bottom_section ul li {
		width: 100%!important;
		height: 200px;
	}
	.careers_benefits_section .slick-dots li:first-child {
		width: 60px;
	}
	.careers_benefits_section .slick-dots li {
		width: 70px;
		padding: 10px;
	}
	.careers_benefits_section .slick-dots li:last-child {
		width: 60px;
	}
	section.careers_work_for_confluent_section .items>li {
		padding: 20px 40px;
	}
	.careers_get_to_know_us_section .profile_image img {
		max-width:100%;
	}
}

@media screen and (max-width:400px) {
	.main_banner p br {
		display:none;
	}
}
/***********TAS*********************/

.page-template-default .main_banner{
	padding: 10% 0 9%;
}
.training_form_box{
	background: #f0f0f2;
    padding: 30px 50px;
    height: 100%;
    max-width: 600px;
    margin: auto;
}
.training_form_box form.mktoForm select.mktoField, .training_form_box form.mktoForm input.mktoField, .training_form_box form.mktoForm textarea.mktoField{
	background: #ffffff;
}

.single-landing_page .main_banner.template_1,
.single-landing_page .main_banner.template_2 {
	text-align: left;
}
.single-landing_page .main_banner.template_1 h1,
.single-landing_page .main_banner.template_2 h1 {
	font-weight: normal;
	max-width: 850px;
	line-height: normal;
}
.single-landing_page .cover_banner {
	padding: 0 0 50px;
	background-size: cover;
	height: 400px;
	background-image: url(../images/new-landing-pagebackground.png?v=1);
}
.single-landing_page .cover_banner .ebook_image_wrapper {
    position: relative;
    z-index: 0;
    padding-top: 50px;
    width: 100%;
    height: 344px;
    overflow: hidden;
    margin-left: 50px;
    bottom: -60px;
}
.single-landing_page .cover_banner .ebook_image_wrapper .blank_paper_wrapper {
    position: absolute;
    z-index: 1;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    margin-left: 100px;
    margin-top: 25px;
}
.single-landing_page .cover_banner .ebook_image_wrapper .ebook_cover_wrapper {
	position:relative;
	z-index:2;
	max-width:328px;
}
.single-landing_page .cover_banner .ebook_image_wrapper .paper_shadow {
    position: absolute;
    z-index: 4;
    bottom: 0px;
}
.single-landing_page .cover_banner .webinar_image_wrapper {
    position: relative;
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.single-landing_page .cover_banner .webinar_image_wrapper .webinar_cover_wrapper .webinar_cover {
	margin: 0;
	margin-top: 10px;
}
.single-landing_page .cover_banner .gated_form  {
	position: absolute;
	z-index: 2;
	width: 418px;
	top: 0px;
	/*right: 0px;*/
}
@media screen and (max-width:1035px) {
    .single-landing_page .cover_banner .gated_form {
        width: 375px;
    }
}
@media screen and (max-width:991px) {
    .single-landing_page .cover_banner .gated_form {
        width: 300px;
    }
}
@media screen and (max-width:767px) {
    .single-landing_page .cover_banner {
        margin-bottom: 100px;
        height: auto;
    }
    .single-landing_page .cover_banner .gated_form {
        width: 100%;
        position: relative;
    }
    .single-landing_page .main_banner.template_1 span,
    .single-landing_page .main_banner.template_2 span {
        font-size: 24px !important;
    }
    .single-landing_page .main_banner.template_1 h1,
    .single-landing_page .main_banner.template_2 h1 {
        font-size: 30px !important;
    }
    .single-landing_page .cover_banner .ebook_image_wrapper {
        margin-left: 0;
        bottom: 0;
    }
}
.single-landing_page .cover_banner .gated_form_wrap {
    position: relative;
}
.single-landing_page .cover_banner .gated_form.affix {
    position: fixed;
    top: 80px;
}
.single-landing_page .cover_banner .gated_form .ebook_form {
	background: #4597CB;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 60px;
}
.single-landing_page .cover_banner .gated_form .ebook_form.blue_color_form  {
	background: #4597CB;
}
.single-landing_page .cover_banner .gated_form .ebook_form.orange_color_form {
	background: #FF671B;
}
/*
.single-landing_page .cover_banner .gated_form.webinar_form .ebook_form  {
	background: #FF671B;
}
*/
.single-landing_page .cover_banner .gated_form .ebook_form:after {
    content: ' ';
    display: block;
    height: 70px;
    background-image: url(../images/form-bottom-bg.png?v=1);
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -70px;
}
.single-landing_page .cover_banner .gated_form .ebook_form.blue_color_form:after {
	background-image: url(../images/form-bottom-bg.png?v=1);
}
.single-landing_page .cover_banner .gated_form .ebook_form.orange_color_form:after {
	background-image: url(../images/form-bottom-bg2.png?v=1);
}
/*
.single-landing_page .cover_banner .gated_form.webinar_form .ebook_form:after {
    background-image: url(../images/form-bottom-bg2.png?v=1);
}
*/
.single-landing_page .cover_banner .gated_form .ebook_form h3 {
	font-size: 15px;
	color: #FFFFFF;
}
.single-landing_page .cover_banner .gated_form .ebook_form .mktoForm .mktoFormRow {
	overflow: hidden;
	background: transparent;
}
.single-landing_page .cover_banner .gated_form .ebook_form .mktoForm .mktoField,
.single-landing_page .cover_banner .gated_form .ebook_form .mktoForm .mktoField,
.single-landing_page .cover_banner .gated_form .ebook_form .mktoForm .mktoField {
	background-color: #FFFFFF !important;
}
.single-landing_page .cover_banner .gated_form .ebook_form .mktoForm .mktoButtonRow {
    position: absolute;
    bottom: -130px;
    width: 100%;
    left: 0;
}
.single-landing_page .cover_banner .gated_form .ebook_form .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
	background-color: #FF671B;
}
/*
.single-landing_page .cover_banner .gated_form.webinar_form .ebook_form .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
	background-color: #4597CB;
}
*/
.landing_page_bottom_section.section {
	padding: 50px 0;
}
.landing_page_bottom_section.section h2 {
	font-size: 26px;
	font-weight: normal;
    margin-bottom: 0;
}
.landing_page_bottom_section.section .items li .item img {
    height: 48px;
}
.landing_page_bottom_section.section .items li .item h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 14px;
    padding: 0;
}
.landing_page_bottom_section.section .items li .item p {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-landing_page .landing_page_bottom_section.section {
    padding: 20px 0;
}
.single-landing_page .landing_page_bottom_section .container>h2+.items {
    margin-top: 0;
}
/************************************ Form Button **************************************/
.single-landing_page .cover_banner .gated_form .ebook_form  form.mktoForm  .mktoButtonRow .mktoButtonWrap{
    display: block;
    padding: 70px 0 30px;
    background-color: #EFF2F5;
    min-height: 180px;
    margin-bottom: -50px;
}
/*.single-landing_page .cover_banner .gated_form .ebook_form  form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    margin: 25px auto 0px auto;
    color: #f60;
    background: transparent;
    font-size: 26px;
    font-weight: 600;
    background-image: url(../images/download_btn_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 40px;
}*/
.single-landing_page .cover_banner .gated_form .ebook_form  form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    margin: 25px auto 0px;
    color: #fff;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    background-image: url(../images/download_btn_arrow2.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 17px top 13px;
    padding-right: 40px;
    background-color: #FF671B;
}
.single-landing_page .cover_banner .gated_form.webinar_form .ebook_form  form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
	/* background-color: #4597CB; */
	background-image: none;
	padding: 15px 20px;
}
.single-landing_page .cover_banner .gated_form .ebook_form.orange_color_button form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
	background-color: #FF671B;
}
.single-landing_page .cover_banner .gated_form .ebook_form.blue_color_button form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
	background-color: #4597CB;
}
.single-landing_page .cover_banner .gated_form .ebook_form{}
/************************************ Form Button **************************************/

.contact_form_section.global_contact_form.bg_white form.mktoForm .mktoFormCol .mktoError .mktoErrorMsg {
    background: #f0f0f2;
}
.contact_form_section.global_contact_form.bg_white form.mktoForm select.mktoField,
.contact_form_section.global_contact_form.bg_white form.mktoForm input.mktoField,
.contact_form_section.global_contact_form.bg_white form.mktoForm textarea.mktoField {
    background: #f0f0f2;
}
body.page-template-kafka-summit-new-york section.kafka_summit_overview_section .featured_kafka_summit {
    border: 0;
    padding: 0;
}

span.vidyard_player > span {
    width: 100%!important;
}

#site_footer .social_nav ul li.slidehsare_link a {
	background-position: -78px 0;
	background-image: url(https://confluent.io/wp-content/themes/confluent/assets/images/slideshare-iconv3.png?v=1);
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: -5px -3px;;
}

#site_footer .social_nav ul li.slidehsare_link a:hover { 
	    background-position: -5px -37px;
}

.training_events .event a.non-clickable:hover {
    background: #4597cb;
    text-decoration: none;
}
