@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xh5d8j');
  src:  url('../fonts/icomoon.eot?xh5d8j#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xh5d8j') format('truetype'),
    url('../fonts/icomoon.woff?xh5d8j') format('woff'),
    url('../fonts/icomoon.svg?xh5d8j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail-envelope-closed:before {
  content: "\e904";
}
.icon-mail-envelope-closed-2:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e900";
}
.icon-search-2:before {
  content: "\e901";
}
.icon-spinner:before {
  content: "\e982";
}


.blog_banner {
    text-align: center;
    background-image: url(../images/blog-home-banner.png);
	padding: 60px 0 40px;
	color: #fff;
    background-size: cover;
    background-position: center;
}
.blog_banner.blog_home {
    background-image: url(../images/blog-main-page-banner.png);
}
.blog_banner .slides > li{
	display: none;
}
.blog_banner span.small_title {
    font-size: 16px;
    font-weight: 700;
    color: #4597cb;
	text-transform: uppercase;
}
.blog_banner .entry-title,
.blog_banner h2 {
    font-size: 36px;
    font-weight: 400;
	color: #fff;
	max-width: 800px;
	line-height: 48px;
    margin: 0 auto;
}
.blog_banner p {
    font-size: 20px;
	color: #fff;
    max-width: 600px;
    margin: 0 auto;
    line-height: 26px;
    margin-bottom: 20px;
}
.blog_banner .flex-control-nav {
	position: initial;
	margin-top: 30px;
}
.blog_banner .flex-control-paging li a {
	width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.15);
}
.blog_banner .flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.3);
}
.blog_banner .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.3);
}
.blog_section {
    padding: 50px 0;
}
.blue_btn {
    background: #4597cb;
    color: #fff;
    border: 0;
    width: 150px;
    padding: 10px 20px;
    font-family: 'roboto';
    font-size: 16px;
    outline: 0;
    line-height: 1.3;
    border-bottom: none;
    box-shadow: none;
    border-radius: 2px;
}
#blog-posts {
    overflow: hidden;
    clear: both;
}
.blog-subscribe-form{
  display: none;
}
.blog-subscribe-form.show-form{
  display: block;
}
article.blog_article {
    margin: 0 0 60px;
    display: block;
    clear: both;
    overflow: hidden;
}
article.blog_article .article_image {
    float: left;
    margin-right: 30px;
}
.article_header .wp-user-avatar {
	border-radius: 50%;
	margin-left:0px;
	margin-right:0px;
}
article.blog_article .article_header ul.author_social_link {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	margin-left: 30px;
}
article.blog_article .article_header ul.author_social_link li{
	float: left;
}
article.blog_article .article_header ul.author_social_link li+li{
	margin-left: 20px;
}
article.blog_article .article_header ul.author_social_link li a {
    height: 13px;
    width: 13px;
    display: block;
    background-image: url(../images/author-social-links.png);
}
article.blog_article .article_header ul.author_social_link li.linkedin a {
    background-position: 79px 26px;
}
article.blog_article .article_header ul.author_social_link li.facebook a {
    background-position: 52px 26px;
}

article.blog_article .article_header ul.author_social_link li.twitter a {
    background-position: 23px 26px;
}
.article_header .author + .author {
	margin-left: 25px;
}
a.author_name {
	margin-left: 10px;
	color: #fc6719;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
article.blog_article h2.article_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.article_footer {
	margin-bottom: 10px;
}
span.article_time {
    font-size: 14px;
    font-weight: 400;
    color: #b3b3b3;
}
.single.single-post .article_time {
    display: block;
    margin-top: 10px;
}
span.article_tags {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    color: #fc6719;
}
span.article_tags a{
    color: #fc6719;
}
article.blog_article p {
    font-size: 16px;
    color: #000;
}
a.loadmore {
    display: block;
    height: 16px;
    width: 34px;
    text-indent: -99999px;
    margin: 0 auto;
    background-image: url(../images/loadmore.png);
}
section.section.navy_blue_bg {
    background-color: #252b36;
}
section.section.navy_blue_bg h2{
    color: #fff;
}
section.section.navy_blue_bg p{
    color: #fff;
}

section.orange_bg {
    background-image: url(../images/orange-bg.jpg);
background-size: cover;
}
section.blog_cta_section {
    padding: 50px 0;
	text-align: center;
	position:relative;
}
section.blog_cta_section h2{
    color: #fff;
}
a.transparent_button {
    text-align: center;
    background-color: transparent;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    min-width: 136px;
    padding: 10px 25px;
    margin-top: 15px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 4px;
}
/****** Single Post *****/

.blog_banner.single_post_banner {
    padding: 120px 0 160px;
}
.article_details{
	overflow:hidden;
}
.single_post {
	position: relative;
    z-index: 1;
}
.single_article {
    max-width: 800px;
    margin: 0 auto;
}
.single_article figure.aligncenter {
    margin: auto;
}
.single_article_header {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: -75px;
    margin-bottom: 20px;
}
.single_article_header .author  {
	max-width: 150px;
    width: 100%;
    display: inline-block;
}

.single_article_header img {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
}
@media screen and (max-width:767px) {
.single_article_header .author {
    max-width: 120px;
}
.single_article_header img {
    max-width: 100px;
}
}
article.single_article h3 {
    font-size: 26px;
    line-height: 38px;
    margin-top: 30px;
    color: #4597cb;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 0;
}

article.single_article p a {
    color: #fc6719;
}
article.single_article h4 {
    font-size: 20px;
    font-weight: 400;
    color: #4597cb;
}
article.single_article .wp-user-avatar {
	float: none;
	display: block;
	margin: 20px auto 10px;
	border-radius: 50%;
	border: 3px solid #fff;
}

.blue_text {
    color: #4597cb;
}
article.single_article p {
    font-size: 18px;
    line-height: 30px;
}
.blog_post, .blog_post ul, .blog_post p {
 font-weight:400;
font-size:18px;
color:#4a4a4a;
text-align: justify;
line-height:30px;
}
.single_post_section.share_link_section {
    text-align: center;
	border-top: 2px solid #ededed;
}
.single_post_section {
	padding: 40px 0;
}
.single_post_section h2{
    font-size: 24px;
	color: #4597cb;
	font-weight: 400;
    padding: 0;
    margin-bottom: 30px;
	text-align: center;
}

.social_sharing .us_wrapper .us_button {
    width: auto;
    height: 22px;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.social_sharing .us_wrapper .us_button,
.social_sharing .us_wrapper .us_button:hover {
	background-color: transparent !important;
}
.social_sharing .us_wrapper .us_button.us_facebook,
.social_sharing .us_wrapper .us_button.us_linkedin {
	border-left: 1px solid #d8d8d8;
}
.social_sharing .us_wrapper .us_button .us_share {
	font-size: 22px;
}
.social_sharing .us_wrapper .us_button .us_count {
	font-size: 14px;
}
.social_sharing .us_wrapper .us_button .us_share,
.social_sharing .us_wrapper .us_button .us_count {
    float: none;
    display: inline-block;
    width: auto;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.social_sharing .us_wrapper .us_twitter a:visited,
.social_sharing .us_wrapper .us_twitter a:hover,
.social_sharing .us_wrapper .us_twitter a {
	color: #00ABF0!important;
}
.social_sharing .us_wrapper .us_facebook a:visited,
.social_sharing .us_wrapper .us_facebook a:hover,
.social_sharing .us_wrapper .us_facebook a {
	color: #3b5998!important;
}
.social_sharing .us_wrapper .us_linkedin a:visited,
.social_sharing .us_wrapper .us_linkedin a:hover,
.social_sharing .us_wrapper .us_linkedin a {
	color: #1C86BC!important;
}
.blog .us_wrapper.us_skin_default .us_button {
	height:auto;
}
.post_social_sharing {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	margin-left: 30px;
}
.post_social_sharing .us_wrapper .us_button, .us_wrapper .us_button:hover {
	background-color: transparent;
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
}
.post_social_sharing .us_wrapper .us_button .us_box {
	font-size: 15px;
}
.post_social_sharing .us_wrapper.us_skin_default a,
.post_social_sharing .us_wrapper.us_skin_default a:hover,
.post_social_sharing .us_wrapper.us_skin_default a:visited {
	color: #fc6719!important;
}
.post_social_sharing  .us_wrapper .us_button .us_count {
	display:none;
}
.post_social_sharing  .us_wrapper .us_button .us_share {
	display: inline-block;
	float: none;
	width: auto;
	position: static;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.blog-categories-dropdown-container {
	float: left;
	margin-bottom: 45px;
}
.blog-search-subscribe-container {
	float: right;
	margin-bottom: 45px;
}
.btn-blue-orange, .es_textbox_button {
    background-color: #4597cb;
    color: #fff;
    width: 150px;
    padding: 10px 20px;
    font-family: 'roboto';
    font-size: 16px;
    line-height: 1.3;
    border-bottom: none;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.es_textbox_button.active,
.es_textbox_button:focus,
.es_textbox_button:hover,
.btn-blue-orange.active,
.btn-blue-orange:focus,
.btn-blue-orange:hover {
	background-color: #fc6719;
	color:#FFFFFF;
	border: none;
	outline: none;
}
.searchform_container {
  overflow: hidden;
  width: 220px;
  position: relative;
}
.searchform_container .toggle-search {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
}
.searchform_container .blog_search_form_container {
  transition: width 300ms,left 100ms,bottom 100ms;
  float: right;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 0px;
}
.searchform_container.active .blog_search_form_container {
  width: 220px;
}
.searchform_container .blog_search_form {
  display: block !important;
}
.searchform_container .es_textbox {}
.searchform_container .es_textbox .es_textbox_class {
    width: 100%;
    margin-right: 10px;
    padding: 8px;
    height: 40px;
    border: 1px solid #a9a9aa;
    outline: 0;
    border-radius: 2px;
}
.searchform_container .es_button {
  padding: 8px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    width: 40px;
    height: 40px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #4597cb;
    border-radius: 2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.searchform_container .es_button:hover {
	 background-color: #fc6719;
}
.searchform_container .es_button:before {
    height: 24px;
    width: 24px;
    color: #FFF;
    display: inline-block;
    font-size: 26px;
}
.searchform_container .es_button:before { content: "\e900";}
.searchform_container .es_button .es_textbox_button {
    opacity:0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position:absolute;
    z-index:2;
    bottom:0px;
    left:0px;
    right:0px;
}

.subscribe_container {
  float:right!important;
}

.blog-subscribe-form{
  position: fixed!important;
  left: 50%;
  top:200px;
  transform: translateX(-50%);
  z-index: 105!important;
}
.blog-subscribe-form .mktoHtmlText.mktoHasWidth{
  width:100%!important;
}
.blog-subscribe-form h4{
  text-align: center;
  font-size: 18px !important;
  line-height: 1.78 !important;
  letter-spacing: 2px;
  text-align: center;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog_cta_section .bg-grey,
.subscribe_container .bg-grey{
  background: #0b0b0b;
  opacity: .8;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 100;
}
.categories_dropdown_container,
.searchform_container2{
	position:relative;
	float: left;
}
.searchform_container2 .blog_search_form,
.subscribe_container .es_shortcode_form {
	display:none;
	padding: 10px 15px;
	background: #ECECEC;
	border-radius: 3px;
	z-index: 99999;
	position: absolute;
	width: 300px;
	left: -150px;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
	top: 130%;
	line-height: inherit;
	-webkit-animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.searchform_container2 .blog_search_form:before,
.subscribe_container .es_shortcode_form:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: transparent transparent #ECECEC transparent;
    margin-right: 42px;
    position: absolute;
    right: 0;
    top: -14px;
}
.categories_dropdown_container .categories_dropdown {
	width: 240px;
	padding: 8px;
	height: 40px;
	border: 1px solid #a9a9aa;
	outline: 0;
	border-radius: 2px;
	color: #fc6719;
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 92% 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.subscribe_container .es_textbox,
.searchform_container2 .es_textbox {
    margin-top: 5px;
    margin-bottom: 5px;
}
.subscribe_container .es_textbox .es_textbox_class,
.searchform_container2 .es_textbox .es_textbox_class {
	width: 100%;
	margin-right: 10px;
	padding: 8px;
	height: 40px;
	border: 1px solid #a9a9aa;
	outline: 0;
	border-radius: 2px;
}
.subscribe_container .es_button,
.searchform_container2 .es_button {
    padding: 8px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index:1;
    width: 40px;
    height: 40px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #4597cb;
    border-radius: 2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.subscribe_container .es_button:hover,
.searchform_container2 .es_button:hover {
	 background-color: #fc6719;
}
.subscribe_container .es_button:before,
.searchform_container2 .es_button:before {
    height: 24px;
    width: 24px;
    color: #FFF;
    display: inline-block;
    font-size: 26px;
}
.subscribe_container .es_button:before { content: "\e905"; }
.searchform_container2 .es_button:before { content: "\e900";}
.subscribe_container .es_button .es_textbox_button,
.searchform_container2 .es_button .es_textbox_button {
    opacity:0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position:absolute;
    z-index:2;
    bottom:0px;
    left:0px;
    right:0px;
}

.subscribe_container .es_lablebox { display:none; }
.subscribe_container .es_msg {	font-size: 12px; padding-top:0px; padding-bottom:0px; line-height:normal; }
.searchform_container,
.subscribe_container {
  margin-left: 15px;
  float: left;
}

/*
.share_link_section .social_sharing .us_share_buttons {
		margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
.share_link_section .social_sharing .us_share_buttons .us_button {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}
.share_link_section .social_sharing .us_share_buttons .us_button .us_share,
.share_link_section .social_sharing .us_share_buttons .us_button .us_count {
	display: inline-block;
}
.share_link_section .social_sharing .us_share_buttons .us_button.us_twitter {}
.share_link_section .social_sharing .us_share_buttons .us_button.us_facebook { border-left: 1px solid #d8d8d8; }
.share_link_section .social_sharing .us_share_buttons .us_button.us_linkedin { border-left: 1px solid #d8d8d8; }
.share_link_section .social_sharing .us_share_buttons .us_button .us_share i {
	height: 20px;
	width: 25px;
	display: inline-block;
	margin-bottom: 0px;
	background-image: url(../images/social_sharing_icons.png);
	background-repeat: no-repeat;
	margin-right: 8px;
}
.share_link_section .social_sharing .us_share_buttons .us_button .us-icon-twitter {
	background-position: left -46px top 0;
}
.share_link_section .social_sharing .us_share_buttons .us_button .us-icon-facebook {
	background-position: left -148px top 0;
}
.share_link_section .social_sharing .us_share_buttons .us_button .us-icon-linkedin {
	background-position: left -260px top 0;
}

.share_link_section ul.social_sharing {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
.share_link_section ul.social_sharing li {
    float: left;
}
.share_link_section ul.social_sharing li+li {
    border-left: 1px solid #d8d8d8;
    margin-left: 30px;
    padding-left: 30px;
}
.share_link_section ul.social_sharing li a{}
.share_link_section ul.social_sharing li a i {
    height: 20px;
    width: 25px;
    display: inline-block;
    margin-bottom: 0px;
	background-image: url(../images/social_sharing_icons.png);
    background-repeat: no-repeat;
    margin-right: 5px;

}
.share_link_section ul.social_sharing li span.counter {
    font-size: 14px;
}

.share_link_section ul.social_sharing li.twitter a i {
    background-position: left -46px top 0;
}
.share_link_section ul.social_sharing li.facebook a i{
    background-position: left -148px top 0;
}
.share_link_section ul.social_sharing li.linkedin a i{
    background-position: left -260px top 0;
}
*/
.dark_gray{
	background-color: #4a4f58;
}
section.single_post_cta_section h2 {
    display: inline-block;
    margin-right: 90px;
}
section.single_post_cta_section a.blue_button {
    font-size: 16px;
    margin-top: 10px;
vertical-align: top;
}
.light_gray {
	background-color: #f9f9f9;
}
.related_post_header h3{
	line-height: 22px;
	padding: 0;
    margin-bottom: 10px;
}
.related_post_header h3 a{
    font-size: 20px;
    color: #4597cb;
	line-height: 22px;
}
.related_post_detail .wp-user-avatar {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
	border-radius: 50%;
}

.related_post_header a.author_name {
    margin-left: 0;
}
.related_post_image {
    margin-bottom: 40px;
}
.related_post_header {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.author_section.expend .loadmore{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.authors-list {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 20px;
		margin-top: 50px;
}
.authors-list > li  {
    margin-bottom: 20px;
    text-align: center;
    clear: none;
    padding: 20px 30px;
    float: left;
}
.authors-list > li + li + li + li + li {
	display:none;
}
.authors-list > li .wp-user-avatar {
	float: left;
	margin-right: 20px;
	border-radius: 50%;
}

.authors-list > li .author_detial {
	text-align: left;
	margin: 5px 0 0;
}
.authors-list > li .author_detial a{
	font-size: 14px;
	color: #fc6719;
	margin-bottom: 10px;
	display: block;
}
.comments-area .comments-title {
	text-align: left;
	color: #4a4f58;
	display: inline-block;
	padding-right: 50px;
	background-image: url(../images/comment-icon.png);
	background-repeat: no-repeat;
	background-position: right;
}
.comments-area .comments-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.comments_section h2 {
    text-align: left;
    color: #4a4f58;
    display: inline-block;
    padding-right: 50px;
    background-image: url(../images/comment-icon.png);
    background-repeat: no-repeat;
    background-position: right;
}
ul.comments {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
ul.comments li+li {
	margin-top: 25px;
}
ul.comments li .wp-user-avatar {
	float: left;
	margin-right: 30px;
	border-radius: 50%;
}
ul.comments li a.author_name {
    margin-left: 0;
}
.comment_author {
    background-color: #f8f8f8;
    display: block;
    overflow: hidden;
    padding: 25px 25px 25px 15px;
}
.comment_author p {
    color: #797a7a;
    max-width: 750px;
    margin-top: 10px;
}
a.view_comment {
    height: 10px;
    width: 13px;
    display: block;
    text-indent: -9999px;
    float: right;
   background-image: url(../images/comment-icon.png);
    background-size: cover;
}
.single_article_header a.author_name {
    margin: 0;
}

.comments_section .comments-area ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.comments_section .comments-area ol.comment-list ol.children{
    list-style: none;
    overflow: hidden;
}

.comments_section .comments-area ol.comment-list li article.comment-body{
    background-color: #f8f8f8;
    display: block;
    padding: 25px 25px 25px 15px;
	margin-bottom: 25px;
    margin-left: 75px;
}
.comments_section .comments-area ol.comment-list li article.comment-body .comment-author.vcard b.fn, .comments_section .comments-area ol.comment-list li article.comment-body .comment-author.vcard span.says{
	margin-left: 0;
    color: #fc6719;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.comments_section .comments-area ol.comment-list li article.comment-body time{
    font-size: 14px;
    font-weight: 400;
    color: #b3b3b3;
}
.comments_section .comments-area ol.comment-list li article.comment-body .comment-author.vcard img{
	margin-left: -90px;
	border-radius: 50%;
    margin-right: 31px;
}
.comments_section .comments-area ol.comment-list li article.comment-body .comment-content p, .comments_section .comments-area form#commentform p.comment-notes{
    color: #797a7a;
    max-width: 750px;
    margin-top: 10px;
}
.comments_section .comments-area ol.comment-list li article.comment-body .reply a.comment-reply-link{
    height: 10px;
    width: 13px;
    display: block;
    text-indent: -9999px;
    float: right;
    background-image: url(../images/comment-icon.png);
    background-size: cover;
}
.comments_section .comments-area form#commentform  label {
	display: none;
}
body .comments_section .comments-area form#commentform  textarea#comment{
	height: 175px;
}
.comments_section .comments-area form#commentform  textarea#comment, .comments_section .comments-area form#commentform  input {
    display: block;
    font-family: inherit;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.comments_section .comments-area form#commentform  input{
    width: 60%;
}
.comments_section .comments-area .comment-respond{
	max-width: 640px;
}
.comments_section .comments-area form#commentform input#submit {
    border-radius: 2px;
    background-color: #4597cb;
    line-height: 24px;
    color: #fff;
    min-width: 136px;
    padding: 8px 25px;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    vertical-align: top;
    height: 40px;
    width: 170px;
}
/****** Single Post *****/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
#subscribe-form-popup .es_shortcode_form {
    display: block !important;
}
#subscribe-form-popup .es_shortcode_form .es_textbox .es_textbox_class {
	width: 100%;
	padding: 8px;
	height: 40px;
	border: 1px solid #a9a9aa;
	outline: 0;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#subscribe-form-popup .es_shortcode_form .es_lablebox {
	display:none;
}
#subscribe-form-popup .es_shortcode_form .es_button .es_textbox_button {
    width: 100%;
}

.entry-content div table.table:not(.js-file-line-container) p{
	margin: 0;
}
.entry-content div table.table:not(.js-file-line-container) td {
    vertical-align: middle;
    text-align: center;
}
.entry-content div table.table:not(.js-file-line-container)>tbody>tr>td {
	border-top: 0;
}

@media screen and (max-width:767px) {
article.blog_article{
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 40px;
    padding-bottom: 20px;
}
article.blog_article:last-child{
	border-bottom: none;
}
article.blog_article .article_image {
    float: none;
    margin-bottom: 30px;
	margin-right: 0;
}
section.single_post_cta_section h2 {
    margin-right: 0;
}
}
@media screen and (max-width:510px) {
.blog-search-subscribe-container{
    float: none;
    display: block;
    clear: both;
	position: relative;
}
.searchform_container{
/*	padding-right: 10px; */
}
.searchform_container.active .blog_search_form_container {
    width: 100%;
}
.searchform_container, .subscribe_container{
    float: none;
    display: inline-block;
    margin: 0;
    width: 100%;
    position: initial;
    /*
    margin-left: -2px;
    margin-right: -2px; */
}
.searchform_container button , .subscribe_container button {
    width: 100%;
}
.searchform_container .blog_search_form, .subscribe_container .es_shortcode_form{
	display: none;
    left: 0px;
    right: 0px;
	width: 100%;
}
.searchform_container .blog_search_form:before{
    right: 75%;
	margin-right: 0px;
}
.subscribe_container .es_shortcode_form:before {
    right: 25%;
	margin-right: 0px;
}
}
@media screen and (max-width:400px) {
article.blog_article .article_image img{
	width: 100%;
}
}
/***TASEEN***/
.page-template-auto-data-balancing-page .features-section {
    background-image: url('../images/desktop-background-auto-data-balancer.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.features-section {
	background-color: #f4f4f4;
	padding-top: 80px;
	padding-bottom: 80px;
}
.features-section .section-title {
	font-size: 48px;
	font-weight: bold;
	line-height: normal;
	color: #2a323c;
	margin-bottom: 30px;
	padding: 0;
}
.features-section .rd {
	border-right: solid 1px #a7a7a8;
}
.features-section .features-content{
    padding-left: 40px;
}
.features-section .features-content,
.features-section .features-content p {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	color: #111820;
	line-height: 1.6;
}
.features-section .features-content ul {
	margin-bottom: 20px;
}
.features-section .feature-items {
	padding-right: 40px;
}
.features-section .feature-item {
	margin-bottom: 30px;
}
.features-section .feature-item .title {
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	color: #111820;
	padding: 0px;
	margin-bottom: 15px;
	position: relative;
}
.features-section .feature-item .title.title-number{
	padding-left: 75px;
}
.features-section .feature-item .title span {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    background-color: #000;
    color: #FFF;
    padding: 11px;
    text-align: center;
    left: 0px;
    top: 4px;
}
.features-section .feature-item .content {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	color: #111820;
}
.features-section .feature-item .content ul {
	padding-left: 30px;
	list-style: none;
	margin-bottom: 0px;
}
.features-section .feature-item.item-0 .content ul {
	border-left: solid 4px #ff671b;
}
.features-section .feature-item.item-1 .content ul {
	border-left: solid 4px #adc9e8;
}
.features-section .feature-item.item-2 .content ul {
	border-left: solid 4px #4597cb;
}

.features-section .feature-item .content ul li + li {
	margin-top: 15px;
}
@media screen and (max-width:991px) {
    .features-section .rd {
        border-right: solid 0px #a7a7a8;
        border-bottom: solid 1px #a7a7a8;
        margin-right: 15px;
        margin-left: 15px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .features-section .feature-items {
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .features-section .features-content{
        padding-left: 0px;
        padding-top: 50px;
    }
}
@media (min-width: 992px){
.page-id-2239 .features-section .rd {
    width: 46%;
}

.page-id-2239 .features-section .ld {
	width: 54%;
}
}
@media screen and (max-width:375px) {
	.features-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.page-template-auto-data-balancing-page .features-section {
		background-image: url('../images/mobile-background-auto-data-balancer.png');
    background-repeat: no-repeat;
		background-size: contain;
	}
	.features-section .section-title {
    font-size: 18px !important;
    margin-bottom: 15px!important;
    line-height: normal !important;
	}
	.features-section .feature-items {
		padding-right: 0px;
		padding-bottom: 10px;
	}
	.features-section .feature-item {
		margin-bottom: 15px;
	}
	.features-section .features-content {
		padding-left: 0px;
		padding-top: 25px;
	}

	.features-section .features-content,
	.features-section .features-content p,
	.features-section .feature-item .content {
		font-size: 12px;
	}
	.features-section .feature-item .title {
		font-size: 12px;
		line-height: 18px;
	}
	.features-section .feature-item .title.title-number {
    padding-left: 40px;
	}
	.features-section .feature-item .content ul {
    padding-left: 25px;
	}
	.features-section .feature-item .title span {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        background-color: #000;
        color: #FFF;
        padding: 8px;
        text-align: center;
        left: 0px;
        top: 0px;
		font-size: 12px;
	}
}

/*================ Events ===================*/
section.section.event_conference .event_box{
	min-height: 405px;
	margin-bottom: 50px;
}
section.section.event_conference{
	text-align: left;
	padding: 80px 0;
}
ul.event_nav {
    padding: 0;
    margin: 0 0 30px;
    list-style-type: none;
    overflow: hidden;
    text-align: left;
}
ul.event_nav li {
    float: left;
}
ul.event_nav li+li {
    margin-left: 45px;
}
ul.event_nav li a {
    font-size: 18px;
    color: #4597cb;
    padding-bottom: 20px;
    display: block;
    border-bottom: 6px solid #fff;
}
ul.event_nav li.active a {
    font-size: 18px;
    color: #4597cb;
    padding-bottom: 20px;
    display: block;
    border-bottom: 6px solid #4597cb;
}
.conference_image img {
    margin: 0;
}
.event_short_detail h4 {
    font-size: 22px;
}
.event_short_detail span {
	display: block;
	font-size: 16px;
	color: #000;
}
.event_short_detail{
	margin: 5px 0 0;
}
.event_short_detail a.view_detail {
	color: #4597cb;
	cursor: pointer;
}
.event_box.active .event_short_detail a.view_detail {
	color: #FF671F;
	transition: none;
}
.event_short_detail a.view_detail:hover {
	color: #FF671F;
	transition: none;
}


/******* event view detail ******/
.event_box > .event_detail {
	display: none;
	padding: 20px 0;
}
.event_box > .event_detail span {
	display: block;
}
/******* event view detail ******/

.event_box.is-expanded,
.event_box.is-expanded .event_detail {
  height: 400px;
}

.event_box.is-expanded {
  z-index: 2;
}

/*================ Events =====================*/


/*================ Events Webinar=====================*/
.featured_webinar {
    margin-top: 40px;
}
.featured_webinar .video_container{
    position: relative;
    background-image: url(../images/news-banner-laptop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	float: left;
    margin-right: 40px;
	min-width: 330px;
}
.featured_webinar .video_container img{
    overflow: hidden;
    margin: auto;
    padding: 7% 15.4% 13% 17%;
    height: auto;
   max-width: 100%;
    max-height: inherit;
}
.featured_webinar_content {
    text-align: left;
	overflow: hidden;
}
.featured_webinar span.featured_small_title {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
	    color: #c2c2c2;
}
.featured_webinar p {
    font-size: 22px;
    padding: 10px 0;
    line-height: 37px;
    margin: 0;
    font-weight: normal;
    text-shadow: none;
}
.featured_webinar_content a.white_outline_button {
    background-color: #4597cb !important;
    color: #fff;
    border: none;
    font-size: 16px;
    width: 170px;
    font-weight: bold;
    margin: 10px 0 0 0;
	text-transform: uppercase;
}
section.section.upcoming_webinars_section  h3 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color: #4597cb;
    margin-bottom: 20px;
}
section.upcoming_webinars_section {
	padding: 30px 0 80px 0;
}
section.section.upcoming_webinars_section  .media>li .media-left {
    display: table-cell;
    vertical-align: top;
	padding-right: 20px;
}
section.section.upcoming_webinars_section  .media>li .media-right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 0;
}
/*
section.section .media.items>li img {
    margin-bottom: 10px;
    min-width: 100%;
    max-width: initial;
}*/
section.section.upcoming_webinars_section  .media>li .media-left .upcoming_date {
height: 78px;
    width: 78px;
    display: block;
    background-color: #b7b7b7;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
}
section.section.upcoming_webinars_section  .media>li .media-left .upcoming_date span {
    display: block;
}
section.section.upcoming_webinars_section  .media>li .media-left .upcoming_date span.month {
	font-size: 20px;
	margin-top: 0px;
    padding-top: 5px;
}
section.section.upcoming_webinars_section  .media>li .media-left .upcoming_date span.date {
	font-size: 38px;
}
section.section.upcoming_webinars_section  .media>li .media-right, section.section .media>li .media-right h3 {
	text-align: left;
}
section.section.upcoming_webinars_section  .media>li .media-right h3{
    padding: 0;
    margin-bottom: 10px;
    margin-top: -5px;
	line-height: 28px;
}
section.section.upcoming_webinars_section  .media>li .media-right .blue_button{
    margin-bottom: 35px;
}
select.topics {
    color: #5d5f60;
    font-size: 16px;
    padding: 8px 10px;
    width: 250px;
    border-color: #d3d3d3;
	 appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px top 18px;
	 background-position: 215px;
    margin-bottom: 20px;
}
select.topics::-ms-expand {
    display: none;
}

.box_container{
text-align: left;
background-color: #fff;
position: relative;
height:100%;
}
section.section.events .box_container h3{
	text-align: left;
	color: #fff;
    margin-top: 40px;
}
li.webinar_kafka .box_container .box_image {
    background-image: url(../images/webinar-kafka3.png);
	background-color: #4697CB;
}
li.webinar_solution .box_container .box_image {
    background-image: url(../images/webinar-solution2.png);
	background-color: #121921;
}
li.webinar_platform .box_container .box_image {
    background-image: url(../images/webinar-platform3.png);
	/* background-color: #F26826; */
	background-color: #ff671e;
}
li .box_container .box_image {
    position: relative;
    padding: 20px;
    background-repeat: no-repeat;
	/* background-size: contain; */
	background-size: auto 100%;
	background-position: right;
}
/*
.box_container .box_title {
    position: absolute;
    top: 20px;
    left: 20px;
}*/

.box_container .box_title span {
    color: rgba(255, 255, 255, 0.4);
}
.box_container .box_content {
    padding: 35px 15px 50px;
    overflow: hidden;
}
.box_container .box_content a.view_on_demand_webinar {
	float: left;
    height: 24px;
    padding-right: 25px;
    font-weight: bold;
    color: #ff671e;
    font-size: 18px;
    background-image: url(../images/link-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 20px;
    bottom: 25px;
}

section.section .items.boxes>li{
    padding: 20px 15px 20px;
}
section.event_cta {
    text-align: center;
    padding: 40px 0;
}
section.event_cta h3 {
    font-size: 26px;
    padding: 0;
    color: #4597cb;
    margin-bottom: 30px;
}
form.subcribe_form input.field_control {
    display: block;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    width: 100%;
	padding: 10px 10px;
    outline: none;
	height: 55px;
}
form.subcribe_form {
    max-width: 550px;
    margin: 0 auto;
}
form.subcribe_form button.subcribe_submit {
    background-color: #4597cb !important;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 0;
    height: 40px;
    width: 155px;
    border-radius: 3px;
    margin: 40px 0;
}

/*================ Events Webinar=====================*/
section.section.quote_section{
padding: 50px 0 80px;
}
section.section.quote_section .container>img{
	margin: 0 auto;
}
.quote_slider {
    margin: 30px auto 0;
    position: relative;
    max-width: 850px;
    text-align: center;
}

.quote_section .quote_slider li p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
	color: #1A242D;
    margin-bottom: 25px;
}
.quote_section .quote_slider li img {
    margin: 0 auto 40px;
}
.quote_section .quote_slider li span {
    font-size: 20px;
    font-weight: 600;
	color: #FF671F;
	display: block;
	margin-bottom: 10px;
}
.quote_slider .flex-control-paging li a {
    height: 17px;
    width: 17px;
    background: #90c0df;
    background: rgba(144, 192, 223, 0.3);
    border: 0;
    outline: 0;
    box-shadow: inherit;
}
.quote_slider .flex-control-paging li a.flex-active{
    background: #90c0df;
    background: rgba(144, 192, 223, 1);
}

.quote_slider .flex-control-nav {
    bottom: -50px;
}
/**********************************************************************/
.sidebar_twitter .header{
    display:none;
}
.sidebar_twitter .content {
    padding: 30px 30px 30px 30px;
}
.sidebar_twitter .content h2 {
    font-size: 26px;
    font-weight: 500;
    background-image: url(../images/sidebar-twitter-icon.png);
    background-repeat: no-repeat;
    padding: 0 0 0 45px;
    line-height: 30px;
    background-position: 0px 1px;
    margin-bottom: 30px;
text-align: left;
}
ul.tweets li span {
    color: #808285;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
	text-align: left;
}
ul.tweets li span.status {
    display: block;
}
ul.tweets li span.status a {
    color: #FF671F;
	transition: none;
}
ul.tweets li span.status a:hover {
    color: #4597cb;
	transition: none;
}
ul.tweets li span.tweet_title {
    font-size: 14px;
    font-weight: 600;
	display: block;
}
ul.tweets li span.tweet_title a{
opacity: .6;
font-size: 12px;
    color: #808285;
font-weight: normal;
}
ul.tweets li  span.meta.duration {
    display: block;
    opacity: .6;
    font-size: 12px;
    color: #808285;
    font-weight: normal;
}
ul.tweets li  span.meta.duration a{
    color: #808285;
}
ul.tweets li {
    padding: 0 15px 0 50px;
	position: relative;
margin: 0;
}
ul.tweets li img {
    position: absolute;
    left: 0;
    top: 3px;
	width: 40px;
}
ul.tweets li+li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #dbdee2;
}
ul.tweets li+li  img {
    top: 20px;
}

.sidebar_news_contact .content, .sidebar_news_contact .header {
	text-align: center;
}
.sidebar_item.sidebar_news_contact .header {
    background-color: #4597CB;
    padding: 40px 0 20px;
	border-radius: 0;
}
.sidebar_item.sidebar_item.sidebar_news_contact .header h3{
   font-size: 26px !important;
   text-align: center;
}
.sidebar_news_contact .content .blue_button {
    margin-top: 25px;
}
.sidebar_news_contact .content p {
    font-size: 21px;
    line-height: 36px;
    color: #808285;
}
.sidebar_news_contact .content{
	padding: 30px;
}
/**********************************************************************/
#event_conference_month{
	text-align: center;
    padding: 30px 0;
}
#event_conference_month .prev{
	border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 0px 5px 0px 6px;
    font-size: 18px;
    line-height: 22px;
}
#event_conference_month .next{
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 0 6px 0 5px;
    font-size: 18px;
}
#event_conference_month .current_month{
    color: #2786C0;
    margin: 0px 22px;
    font-size: 22px;
	display: inline-block;
	width: 165px;
}
#event_conference_month .prev:hover {
    border: 1px solid #2786C0;
    color: #2786C0;
		cursor:pointer;
}

#event_conference_month .next:hover {
    border: 1px solid #2786C0;
    color: #2786C0;
		cursor:pointer;
}








/**************================ Thank You Page ==================*************/
body.page-template-thankyou-page .main_banner {
    padding: 12% 0;
}
.section.thankyou_download {
    padding: 40px 0 35px;
}
.thankyou_download h2{
    font-weight: 500;
    margin-bottom: 20px;
}
.section.thankyou_download .container>p{
    color: #000;
    max-width: 900px;
    margin: auto;
	font-size: 18px;
}
section.get_started .container>p {
    max-width: 740px;
    margin: auto;
    margin-bottom: 18px;
}
section.get_started ul.items li .item {
    text-align: left;
    padding: 20px 25px;
    background-color: #fff;
    vertical-align: middle;
		display: table;
    width: 100%;
}
section.get_started ul.items.media>li .media_image {
    position: inherit;
		    float: none;
		width: 90px;
    display: table-cell;
}
section.get_started ul.items.media>li .media_content {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
section.get_started {
    padding: 35px 0;
}
section.get_started h2{
	font-weight: 400;
	color: #000;
}
section.get_started h3{
	font-weight: normal;
	font-size: 27px;
	color: #000;
}
section.get_started p{
	color: #000;
	margin-bottom: 5px;
}
section .get_started ul.items li .item img{
	margin-right: 25px;
}
section.section ul.items.media>li {
    padding: 0 15px;
    margin-bottom: 25px;
}
.tools_confluent_platform ul.items .item {
	text-align: center;
}
.tools_confluent_platform ul.items .item img {
	max-height:75px;
}
.tools_confluent_platform ul.items .item p{
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}
.tools_confluent_platform ul.items .item h3{
	font-size: 27px;
    padding: 15px 0 10px;
}
.tools_confluent_platform ul.items .item a.blue_button{
	font-size: 16px;
    margin-top: 15px;
}
ul.previous_versions {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 16px;
}
ul.previous_versions li {
    display: inline-block;
    padding: 0 20px;
    line-height: 18px;
}
ul.previous_versions li+li {
	border-left: 1px solid #000;
}
.thankyou_download h3{
	font-size: 27px;
}

.thankyou_download .confluent_open_source h3, .thankyou_download .confluent_enterprise h3 {
    padding: 10px 0 16px;
    margin-bottom: 12px;
	color: #000;
}
.thankyou_download .confluent_open_source h3{
	border-bottom: 6px solid #4597CB;
}
.thankyou_download .confluent_enterprise h3 {
	border-bottom: 6px solid #FF671F;
}
.thankyou_download .download_row {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 30px;
	margin-top: 70px;
}
.thankyou_download .download_col {
    padding-left: 25px;
    padding-right: 25px;
}
.thankyou_download .confluent_open_source a.blue_button {
    font-size: 16px;
    font-weight: 600;
    min-width: 195px;
    display: inline-block;
    margin: 11px;
		background-color: #4597CB;
}
.thankyou_download .confluent_enterprise a.blue_button {
    font-size: 16px;
    font-weight: 600;
    min-width: 195px;
    display: inline-block;
    margin: 11px;
		background-color: #FF671F;
}
.thankyou_download .container {
	overflow: hidden;
}
.open_source_buttons {
    margin-top: 22px;
}
.thankyou_download button.blue_button{
    border: 0;
    min-width: 160px;
    font-size: 16px;
    display: block;
    margin: 25px auto 0;
}
form.enterprise_form {
    padding: 25px;
    background-color: #EFEFEF;
}
.section.tools_confluent_platform h2 {
    font-weight: 400;
}
.section.tools_confluent_platform ul.items.media>li {
	margin-bottom: 80px;
}
.section.tools_confluent_platform {
    padding: 40px 0 80px;
}


/***** Checkbox *****/

.checkbox_btn input {
    float: left;
}
span.checkbox_btn {
    display: block;
    margin-left: 30px;
    position: relative;
    max-width: 100%;
    display: inline-block;
}

/*****/
span.checkbox_btn input[type=checkbox]{
    position: absolute;
    opacity: 0;
    left: -40px;
    top: -7px;
    z-index: 9999999;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

span.checkbox_btn .checkedbox{
display: block;
    position: absolute;
    border: 1px solid #8d8e8d;
    height: 30px;
    width: 30px;
    top: -3px;
    left: -40px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    cursor: pointer;
    background-color: #fff;
}


span.checkbox_btn .checkedbox::before {
  display: block;
  position: absolute;
	content: '';
  height: 11px;
  width: 11px;
  top: 9px;
	left: 9px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

span.checkbox_btn input[type=checkbox]:checked ~ .checkedbox::before{
  background: #4089b7;
}


form.enterprise_form span.checkbox_btn label:after {
	display: none;
}
form.enterprise_form span.checkbox_btn label{
	cursor: pointer;
	color: #000;
}

/***** Checkbox *****/
/**************================ Thank You Page ==================*************/


/**************================ Client Page ==================*************/
section.client_section h2{
	font-weight: 500;
	margin-bottom: 20px;
}
section.client_section .container>p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: 18px;
}
section.client_section .other_links {
    margin-top: 0px;
    float: right;
    margin-bottom: 15px;
    font-size: 18px;
}
section.client_section .other_links > a:first-child {
	padding-right: 10px;
}
.client_section .other_links > a+a {
	padding-left: 10px;
	border-left: 1px solid #4597cb
}
.client_section table.table {
	text-align: left;
	border: 1px solid #e0e0e0;
	margin-top: 0px;
}
.client_section .table>tbody>tr>td{
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 300;
    color: #5C6063;
    border: 0;
}

.client_section .table>thead>tr>th{
    background-color: #EFEFEF;
    border: 0;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: bold;
}
.client_section .table>tbody>tr>td a{
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
}
.client_section .table>tbody>tr>td+td{
	border-left: 1px solid lightgray;
}
.client_section table tr{
	max-width: none;
    margin-right: auto;
    display: table;
    width: 100%;

}
.client_table_section table tr{
    display: block;
}

.client_table_section .table>tbody>tr>td a{
	display: block;
}
.client_table_section table tr>td,.client_table_section table tr>th{
	display: inline-block;
}
.client_table_section .table tr>td:nth-child(1),.client_table_section .table tr>th:nth-child(1){
	    width: 12%;
}
.client_table_section .table tr>td:nth-child(2),.client_table_section .table tr>th:nth-child(2){
    width: 40%;
}
.client_table_section .table tr>td:nth-child(3), .client_table_section .table tr>th:nth-child(3){
    width: 47%;
}


.previous_versions_table_section table tr{
    display: block;
}
.previous_versions_table_section table tr>td,.previous_versions_table_section table tr>th{
	display: inline-block;
}
.previous_versions_table_section .table tr>td:nth-child(1),.previous_versions_table_section .table tr>th:nth-child(1){
	    width: 25%;
}
.previous_versions_table_section .table tr>td:nth-child(2),.previous_versions_table_section .table tr>th:nth-child(2){
    width: 74%;
}
.client_section .table>thead{
    background-color: #EFEFEF;
}

.client_section .table tr>th:nth-child(2){
    margin-left: 5px;
}
.client_section .table tr>th:nth-child(3){
    margin-left: 3px;
}
/**************================ Client Page ==================*************/
@media (max-width: 1199px){
.client_table_section .table tr>td:nth-child(1),.client_table_section .table tr>th:nth-child(1){
	    width: 15%;
}
.client_table_section .table tr>td:nth-child(2),.client_table_section .table tr>th:nth-child(2){
    width: 40%;
}
.client_table_section .table tr>td:nth-child(3), .client_table_section .table tr>th:nth-child(3){
    width: 43%;
}
}
@media (max-width: 991px){

.client_section .table>tbody>tr>td{
    padding: 15px 20px;
}
.client_section .table>thead>tr>th{
    padding: 15px 20px;
}
.client_table_section .table tr>td:nth-child(1),.client_table_section .table tr>th:nth-child(1){
	    width: 20%;
}
.client_table_section .table tr>td:nth-child(2),.client_table_section .table tr>th:nth-child(2){
    width: 38%;
}
.client_table_section .table tr>td:nth-child(3), .client_table_section .table tr>th:nth-child(3){
    width: 38%;
}

}
@media (max-width: 767px){
.thankyou_download .download_row {
    margin-top: 50px;
}
.thankyou_download .download_col {
    margin-bottom: 50px;
}
.client_section .table>tbody>tr>td{
font-size: 16px;
padding: 15px;
}
.client_section .table>thead>tr>th{
font-size: 16px;
padding: 15px;
}


}
@media (max-width: 600px){
.download_center_section .download_center_form {
    padding: 50px 40px;
}
.section.tools_confluent_platform ul.items.media>li {
    margin-bottom: 50px;
}
.previous_versions_table_section .table tr>td:nth-child(1),.previous_versions_table_section .table tr>th:nth-child(1){
	    width: 30%;
}
.previous_versions_table_section .table tr>td:nth-child(2),.previous_versions_table_section .table tr>th:nth-child(2){
    width: 56%;
}
.client_section .table>tbody>tr>td{
    font-size: 14px;
		padding: 10px;
}
.client_section .table>thead>tr>th{
    font-size: 14px;
		padding: 10px;
}
}

@media (max-width: 450px){
.client_section .table>tbody>tr>td{
    font-size: 11px;
}
.client_section .table>thead>tr>th{
    font-size: 11px;
}
}

/******************** Header changes ***********************/
#site-header .brand_logo {
	position: absolute;
    background-color: #fff;
    z-index: 99;
	width: 207px;
}
#site-header{
    background: #fff;
}
nav.navigation>ul>li:not(.download-button):hover>a {
	color: #111820;
}
nav.navigation>ul>li>a{
	color: #343941;
}
#site-header.shadow {
    box-shadow: 0 0 20px -1px #9e9e9e;
    -moz-box-shadow: 0 0 20px -1px #9e9e9e;
    -webkit-box-shadow: 0 0 20px -1px #9e9e9e;
}
.page-id-2130 h1 {
	color: #fff;
}
.page-id-2130 .main_banner .small_title{
	color: #fff;
}
section.featured_resource_section .featured_resource {
	border-top: 0;
	padding: 0 0 50px 0;
}
.page-id-2130 .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;
}
.red_outline_button{
    text-align: center;
    border-radius: 2px;
    border: 2px solid #911723;
    font-size: 18px;
    line-height: 24px;
    color: #911723;
    min-width: 136px;
    padding: 10px 25px;
	margin-top: 15px;
    display: inline-block;
}
@media screen and (max-width: 1199px) {
#site-header .brand_logo {
	width: 180px;
}
}
@media screen and (max-width: 878px){
.navbar-toggle .icon-bar {
    background-color: #111820;
}
.navbar-toggle.toggle::after {
    color: #111820;
}
}
@media screen and (max-width: 600px){
nav.mobile_navigation {
    top: 70px;
}
}
@media screen and (max-width: 400px){
nav.mobile_navigation {
    top: 60px;
}
}
@media screen and (max-width: 350px){
nav.mobile_navigation {
    top: 50px;
}
}
/* Hide About in desktop */
.navbar-nav #menu-item-10536,
.navbar-nav #menu-item-10282,
.navbar-nav #menu-item-10586{
  display: none;
}
.mobile_navigation .menu-item-8430{
  clear: both;
  float: left!important;
  margin-top: 12px;
  text-align: center;
  width: auto;
}
/******************** Header changes ***********************/

/*********************************** Banner Change ****************************************/
.banner_slides {
  height: 660px;
}
.banner_slides a.white_outline_button {
  padding: 20px 40px;
  font-size: 24px;
}
@media screen and (max-width: 400px){
  .banner_slides a.white_outline_button {
    padding: 15px 30px;
    font-size: 20px;
  }
}
.banner_slide1 a.white_outline_button {
  background-color: #a01d20;
  border-color: #a01d20;
  color: white;
}
/* .banner_slide1 a.white_outline_button:hover {
  background-color: white;
  color: #ff671f;
} */
.banner_slides .slick-dots {
  display: block;
  position: absolute;
  bottom: 25px;
  list-style: none;
  text-align: center;
  width: 100%;
  padding-left: 0;
}
.banner_slides .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.banner_slides .slick-dots li button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: none;
    color: #f0f0f0;
    background-color: #f0f0f0;
    text-indent: -9999px;
	padding: 0;
}
.banner_slides .slick-dots li button:hover,
.banner_slides .slick-dots li button:focus
{
    outline: none;
}
.banner_slides .slick-dots li.slick-active button {
  background-color: #ff671f;
}
.blog_banner.single_post_banner {
    min-height: 385px;
    max-height: 385px;
    position: relative;
	z-index: 1;
	background-position: bottom center;
    background-repeat: no-repeat;

}
.page-id-2095 .main_banner {
    min-height: 660px;
}
.blog_banner.single_post_banner>.container{
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
}
@media (max-width: 991px){
body.page-template-event-webinar .main_banner {
    min-height: 555px;
    max-height: 100%;
    text-align: center;
}
}
@media (max-width: 767px){
.main_banner>.container, .blog_banner.single_post_banner>.container{
	width: 100%;
}
.blog_banner .entry-title, .blog_banner h2 {
	font-size: 28px !important;
	line-height: 40px;
}
.social_sharing .us_wrapper .us_button {
	padding-right: 20px;
	padding-left: 20px;
}
}

@media screen and (max-width: 680px){
body.page-template-event-webinar .main_banner {
    min-height: 555px;
    max-height: 100%;
    text-align: center;
}
body.page-template-event-webinar .main_banner .featured_webinar_content {
    text-align: center;
}
}
@media screen and (max-width: 480px){
body.page-template-event-webinar .main_banner {
    min-height: 600px;
}
}
@media screen and (max-width: 375px){

.main_banner{
	min-height: 240px;
}
.main_banner p {
	margin: 0;
}
.banner_slides {
  height: 385px;
}
.banner_slides .main_banner {
  height: 385px;
  min-height: auto;
}
}
/*********************************** Banner Change ****************************************/











/*****************************************************************************************************/
/*================================= HOMEPAGE BETA FOR FEW DAYS =======================================/
/*****************************************************************************************************/

.page-id-3339 .main_banner {
    min-height: 660px;
}
.page-id-3339 h1{
	color: #2a323c;
}
.page-id-3339 h2{
	font-size: 48px;
    line-height: 1.08;
    color: #2a323c;
}
.page-id-3339 p{
    font-size: 18px;
    line-height: 1.67;
    color: #111820;
}
.page-id-3339 .main_banner{
	padding: 210px 0 210px 0;
	background-color: #2c5c7a;
	background: #2c5c7a;
	background-size: cover;
  background-position: center center;
}
.page-id-3339 .main_banner h1{
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
    -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
    -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
	color: #fff;
}
.page-id-3339 .main_banner p{
    max-width: 935px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.23;
	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);
    margin-bottom: 0;
	color: #fff;
}
.page-id-3339 section.confluent_platform_screen.section {
    background-image: url(../images/gray-background-diagram.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-id-3339 section.confluent_platform_screen h2 {
    font-weight: bold;
}
.page-id-3339 section.confluent_platform_screen p {
    font-size: 18px;
}
.page-id-3339 section.confluent_platform_screen .blue_outline_button {
    margin-right: 30px;
}
.page-id-3339 section.confluent_platform_screen a {
    font-size: 18px;
}
.page-id-3339 section.confluent_platform_screen  .confluent_platform_divider_image {
display:none;
}
.page-id-3339 section.team_ready_to_scale_kafka_section ul.items:before {
    background-image: none;
	display:none;
}
.page-id-3339 section.team_ready_to_scale_kafka_section ul.items>li:nth-child(1) .item {
    background: #4597cb;
}
.page-id-3339 section.team_ready_to_scale_kafka_section ul.items>li:nth-child(2) .item {
    background: #4fbebe;
}
.page-id-3339 section.team_ready_to_scale_kafka_section h2 {
    font-weight: bold;
}
.page-id-3339 section.team_ready_to_scale_kafka_section.section .container>p {
    font-size: 26px;
    line-height: 1.23;
    color: #111820;
}
.page-id-3339 .cta_section {
    padding: 80px 0 90px;
    text-align: center;
    background-color: #f0f0f0;
}
.page-id-3339 .cta_section p{
	font-size: 26px;
    line-height: 1.23;
    color: #111820 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}



/*******************************************************************/
/*========================= Homepage Beta =========================/
/*******************************************************************/

/******** Home Contact Form *************/
.contact_form_section.global_contact_form .mktoForm
{
    width: 100%!important;
}
.contact_form_section.global_contact_form .mktoForm p
{
    font-size: 26px;
    line-height: 32px;
    color: #111820;
    margin-bottom: 50px;
}
.contact_form_section.global_contact_form .mktoForm .mktoFormRow
{
    display: inline-block;
    width: 47%;
    clear: inherit;
    margin: 0 7px;
    margin-bottom: 15px;
    background-color: #fff;
    background: #fff;
}

.contact_form_section.global_contact_form form.mktoForm select.mktoField,
.contact_form_section.global_contact_form form.mktoForm input.mktoField,
.contact_form_section.global_contact_form form.mktoForm textarea.mktoField {
    width: 100%!important;
    border-bottom: 0 !important;
    background: #fff;
    float: left;
	max-height: 60px;
    resize: none;
    padding-left: 30px !important;
}
.contact_form_section.global_contact_form form.mktoForm .mktoFormCol .mktoError .mktoErrorMsg
{
	background: transparent;
}

.contact_form_section.global_contact_form  form.mktoForm .mktoButtonRow
{
	text-align: center;
}


.contact_form_section.global_contact_form form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.contact_form_section.global_contact_form form.mktoForm .mktoButtonWrap.mktoGlow .mktoButton,
.contact_form_section.global_contact_form form.mktoForm .mktoButtonWrap.mktoRound .mktoButton
{
    background: #FF661F;
    color: #fff;
    padding: 15px 20px;
    max-width: 170px;
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    transition: all 300ms ease;
}
.contact_form_section.global_contact_form form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.contact_form_section.global_contact_form form.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover,
.contact_form_section.global_contact_form form.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover
{
    background: #ec540c;
}
.contact_form_section.global_contact_form .mktoForm .mktoFormRow .mktoRequiredField:after
{
    content: '*';
    font-size: 20px;
    color: #f60;
    position: absolute;
    top: 19px;
    left: 15px;
}
@media screen and (max-width: 560px){
.contact_form_section.global_contact_form .mktoForm .mktoFormRow
{
    width: 96%;
}
}
/******** Home Contact Form *************/
/******** Home Below Banner *************/
section.section.below_banner {
    padding: 40px 0 0 0;
}
.below_banner {
    padding: 40px 0 0 0;
    background-image: url(../images/bg-image-below-banner.png);
    background-size: cover;
    background-position: top center;
}
.below_banner ul.items li .item h3 {
    font-size: 36px;
    line-height: 44px;
    padding: 0;
    color: #fff;
}
.below_banner ul.items li .item a.white_outline_button{
    font-size: 16px;
    min-width: 235px;
    padding: 14px 25px;
    border-radius: 4px;
}
/******** Home Below Banner *************/

/******** Home company Streaming *************/
.home_quote span.quotes_icon {
    width: 48px;
    height: 40px;
    margin: auto;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    display: block;
	background-image: url(../images/quote-icon.png);
}
.home_quote p{
	font-size: 24px;
    line-height: 47px;
    margin-bottom: 45px;
    font-style: italic;
}

.home_quote span{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.home_quote span.quote_author_name{
	font-weight: normal;
    margin: 5px 0;
}
.home_quote {
    padding: 35px 35px;
    border: 1px solid #dbdbdb;
}
.home_quote.active {
    display: block;
}

.quote_container{
max-width: 530px;
    float: left;
    margin-right: 5px;
}
.company_streaming h2 {
    font-size: 26px !important;
    font-weight: 400;
    margin-bottom: 50px;
}
.home_quote  a {
	color: #15202b;
}
.home_quote  .slick-slide {
    outline: 0 !important;
}
/***************/
.streaming_company_logos  ul.company_logo {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    display: block;

    height: 100%;
}
.streaming_company_logos  ul.company_logo li{
    /* display: inline-block; */
 /*   height: 231px; */
    padding: 0 5px;
    float: left;
    width: 50%;

	min-height: 49%;
    height: 49%;
}

.streaming_company_logos  ul.company_logo li:nth-child(3),
.streaming_company_logos  ul.company_logo li:nth-child(4)
{
	margin-top: 10px;
}

.streaming_company_logos  span.helper {
    display: block;
    height: 100%;
    /* width: 100%; */
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dbdbdb;
    padding: 0 20px;

    min-height: 100%;
}
.streaming_company_logos  .logo_container {
    display: table;
    width: 100%;

    height: 100%;
    overflow: hidden;
    min-height: 100%;
    max-height: 100%;
}
.streaming_company_logos  ul.company_logo li img{
    max-width: 100%;
    /* max-height: 100px; */
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}


/********** BACKUP STREAMING LOGO COL

.streaming_company_logos {
    max-width: 560px;
    float: left;
    margin-left: 5px;
}
.streaming_company_logos  ul.company_logo {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    display: block;
}
.streaming_company_logos  ul.company_logo li{
    display: inline-block;
    height: 227px;
    padding: 0 5px 10px 5px;
}


.streaming_company_logos  span.helper {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
	border: 1px solid #dbdbdb;
}
.streaming_company_logos  .logo_container {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.streaming_company_logos  ul.company_logo li img{
    max-width: 240px;
    max-height: 100px;
}
*********/
/***************/

/******** Home company Streaming *************/
#map.meetup_map{
 width: 100%;
    height: 650px;
}


/*******************************************************************/
/*========================= Homepage Beta =========================/
/*******************************************************************/



/*******************************************************************/
/*========================= SOLUTION PAGE =========================/
/*******************************************************************/
.page-template-solution-page .section h2{
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 50px;
}
.page-template-solution-page .section .text_left h2{
    margin-bottom: 8px;
    line-height: 40px;
}
.page-template-solution-page .video_container{
    margin-top: 30px;
}
.page-template-solution-page .video_container img{
    padding: 0;
    margin: 0;
    max-width: 450px;
    width: 100%;
}

.page-template-solution-page .section p{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;

}
.common_challenges_section .items .item{
    padding: 0 10px;
}
.common_challenges_section .items h3{
	color: #1f7695;
}
.common_challenges_section .items img {
    margin-bottom: 40px;
}


section.section.confluent_advantage_section .items>li {
    margin-bottom: 0;
    padding: 15px;
}
section.section.confluent_advantage_section .items>li .item {
    padding: 50px 40px;
    color: #fff;
}
section.section.confluent_advantage_section .items>li .item ul{
	padding-left: 17px;
}
section.section.confluent_advantage_section .items>li .item ul li{
	text-align: left;
	list-style: disc;
}
section.section.confluent_advantage_section .items>li .item ul li+li{
	margin-top: 15px;
}
section.section.confluent_advantage_section .items>li .item img{
	margin-bottom: 10px;
}
section.section.confluent_advantage_section .items>li .item h3{
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}
/*******************************************************************/
/*========================= SOLUTION PAGE =========================/
/*******************************************************************/







/* ========================= End Home Beta ========================= */





/* ========================= Responsive ========================= */
@media screen and (max-width:1199px) {
.page-id-3339 section.confluent_platform_screen a:last-child{
    display: block;
    margin-top: 20px;
}
}
@media screen and (max-width:991px) {
.quote_container {
    max-width: 365px;
}
}
@media screen and (max-width:875px) {

}
@media screen and (max-width:767px) {

.page-id-3339 section.confluent_platform_screen{
	padding-bottom: 200px;
}
.page-id-3339 section.confluent_platform_screen .blue_outline_button{
	bottom: 110px;
	margin-left: -68px;
}
.page-id-3339 section.confluent_platform_screen a{
	position: absolute;
    text-align: center;
    left: 50%;
	bottom: 65px;
    margin-left: -46px;
}


.page-id-3339 section.team_ready_to_scale_kafka_section.section .container>p {
    font-size: 20px;
    line-height: 1.37;
}
.quote_container {
    float: none;
    width: 100%;
    max-width: 100%;
margin-bottom: 20px;
}


.streaming_company_logos ul.company_logo {
    height: 300px;

}
.streaming_company_logos ul.company_logo li {
    height: 140px;
    min-height: 140px;
}
}
@media screen and (max-width:600px) {
.page-id-3339 .main_banner{
   /* background-image: url(../images/header-moible.png)!important; */
	padding: 100px 0;
}
.page-id-3339 section.confluent_platform_screen.section {
    background-image: url(../images/gray-background-diagram-mobile.png);
	padding-bottom: 200px;
}

}
@media screen and (max-width:400px) {

}
@media screen and (max-width:375px) {

.page-id-3339 section.confluent_platform_screen .blue_outline_button {
    margin-left: -58px;
}
}

/* ===== ===== ===== */
@media screen and (max-width:991px) {
.page-id-3339 h2 {
	font-size: 38px;
    line-height: 46px;
}
.page-id-3339 h3 {
    font-size: 26px!important;
    line-height: 36px!important;
}
}
@media screen and (max-width:875px) {
.page-id-3339 h1 {
    font-size: 48px;
    line-height: 52px;
}
}
@media screen and (max-width:767px) {

.page-id-3339 .main_banner p{
    font-size: 22px;
}
.page-id-3339 .cta_section p{
	font-size: 22px;
}
}
@media screen and (max-width:568px) {
.page-id-3339 h1 {
    font-size: 42px !important;
    line-height: 48px !important;
}
.page-id-3339 h2 {
    font-size: 28px;
    line-height: 36px;
}
.page-id-3339 section.section {
    padding: 50px 0;
}
}
@media screen and (max-width:400px) {
.page-id-3339 h1 {
    font-size: 36px !important;
    line-height: 38px !important;
}
.page-id-3339 h2 {
    font-size: 26px;
    line-height: 30px;
}
.page-id-3339 h3 {
    font-size: 24px!important;
    line-height: 30px!important;
}
}

@media screen and (max-width:375px) {
.page-id-3339 .main_banner h1,.page-id-3339 h2,.page-id-3339 h3{
	line-height: 24px!important;
    font-size: 18px!important;
	padding-top: 0;
    padding-bottom: 0;
}
.page-id-3339 .main_banner p,.page-id-3339 p{
    line-height: 18px!important;
	font-size: 12px!important;
}
.page-id-3339 .main_banner {
    padding: 50px 0 50px 0;
}
.page-id-3339 .orange_button,.page-id-3339 .blue_button,.page-id-3339 .blue_outline_button,.page-id-3339 .white_outline_button{
	font-size: 14px;
    line-height: 1.5;
    padding: 6px 15px;
    min-width: 120px;
}

.page-id-3339 section.section .container>p+.items {
    margin-top: 20px;
}
.page-id-3339 .cta_section {
    padding: 60px 0;
    text-align: center;
    background-color: #f0f0f0;
}
}

/*****************************************************************************************************/
/*================================= HOMEPAGE BETA FOR FEW DAYS =======================================/
/*****************************************************************************************************/






/*****************************************************************************************************/
/*================================= ABOUT BETA PAGE FOR FEW DAYS =======================================/
/*****************************************************************************************************/
.page-template-about-page h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    margin-bottom: 30px;
}
section.section.offices {
	padding:0px;
}
.offices .office {
	padding-top: 120px;
	color: #FFF;
	padding-bottom: 120px;
	background-size: cover;
    min-height: 430px;
	position: relative;
}
.office_address_container{
position: absolute;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    right: 50%;
    padding: 10px 10px 20px;
    min-width: 296px;
    background-color: rgba(0, 0, 0,0.5);
}
.offices .office .office_name {
	color: #FFF;
}
.offices .office .office_phone {
    display: block;
    margin-top: 65px;
}
.investors_section .items.teams li {
	padding: 0px;
	margin: 0px;
}
/*.team-toggle {
	cursor:pointer;
}*/
.team-member {
	margin-top: 50px;
  float:none!important;
}
.team-member .avatar_wrapper {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.team-member .avatar_wrapper > img {
	margin: 0;
}
.team-member .social {
	margin-top: 10px;
	margin-bottom: 10px;
}
.team-member .social a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #F8631E;
	color: #FFF;
	border-radius: 50%;
	font-size: 13px;
	padding: 1px 2px 2px;
	margin: 0px 3px;
    transition: all 150ms ease;
}
.team-member .social a:hover {
	transform: scale(1.1);
}
.team-member .name{
	font-size: 24px;
	font-weight: 500;
	padding: 0px;
}
.team-member .position{
	font-size: 24px;
	font-weight: 400;
}
.founders_section .team-member .social {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.65);
	vertical-align: middle;
	padding: 113px 0px;
	margin:0px;
	display: none;
	text-align:center
}
.founders_section .team-member:hover .avatar_wrapper .social {
	display: block;
}
.founders_section .team-member .name {
	font-size: 24px;
}
.founders_section .team-member .position {
	font-size: 24px;
}
.founders_section .team-member .info {
	margin-top:20px;

}

.bod-list.item-show,
.management-list.item-show {
    display: none;
    -webkit-animation: ac-gn-item-searchshow 400ms both;
    animation: ac-gn-item-searchshow 400ms both;
}
.bod-list{
  display: flex;
  flex-wrap: wrap;
}
.management-list,
.management-list {
    overflow: hidden;
    padding-top: 40px;
    -webkit-animation: ac-gn-item-searchhide 400ms both;
    animation: ac-gn-item-searchhide 400ms both;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.bod-show .ic-close,
.management-show .ic-close {
    display: inline-block;
    float: right;
    cursor: pointer;
    opacity: 0;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/confluent/assets/images/ic_close.png) center center no-repeat;
    background-size: auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
		position:absolute;
		top: 25px;
    right: 25px;
    z-index: 1;
}
.bod-show.item-show .ic-close,
.management-show.item-show .ic-close {
    opacity: 1;
}
.bod-show,
.management-show {
	display: none;
	-webkit-animation: ac-gn-item-searchshow 400ms both;
	animation: ac-gn-item-searchshow 400ms both;
	position:relative;
	margin: 0;
	padding: 0 15px;
}
.bod-show.item-show,
.management-show.item-show {
    display: block;
    -webkit-animation: ac-gn-item-searchhide 400ms both;
    animation: ac-gn-item-searchhide 400ms both;
}
.bod-show .team-content,
.management-show .team-content {
    display: none;
    clear: both;
    overflow: hidden;
    opacity: 0;
    padding: 50px 20px;
		position: relative;
    z-index: 0;
    background: #fff;
    -webkit-animation: ac-gn-item-searchhide 400ms both;
    animation: ac-gn-item-searchhide 400ms both;
}

.team-content .avatar_wrapper {
	float: left;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-right: 50px;
}
.team-content .avatar_wrapper img {
	margin: 0px;
}
.team-content .info_wrapper {
	overflow: hidden;
}
.team-content .info_wrapper .title_wrapper {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.team-content .info_wrapper .name {
	float: left;
	padding: 0;
	color: #4597cb;
	display: inline-block;
	font-weight: 500;
	line-height: 26px;
}
.team-content .info_wrapper .social {
	text-align: center;
	display: inline-block;
	position: relative;
	top: -2px;
}
.team-content .info_wrapper .social a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #F8631E;
	color: #FFF;
	border-radius: 50%;
	font-size: 13px;
	padding: 1px 2px 2px;
	margin: 0px 3px;
}
.team-content .info_wrapper .position {
    margin: 0px 20px;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: #4597cb;
    padding-left: 20px;
    border-left: 2px solid #4597cb;
}
.team-content .info_wrapper .info {
	clear: both;
}
.suppor_apache_kafka_section .suppor_apache_content{
	text-align: left;
}

@keyframes ac-gn-item-searchhide {
	0% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	60% {
		opacity: .6;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: cubic-bezier(.2727,.0986,.8333,1);
		animation-timing-function: cubic-bezier(.2727,.0986,.8333,1);
	}
}
@-webkit-keyframes ac-gn-item-searchhide {
	0% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	60% {
		opacity: .6;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: cubic-bezier(.2727,.0986,.8333,1);
		animation-timing-function: cubic-bezier(.2727,.0986,.8333,1);
	}
}
@-moz-keyframes ac-gn-item-searchhide {
	0% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	60% {
		opacity: .6;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: cubic-bezier(.2727,.0986,.8333,1);
		animation-timing-function: cubic-bezier(.2727,.0986,.8333,1);
	}
}
@-ms-keyframes ac-gn-item-searchhide {
	0% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	60% {
		opacity: .6;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: cubic-bezier(.2727,.0986,.8333,1);
		animation-timing-function: cubic-bezier(.2727,.0986,.8333,1);
	}
}
@-o-keyframes ac-gn-item-searchhide {
	0% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	60% {
		opacity: .6;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: cubic-bezier(.2727,.0986,.8333,1);
		animation-timing-function: cubic-bezier(.2727,.0986,.8333,1);
	}
}



@media (max-width: 991px){
/************=== About New Page ===**********/
.item-show .team-content .info_wrapper .title_wrapper h4,
.item-show .team-content .info_wrapper .title_wrapper .position
{
	font-size: 18px;
}
.item-show  .team-content .info_wrapper .position {
    margin: 0px 10px;
    padding-left: 10px;
}

.item-show .team-content .avatar_wrapper {
    float: none;
    max-width: 200px;
    margin-bottom: 20px;
}
.item-show .team-content .info_wrapper .social {
    display: block;
	margin-top: 10px;
    text-align: left;
}
.item-show .team-content .info_wrapper .social a{
    text-align: center;
}
/************=== About New Page ===**********/
}


@media (max-width: 767px){

/************=== About New Page ===**********/
.founders_section .team-member .text-right,
.founders_section .team-member .text-left
 {
	text-align: center;
}
.founders_section .team-member .avatar_wrapper {
	margin-bottom: 20px;
}
.founders_section .team-member+.team-member{
	padding-top: 50px;
    margin-top: 35px;
    position: relative;
}
.founders_section .team-member+.team-member:before{
	content:'';
	display: block;
	position: absolute;
	height: 1px;
	background-color: #dbdbdb;
	width: 80%;
	top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.suppor_apache_kafka_section .suppor_apache_content{
	text-align: center;
}
/************=== About New Page ===**********/

}
@media (max-width: 600px){
/************=== About New Page ===**********/
.investors_section .items.teams li {
    width: 50%;
}
/************=== About New Page ===**********/
}
@media (max-width: 480px){
/************=== About New Page ===**********/
.team_section .team-member.col-xxs-12{
	width: 100%;
}
.item-show .team-content .info_wrapper .title_wrapper h4, .item-show .team-content .info_wrapper .title_wrapper .position {
    font-size: 15px;
}
/************=== About New Page ===**********/
}
/*****************************************************************************************************/
/*================================= ABOUT BETA PAGE FOR FEW DAYS =======================================/
/*****************************************************************************************************/






/*****************************************************************************************************/
/*=========================== HOME TEAM READY TO MANAGE KAFKA SECTION ================================/
/*****************************************************************************************************/
.team_ready_to_manage_kafka_section ul.items:before {
    background-image: none;
	display:none;
}
.team_ready_to_manage_kafka_section h2 {
    font-weight: bold;
}
.team_ready_to_manage_kafka_section.section .container>p {
    font-size: 26px;
    line-height: 1.23;
    color: #111820;
}


/************/
.team_ready_to_manage_kafka_section ul.items>li {
    padding: 0 20px;
	margin-bottom: 0px;
}
.team_ready_to_manage_kafka_section ul.items>li .item p {
	padding: 15px 0;
    color: #fff;
    font-size: 19px;

}
.team_ready_to_manage_kafka_section ul.items>li .item h3
{
    text-align: center;
	color: #fff;
    margin-bottom: 20px;
}
.team_ready_to_manage_kafka_section ul.items>li .item{
	background-color: #dbdbdb;
}


.team_ready_to_manage_kafka_section ul.items>li .item {
    padding: 50px 20px 95px;
	position: relative;
}

.team_ready_to_manage_kafka_section a.orange_button{
 color: #4596CA;
    background-color: #fff;
    font-weight: bold;
    padding: 10px 40px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 180px;
    margin-left: -90px;

}
.heading img {
    margin-bottom: 10px;
}
/************/

@media screen and (max-width:991px) {
.team_ready_to_manage_kafka_section ul.items>li {
    padding: 0 20px;
    margin-bottom: 30px;
}

}
@media screen and (max-width:767px) {
.team_ready_to_manage_kafka_section ul.widthcol3>li {
	width: 100%;
}

}
/*****************************************************************************************************/
/*=========================== HOME TEAM READY TO MANAGE KAFKA SECTION ================================/
/*****************************************************************************************************/


/*****************************************************************************************************/
/*=========================== Confluent Platform SECTION ================================/
/*****************************************************************************************************/
section.product_cta_section {
    padding: 80px 0 90px;
}
.product_cta_section h2 {
    font-size: 40px;
    line-height: 50px;
    color: #2a323c;
    margin-bottom: 80px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.product_cta_section p {
	font-size: 18px;
    line-height: 26px;
    color: #111820;
    margin-bottom: 80px !important;
    padding-bottom: 0;
    text-transform: uppercase;
}
.product_cta_section .blue_button {
    font-size: 26px;
    padding: 14px 25px;
}


.consul_packages ul.items li{
	padding: 20px 15px;
}
.consul_packages ul.items li .item {
    padding: 20px 20px 80px;
    background-color: #fff;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(186,186,186,1);
	-moz-box-shadow: 1px 1px 5px 1px rgba(186,186,186,1);
	box-shadow: 1px 1px 5px 1px rgba(186,186,186,1);
	position: relative;
}
.consul_packages ul.items li .item h3 {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.consul_packages ul.items li .item img{
    margin-bottom: 20px;
}
.consul_packages ul.items li .item a.orange_button {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
.overview_confluent_platform_section span {
/*    max-width: 800px;*/
    display: block;
    margin: 0 auto;
	line-height: 36px;
    margin-bottom: 30px;
	font-size: 24px;
    padding-top: 65px;
    text-align: left;
}
.overview_confluent_platform_section a{
    float: left;
    font-size: 22px;
    padding: 12px 30px;
}
.data_app_integration_section ul.items li {
    padding: 0 30px;
	margin-bottom: 20px;
}
.data_app_integration_section ul.items li a.confluent_platform_btn {
    width: 220px;
}
.data_app_integration_section {
    background-size: cover;
}
.data_app_integration_section .real_time_connector {
    background-color: transparent;
}

.polyglot_proff_section h2 {
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .polyglot_proff_section .text_left {
        text-align: center;
    }
    .polyglot_proff_section .blue_outline_button {
        margin-bottom: 25px;
    }
}
.page-template-confluent-platform-page-template section.real_time_connector {
	background-color: #f9f9f9;
	padding: 80px 0;
}
.page-template-confluent-platform-page-template section.real_time_connector hr{
    display: none;
}
.page-template-confluent-platform-page-template section.real_time_item.section {
	background-color: #f9f9f9;
    padding: 50px 0;
}
.page-template-confluent-platform-page-template section.real_time_item  ul.items.simple {
	padding: 0;
    border: none;
}
.page-template-confluent-platform-page-template section.real_time_item  ul.items.simple>li{
    padding: 20px 30px;
    border: none;
}
.page-template-confluent-platform-page-template section.real_time_item  ul.items.simple>li+li{
	border-left: 1px solid #bbb;
}
.page-template-confluent-platform-page-template section.bg_orange_diagram.section{
    background-image: none;
    background-color: #4698CB;
}
a.connector_btn {
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
}
.page-id-5371 .overview_confluent_platform_section {
    background-color: white;
    -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);
}
.overview_confluent_platform_section img {
    margin-bottom: 20px;
    margin-left: 45px;
    margin-right: 15px;
    max-width: 450px;
    float: right;
}
@media only screen and (max-width: 767px) {
    .overview_confluent_platform_section img {
        margin: 0 auto;
        max-width: 280px;
        float: none;
    }
}
.page-template-confluent-platform-page-template ul.connectors_table li.bottom {
	display: none;
}
/*****************************************************************************************************/
/*=========================== Confluent Platform SECTION ================================/
/*****************************************************************************************************/
.training_overview_section h2 {
	font-weight: 300;
}
@media screen and (min-width: 992px){
	.training_overview_section h2 {
		font-size: 40px;
		font-weight: normal;
	}
}
body.page-template-kafka-summit-new-york p {
    font-size: 18px;
    line-height: 28px;
}
body.page-template-kafka-summit-new-york section.kafka_summit_overview_section .featured_kafka_summit {
    border: 0;
    padding: 0;
}

/*****************************************************************************************************/
/*=========================== What is Kafka ================================/
/*****************************************************************************************************/
.kafka_companies_section ul {
    margin-top: 50px;
    padding: 0;
}
.kafka_companies_section a {
    display: inline-block;
    font-size: 18px;
    margin: 30px 0 0;
}
.kafka_companies_section li a{
	margin-top: 0;
    display: flex;
    align-items: center;
    height: 120px;
    justify-content: center;
}
section.section.what_kafka_kafka_cluster_section ul.items.media>li .media_image {
	float: left;
    position: inherit;
    text-align: center;
    min-width: 230px;
}
section.section.what_kafka_kafka_cluster_section ul.items.media>li .media_image h3{
    font-size: 26px;
    line-height: 34px;
}
section.section.what_kafka_kafka_cluster_section ul.items.media>li .media_content {
    padding-left: 100px;
    overflow: hidden;
}
section.section.what_kafka_kafka_cluster_section ul.items.media>li {
    margin-bottom: 40px;
}
section.section.what_kafka_kafka_cluster_section ul.items.media>li .orange_button{
    margin-top: 0px;
}
.what_kafka_bar_section h2 {
    text-align: center;
    color: white;
    margin: 0 auto;
    max-width: 600px;
}
section.section.what_kafka_bar_section {
    padding: 30px 0;
}
section.section.what_kafka_bar_section .orange_button{
    margin: 28px 0;
}
section.section.what_kafka_developers_section p {
    text-align: left;
}
/************************************** Adnan ******************************************/

.kafka_companies_section li {
	list-style: none;
	display: inline-block;
    vertical-align: middle;
    width: 300px;
    border: 1px solid #ccc;
    height: 120px;
    margin: 5px;
}
.kafka_companies_section li img {
    max-width: 150px;
    margin-left: 20px;
    margin-right: 20px;
}
section.section.kafka_companies_section {
    padding: 50px;
}
section.section.kafka_companies_section h2{
    font-size: 32px;
    line-height: 38px;
}

/************************************** Talha ******************************************/
.kafka_overview_section h2 {
	margin-bottom: 0;
	font-weight: 700;
}
.kafka_overview_section h3 {
    margin-bottom: 30px;
    font-size: 26px;
}
.kafka_overview_section .orange_button {
	font-size: 16px;
	padding: 10px 15px;
	margin-right: 25px;
}
.kafka_overview_section .white_outline_button {
  border: 1px solid #ff671f;
  font-size: 16px;
  color: #ff671f;
	padding: 9px 25px;

}
.kafka_overview_section p {
  text-align: left;
}
@media screen and (max-width: 991px){
section.section.what_kafka_kafka_cluster_section ul.items.media>li .media_content {
    padding-left: 50px;
}
}
@media screen and (max-width: 767px){
section.section.what_kafka_kafka_cluster_section ul.items.media>li .media_content {
    padding-left: 0px;
}
section.section.what_kafka_kafka_cluster_section ul.items.media>li .media_image {
    float: none;
    margin-bottom: 0px;
    text-align: left;
}
.what_kafka_bar_section h2 {
    text-align: center;
}
.kafka_companies_section li img {
    max-width: 100px;
    margin-left: 15px;
    margin-right: 15px;
}
}
@media screen and (max-width: 500px) {
    .kafka_companies_section li {
        width: 100%;
    }
}
@media screen and (min-width:992px)  and (max-width:1199px){
.customer-hover-text{
    padding: 0px;
    font-size:14px;

}
}
@media screen and (min-width:1200px){
.customer-hover-text{
    padding: 10px;
    font-size:16px;

}
}

.resource_description {
    display: none;
    overflow: hidden;
    float: left;
    clear: both;
    padding: 15px 15px;
    background-color: #f1f1f1;
    margin-top: 15px;
}
body.page-template-kafka-summit-new-york .resource_description p{
    font-size: 14px;
    line-height: 22px;
}
.kafka_sumit_description {
    height: 12px;
    width: 12px;
    display: inline-block;
    text-indent: -99999px;
    margin-left: 27px;
    background-image: url(/wp-content/themes/confluent/assets/images/kafka_sumit_des.png);
    background-size: 12px;
	cursor: pointer;
    margin-top: 8px;
    transition: none;
}
.active_des .kafka_sumit_description{
	background-position: 0 12px;
}

/*****************************************************************************************************/
/*=========================== Confluent Platform SECTION ================================/
/*****************************************************************************************************/
#site-header {
	background-color: #fff !important;
}
#site-header.shadow {
    box-shadow: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
}
#site-header nav.navigation>ul>li.download-button>a{
    box-shadow: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
nav.navigation>ul>li>a{
    transition: none;
}
nav.navigation>ul>li:hover>a {
	border-bottom: 5px solid #ff671f;
	font-weight: 400;
	color: #000;
}
nav.navigation>ul>li.download-button:hover>a {
	color: #fff;
}
nav.navigation>ul>li>a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}
nav.navigation>ul>li>a {
    color: #5d5d5d;
}
nav.navigation>ul>li ul>li.menu-item-has-children{
    background-image: none;
}
nav.navigation>ul>li ul>li.menu-item-has-children:hover{
    background-image: url(../images/arrow-right.png);
}
nav.navigation>ul>li>ul.sub-menu li .sub-menu li a{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 16px;
}
nav.navigation>ul>li {
    padding-bottom: 13px;
}
nav.navigation>ul>li>a{
	font-weight: 300;
    font-size: 16px;
}
nav.navigation>ul>li ul>li.indented>a {
    padding-top: 4px;
    padding-bottom: 4px;
}
nav.navigation>ul>li>ul.sub-menu li a{
	color: #4597cb;
	font-weight: 300;
}

/*nav.navigation>ul>li>ul.sub-menu li:hover {
    border-bottom: 5px solid #ff671f;
    transition: none;
	display: inline-block;
}*/

nav.navigation>ul>li>ul.sub-menu li a:hover {
    text-decoration: underline;
	//text-decoration-color: #4597cb;
}

nav.navigation>ul>li>ul.sub-menu{
    border: 1px solid #e0e0e0;
    box-shadow: none;
    top: 58px;
    border-left: 0;
}
nav.navigation>ul>li>ul>li>ul {
    left: calc(100% + 22px) !important;
}
/***************************/
nav.navigation>ul>li.mega_menu>ul.sub-menu{
	min-width: 420px;
	padding-left: 190px;
	left: -172px !important;
	/*min-height: 230px;*/
	min-height: 260px;
	border-radius: 7px;
	padding-right: 20px;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav {
    float: left;
    width: 45%;
    position: absolute;
    left: 0;
    top: -1px;
    height: 100%;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    min-height: 230px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    background-color: #006d89;
    height: calc(100% + 2px);
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav span{
	display: block;
	clear: both;
	margin-bottom: 5px;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav span.description{
	font-size: 14px;
	line-height: 22px;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav span.menu_title{
	opacity: 0.5;
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav a {
    position: absolute;
    bottom: 15px;
    left: 15px;
	color: #fff;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav.mega_nav_1, li.mega_nav.mega_nav_2, li.mega_nav.mega_nav_3,li.mega_nav.mega_nav_2, li.mega_nav.mega_nav_default {
	background-color: #006d89;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav.mega_nav_4{
	background-color: #fb5660;
    background-image: url(../images/mega_nav_4_bg.png);
    background-size: cover;
    background-position: top center;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav.mega_nav_1 a {
    width: 100%;
    display: block;
    color: #006d89;
    background-color: #fff;
    border-radius: 40px;
    padding: 10px 10px;
	font-weight: 400;
    text-align: center;
    max-width: 155px;
    margin: 0;
    font-size: 16px;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav.mega_nav_2 a {
   /* display: block;
    margin: 0;
    height: 36px;
    width: 36px;
    background-image: url(../images/nav-arrow-icon.png);
	text-indent: -99999px;
	background-size: cover; */
		display: block;
    margin: 0;
    height: 36px;
    width: 36px;
    background-image: url(../images/nav-arrow-icon.png);
    /* text-indent: -99999px; */
    background-size: cover;
    background-size: 36px;
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 42px;
    font-size: 14px;
    font-weight: 400;
    width: 90%;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav.mega_nav_3 a {
    display: block;
    margin: 0;
    height: 90px;
    width: 160px;
    background-image: url(../images/video-image.png);
    text-indent: -99999px;
    background-size: contain;
    border-radius: 5px;
}

nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav.mega_nav_4 a{
	display: none;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav .menu_image{
    position: relative;
    max-width: 157px;
    border-radius: 5px;
    bottom: -6px;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav .menu_image img{
	border-radius: 5px;
    margin: 0;
}
nav.navigation>ul>li.mega_menu>ul.sub-menu>li.mega_nav .menu_image a.menu_play_btn{
    top: 50%;
    left: 50%;
    display: block;
    margin: 0;
    height: 36px;
    width: 36px;
    background-image: url(../images/paly_btn_11.png);
    text-indent: -99999px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -18px;
    margin-top: -18px;
}
nav.navigation>ul>li.download-button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: unset !important;
    text-shadow: none !important;
}
nav.navigation>ul>li.download-button>a {
    background-color: #ff671f !important;
}
nav.navigation>ul>li.download-button:hover a {
    background: #4089b7 !important;
    border: none;
}
nav.navigation>ul>li#menu-item-10180>ul.sub-menu{
    left: -52px!important;
    min-width: auto;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
}
/***************************/

#site_footer {
    background-color: #fafafa;
 }
.footer_row {
    /* margin-left: -35px; */
    /* margin-right: -35px; */
}
.footer_col {
    padding-right: 18px;
}
#site_footer .footer_top ul li {
    margin-bottom: 12px;
}
#site_footer .footer_top ul li.footer_blog_nav a{
    line-height: 24px;
    color: #404040;
    font-weight: 400;
    font-size: 16px;
}
#site_footer .footer_top ul li a{
    color: #7f7f7f;
	font-weight: 300;
    color: #5d5d5d;
}



#site_footer .footer_top ul li:first-child {
    margin-bottom: 25px;
}
#site_footer .footer_top ul li:first-child a{
    color: #404040;
	font-weight: 400;
    font-size: 16px;
}
#site_footer .footer_top ul ul li:first-child a {
    color: #5d5d5d;
    font-weight: 300;
    font-size: 14px;
}
#site_footer .footer_top ul ul {
    margin-bottom: 0;
}
#site_footer .footer_top ul ul li{
    margin-bottom: 0!important;
	  margin-top: 6px!important;
}

#site_footer .copyright p:first-child {
	font-size: 11px;
    margin-right: 10px;
}
#site_footer .copyright p {
    display: inline;
}
#site_footer .copyright p a{
    color: #a7a7a8;
}
#site_footer .copyright p:first-child a{
    color: #535353;
}
#site_footer .copyright {
    max-width: 100%;
}
/*
#site_footer .social_nav {
    right: 80px;
}*/
#site_footer .social_nav {
    right: 30px;
}
#site_footer .social_nav ul li {
    margin-bottom: 30px;
}

#site_footer .social_nav ul li.footer_lang {
    //float: none;
    //display: block;
    //overflow: hidden;
    //clear: both;
    margin-left: 16px;
    padding-left: 30px;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left;
}

#site_footer .social_nav ul li.footer_lang a {
    width: 100%;
    height: auto;
    text-indent: 0;
    background: none;
    font-size: 11px;
    color: #575757;
}
#site_footer .social_nav ul li.footer_lang {
    //background-image: url(../images/lang_eng_icon.png);
}
#site_footer .social_nav ul li.footer_lang_eng {
    background-image: url(../images/lang_eng_icon.png);
}
#site_footer .social_nav ul li.footer_lang.footer_us {
    background-image: url(../images/lang_us_icon.png);
    background-size: 12px;
    background-position: 2px;
}

#site_footer .social_nav ul li a{
    background-image: url(../images/smedia-icons23.png?v=1);
}
#site_footer .social_nav ul li.twitter_link a {
    background-position: -3px -3px;
}
#site_footer .social_nav ul li.twitter_link a:hover {
    background-position: -3px -35px;
}
#site_footer .social_nav ul li.linkedin_link a {
    background-position: -36px -3px;
}
#site_footer .social_nav ul li.linkedin_link a:hover {
    background-position: -36px -35px;
}
#site_footer .social_nav ul li.github_link a {
    background-position: -69px -3px;
}
#site_footer .social_nav ul li.github_link a:hover {
    background-position: -69px -35px;
}
#site_footer .social_nav ul li.youtube a {
    background-position: -101px -3px;
}
#site_footer .social_nav ul li.youtube a:hover {
    background-position: -101px -35px;
}

li#menu-item-10171 {
	clear: both;
}

#site_footer .social_nav ul li.footer_lang.footer_fr {
	padding-left: 10px;
	margin-left: 0px;
}
#site_footer .social_nav ul li.footer_lang.footer_de {
	padding-left: 10px;
	margin-left: 0px;
}
#site_footer .social_nav ul li.footer_lang.footer_line {
	padding-left: 10px;
	margin-left: 0px;
    pointer-events: none;
    cursor: default;
}
#site_footer .social_nav ul li.footer_lang.footer_line a{
	color: #959595;
}
#site_footer .social_nav ul li.footer_lang.footer_fr a{
	color: #959595;
}
#site_footer .social_nav ul li.footer_lang.footer_de a{
	color: #959595;
}
#site_footer .social_nav ul li.footer_lang.footer_fr a:hover{
	color: #575757;
}
#site_footer .social_nav ul li.footer_lang.footer_de a:hover{
	color: #575757;
}

@media screen and (max-width: 991px) {
    #site_footer .social_nav {
        right: inherit;
        margin-left: 0;
        transform: translateX(-50%);
        width: 290px;
    }
    #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: -6px -5px;
    }
    #site_footer .social_nav ul li.twitter_link a:hover {
        background-position: -6px -55px;
    }
    #site_footer .social_nav ul li.linkedin_link a {
        background-position: -55px -5px;
    }
    #site_footer .social_nav ul li.linkedin_link a:hover {
        background-position: -55px -55px;
    }
    #site_footer .social_nav ul li.github_link a {
        background-position: -105px -5px;
    }
    #site_footer .social_nav ul li.github_link a:hover {
        background-position: -105px -55px;
    }
    #site_footer .social_nav ul li.slidehsare_link a {
        background-size: 50px;
        background-position: -6px -5px;
    }
    #site_footer .social_nav ul li.slidehsare_link a:hover {
        background-position: -6px -55px;
    }
    #site_footer .social_nav ul li.youtube a {
        background-position: -155px -5px;
    }
    #site_footer .social_nav ul li.youtube a:hover {
        background-position: -155px -55px;
    }/*
    #site_footer .social_nav ul li.footer_lang {
        width: 75px;
        position: absolute;
        margin-left: 0;
        padding-left: 30px;
        margin-bottom: 0;
        bottom: -10px;
    }
    #site_footer .social_nav ul li.footer_lang.footer_en {
        left: 0;
    }
    #site_footer .social_nav ul li.footer_lang.footer_fr {
        left: 50%;
        transform: translateX(-50%);
    }
    #site_footer .social_nav ul li.footer_lang.footer_de {
        right: 0;
    }*/
    #site_footer .copyright {
        margin-top: 100px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	 #site_footer .col-xs-6.col-sm-4.col-md-2.footer_col{
		padding-left: 10px;
		padding-right: 10px;
	}
}
#site_footer {
    background-color: #fff;
}

#site_footer .footer_top .menu-item-5772 {
	padding-left: 10px;
}
#site_footer .footer_top .menu-item-5771 {
	padding-left: 10px;
}
#site_footer .footer_top .menu-item-5770 {
	padding-left: 10px;
}

nav.navigation>ul>li#menu-item-12618>ul.sub-menu{
    left:-52px!important;
    min-width:auto;
    padding-left:20px;
    border:1px solid #e0e0e0;
}

#site_footer .indented{
  padding-left: 10px;
}
#site_footer .footer_top .menu-item-10527, #site_footer .footer_top .menu-item-12655, #site_footer .footer_top .menu-item-12653, #site_footer .footer_top .menu-item-12654, #site_footer .footer_top .menu-item-12656, #site_footer .menu-item-13757 {
    padding-left: 10px;
}

@media screen and (max-width:600px) {
.blog_post, .blog_post ul, .blog_post p, .blog_post span{
    text-align:left!important;
}
}


.LPMcontainer img{
  max-width: 205px;
  bottom: 20px;
  right: 20px!important;
  left: unset!important;
  top: unset!important;
}
