﻿@charset "utf-8";
/* CSS Document */
/* *************** Start Globe Sytle *************** */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #15202b;
	background-color: #fff;
	font-variant-ligatures: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	word-wrap: break-word;
}
h1{
    font-size: 60px;
	font-weight: 700;
    line-height: 65px;
    margin: 0;
    padding: 15px 0;
}
h2 {
	color: #333;
	font-size: 38px;
	font-weight: 700;
	line-height: 48px;
    margin: 0;
    padding: 10px 0;
	margin-bottom: 8px;
}
h3 {
    color: #333;
    font-size: 30px;
	font-weight: normal;
    line-height: 36px;
    margin: 0;
    padding: 10px 0;
}
h4 {
    color: #111820;
    font-size: 26px;
	font-weight: normal;
    line-height: 34px;
    margin: 0;
    padding: 10px 0;
}
h5 {
    font-weight: normal;
    color: #333;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 10px 0;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #15202b;
    margin-bottom: 20px;
	word-wrap: break-word;
}
a {
    text-decoration: none;
    outline: 0;
    color: #4597cb;    
}
a, a:active, a:focus {
    text-decoration: none!important;
    outline: 0;
}
a[class*="button"]:hover {
    text-decoration: none;
    outline: 0;
}
a[style*=ffffff]:hover {
    color: rgba(255,255,255,0.7) !important;
}
img {
    margin-left: 10px;
    margin-right: 10px;
    border: 0;
    outline: 0;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
label {
    margin-bottom: 0px;
    font-weight: 400;
}
hr {
	border: 0;
    clear: both;
    height: 1px;
    background-color: #ccc;
    margin-top: 30px;
}
iframe{
	max-width: 100%;
}
/* *************** End Globe Sytle *************** */
/* *************** Start Other Globe Sytle *************** */
.thin{
	font-weight: 300;
}
.text_blue_light{
	color: #abcae9!important;
}
.text_blue{
	color: #4597cb!important;
}
.text_orange {
    color: #ff671f!important;
}
.text_left {
    text-align:left;
}
.subhead {
    font-size: 24px;
    padding-top: 0;
    margin-bottom: 16px;
}
.overflow-hidden{
	overflow: hidden;
    clear: both;
    display: block;
}
img.aligncenter {
    display: block;
    margin: auto;
}
br.br_block_767 {
	display:none;
}
/* *************** End Other Globe Sytle *************** */
/* *************** Start Button *************** */
.orange_button{
    text-align: center;
    border-radius: 2px;
    background-color: #ff671f;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    min-width: 136px;
    padding: 10px 25px;
	margin-top: 15px;
    display: inline-block;
}
.orange_button:hover {
    background-color: #ec540c;
}
.blue_button{
	border-radius: 2px;
    background-color: #4597cb;
    font-size: 18px;
	line-height: 24px;
    color: #fff;
	min-width: 136px;
    padding: 10px 25px;
	margin-top: 15px;
    display: inline-block;
}
.blue_button:hover{
	background: #4089b7;
}
.blue_outline_button{
    text-align: center;
    border-radius: 2px;
    border: 2px solid #4698cb;
    font-size: 18px;
    line-height: 24px;
    color: #4698cb;
    min-width: 136px;
    padding: 10px 25px;
	margin-top: 15px;
    display: inline-block;
}
.white_outline_button{
    text-align: center;
    border-radius: 2px;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    min-width: 136px;
    padding: 10px 25px;
	margin-top: 15px;
    display: inline-block;
}
.white_outline_button:hover {
    background-color: rgba(255,255,255,0.3);
}
/* *************** End Button *************** */
/* *************** Start BG Image *************** */
section.image_section.section{
	padding: 160px 0;
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
    text-align: center;
	color: #fff;
}
section.bg_terminal_screen.section{
	padding: 250px 0;
	background-image: url(../images/bg--terminal-screen.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
    text-align: center;
	color: #fff;
}
section.bg_terminal_screen.section p{
	padding: 15px 0;
}
section.bg_terminal_screen h2,section.bg_terminal_screen h3,section.bg_terminal_screen h4,section.bg_terminal_screen p{
	color: #fff;
}
section.bg_orange_diagram.section{
    background-image: url(../images/orange-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 160px 0 88px;
    text-align: center;
	color: #fff;
}
section.bg_orange_diagram h2,section.bg_orange_diagram h3,section.bg_orange_diagram h4,section.bg_orange_diagram p{
	color: #fff;
}
/* *************** End BG Image *************** */
/* *************** Start BG Colors *************** */
.bg_white{
	background-color: #fff;
}
.bg_light_grayish_blue{
	background-color: #f0f0f2;
}
.bg_light_grayish_red{
	background-color: #e7e6e6;
}
.bg_vary_dark_blue{
	background-color: #111820;
	color: #fff;
}
.bg_vary_dark_blue h2,.bg_vary_dark_blue h3,.bg_vary_dark_blue h4,.bg_vary_dark_blue p{
	color: #fff;
}
.bg_dark_blue{
	background-color: #257694;
	color: #fff;
}
.bg_dark_blue h2,.bg_dark_blue h3,.bg_dark_blue h4,.bg_dark_blue p{
	color: #fff;
}
.bg_orange{
	background-color: #ff8b51;
	color: #fff;
}
.bg_orange h2,.bg_orange h3,.bg_orange h4,.bg_orange p{
	color: #fff;
}
/* *************** End BG Colors *************** */
/* *************** Start Section Styling  *************** */
section.section{
	padding: 80px 0;
	position: relative;
    text-align: center;
}
section.section .container>p{
	margin-bottom:18px;
}
section.section .container>img{
	margin-bottom:18px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
section.section .container>h2+img{
	margin-top:50px;
}
section.section .container>h2+.items{
	/*margin-top:50px;*/
	margin-top:0px;
}
section.section .container>p+img{
	margin-top:50px;
}
section.section .container>p+.items{
	/*margin-top:50px;*/
	margin-top:0px;
}
section.section .container>img+.items{
	margin-top:50px;
}
section.section.text_left{
    text-align: left;
}
section.section.text_left p{
	padding:0px;
}
/* *************** End Section Styling  *************** */
/* *************** Start Simple Section *************** */
section.simple_section{
    padding: 50px 0;
}
section.simple_section h1{
	font-size: 44px;
    line-height: 50px;
    padding: 0;
    padding-bottom: 30px;
}
section.simple_section h2:first-child{
	margin: 16px 0 24px;
}
section.simple_section h2{
	margin: 32px 0 24px;
	padding: 0;
}
section.simple_section h3{
    margin: 32px 0 16px;
    padding: 0;
}
section.simple_section p{
	padding: 0;
}
section.simple_section ul{
	margin-bottom: 16px;
}
/* *************** End Simple Section *************** */
/* *************** Start Items Style *************** */
section.section .items {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
section.section .items>li {
    margin-bottom: 20px;
    text-align: center;
    clear: none !important;
    padding: 20px 30px;
    display: block;
    float: left;
}
.widthcol1>li{width:100%}.widthcol2>li{width:50%}.widthcol3>li{width:33.33%}.widthcol4>li{width:25%}.widthcol5>li{width:20%}
/* *************** End Items Style  *************** */
/* *************** Start Items Simple  *************** */
section.section ul.items.simple {
	margin-bottom:0;
}
section.section ul.items.simple>li{
	margin-bottom:0;
	padding-bottom:0;
}
section.section ul.items.simple>li p{
	padding-top:15px;
	padding-bottom:15px;
}
/* *************** End Items Simple  *************** */
/* *************** Start Items Media  *************** */
section.section ul.items.media>li {
	text-align: left;
    padding: 20px 40px;
}
section.section ul.items.media>li .item{
	position: relative;
}
section.section ul.items.media>li .media_image{
    float: left;
    position: absolute;
}
section.section ul.items.media>li .media_image img{
	max-width: 70px;
}
section.section ul.items.media>li .media_content{
    padding-left: 100px;
}
/* *************** End Items Media  *************** */
/* *************** Start Items blue_boxes white_boxes *************** */
section.blue_boxes .items>li{
    padding: 20px 15px;
}
section.blue_boxes .items>li .item{
	background: #4698cb;
    padding: 30px 30px 60px;
	height: 100%;
}
section.blue_boxes .item h2,section.blue_boxes .item h3,section.blue_boxes.item h4,section.blue_boxes .item p{
    color: #fff;
}
section.blue_boxes .items>li .item .item_content{
	    margin-bottom: 20px;
}
section.white_boxes .items>li{
    padding: 20px 15px;
}
section.white_boxes .items>li .item{
	background: #fff;
    padding: 30px 30px 60px;
	height: 100%;
}
/* *************** End Items blue_boxes white_boxes *************** */
/* *************** Start checkmark__white_large  *************** */
ul.checkmark__white_large {
    list-style: none;
    padding: 0;
    margin-top: 0;
	text-align: left;
	margin-bottom: 40px;
}
ul.checkmark__white_large li {
    padding: 30px 0 30px 65px;
    position: relative;
    border-bottom: 1px solid #fff;
    color: #fff;
}
ul.checkmark__white_large li:before {
    content: "";
    background-image: url(../images/icon--checkmark-white.svg);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 25%;
    left: 10px;
}
/* *************** End checkmark__white_large  *************** */
/* *************** Start checkmark__white_large_without_circle  *************** */
ul.checkmark__white_large_without_circle {
    list-style: none;
    padding: 0;
    margin-top: 0;
	text-align: left;
	margin-bottom: 40px;
}
ul.checkmark__white_large_without_circle li {
	padding: 15px 0 15px 50px;
    position: relative;
    color: #fff;
	font-size: 19px; 
}
ul.checkmark__white_large_without_circle li:before {
    content: "";
    background-image: url(../images/icon--checkmark-white-without-circle.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 32px;
    position: absolute;
    top: 30%;
    left: 0;
}
/* *************** End checkmark__white_large_without_circle  *************** */
/* *************** Start checkmark__orange_small  *************** */
ul.checkmark__orange_small {
    list-style: none;
    padding: 0;
}
ul.checkmark__orange_small li {
    margin-bottom: .5em;
    padding-left: 20px;
    position: relative;
}
ul.checkmark__orange_small li:before {
    content: "";
    background-image: url(../images/icon--check-orange.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: -7px;
}
/* *************** End checkmark__orange_small  *************** */
/* *************** Start Blue Bullet *************** */
ul.blue_bullet{
	list-style: none;
    padding: 0;
    margin: 0;
}
ul.blue_bullet li{
    padding-left: 16px;
    text-indent: -10px;
}
ul.blue_bullet li:before{
    content: "• ";
    color: #4698cb;
    font-size: 28px;
    line-height: 18px;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
}
/* *************** End Blue Bullet *************** */
/* *************** Start Sidebar Item *************** */
.sidebar.affix{
    position: fixed!important;
    top: 100px;
}
.sidebar_item{
    padding-bottom: 40px;
}
.sidebar_item .header{
	padding: 15px 20px;
    border-radius: 4px 4px 0 0;
    background-color: #37363b;
}
.sidebar_item .header h3{
	text-align: left;
	font-size: 18px!important;
    line-height: 24px!important;
    color: #fff;
    padding: 0;
	margin: 0;
}
.sidebar_item.form .content{
    padding: 0;
}
.sidebar_item.form .content p{
    padding: 15px 20px 0;
}
.sidebar_item.form .content fieldset:first-of-type input{
    border-top: solid 1px #a7a7a8;
}
.sidebar_item .content{
	border-radius: 0 0 4px 4px;
    background: #f6f6f6;
    padding: 15px 20px 25px;
	text-align: left;
}
.sidebar_item .content ul{
	margin:0;
	list-style:none;
	padding:0;
}
.sidebar_item .content ul li{
	margin: 5px 0 0;
}
.sidebar_item.event_sidebar .content ul li{
	margin: 10px 0 25px;
}
.sidebar_item .content .tag{
	font-size: 14px;
    line-height: 1.7;
    color: #4a4a4a;
}
.sidebar_item .content .title{
	font-size: 17px;
    line-height: 1.3;
    color: #4597cb;
    margin-bottom: 10px;
}
.sidebar_item .content .speaker{
	font-weight: 500;
    color: #4a4a4a;
	line-height: 1.7;
}
.sidebar_item .content .date{
	color: #a7a7a8;
    font-size: 14px;
    line-height: 1.7;
}
/* *************** End Sidebar Item *************** */
/* *************** Start Contact Form *************** */
.contact_form {
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.contact_form select,.contact_form input,.contact_form textarea {
    width: 100%;
    font-family: 'roboto';
    font-weight: 400;
    border: 0;
    font-size: 16px;
    outline: 0;
    line-height: 1.3;
    padding: 20px;
    color: #999;
    border-bottom: solid 1px #a7a7a8;
    background: #f6f6f6;
	border-color: #a7a7a8 !important;
}
.contact_form textarea {
   resize:vertical;
	display: block;
}
.contact_form input[type="submit"] {
	background: #4597cb;
    color: #fff;
    border: 0;
    width: 100%;
    padding: 15px 20px;
}
.hs-error-msgs{
background-color: #f6f6f6;
}
.hs-error-msgs * {
    color: #ffa500 !important;
    font-style: italic;
    font-size: 13px;
    line-height: 1;
    text-indent: 15px;
    padding: 0;
}
span.form-error{
    color: #ffa500 !important;
    font-style: italic;
    font-size: 13px;
    line-height: 1;
    text-indent: 15px;
    padding: 0;
    background: #f6f6f6;
    margin: 0;
	padding: 5px;
	text-align: left;
}
/* *************** End Contact Form *************** */
/* *************** Start marketo Form *************** */
form.mktoForm  {
	width: 100%!important;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}
form.mktoForm .mktoFormRow {
    background: #f6f6f6;
}
form.mktoForm select.mktoField,form.mktoForm input.mktoField,form.mktoForm textarea.mktoField{
    width: 100%!important;
    font-family: 'roboto';
    font-weight: 400;
    border: 0!important;
    font-size: 16px;
    outline: 0;
    line-height: 1.3!important;
    padding: 20px!important;
    color: #999;
    border-bottom: solid 1px #a7a7a8!important;
    background: #f6f6f6;
	border-color: #a7a7a8 !important;
	float: none;
	box-shadow: none;
	height: initial;
}
form.mktoForm textarea.mktoField {
	resize:vertical;
	display: block;
	height: inherit;
}
form.mktoForm select.mktoField {
	content: "";
	background-color: #f6f6f6!important;
	background-image: url(../images/select_arrow2.png)!important;
    background-position: center right;
    background-repeat: no-repeat;
-moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
}
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,form.mktoForm .mktoButtonWrap.mktoGlow .mktoButton,form.mktoForm .mktoButtonWrap.mktoRound .mktoButton{
	background: #4597cb;
    color: #fff;
    border: 0;
    width: 100%;
    padding: 15px 20px;
	font-family: 'roboto';
    font-size: 16px;
    outline: 0;
    line-height: 1.3;
    border-bottom: none;
	box-shadow: none;
    transition: all 300ms ease;
}
form.mktoForm .mktoButtonRow {
    display: block;
	clear: both;
}
form.mktoForm .mktoButtonRow .mktoButtonWrap  {
    margin-left: 0!important;
}
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover ,form.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover,form.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover {
    border: none;
    background-color: #4089b7;
}
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,form.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:focus ,form.mktoForm .mktoButtonWrap.mktoRound .mktoButton:focus {
    outline: none;
    border: none;
}
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active, form.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:active, form.mktoForm .mktoButtonWrap.mktoRound .mktoButton:active {
	background: #4597cb;
}
form.mktoForm .mktoFormCol{
	margin: 0;
    min-height: inherit;
    float: none;
	margin-bottom: 0!important;
}
form.mktoForm .mktoFormCol .mktoOffset{
	display: none;
}
form.mktoForm .mktoFieldWrap {
    float: none;
}
form.mktoForm .mktoLabel,form.mktoForm .mktoRequiredField label.mktoLabel{
	display: block;
    color:#FFF;
}
form.mktoForm .mktoGutter{
	display: none;
}

form.mktoForm .mktoRequiredField .mktoAsterix{
	display: none;
}
form.mktoForm .mktoError{
	position: static;
	right: 0!important;
    bottom: 0!important;
	opacity: 1!important;
}
form.mktoForm .mktoError .mktoErrorArrowWrap{
	display:none;
}
form.mktoForm .mktoFormCol .mktoError .mktoErrorMsg{
    color: #ffa500 !important;
    font-style: italic;
    font-size: 13px;
    line-height: 1;
    text-indent: 15px;
    background: #f6f6f6;
    margin: 0;
    padding: 5px 5px;
    text-align: left;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    display: block;
    width: 100%;
	max-width: inherit;
}
/* one item */
form.mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(2) {
    width: 100%;
}

/* two items */
form.mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3),
form.mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 50%;
	float: left;
}
/* three items */
form.mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(4),
form.mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(4) ~ .mktoFormCol {
    width: 33.3333%;
	    float: left;
}
/* *************** End marketo Form *************** */
/* *************** Start Connectors Table *************** */
ul.connectors_table{
	padding: 0;
    margin: 0;
    list-style: none;
	overflow-x: auto;
}
ul.connectors_table li{
	overflow: hidden;
    display: table;
    width: 100%;
    min-width: 500px;
}
ul.connectors_table li span{
    width: 25%;
    display: table-cell;
	background-color: #eee;
    color: #4a4a4a;
    font-weight: 400;
    padding: 12px;
    height: 100%;
    vertical-align: middle;
}
ul.connectors_table li span+span{
    border-left: 1px solid #a7a7a8;
}

ul.connectors_table li:nth-child(2n-1) span{
	background-color: #fff;
}
ul.connectors_table li.header span{
	background-color: #4597cb;
	color: #fff;
}
/* *************** End Connectors Table *************** */
/* *************** Start Partners Benefits Requirements Table *************** */
ul.partners_benefits_Requirements_table{
	padding: 0;
    margin: 0;
    list-style: none;
	overflow-x:auto;
}
ul.partners_benefits_Requirements_table li{
	overflow: hidden;
    display: table;
    width: 100%;
	min-width: 600px;
}
ul.partners_benefits_Requirements_table li span:first-child{
    width: 70%;
}
ul.partners_benefits_Requirements_table li span{
    width: 15%;
    display: table-cell;
	background-color: #eee;
    height: 100%;
    vertical-align: middle;
	border-top: 1px solid #e9e9ed;
    padding: 10px;
    color: #54a8d5;
    font-weight: 500;
}
ul.partners_benefits_Requirements_table li span+span{
    border-left: 1px solid #a7a7a8;
}

ul.partners_benefits_Requirements_table li:nth-child(2n-1) span{
	background-color: #fff;
}
ul.partners_benefits_Requirements_table li.header span{
	padding: 4px 10px;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
	border-top: none;
    color: #15202b;
}
ul.partners_benefits_Requirements_table li span.black{
background-color: #37363b;	
}
ul.partners_benefits_Requirements_table li span.blue{
background-color: #4597cb;
}
/* *************** End Connectors Table *************** */
/* *************** Start Banner *************** */
.main_banner.bg_fixed{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -moz-background-attachment: fixed;
    -webkit-background-attachment: fixed;
	padding: 18% 0 15%;
	z-index: 1;
}
.main_banner.bg_fixed:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-image: linear-gradient(175deg,rgba(21,47,88,0.7),rgba(251,101,27,0.7));
	z-index: -1;
}
.main_banner{
	background: #ff671f;
    background-image: url("../images/bg--header-home.png"),linear-gradient(to right,#ff671f 0,#2e1206 100%);
    background-repeat: no-repeat;
    background-position: bottom center;
	background-size: cover;
	padding: 160px 0 120px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
    position: relative;
}
.main_banner.sub_heading{
	padding: 6% 0 9%;
}
.main_banner .small_title{
	color: #111820;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2%;
    display: block;
    text-transform: uppercase;
}
.main_banner h1{
	 color:#fff;	
	 padding: 0 20px;
	text-shadow: 0 1px 16px rgba(0,0,0,0.2);
    -moz-text-shadow: 0 1px 16px rgba(0,0,0,0.2);
    -webkit-text-shadow: 0 1px 16px rgba(0,0,0,0.2);
}
.main_banner p{
	color: #fff;
	font-weight: 300;
    font-size: 24px;
    line-height: 30px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -moz-text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -webkit-text-shadow: 0 2px 4px rgba(0,0,0,0.5);
	padding: 15px 0;
}
/* *************** End Button *************** */
/* *************** Start CTA Section *************** */
.cta_section{
	padding: 160px 0;
	text-align:center;
	background-position: center;
}
.cta_section h2{
    margin-bottom: 0;
}
.cta_section p{
    padding-bottom: 15px;
}
/* *************** End CTA Section *************** */
/* *************** Start New CTA panel *************** */
.new_cta_panel {
	padding: 120px 0;
	text-align:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.new_cta_panel h2{
    margin-bottom: 0;
}
/* *************** End New CTA panel *************** */
/* *************** Start CTA Bar Section *************** */
.cta_bar_section {
    background-color: #4597CB;
    padding: 40px;
    text-align: center;
}
.cta_bar_section .cta_bar{
	display: table;
    width: 710px;
    margin: auto;
}
.cta_bar_section .title{
	display: table-cell;
    width: 50%;
	vertical-align: middle;
}
.cta_bar_section .title h3{
	color: #fff;
    font-size: 32px;
}
.cta_bar_section .button{
	display: table-cell;
    width: 50%;
	vertical-align: middle;
}
.cta_bar_section .button a{
	margin: 0;
}
/* *************** End CTA Bar Section *************** */
.event_box_new {
	float:left;
	position: relative;
	min-height: 1px;
}
/*
#events_container {
	position:relative;
    -webkit-transition: height .7s ease-in-out;
    -moz-transition: height .7s ease-in-out;
    -o-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
}
#events_container .event_box {
	position: absolute;
	top: 0;
	left: 0;
    -webkit-transition: -webkit-transform .7s ease-in-out;
    -moz-transition: -moz-transform .7s ease-in-out;
    -o-transition: -o-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
*/
/*
#events_container .event_box > .event_detail {
	height: 0px;
	overflow: hidden;
	padding: 0;
}
#events_container .event_box.active > .event_detail {
	height: auto;
}
*/

section.compare_chart_section .container>p{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

section.compare_chart_section h2{
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 38px;
}

/* *************** Compare Chart Section *************** */
.compare-chart {
	border: 0px solid #EFEFEF;
	text-align:left;
}
.compare-chart.table-bordered>tbody>tr>td,
.compare-chart.table-bordered>tbody>tr>th,
.compare-chart.table-bordered>tfoot>tr>td,
.compare-chart.table-bordered>tfoot>tr>th,
.compare-chart.table-bordered>thead>tr>td,
.compare-chart.table-bordered>thead>tr>th {
    border-color: #EFEFEF;
}
.compare-chart.table-bordered>tbody>tr>td {
	padding: 10px;
	vertical-align: middle;
	font-size:16px;
	font-weight:300;
	color:#5C6063;
}
.compare-chart.table-bordered>tbody>tr.no-border>td {
	border: 0px solid #EFEFEF;
}
.compare-chart.table-bordered>tbody>tr.thead>td,
.compare-chart.table-bordered>tbody>tr.thead>td.col-sm-40,
.compare-chart.table-bordered>tbody>tr.thead>td.col-sm-60 {
	background-color: #EFEFEF;
	font-weight: bold;
	font-size: 20px;
	color:#111820;
}
.compare-chart.table-bordered>tbody>tr>td.col-sm-40 {
	font-weight:400;
	color:#111820;
}
.compare-chart.table-bordered>tbody>tr>td.col-sm-33 {
	text-align:center;
}
.compare-chart.table-bordered>tbody>tr>td.plan-1-name {
	border-bottom: 4px solid #111820;
	color:#111820;
	font-weight:400;
}
.compare-chart.table-bordered>tbody>tr>td.plan-4-name {
	border-bottom: 4px solid #888888;
	color:#111820;
	font-weight:400;
}
.compare-chart.table-bordered>tbody>tr>td.plan-2-name {
	border-bottom: 4px solid #4695C9;
	color:#111820;
	font-weight:400;
}
.compare-chart.table-bordered>tbody>tr>td.plan-3-name {
	border-bottom: 4px solid #FF671F;
	color:#111820;
	font-weight:400;
}
.compare-chart.table-bordered>tbody>tr>td.col-sm-33 i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/check-mark.png);
}
.compare-chart.table-bordered>tbody>tr>td.plan-1 i {
	background-position: 0px 0px;
}
.compare-chart.table-bordered>tbody>tr>td.plan-4 i {
	background-position: 0px 0px;
	opacity: 0.5;
}
.compare-chart.table-bordered>tbody>tr>td.plan-2 i {
	background-position: -16px 0px;
}
.compare-chart.table-bordered>tbody>tr>td.plan-3 i {
	background-position: -32px 0px;
}
@media (min-width: 991px) {
    .compare-chart-after-btn {
        margin-right: 96px;
    }
}
.compare-chart-after-btn {
    float: right;
	font-size: 16px;
    padding: 8px 20px;
}
@media (max-width: 991px) {
	.compare-chart.table-bordered>tbody>tr>td {
		font-size: 16px;
	}
	.compare-chart.table-bordered>tbody>tr {
		display: inline;
	}
	.compare-chart.table-bordered>tbody>tr>td {
		margin: 0;
    float: left;
	}
	.compare-chart.table-bordered>tbody>tr+tr>td {
		border-top: 0px;
	}
	.compare-chart.table-bordered>tbody>tr>td.col-sm-hide {
		display: none;
	}
	.compare-chart.table-bordered>tbody>tr>td.col-sm-33 {
		width: 25%;
	}
	.compare-chart.table-bordered>tbody>tr>td.col-sm-33+td.col-sm-33 {
		border-left: 0px;
	}
	.compare-chart.table-bordered>tbody>tr>td.col-sm-40 {
		width: 40%;
	}
	.compare-chart.table-bordered>tbody>tr>td.col-sm-60 {
		width: 60%;
		border-left: 0px;
	}
	.compare-chart-after-btn {
    float: none;
	}
}
.download_center_section h2 {
    font-weight: 400;
    margin-bottom: 35px;
}
.download_center_section .download_center_form {
    padding: 50px 75px;
    background-color: #F5F6F7;
    text-align: left;
}
.download_center_section .download_center_form h4 {
	margin-bottom:10px;
	font-size:25px;
}
.download_center_section .download_center_form .row {
	margin-right:-50px;
	margin-left:-50px;
}
.download_center_section .download_center_form .checkbox_btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
		font-size:16px;
}
.download_center_section .download_center_form .checkbox_btn input[type=checkbox] {
    left: -30px;
    top: 3px;
    height: 30px;
    width: 30px;
}
.download_center_section .download_center_form .checkbox_btn label {
	    cursor: pointer;
}
.download_center_section .download_center_form .checkbox_btn .checkedbox {
    top: 7px;
    left: -30px;
}
.download_center_section .download_center_form [class^="col-"] {
    padding-right: 50px;
    padding-left: 50px;
}
.download_center_section .download_center_form .form-control {
    background: #E5E5E4;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    padding: 12px 15px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.page-template-download-page .compare_confluent_platform_section h1 {
	font-size: 36px;
}
.page-template-download-page .compare_confluent_platform_section .container>p {
	max-width: 600px;
	font-size: 18px;
}
.page-template-download-page .compare_confluent_platform_section .items>li .row {
    border-top: solid 0px #ffffff;
    border-bottom: solid 0px #FFFFFF;
}
.page-template-download-page .compare_confluent_platform_section .items>li .content p[data-mh="contact_items_p"] {
    border-bottom: 2px solid #FFF;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.page-template-download-page .compare_confluent_platform_section .items>li .content span,
.page-template-download-page .compare_confluent_platform_section .items>li .content p {
	font-size: 18px;
	/* font-weight: 300; */
}
.page-template-download-page .compare_confluent_platform_section .items>li .content span {
	font-weight: 700;
}
.tools_confluent_platform ul.items .item p {
	color: #5C6063;
}
/****************POST EMAIL CRON****************/
.snp-builder, .snp-builder * {
    line-height: normal;
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: none;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-spacing: 0;
		text-align: center;
	}
	.snp-builder {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
	.snp-bld-showme {
    display: block !important;
	}
	.snp-bld-step-cont {
		bottom: 0px;
    right: 0px;
		position: fixed;
    z-index: 99999999;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
	}
	.snp-bld-step {
		width: 320px;
    height: 110px;
    padding: 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    background-position: center center;
    background-repeat: repeat;
    bottom: 15px;
    right: 15px;
		/*
    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245, 137, 29,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245, 137, 29,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245, 137, 29,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245, 137, 29,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245, 137, 29,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(245, 137, 29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5891d', GradientType=1 );
		*/
		background-image: url(../images/orange-bg.jpg);
    background-size: cover;
    color: #FFF;
	}
	.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
	}
	.animated {
			-webkit-animation-duration: 1s;
			animation-duration: 1s;
			-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	}
	.snp-builder .stop-timer {
    border-radius: 2px;
    border: none;
    background: #4597cb;
    font-size: 18px;
    color: #fff;
    padding: 3px 19px;
    margin: 10px 0 0;
    display: block;
		width: 100%;
	}

	

section.meetup_cant_find_one_near_you_section {
    background-image: url(../images/meetup_cant_find_bg_image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.meetup_cant_find_one_near_you_section h2 {
    color: #ffffff;
    font-size: 26px;
	margin-bottom: 0;
}
.meetup_cant_find_one_near_you_section .subhead {
    color: #ffffff;
    font-size: 26px;
}

.meetup_find_a_meetup_section  h2,.meetup_sponsorship_section  h2,.meetup_request_a_speaker_section  h2,.meetup_request_section  h2 {
    font-size: 26px;
    font-weight: normal;
}
.meetup_sponsorship_section  h3 {
    font-size: 18px;
    line-height: 1.2;
}
.meetup_find_a_meetup_section p {
    max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.meetup_sponsorship_section p {
    max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.meetup_sponsorship_section ul.items{
	max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.meetup_request_a_speaker_section p {
    max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
.page-id-3502 .orange_button, .page-id-3502 .white_outline_button{
	margin-top: 65px;
}
.countries_tabs>ul{
    list-style: none;
    margin: 0;
    padding: 0;	
}
.countries_tabs>ul>li{
	float: left;
  border: 1px solid #F2F3F4;
	min-width: 210px;
  text-align: left;
  margin-right:15px;
}
/*
.countries_tabs>ul>li+li{
	margin-left:25px;
} 
*/
.countries_tabs>ul>li.current{
    background-color: #F2F3F4;
}
.countries_tabs>ul>li>a{
  padding: 13px 10px;
  display: block;
  text-decoration: none;
}
.countries_tabs>ul>li>a .helper{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.countries_tabs>ul>li>a .clickme{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #ffffff;
    background-color: #FF671F;
    padding: 14px 14px;
    margin-right: 16px;
}
.countries_tabs>ul>li>a .clickme:before {
    content: "\f067";
}
.countries_tabs>ul>li.current>a .clickme:before {
    content: "\f068";
}
.countries_content{
	background-color: rgb(242, 243, 244);
	clear: both;
	display: none;
	text-align: left;
}
.countries_content ul{
    list-style: none;
    margin: 0;
    clear: both;
    padding: 20px 0 40px;
	overflow: hidden;
}
.countries_content ul li{
    display: inline-block;
    width: 16%;
    min-width: 180px;
    padding: 15px 20px;
	float: left;
}
.countries_content ul li .state{
	display: block;
    color: #000;
}
.countries_content ul li .city{
	color: #4597CB;
    display: block;
}

.meetup_request_section form.mktoForm .mktoHtmlText  {
	font-size: 17px;
}
.meetup_request_section form.mktoForm .mktoFormRow {
	background: transparent;
}
.meetup_request_section form.mktoForm .mktoFormCol {
    padding: 8px 18px!important;
}
.meetup_request_section form.mktoForm select.mktoField, .meetup_request_section form.mktoForm input.mktoField, .meetup_request_section form.mktoForm textarea.mktoField {
    background-color: #FFFFFF;
    border: none!important;
	color: #7B7B7B!important;
}
.meetup_request_section form.mktoForm textarea  {
    height: 130px;
}
.meetup_request_section form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	border-radius: 2px;
    background-color: #ff671f!important;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    min-width: 136px;
    padding: 10px 25px;
    margin-top: 45px;
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.meetup_request_section  form.mktoForm .mktoFormCol .mktoError .mktoErrorMsg {
    background-color: transparent;
}
#event_details{
	overflow:hidden;
}


.event_conference_1 h4{
	color: #2786C0;
    cursor: pointer;
}
.event_conference_1 .conference_image{
	position: relative;
    cursor: pointer;
}
.event_conference_1 .conference_image img{
	width:100%;
}

.event_conference_1 .conference_image .view{
    position: absolute;
    display: table;
    width: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
    padding: 0px 10px;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    font-size: 22px;
    color: #fff;
    opacity: 0;
}
.event_conference_1 .conference_image .view i{
	margin-left: 10px;
    font-style: normal;
    font-size: 25px;
    margin-top: 19px;
}
.event_conference_1 .conference_image:hover .view, .event_conference_1 .event_box.active .view, .event_conference_1 .event_box .h4hover .view{
    opacity: 1;
}
.event_conference_1 .conference_image:hover .overlay, .event_conference_1 .event_box.active .overlay, .event_conference_1 .event_box .h4hover .overlay{
    background-color: rgba(0, 0, 0, 0.45);
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


section.event_conference_details{
	text-align: left;
	padding-bottom: 0px;
}
.event_conference_details .container{
	position: relative;
}
.event_conference_details .row{
    border-bottom: 1px solid #E6E7E8;
    padding-bottom: 60px;
}
.event_conference_details .close{
	background-image: url(../images/close_events_details.png);
	position: absolute;
    display: block;
    background-size: 22px;
    width: 22px;
    height: 22px;
    right: 5px;
}

.event_conference_details .btn_2nd{
    position: absolute;
    right: 20px;
    margin-top: 25px;
}
.event_conference_details h4{
	font-size: 22px;
    color: #000;
}
.event_conference_details h4 a{
	font-size: 22px;
    color: #000;
}
.event_conference_details h4 p{
    display: none;
}
.event_conference_details .booth{
	font-size: 22px;
    color: #666666;
    display: block;
}
.event_conference_details .details .top{
	margin: 22px 0;
}
.event_conference_details .speaker,.event_conference_details .session ,.event_conference_details .room,.event_conference_details .time{
	display: block;
    color: #4597CB;
	padding-right: 200px;
}
.event_conference_details .orange_link {
    color: #ff671f;
    margin-bottom: 30px;
    display: inline-block;
}
.event_conference_details .close_button {
	margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/close_events_details.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-size: 16px;
    display: table;
}
#loading_event_conference {
    background-image: url(../images/events-ajax-loader.gif);
    background-repeat: no-repeat;
    background-size: 16px;
    text-align: center;
    display: block;
    width: 16px;
    height: 16px;
    margin: 150px auto 50px;
}

/* Online Talk Series: Microservices */
.single-landing_page .cover_banner .gated_form .ebook_form h3 {
    font-size: 18px !important;
}
.single-landing_page .cover_banner .gated_form .ebook_form p {
		font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 10px;
    font-size: 16px;
    color: #FFFFFF;
}
#mktoForm_1552 .mktoHtmlText {
    font-family: 'Roboto', sans-serif;
    color: white;
    width: 100% !important;
    font-size: 18px;
}
#mktoForm_1552 .mktoLabel {
    font-size: 14px;
    display: block;
    color: white;
    font-family: 'Roboto', sans-serif;
    width: 215px !important;
    float: right;
    margin-right: calc(100% - 240px);
}
#mktoForm_1552 .mktoCheckboxList {
    width: auto !important;
}
#mktoForm_1552 .mktoCheckboxList input {
    width: 13px !important;
}
#mktoForm_1552 .mktoCheckboxList label {
    display: none;
}
.postid-3791 .session_overview {
    padding: 40px 10px 80px;
}
.suppor_apache_kafka_section {
    display: none;
}

#mktoForm_1197 .mktoFormRow {
	position: relative;
	top: 105px;
}
#mktoForm_1197 .mktoButtonRow {
	position: relative;
	top: -60px;
}
#mktoForm_1197 .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 20px 50px;
    font-size: 25px;
}
#mktoForm_1197 .mktoHtmlText.mktoHasWidth {
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
} 
#mktoForm_1197 .mktoCheckboxList label {
width: 20px;
height: 20px;
}
#mktoForm_1197 .mktoCheckboxList {
width: 20px !important;
height: 20px;
}

/* *************** Start Bottom Sticky Bar *************** */
.bottom_sticky_bar_section{
	background-color: #a01d20;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	 -ms-transition: all 0.5s linear;
	  -o-transition: all 0.5s linear;
		 transition: all 0.5s linear;
}
.bottom_sticky_bar_section.closed{
	height: 0!important;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.bottom_sticky_bar_section .sticky_bar{
    padding: 0;
    padding-right: 24px;
    position: relative;
}
.bottom_sticky_bar_section h3{
    color: white;
    display: inline-block;
    font-size: 16px;
    padding-right: 165px;
    text-align: left;
}
.bottom_sticky_bar_section a.orange_button{
display: inline-block;
    margin-left: 30px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.97);
    color: #a01d20;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    right: 40px;
    top: 0;
}
.bottom_sticky_bar_section a.orange_button:hover{
    background-color: rgba(255, 255, 255, 1);
}
.bottom_sticky_bar_section .close{
    background-image: url(../images/close_sticky_bar.png);
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
    opacity: .8;
}
@media (max-width: 991px) {
.bottom_sticky_bar_section .sticky_bar {
    padding: 20px 0;
    padding-right: 24px;
}
.bottom_sticky_bar_section h3{
    text-align: center;
    padding-right: 0;
    font-size: 20px!important;
    line-height: 26px!important;	
}
.bottom_sticky_bar_section a.orange_button{
	position: initial;
}
.bottom_sticky_bar_section .close {
    right: 15px;
    top: 15px;
    opacity: .8;
}
}
@media (max-width: 767px) {
.bottom_sticky_bar_section h3{
    font-size: 14px!important;
    line-height: 16px!important;	
}
.bottom_sticky_bar_section a.orange_button{
    position: initial;
    font-size: 14px;
    line-height: 1;
}
}
/* ************ Blog Bottom Sticky Start *********** */
/* body.single.single-post,body.blog{
	margin-bottom: 91px;
}
body.single.single-post.sticky_bar_hide, body.blog.sticky_bar_hide{
	margin-bottom: 0px;	
}*/
/* *************** Blog Bottom Sticky End *************** */
/* *************** mktoForm_1647 *************** */
#mktoForm_1647 .mktoHtmlText.mktoHasWidth {
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    left: 30px;
}
.single-landing_page .landing_page_section .ebook_form.gray_top_orange_border #mktoForm_1647.mktoForm .mktoFieldDescriptor {
    width: 100% !important;
    margin-bottom: 25px !important;
}
.single-landing_page .landing_page_section .ebook_form.gray_top_orange_border #mktoForm_1647.mktoForm .mktoError {
    position: initial;
	    clear: both;
} 
.ebook_form form#mktoForm_1647.mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .ebook_form form#mktoForm_1647.mktoForm .mktoButtonWrap.mktoGlow .mktoButton, .ebook_form form#mktoForm_1647.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
    margin-top: 0px;
}
.new_cta_panel.bg_fixed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -moz-background-attachment: fixed;
    -webkit-background-attachment: fixed;
    padding: 18% 0 15% 0;
    z-index: 1;
}
.new_cta_panel.orange_simple_image_type h2, .new_cta_panel.orange_simple_image_type p{color: #fff;}
.new_cta_panel.blue_simple_image_type h2, .new_cta_panel.blue_simple_image_type p{color: #fff;}
.new_cta_panel.gray_simple_image_type h2, .new_cta_panel.gray_simple_image_type p{color: #fff;} 
.new_cta_panel.black_simple_image_type h2, .new_cta_panel.black_simple_image_type p{color: #fff;} 
.new_cta_panel h2 {
	font-size: 48px;
    line-height: 1.08;
	text-shadow: 0 1px 16px rgba(0,0,0,0.2);
    -moz-text-shadow: 0 1px 16px rgba(0,0,0,0.2);
    -webkit-text-shadow: 0 1px 16px rgba(0,0,0,0.2);
}
.new_cta_panel p {
    font-size: 26px;
    line-height: 1.23;
	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;
}
/* *************** event_conference_section *************** */
.et_ce_details{
    display: none !important;
}
section.section.event_conference_section {
    text-align: left;
    padding: 80px 0 80px 0;
}
.events_list .cbp-singlePageInline-active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -16px;
    border: 16px solid transparent;
    border-bottom-width: 16px;
    border-bottom-color: #e0e0e0;
}
.event_conference_section .cbp-l-grid-gallery .cbp-item {
	width: 320px;
    height: 340px;
	overflow: visible;
}
.event_conference_section .cbp-caption-activeWrap, .event_conference_section .cbp-caption-defaultWrap {
    position: inherit;
    height: initial;
}
.event_conference_section .cbp-popup-content {
    padding: 30px 50px;
    margin: 0;
    margin-bottom: 40px;
    background-color: #f0f0f2;
    color: #fff;
}
.event_conference_section .cbp-popup-singlePageInline .cbp-popup-close {
	height: 24px;
    width: 24px;
    right: 20px;
    top: 20px;
    background: url(../images/close_events_details.png) no-repeat scroll 0px 0 transparent;
    background-image: url(../images/close_events_details.png);
    background-size: 24px;
    background-repeat: no-repeat;
}
.event_conference_section ul li.cbp-item {
    padding: 0 10px;
}
.event_conference_section .cbp-caption-activeWrap {
    background-color: #ffffff;
}
.event_conference_section h4{
	color: #2786C0;
    cursor: pointer;
}
.event_conference_section .conference_image{
	position: relative;
    cursor: pointer;
}
.event_conference_section .conference_image img{
	width:100%;
}

.event_conference_section .conference_image .view{
    position: absolute;
    display: table;
    width: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
    padding: 0px 10px;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    font-size: 22px;
    color: #fff;
    opacity: 0;
}
.event_conference_section .conference_image .view i{
	margin-left: 10px;
    font-style: normal;
    font-size: 25px;
    margin-top: 19px;
}
.event_conference_section .conference_image:hover .view, .event_conference_section .event_box.active .view, .event_conference_section .event_box .h4hover .view{
    opacity: 1;
}
.event_conference_section .conference_image:hover .overlay, .event_conference_section .event_box.active .overlay, .event_conference_section .event_box .h4hover .overlay{
    background-color: rgba(0, 0, 0, 0.45);
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.event_conference_details{
	text-align: left;
	padding-bottom: 0px;
}
.event_conference_details .container{
	position: relative;
}
.event_conference_details .row{
    border-bottom: 1px solid #E6E7E8;
    padding-bottom: 60px;
}
.event_conference_details .close{
	background-image: url(../images/close_events_details.png);
	position: absolute;
    display: block;
    background-size: 22px;
    width: 22px;
    height: 22px;
    right: 5px;
}

.event_conference_details .btn_2nd{
    position: absolute;
    right: 20px;
    margin-top: 25px;
}
.event_conference_details h4{
	font-size: 22px;
    color: #000;
}
.event_conference_details h4 a{
	font-size: 22px;
    color: #000;
}
.event_conference_details h4 p{
    display: none;
}
.event_conference_details .booth{
	font-size: 22px;
    color: #666666;
    display: block;
}
.event_conference_details .details .top{
	margin: 22px 0;
}
.event_conference_details .speaker,.event_conference_details .session ,.event_conference_details .room,.event_conference_details .time{
	display: block;
    color: #4597CB;
	padding-right: 200px;
}
.event_conference_details .orange_link {
    color: #ff671f;
    margin-bottom: 30px;
    display: inline-block;
}
.event_conference_details .close_button {
	margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/close_events_details.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-size: 16px;
    display: table;
}
@media (max-width: 767px) {
.event_conference_details .speaker, .event_conference_details .session, .event_conference_details .room, .event_conference_details .time {
    padding-right: 0;
}
}
/* *************** Cloud Page *************** */
.page-template-confluent-microsite-page .section{
    padding: 50px 0;
}
.page-template-confluent-microsite-page .section .container>h2+.items {
    margin-top: 10px;
}
.page-template-confluent-microsite-page h2{
    color: #003845;
    font-size: 28px;
    line-height: 36px;
}
.page-template-confluent-microsite-page p{
    color: #003845;
	font-size: 18px;
    line-height: 26px;
}
.page-template-confluent-microsite-page .orange_button,.page-template-confluent-microsite-page .blue_button{
    padding: 8px 25px;
    font-size: 16px;
}
.page-template-confluent-microsite-page .white_outline_button{
    padding: 6px 25px;
    font-size: 16px;
}
.page-template-confluent-microsite-page .container>p{
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px!important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-confluent-microsite-page h3{
    color: #003845;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
	padding-bottom: 0;
}
.page-template-confluent-microsite-page .microsite_compare_chart_section {}
.page-template-confluent-microsite-page .microsite_compare_chart_section h2 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 38px;
}
.microsite-compare-chart {
	border: 0px solid #EFEFEF;
	text-align:center;
}
.microsite-compare-chart.table-bordered>tbody>tr>td,
.microsite-compare-chart.table-bordered>tbody>tr>th,
.microsite-compare-chart.table-bordered>tfoot>tr>td,
.microsite-compare-chart.table-bordered>tfoot>tr>th,
.microsite-compare-chart.table-bordered>thead>tr>td,
.microsite-compare-chart.table-bordered>thead>tr>th {
    border-color: #EFEFEF;
}
.microsite-compare-chart.table-bordered>tbody>tr>td {
	padding: 10px;
	vertical-align: middle;
	font-size:16px;
	font-weight:300;
	color:#5C6063;
}
.microsite-compare-chart.table-bordered>tbody>tr.no-border>td {
	border: 0px solid #EFEFEF;
}
.microsite-compare-chart.table-bordered>tbody>tr.thead>td {
	background-color: #EFEFEF;
	font-weight: bold;
	font-size: 20px;
	color:#111820;
}

.microsite_header{
	padding:50px 0 20px;
}
.microsite_header .brand_logo{
    float: left;
    padding-right: 20px;
}
.microsite_header .right-nav{
	position: relative;
    float: right;
    margin-top: -5px;
    margin-left: 20px;
}
.microsite_header .right-nav a{
    margin-top: 0;
}
section.introducing_confluent_cloud_section.section {
    padding: 10px 0 50px;
}
.introducing_confluent_cloud_section h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    padding: 0;
}
.introducing_confluent_cloud_section h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    padding: 0;
}
.introducing_confluent_cloud_section #connect_btn {
    border-radius: 2px;
    margin-top: 40px;
    border: 2px solid #4597cb;
}
.introducing_confluent_cloud_section #connect_btn:hover {
    background-color: white;
    color: #4597cb;
}
section.microsite_kafka_has_arrived_section.section {
	padding: 70px 0;
}
.microsite_kafka_has_arrived_section h2 {
	margin-bottom: 20px;
}
.orange_color{
	background-color:#FF671F;
}
.blue_color{
	background-color:#4597CB;
}
.orange_color h3,.orange_color p,.blue_color h3,.blue_color p{
	color:#fff;
}
/* *************** Cloud Banner *************** */
.slick-slide section.introducing_confluent_cloud_section.section {
    padding: 10px 0 50px;
}
.slick-slide .introducing_confluent_cloud_section img {
	max-height: 360px;
    height: auto;
    padding: 0px 40px;
	margin-bottom: 5px !important;
}
.slick-slide .introducing_confluent_cloud_section h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    padding: 0;
}
.slick-slide .introducing_confluent_cloud_section h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    padding: 0;
}
@media (min-width: 1200px) {
.slick-slide .introducing_confluent_cloud_section img {
	max-height: 420px;
}
}
@media (max-width: 375px) {
.slick-slide .introducing_confluent_cloud_section h1 {
    line-height: 24px!important;
    font-size: 18px!important;
}
}

.event_conference_details .details ul{
	color: #15202b;
    list-style: disc;
    margin-bottom: 20px;
}
/* *************** Schema Registry Page *************** */
.schema_registry_data_compatibility_section .row{
    margin-top: 50px;
}
.schema_registry_data_compatibility_section .col-md-6+.col-md-6:before{
    content: "";
    border-left: 1px solid #bbb;
    position: absolute;
    height: 90%;
    left: 0;
    top: 0;
}
section.schema_registry_data_compatibility_section .items{
    margin-bottom: 0;
}
section.schema_registry_data_compatibility_section .items>li{
    min-height: 70px;
}
section.schema_registry_data_compatibility_section .items>li .item{
    display: flex;
    align-items: center;
}
section.schema_registry_data_compatibility_section ul.items.media>li .media_image{
	float: left;
    position: initial!important;
}
.schema_registry_data_compatibility_section .items>li .media_content {
    padding-left: 20px!important;
}
.schema_registry_data_compatibility_section .items>li .media_content p{
	font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}
.schema_registry_data_compatibility_section .items>li .media_content p strong{
	color: #4597cb;
}
.schema_registry_open_source_section p{
    line-height: 36px;
    margin-bottom: 30px;
    font-size: 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.schema_registry_open_source_section .items>li img{
	margin-bottom: 20px;
}
.schema_registry_open_source_section .items>li p{
    font-size: 20px;
    line-height: 28px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
}
.schema_registry_open_source_section .items>li p strong{
	color: #4597cb;
}
.schema_registry_download_section p{
	line-height: 36px;
    margin-bottom: 30px;
    font-size: 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
section.schema_registry_customer_in_action_section  .items>li{
	padding: 0!important;
	margin: 0;
    text-align: left;
	width: 33.333333333%;
}
.schema_registry_customer_in_action_section  .items>li .item{
    padding: 0 15px 15px;
    min-height: 350px;
    display: table;
}
.schema_registry_customer_in_action_section  .items>li .item span{
	border-radius: 2px;
    background-color: #4597cb;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
}
.schema_registry_customer_in_action_section  .items>li .item .item_content{
    display: table-cell;
}
.schema_registry_customer_in_action_section  .items>li .item .item_content .left{
	border-left: 3px solid #4597cb;
    padding-left: 15px;
/*    margin-top: 150px; */
	overflow:hidden;
    padding: 15px;
    background-color: rgba(0,0,0,0.3);
}
.schema_registry_customer_in_action_section .items li a.item_btn {
    display: block;
    max-width: 160px;
    margin: 90px auto 60px;
}
.schema_registry_customer_in_action_section  .items>li .item .item_content h3{
	color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}
.schema_registry_customer_in_action_section  .items>li .item .item_content p{
    color: #fff;
    margin-bottom: 0px;
}
.schema_registry_customer_in_action_section  .items>li .item .item_content .blue_button{
    text-align: center;
    padding: 8px 20px;
    margin-top: 15px;
	display:none;
}

@media (max-width: 1199px) {
section.schema_registry_customer_in_action_section  .items>li{
	width: 50%;
}
}
@media (max-width: 991px) {
.schema_registry_data_compatibility_section .col-md-6+.col-md-6:before{
    display: none;
}
section.schema_registry_data_compatibility_section .items{
    padding-top: 50px;
    text-align: center;
}
}
@media (max-width: 767px) {
section.schema_registry_customer_in_action_section  .items>li{
    width: 100%;
    margin-bottom: 20px;
}
.schema_registry_open_source_section .widthcol2>li {
    width: 50%;
}
}
@media (max-width: 600px) {
.schema_registry_open_source_section .widthcol2>li {
    width: 100%;
}
.schema_registry_data_compatibility_section .items>li .media_content p {
    font-size: 20px;
    line-height: 28px;
}
}
@media (max-width: 500px) {
section.schema_registry_data_compatibility_section ul.items.media>li .media_image {
    position: relative!important;
}
.schema_registry_data_compatibility_section .items>li .media_content {
	text-align: center;
}
}
/* *************** What is Kafka Page *************** */
.page-id-5527 .main_banner{
	padding: 0;	
}
.page-id-5527 .main_banner h1{
	margin-top: 410px;
} 
@media (max-width: 540px) {
	.page-id-5527 .main_banner{
	    background-size: 250%;
		background-position: top -15% center;
		min-height: initial;
	}
	.page-id-5527 .main_banner h1 {
		margin-top: 88%;
	}
}

/* *************** What is Kafka Page *************** */
.kafka_overview_section h2{
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 50px;
}

.kafka_overview_section p{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.alignright {
    float: right;
}
.alignleft {
    float: left;
}
/* *************** Kafka Summit NYC17 - Resource Form *************** */
.mfp-content .hide{
	display: block!important;
}
#popup_form.formhide form,#popup_form.formhide h3,#popup_form.formhide .mfp-close{
	display:none;
} 
#popup_form.formhide.ebook_form:after{
	display:none;
}
#popup_form.ebook_form .mktoForm .mktoButtonRow {
    position: absolute;
    bottom: -130px;
    width: 100%;
    left: 0;
}
#popup_form.ebook_form form.mktoForm .mktoButtonRow .mktoButtonWrap {
    display: block;
    padding: 70px 0 30px;
    background-color: #EFF2F5;
    min-height: 180px;
    margin-bottom: -50px;
    margin-left: 0!important;
}
#popup_form.ebook_form{
	background: #4597CB;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 60px;
    z-index: 2;
    width: 418px;
    margin: auto;
    position: relative;
    margin-bottom: 220px;
}
@media only screen and (max-width: 767px) {
    #popup_form.ebook_form{
        width: initial;
    }
}
#popup_form.ebook_form:after {
    content: ' ';
    display: block;
    height: 70px;
    background-image: url(../images/form-bottom-bg.png?v=1);
    background-image: url(https://www.confluent.io/wp-content/themes/confluent/assets/images/form-bottom-bg.png?v=1);
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -70px;
}
#popup_form.ebook_form .mktoForm .mktoField, #popup_form.ebook_form .mktoForm .mktoField, #popup_form.ebook_form .mktoForm .mktoField {
    background-color: #FFFFFF !important;
}
#popup_form.ebook_form h3{
    color: #FFFFFF;
    font-size: 18px !important;
}
#popup_form.ebook_form h4{
	color: #FFFFFF;
    font-size: 16px !important;
    line-height: 20px;
    padding-bottom: 0;
}
#popup_form.ebook_form p{
    color: #FFFFFF;
}
#popup_form form.mktoForm .mktoFormRow {
    background: #f6f6f6;
    background: transparent;
}
.page-template-download-v2-page .compare_confluent_platform_section h1 {
	font-size: 36px;
}
.page-template-download-v2-page .compare_confluent_platform_section .container>p {
	max-width: 600px;
	font-size: 18px;
}
.page-template-download-v2-page .compare_confluent_platform_section .items>li .row {
    border-top: solid 0px #ffffff;
    border-bottom: solid 0px #FFFFFF;
}
.page-template-download-v2-page .compare_confluent_platform_section .items>li .content p[data-mh="contact_items_p"] {
    border-bottom: 2px solid #FFF;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.page-template-download-v2-page .compare_confluent_platform_section .items>li .content span,
.page-template-download-v2-page .compare_confluent_platform_section .items>li .content p {
	font-size: 18px;
	/* font-weight: 300; */
}
.page-template-download-v2-page .compare_confluent_platform_section .items>li .content span {
	font-weight: 700;
}
/* *************** Slack community *************** */
section.slack_community_section{
    text-align: left;
}
section.slack_community_section.shadow{
	-webkit-box-shadow: inset 0 0 150px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 150px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 150px 0px rgba(0, 0, 0, 0.3);
}
.slack_community_section h2{
    margin-top:90px;
}
.slack_community_section.left .container>img {
    margin-bottom: 20px;
    margin-left: 45px;
    margin-right: 15px;
    max-width: 400px;
    float: right;
}
.slack_community_section.right .container>img {
    margin-bottom: 20px;
    margin-right: 45px;
    margin-left: 15px;
    max-width: 400px;
    float: left;
}
@media only screen and (max-width: 767px) {
    .slack_community_section img {
        margin: 0 auto;
        max-width: 280px;
        float: none;
    }
	section.slack_community_section.section .container>img{
		float: none;
		margin: auto;
	}
	.slack_community_section h2{
		margin-top: 10px;
	}
}
form#ss-form{
	margin-top: 30px;
}
div.ss-form-desc{
	display: none;
}
.ss-form-question{
	display: inline-block;
}
.ss-q-item-label{
	display: block;
}
.ss-q-title {
    align-content: center;
    color: #4698CB;
    font-family: 'roboto';
    font-size: 16px;
}
input.ss-q-short, textarea.ss-q-long{
	border: 0 !important;
    background-color: #e0e0e0;
    color: #3b414a;
    float: left;
    max-height: 50px;
    resize: none;
    padding: 10px 15px;
    width: 350px;
}
.ss-item table{
	margin: auto;
}
#ss-submit{
	background: #4597cb;
    color: #fff;
    border: 0;
    padding: 15px 20px;
	width: 200px;
    margin-top: 20px;
    font-family: 'roboto';
    font-size: 16px;
    outline: 0;
    line-height: 1.3;
    border-bottom: none;
    box-shadow: none;
}
.ss-response-footer{
	display: none;
}

.wpgform-wrapper ol{
    text-align: center;
    width: 550px;
    margin: auto;
    padding: 0;	
} 
.wpgform-wrapper .ss-form-question,.wpgform-wrapper .ss-item{
    display: table-cell;
    vertical-align: bottom;
}
#slack_community_form{
	width: 550px;
    margin: auto;
    margin-top: 60px;	
}
#slack_community_form label{
    align-content: center;
    color: #4698CB;
    font-family: 'roboto';
    font-size: 16px;
    clear: both;
    overflow: hidden;
}
#slack_community_form input[type=email],#slack_community_form input[type=text]{
border: 0 !important;
    background-color: #e0e0e0;
    color: #3b414a;
    float: left;
    max-height: 50px;
    resize: none;
    padding: 10px 15px;
    width: 350px;
    background-color: #e0e0e0;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#slack_community_form input[type=submit]{
	background: #4597cb;
    color: #fff;
    border: 0;
    padding: 15px 20px;
    width: 200px;
    font-family: 'roboto';
    font-size: 16px;
    outline: 0;
    line-height: 1.3;
    border-bottom: none;
    box-shadow: none;
}
.overview_kafka_streams_container{
    display: table;
}
.overview_kafka_streams_container .overview_kafka_streams_content{
    display: table-cell;
    vertical-align: middle;
}
.video_container{
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
}
.video_container a.play_btn {
    position: absolute;
    content: 'play';
    display: block;
    width: 68px;
    height: 82px;
    text-align: left;
    text-indent: -9999px;
    background-image: url(../images/video-button-584.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-top: -41px;
    margin-left: -34px;
}
.confluent_video_section a+a{
    margin-left: 30px;
}
.confluent_video_section img{
    padding: 0;
    margin: 0;
    max-width: 450px;
    width: 100%;
}
.confluent_video_section .text_left {
	/* margin-top: 8%; */
    margin-top: 0;
}
.confluent_video_section .video_container {
    margin-top: 30px;
}
#site_footer .copyright a{
  /* color:#000; */
}
.menu-item-8430{
	//background:#4597cb;
	background:#ff671f !important;
	border-radius: 50px;
	width: 50%;
	color:#FFF;
}
.menu-item-8430 a{
color:#FFF!important;
}

form.mktoForm_2173 .mktoLabel, form.mktoForm .mktoRequiredField label.mktoLabel {
    color: white;
    display: block;
}
.alert-danger {
    color: #a94442!important;
    background-color: #f2dede!important;
    border-color: #ebccd1!important;
    padding: 15px!important;
}
#blog-posts {
  min-height:250px;
}
#blog-posts.searching:before {
    content: ' ';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fc6719;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0;
    top: 115px;
}
#blog-posts.searching .blog_article {
  opacity:0.5;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
#blog-posts.searching {
    position: relative;
}

.bg_customer_360_gray {
	background-color: #fafafa
}


