html{
	background-color:#fff;
}

body{
	font-family: proxima-nova,helvetica-neue,helvetica,arial,sans-serif;
	font-size:16px;
	line-height:1.5em;
	color:#545454;
	background-color:#fff;
	box-shadow:0 0 2px rgba(0,0,0,.06);
}
h1,h2 {
font-family: open sans,helvetica-neue,helvetica,arial,sans-serif;
font-weight: 400;
}
h1,h2,h3 {
	margin: 0;
}
h2 {
	color: #333;
	font-size: 30px;
	font-weight: 400;
}
a.default {
	cursor: default;
}
a.default:hover {
	color: #22BAB4;
    text-decoration: none;
    border-bottom: none;
}
.main-wrapper .main-content a:not([href]) {
	border-bottom: 0px;
	color: #666;
}
.main-wrapper .main-content a:not([href]):hover {
	color: #666;
}
.no-result {
	display: none;
	min-height: 290px;
}
.margin-left-none {
	margin-left: 0;
}
.margin-none {
	margin-right:0px;
	margin-left: 0px;
}
.border-bottom {
	border-bottom: 1px solid #d6dadb;
}
.header {
	box-shadow: 0 0px 16px #000;
	width: 100%;
	height: auto;
	padding: 0px 0;
	background: #3F3B59;
	position: fixed;
	z-index: 1111;
	top: 0;
}
.header .container-fluid {
	padding:25px 30px 25px 30px;
}
.no-padding {
	padding: 0;
}
.padding-left-none {
	padding-left: 0;
}
.padding-right-none {
	padding-right: 0;
}
.main-content.padding-default {
	padding-right: 15px;
	padding-left: 15px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}
.padding-bottom-55 {
	padding-bottom: 55px;
}
.padding-bottom-60 {
	padding-bottom: 60px;
}
span.logo {
	height: auto;
	margin: 0 auto;
	width: auto;
	display: block;
}
span.logo a {
	outline: none;
	width: 100%;
	height: auto;
	display: block;
}
span.logo a span{
	color: #fff;
    font-size: 17px;
    line-height: 35px;
    padding: 0 0 0 5px;
    font-weight: 300;
}
a {
	color: #22BAB4;
	text-decoration:none;
}
a:hover, a:focus {
	color: #22BAB4;
	text-decoration: none;
	outline: none;
}
img {
	background: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
ul {
	padding-left: 0;
}
.display-inlline {
	display: inline-block;
}
.margin-rl-60 {
	margin:0 60px !important;
}
.right-nav {
	float: right;
}
.left-nav, .right-nav {
	height: auto;	
}
.right-nav ul {
	margin: 0;
}
.right-nav .btn {
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin-right: 12px;
	padding: 5px 10px;
}
.right-nav .btn:hover {
	background: #fff;
	color: #34324b;
}
.right-nav .btn:last-child {
	margin-right: 0;
}

.proxima-nova {
	font-family: proxima-nova;
}
.right-nav ul li {
	padding: 0 10px 0 0;
}
.nova-regular {
	font-weight: 400;
}
li {
	list-style: none;
}
.right-nav ul li a {
	display: inline-block;
	color: #c8c6de;
	padding: 0;
	outline: none;
	font-size: 23px;
	text-decoration: none;
	line-height: 35px;
}
.navbar-toggle {
	background-color: #000;
	margin-bottom: 0px;
	float: right;
	margin-right: 5px;
	margin-top: 16px;
}
.icon-bar {
	background-color: #fff;
}
.font-mid {
	font-weight:600;
}
.semi-bold {
	font-weight: 600;
}

/* Nav section started */
.nav-section {
	color: #54bdba;
	width: 100%;
	z-index: 99;
	padding: 25px 0 0 0;
	position: fixed;
    background: #fff;
}
.nav-section .section-wrapper {
	padding: 0;
}
.nav-section a {
	color: #fff;
}
.nav-section .breadcrumb a {
	color: #23bab5;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans';
}
.nav-section .breadcrumb a:hover {
	color: #54bdba;
    text-decoration: underline;
    /*border-bottom: 1px solid #54bdba;*/
}
.nav-section .breadcrumb {
	background: none;
	margin-bottom:0;
	padding: 0 15px;
}
.nav-section .breadcrumb>li+li:before {
	content: url('/assets/blt882dd6be5966d65f/arrow.png');
	color: #fff;
	padding: 0 10px;
}
.fixed {
	position: fixed;
	top: 0;
}
.quick-start .vertical-nav.nav-section-fixed {
	padding: 0;
	position: fixed;
	top: 0;
}
.form-group .content-wrap {
	/*max-height: 600px;
	overflow: auto;*/
	height: 351px;
	overflow-y: auto;
    padding: 0 40px 20px 60px;
    /*display: none;*/
    /*margin-bottom: 50px;*/
}
.form-group .content-wrap::-webkit-scrollbar {
	width: 15px;
}
.form-group .content-wrap::-webkit-scrollbar-track {
	background-color: #ffffff;
}
.form-group .content-wrap::-webkit-scrollbar-thumb {
	background-color: #d4d4d4;
	border-radius: 10px;
	border:5px solid #ffffff;
}
.section-wrapper .vertical-nav::-webkit-scrollbar, .ui-autocomplete::-webkit-scrollbar, .content-wrap::-webkit-scrollbar  {
	width: 15px;
}
.section-wrapper .vertical-nav::-webkit-scrollbar-track, .ui-autocomplete::-webkit-scrollbar-track, .content-wrap-scrollbar-track {

	background-color: #f6f6f6;
}
.section-wrapper .vertical-nav::-webkit-scrollbar-thumb, .ui-autocomplete::-webkit-scrollbar-thumb, .content-wrap-scrollbar-thumb {
	background-color: #d4d4d4;
	border-radius: 10px;
	border:5px solid #f6f6f6;
}

.nav-section.nav-section-fixed li {
	font-size: 20px;
}
.nav-section ul {
	padding:0;
}
.nav-section ul, .feedback-section p, .feedback-section a{
	display:inline-block;
}
.nav-section li {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans';
	display:inline;
}
.nav-section .breadcrumb>.active {
	color: #aaa;
	font-weight: 200;
}
.header .search-box {
	display:inline;
	float: left;
	margin: 6px 25px 0 0;
}
#search_docs {
	float: right;
	margin: 0;
	padding: 0;
	color: #b0bec5;
	background:url('/assets/blt9e3c8e646209c465/search-icon.png') no-repeat;
	width: 25px;
	height: 25px;
}
#searchquery {
	float: right;
	margin: 0;
	padding: 0;
	color: #b0bec5;
	background:url('/assets/blt9e3c8e646209c465/search-icon.png') no-repeat;
	width: 25px;
	height: 25px;
}
.img-wrapper {
	padding:44px 12px ;
	margin: 0 auto;
	min-height: 128px;
	text-align: center;
	border-bottom: 1px solid #c2c6c7;
	background:#fbfbfb;
	min-height: 129px;
}
.flow-images {
	display:inline-block;
	height:40px;
	width:40px;
	margin: 0 1px;
}
.nav-section .search-box .form-group {
	margin:0;
}
.nav-section .search-box .form-control {
	background: #54bdba;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 20px;
	font-weight: 100;
}
.nav-section .search-box .form-control::-webkit-input-placeholder {
	color: #9ad3d1;
}
.feedback-section a {
	padding-left:20px;
}

/* Nav section ended */

.main-wrapper {
	padding-top: 82px;
}
.home p {
	color: #666;
	font-size: 20px;
	font-weight: 300;
}
.home .banner-wrapper{
	color:#fff;
	display: table;
	font-weight:100;
	width: 100%;
	height: 473px;
	min-height: 473px;
	padding-top: 98px;
}
.home .banner-wrapper h1 {
	font-size: 40px;
	font-weight: 300;
	margin: 80px 0 58px 0;
}
.home .banner-wrapper h1 b{
	color: #fff;
}
.home .banner-wrapper b {
	font-weight: 400;
	color: #000;
}
.home .search-section {
	background-color:#fff;
	color:#41424a;
	padding:74 0 81px 0px;
}
.banner-wrapper .form-control {
	display: block;
	width: 100%;
	margin: 0 auto 106px auto;
	height: 64px;
	padding: 15px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	/*border: 1px solid #ccc;*/
	/*border-radius: 5px;*/
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(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;
}
.banner-wrapper .form-control:focus {
	border: 0;
	outline: none;
}
.banner-wrapper .search-box {
	position:relative;
}
.banner-wrapper .form-group {
	border-radius: 5px;
	width: 74%;
	margin: 0 auto;
	position: absolute;
	top: 27%;
	left: 13%;
	background-color:#ffffff;

}
.support-services {
	padding: 56px 0 40px 0;
}
.support-services h2 {
	margin: 0 0 58px 0;
}
.support-services img {
	display: inline-block;
	margin-bottom: 35px;
	width: auto;
}
.support-services img:hover {

}
.support-services h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 22px;
}
.support-services a {
	color: #666;
	display: inline-block;
}
.support-services a:hover {
	color: #23bab5;
}
.support-services img {
	transition: all .2s ease-in-out;
}
.support-services a:hover img {
	transform: scale(1.1);
}
.support-services p {
	color: #41424a;
	font-family: proxima-nova,helvetica-neue,helvetica,arial,sans-serif;
	font-size: 19px;
	font-weight: 100;
}
.services-wrapper {
	background: #f6f6f6;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 50px 0 60px 0;
}
.services-wrapper h2 {
	margin: 0 0 20px 0;
}
.services-wrapper p {
	margin: 0 auto 54px auto;
	width: 80%;
}
.services img {
	border-radius: 10px;
	margin-bottom: 20px;
/*	width: 96px;
	height: 97px;*/
}
.services a {
	color: #666;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 78px;
	text-decoration: none;
}
.services .service-link:hover {
	color: #23bab5;
}
.services .service-link:hover img {
	box-shadow: 0 4px 16px #c5c5c5;
}
.support-services .container {
	padding: 0 52px;
}

.flex-parent {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-child {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.button-wrapper {
	/*padding: 0px 0 79px 0;*/
	margin-top: 8px;
}
.home .btn-default {
	background: #23bab5;
	border-color: #23bab5;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 12px 42px;
}
.home .btn-default:hover {
	background: #17ada8;
}
.home .btn-default:active:focus, .home .btn-default:active:hover {
	background: #43b9b5;
	border: 1px solid #43b9b5;
	color: #fff;
}
.home .flows {
	padding: 54px 0 58px 0;
}
.home .sample-flows p {
	color: #666;
}
.flows .slider {
	margin: 48px 0 85px 0;
}
.flows .slick-slider {
	margin-bottom: 44px;
}
.flows h3 {
	margin: 40px 0 34px 0;
}
.flows .btn-default {
	padding: 12px 43px;
}
.support-section {
	background: #f1f1f1;
	box-shadow: 0 0px 4px #000;
	margin-top: 0px;
}
.support-section .container {
	padding:0;
}
.home .support-section .btn-default {
	padding: 12px 53px;
	background: #54bdba;
	border: 1px solid #54bdba;
	color: #fff;
	font-size: 16px;
}
	.support-options {
		background: #716f94;
		padding: 56px 0 62px 0;
		color:#fff;
	}
	.support-options h2 {
		font-size: 22px;
		margin-bottom:30px;
	}
	.support-options h3 {
		font-family: 'Open Sans';
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 14px;
	}
	.support-options p {
		font-size: 16px;
		font-weight: 300;
		width: 83%;
		margin: 0 auto 18px;
	}
	.support-options .btn-default {
		background: #43b9b5;
		border: 1px solid #43b9b5;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		padding: 6px 38px;
	}
	.support-options .btn-default:hover {
		background: #17ada8;
	}
	.support-options .btn-default:active {
		color:#fff;
	}
	.flow-slider .slick-slide img {
		display: inline-block;
	}
	.container .slick-initialized .slick-slide {
		display:flex;
	}
	.flow-slider .slick-track {
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.flows .slick-active, .flow-services .slick-active {
		outline: none;
	}
	.flows .slick-prev, .flows .slick-next, .flow-services .slick-prev, .flow-services .slick-next {
		width: 45px;
		height: 45px;
		background: #eee;
		-webkit-border-radius: 45px 45px;
		-moz-border-radius: 45px 45px;
		border-radius: 45px 45px;
		-webkit-box-shadow: 1px 1px 2px #ddd;
		-moz-box-shadow: 1px 1px 2px #ddd;
		box-shadow: 1px 1px 2px #ddd;
	}
	.flows .slick-next:before {
	    content: '\f061';
	}
	.flows .slick-prev:before{
		content: '\f060';
	}
	.flows .slick-prev:before,.flows .slick-next:before{
		font: normal normal normal 15px/1 FontAwesome;
	    line-height: 20px;
	    opacity: 1;
	    color: #333;
	}
	/*.flows .slick-prev:before, .flows .slick-next:before {
		content: '';
	}*/
	.flows .slick-prev, .flow-services .slick-prev{
		/*background: url('../images/prev-arrow.png') no-repeat;*/
		top: 32%;
	}

	.flows .slick-prev:hover, .flows .slick-prev:focus, .flow-services .slick-prev:hover, .flow-services .slick-prev:focus {
		/*background: url('../images/prev-arrow-hover.png') no-repeat;*/
		background: #efefef;
	}
	.flows .slick-next, .flow-services .slick-next {
		/*background: url('../images/next-arrow.png') no-repeat;*/
		top: 32%;
	}

	.flows .slick-next:hover, .flows .slick-next:focus, .flow-services .slick-next:hover, .flow-services .slick-next:focus {
		/*background: url('../images/next-arrow-hover.png') no-repeat;*/
		background: #efefef;
	}
	.flows .slick-prev:hover:before,.flows .slick-next:hover:before{
		color: #23bab5;
	}

.footer {
	color: #aab4ba;
	width: 100%;
	height: 50px;
	background: #37383f;
	padding: 12px 0;
	position: relative;
	z-index: 999;
	display: block;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.footer p {
	margin: 0 8px 0 0;
	color: #aaaaaa;
	font-size: 12px;
	display: inline-block;
}
.footer p a {
	color: #aab4ba;
	display: inline-block;
	line-height: 16px;
	font-size: 13px;
}
.footer ul {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
.footer .breadcrumb {
	background: none;
}
.footer ul li {
	display: inline-block;
	padding: 0 6px;
	font-size: 12px;
	color: #a4a5b0;
	line-height: 12px;
}
.nova-semibold {
	font-weight: 600;
}
.footer ul li a {
	text-decoration: none;
	color: #aab4ba;
	outline: none;
	padding: 0 0 0 13px;
}
.breadcrumb>li+li:before {
	content: "|";
}
/*----------search modal styles-------*/
.modal-open {
	padding-right: -17px;
}
#add{
	padding-left:104px;
	font-size:20px;
	font-weight: 300;
	color: #b0bec5;
	background-image:url('/assets/blteca82131091f3684/home-search-icon.png');
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: 45px 18px;
	border-radius: 4px;
	border: 1px solid #fff;
}
.close {
	position: absolute;
	right: 36px;
	top: 20px;
}
.modal-backdrop {
	background-color: #fff;
}
.modal-dialog {
	position: absolute;
	top: 162px;
	left: 0%;
	right: 0%;
	width: 64%;
	max-width: 860px;
}
.modal-body {
	padding: 0;
}
.modal-body .form-control {
	background-color: #f8f8f8;
	display: inline;
	height: 66px;
}
.default-search .modal-body .form-group {
	margin-bottom: 0;
	background-image: url('/assets/blteca82131091f3684/home-search-icon.png');
    background-repeat: no-repeat;
    background-position: 18px 18px;
    text-align: left;
    width: 100%;
}
.default-search .modal-dialog #add {
	background-color: #fff;
	display: inline;
	font-size: 21px;
	padding-left: 0;
	width: 50%;
	background-image: none;
	/*padding-left: 57px;
	background-position: 18px 20px;*/
}
/*-------default search box-------*/
/*.default-search .modal-dialog #add {
/*	padding-left: 40px;
	background-image:none;*/
}*/
.default-search .search-result {
	padding: 0 28px;
}
.default-search .search-result li {
	padding: 8px 15px;
	margin: 2px 0;
}
.default-search .parent .tags {
	color: #fefefe;
	background: #43b9b5;
	padding: 3px 15px;
	margin: 0 15px;
	border-radius: 5px;
	font-weight: 400;
}
.default-search .parent .tags img {
	display: inline;
}
.default-search .parent .suggestion {
	border: 1px solid #716f94;
    color: #716f94;
	padding: 8px 15px;
	margin: 0 15px;
	border-radius: 5px;
}
.default-search .search-result .suggestion a b {
	font-weight: 400;
    color: #000;
}
.default-search .fa-plus {
	margin-left: 12px;
}
.default-search .title-bar {
	position: absolute;
    color: #d0d0d5;
    width: 100%;
    top: -50px;
}
.default-search .title-bar .label {
	padding: 0px;
	color: #fff;
    filter: alpha(opacity=70);
    opacity: .7;
    font-size: 36px;
    font-weight: 600;
}
.default-search .title-bar .close {
	position: absolute;
	right: 3px;
	top: 5px;
	opacity: 1;
}
.default-search .form-group input {
    border: transparent;
}
.default-search .form-group input::-webkit-input-placeholder {
   color: #b0bec5;
   font-size: 21px;
}

.default-search .form-group input:-moz-placeholder { /* Firefox 18- */
   color: #b0bec5;
   font-size: 21px;
}

.default-search .form-group input::-moz-placeholder {  /* Firefox 19+ */
   color: #b0bec5;
   font-size: 21px;
}

.default-search .form-group input:-ms-input-placeholder {
   color: #b0bec5;
   font-size: 21px;
}
.default-search .form-group input:focus {
	box-shadow: none;
}
.default-search .search-result .suggestion:hover {
	cursor: default;
}
.default-search .search-result .parent {
	margin-top: 6px;
    padding-top: 22px;
}
.form-group .msg {
    background: #f1f1f1;
    color: #34324b;
    font-size: 15px;
    color: #34324b;
    background: #f1f1f1;
    padding: 3px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
	opacity: 0.8;
	border-radius: 0 0 5px 5px;
}
.tag-lists {
	color: #000;
	display: inline-block;
	margin-left: 60px;
	max-width: 49%;
}
.add-icon {
	display: inline-block;
    padding: 0 0 2px 10px;
}
.modal-open .modal {
	background: rgba(0,0,0,0.3);
}
.main-content {
	padding: 0 30px 70px 80px;
	min-height: 520px;
}
/*each flow page*/
	.each-flow .main-content {
	    padding: 0 30px 70px 80px;
	}
	.quick-start .left-sidebar .nav-links .sub-menu li {
		border-bottom: none;
	}
	.each-flow .video-wrapper {
		position: relative;
	}
	.each-flow .play-icon, .each-flow .play-icon-hover {
		width: auto;
		position: absolute;
		left: 41%;
		top: 30%;
	}
	.each-flow #video {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.each-flow .section-wrapper .list-section p {
		margin-bottom: 6px;
	}
	.each-flow #video-new {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#video-container {
		height: 310px;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	}
	.each-flow .video-link {
		display: block;
		position: relative;
		width: 560px;
		height: 310px;
	}
	.quick-start .section-wrapper .video-box img {
		margin: 0;
	}
	.quick-start .section-wrapper .video-box img:first-child{
		height: 310px;
    	width: 100%;
	}
	.each-flow .section-wrapper p.blue-band {
		color:#fff;
		background: #2fb7b2;
		padding: 12px 20px;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		font-weight: 600;
		font-family: 'Open Sans';
	}
	.each-flow .section-wrapper p.blue-band span{
		display: block;
    	line-height: 20px;
	}
	.each-flow .section-wrapper p.blue-band span:first-child{
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.each-flow .section-wrapper p.blue-band .small {
		font-size: 12px;
	}
	.each-flow .section-wrapper iframe {
		width: 100%;
	}
	.each-flow .section-wrapper h2 {
		display: block;
		font-weight: 300;
		margin: 30px 0 25px;
	}
	/*.content-dots-list ol li.head-list:before {
	    background: #ccc;
	    position: absolute;
	    width: 2px;
	    top: 22px;
	    bottom: -21px;
	    left: -24px;
	}*/
	/*.content-dots-list ol li.head-list:after {
	    background: #ccc;
	    position: absolute;
	    width: 11px;
	    height: 11px;
	    border-radius: 100%;
	    top: 7px;
	    left: -29px;
	}*/
	.content-dots-list ol {
	    position: relative;
	    list-style-type: decimal;
	    height:100%;
	    width:100%;
	}
	.content-dots-list ol li.head-list {
		position: relative;
		margin-top: 0;
		margin-bottom: 20px;
		height:100%;
	    width:100%;
	}

	.content-dots-list ol li.head-list:before {
		content: "";
	    background: #ccc;
	    position: absolute;
	    width: 1px;
	    top: 22px;
	    bottom: -50px;
	    left: -24px;
	}
	body {
	  counter-reset: section;
	}
	.content-dots-list ol li.head-list:after {
		counter-increment: section;
	    content: counter(section);
	    background: #716f94;
	    position: absolute;
	    width: 23px;
	    height: 23px;
	    border-radius: 100%;
	    top: 0px;
	    left: -35px;
	    color: #fff;
	    text-align: center;
	    font-size: 18px;
	}

	.content-dots-list ol li.head-list:last-child:before {
		content: "";
		background: transparent;
	}
	.each-flow .sub-menu {
		/*min-height: 300px;*/
	}
	/*.each-flow .content-dots-list a {
		color:#37bfbb;
	}*/
	.content-dots-list .sub-list {
		margin-bottom: 20px;
		color:#666;
	}
	.content-dots-list .sub-list li {
		list-style: disc;
		margin: 0 0 8px 40px;
	}
	.each-flow .section-wrapper p {
		line-height: 1.7;
    	margin-bottom: 20px;
    	color:666666;
    	font-size: 16px;
	}
	.each-flow .section-wrapper p.small{
		font-size: 14px;
    	font-style: italic;
	}
	.each-flow .section-wrapper .big {
		font-weight: 600;
	}
	.each-flow .section-wrapper p.small a {
		font-size: 14px;
	}
	.each-flow .code-block {
		border-left: 2px solid #23bab5;
    	padding: 0 20px;
	}
	.each-flow .code-block p {
		margin-bottom: 13px;
    	line-height: 1;
	}
	.each-flow .code-bar {
		background: #f6f6f6;
	    padding: 5px;
	    color: #716f94;
	    font-weight: 600;
	}
	.each-flow .main-content h1 {
		border-bottom: 0px;
	}
	.cursor-default {
		cursor:default;
	}
/*-----------------*/
/*Side bar styles*/
	.dots-list ol {
		position: relative;
		list-style: none;
		padding-right: 10px;
		padding-left: 38px;
	}
	.dots-list ol li {
		position: relative;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.dots-list ol li:before {
		content: "";
		background: #ccc ;
		position: absolute;
		width: 1px;
		top: 13px;
		bottom: -21px;
		left: -24px;
	}

	.dots-list ol li:after {
		content: "";
		background: #ccc ;
		position: absolute;
		width: 11px;
		height: 11px;
		border-radius: 100%;
		top: 7px;
		left: -29px;

	}

	.dots-list ol li:last-child:before {
		content: "";
		background: #f6f6f6 ;
	}

	.list-wrapper:last-child li:before {
		background:none;
	}
/*--------------------------*/
.search-result {
	/*height: 351px;
	overflow-y: auto;*/
    /*padding: 0 40px 20px 60px;*/
    display: none;
    padding-bottom: 30px;
    /*margin-bottom: 50px;*/
}
.search-result ul li {
	font-size:20px;
}
.search-result .parent {
	border-top: 2px solid #eeeeee;
	padding: 20px 0 10px 0;
	font-weight: 300;
	color: #41424a;
}
.search-result .parent:first-child {
	border-top: 0;
}
.search-result .parent a, .search-result .suggestion a{
	display: inline-block;
	cursor: pointer;
}
.search-result .suggestion a {
	color:#7c7d81;
	font-weight:300;
	display: block;
}
.search-result .suggestion a:first-child{
	margin: 0;
}
.search-result .suggestion a:not(:first-child){
	margin: 10px 0 0;
}
 .form-group .tag-lists li {
	display:inline-block;
}
.form-group .tag-lists .tags, .form-group a .tags {
	color:#716f94;
	border: 1px solid #716f94;
	font-weight:300;
    border-radius: 4px;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 3px 15px;
}
.form-group .tag-lists .tags .fa-close{
	font-size: 12px;
    font-weight: 100;
    color: #716f94;
    line-height: 20px;
    margin-left:14px;
}
.form-group .tag-lists .parent .fa-close {
	color: #fff;
	cursor: pointer;
}
.form-group .tag-lists .parent .tags, .form-group .parent a .tags {
	background: #43b9b5;
	border: 1px solid #43b9b5;
	color: #fff;
}
.search-result .suggestion {
	padding: 10px 0;
}
.search-result .suggestion:hover {
	background: #f4f4f4;
}
.home .form-group .tags {
	border: 1px solid #716f94;
	border-radius: 4px;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 3px 15px;
	color:#716f94;
}
.home .form-group .tags .fa {
	margin-left: 14px;
}
.home .form-group .fa-plus:before {
	content: "+";
}
/*----------end of search modal styles-------*/
/*service details page*/
.member-details h3 {
	margin-top: 30px;
}
.member-details img {
	margin: 50px 0;
}
/*-----------------------------*/
/*------ quick-start page style starts here-----------*/
.quick-start .list-wrapper {
	position: relative;
}
.quick-start .circle {
	background: #ccc;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 10px;
	height: 10px;
	position: absolute;
	left: -6%;
	top: 16%;
	margin-right: 15px;
}
.quick-start .circle-active-state:after {
	background: #54bdba;
	border: 1px solid #54bdba;
}
.quick-start .circle:before {
	border: 1px solid #ccc;
	content: '';
	height: 25px;
	margin-top: 8px;
	position: absolute;
	left: 38%;
}
.list-wrapper:last-child .circle:before {
	border: none;
}
.quick-start {
	/*margin: 0 0 90px 0;*/
}
.main-content {
	padding: 0  30px 70px 80px;
}
	.vertical-nav {
		/*position: fixed;*/
		width: 296px;
		margin-top:40px;
		overflow: auto;
	}
	.how-to-details .vertical-nav {
		position: inherit;
		/*width: 296px;
		margin-top:40px;
		overflow: auto;*/
	}
	.quick-start .left-sidebar {
		height:	auto;
	}
	.quick-start .left-sidebar .nav-links {
		background: #f6f6f6;
		height: 100%;
		width:100%;
		margin: 0;
		padding: 0;
	}
	.quick-start .left-sidebar .nav-links li {
		width: inherit;
		border: none;
		border-bottom: 1px solid #fff;
		border-radius:0;
		margin-bottom:0;
		background: #f6f6f6;
		text-align:left;
	}

	.quick-start .left-sidebar .nav-links li:last-child {
		border-bottom: none;
	}
	.quick-start .left-sidebar .nav-links li:active, .quick-start .left-sidebar .nav-links li:focus {
		color: #333;
		opacity: 1;
	}
	.quick-start .left-sidebar li .btn-default {
		background: #dfe2e4;
		color: #838383;
		font-size: 16px;
	}
	.quick-start .left-sidebar li .btn-default:hover {
		background: #43b9b5;
		border-color: #43b9b5;
		color: #fff;
	}
	.quick-start .left-sidebar a.menu {
		color: #333;
		display: block;
		font-size: 18px;
		font-weight: 400;
		padding: 13px 9px 13px 20px;
		background: #fafafa;
		opacity: .8;
	}
	.quick-start .left-sidebar .active-menu a.menu {
		opacity: 1;
	}
	.quick-start .left-sidebar a:hover {
		color: #333;
	}
	.quick-start .left-sidebar .nav-links .btn-default.active-menu:first-child a.menu {
		border-top: none;
	}
	.quick-start .left-sidebar .nav-links li.active-menu a.menu {
		border-bottom: 1px solid #2ebdb9;
		color: #444;
		pointer-events: none;
		cursor: default;
	}

	.quick-start .left-sidebar .nav-links li.active-menu a:hover {
		color: #23bab5;
	}
	.quick-start .left-sidebar .nav-links li.active-menu .collapse-menu:hover {
		color: #333333;
	}
	.quick-start .left-sidebar a.menu:hover {
		background: #f4f4f4;
		color: #2ebdb9;
		opacity: 1;
	}
	.quick-start .section-wrapper h1 {
		border-bottom: none;
		color: #444;
		margin-bottom: 14px;
		font-weight: 400;
	}
	.quick-start p {
		color: #666;
		font-weight: 400;
		line-height: 28px;
	}
	.quick-start .section-wrapper img {
		margin: 30px 0 32px 0;
	}
	.quick-start .hr-big {
		margin:40px 0;
		border-color:#e5e5e5;
	}
	.quick-start .hr-dark {
		margin:60px 0 35px 0;
		border-top: 2px solid #b3b3b3;
	}
	.quick-start .hr-small {
		margin: 6px 0 30px 0;
		border-color:#e5e5e5;
	}
	.quick-start h2 {
		color: #716f94;
		font-size: 23px;
		font-weight: 400;
		position: relative;
	}
	.quick-start .que-link {
		display: none;
		margin-left: 7px;
	}
	.quick-start .fa-chain:before, .quick-start .fa-link:before {
		color: #bbb;
		font-size: 19px;
	}
	.quick-start h2:hover .que-link{
		display: inline-block;
		/*position: absolute;
		top: 6px;*/
	}
	.quick-start h2:hover .que-link:before {
		color: #bbb;
	}
	.quick-start h2 .que-link:hover:before {
		color: #23bab5;
	}
	.quick-start .section-wrapper .feedback-section h4 {
		color:#34324b;
		font-weight:600;
		font-size:16px;
		display:inline-block;
		padding-right:20px;
	}
	.quick-start .section-wrapper .feedback-section .fa-thumbs-o-up {
		padding-right:15px;
	}
	.quick-start .section-wrapper .feedback-section p {
		font-size:14px;
		color:#979797;
		display:block;
	}
	.quick-start .right-sidebar h3 {
		font-weight:300;
		color:#34324b;
		padding-bottom:12px;
		font-weight: 300;
		padding-bottom: 12px;
		font-size: 20px;
		border-bottom: 1px solid #d6dadb;
		padding: 20px 0 15px 0;
	}
	.quick-start .right-sidebar ul {
		margin-top: 17px;
	}
	.quick-start .right-sidebar ul a {
		font-size: 18px;
		color: #22BAB4;
		text-decoration: none;
	}
	.quick-start .left-sidebar h3 {
		font-size:20px;
		font-weight:500;
		color:#34324b;
	}
	.quick-start .right-sidebar h3 a {
		padding-bottom:0px;
	}
	.quick-start .left-sidebar a {
		font-size: 15px;
		font-weight: 400;
	}
	.quick-start .sub-menu-wrapper {
		background-color:#f6f6f6;
		border-bottom: 1px solid #d6dadb;
		padding:20px 0 40px 20px;
	}
	.quick-start .sub-menu {
		height: auto;
		display:block;
		position: relative;
		padding: 22px 0 16px 10px;
	}
	.quick-start .circle-wrapper {
		position:relative;
		padding: 16px 0 0 40px;
	}
	.quick-start .sub-menu .circle-active-state a {
		font-weight: 600;
	}
	.quick-start .sub-menu a {
		color: #666;
		display: inline-block;
		padding-bottom: 15px;
	}
	.quick-start .collapse-menu {
		position:relative;
	}
	.quick-start .collapse-menu.active {
		color: #22BAB4;
	}
	.quick-start .collapse-menu.active .circle {
		display:block;
	}
	.quick-start .left-sidebar .nav-links li.sub-menu:active, .quick-start .left-sidebar .nav-links li.sub-menu:focus {
		background: #f6f6f6;
	}
	.quick-start .left-sidebar .nav-links li.circle-active-state a {
		color: #333;
	}
	.articles {
		background: #f3f3f3;
		margin-top: 0px;
		padding: 35px 0 54px 0;
	}
	.articles h3 {
		color: #444;
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 15px;
	}
	.articles ul {
		margin: 0;
		padding-left: 20px;
	}
	.articles ul li {
		color: #54bdba;
		/*list-style: disc;*/
	}
	.articles ul li:before {
		background: #54bdba;
		border-radius: 50%;
		content: '';
		display: inline-block;
		float: left;
		margin: 10px 8px 0 0;
		width: 7px;
		height: 7px;
	}
	.articles ul a {
		color: #23bab5;
		font-size: 18px;
	}
	.padding-left-73 {
		padding-left: 73px;
	}
		/*------ quick-start page style ends here-----------*/
/*------how to details page styles starts here--------*/

.how-to-details .main-content {
padding: 0 30px 80px 80px;

}
/*------how to details page styles ends here--------*/
		/*integration blueprint*/
		.integration-blueprint .content.section-wrapper {
			font-family: 'open sans';
			padding: 130px 0 58px 0;
		}
		.integration-blueprint .section-well {
			background: #fafafa;
			border: 1px solid #d3d9da;
			padding: 66px 110px 72px 110px;
			margin: 0px 32px 40px 33px;
		}
		.integration-blueprint .section-well h2 {
			color: #41424a;
			font-weight: 300;
			margin: 32px 0 18px 0;
		}
		.integration-blueprint img {
			    box-shadow: 0 4px 16px #c5c5c5;
		}
		.integration-blueprint .section-well p {
			color: #41424a;
			font-size: 20px;
			line-height: 28px;
			margin-bottom: 32px;
			font-weight: 300;
		}
		.integration-blueprint .section-well .btn-default {
			background: #54bdba;
		    border: 1px solid #54bdba;
		    color: #fff;
		    font-size: 18px;
		    font-weight: 400;
		    padding: 10px 56px;
		}
		.integration-blueprint .section-well .content-blurb {
			padding-left: 54px;
		}
		/*-----------------------*/
		/*------services landing page styles starts here------*/

		.section-wrapper {
			padding: 75px 0 0 0;
			position:relative;
		}
 		.left-sidebar .categories h3, .left-sidebar .vertical-nav h3 {
 			font-size: 18px;
 			font-family: proxima-nova;
 			font-weight: 400;
 		}
		.left-sidebar h3 {
			/*border-bottom: 1px solid #d6dadb;*/
			color: #34324b;
			font-size: 18px;
			margin-right: 11px;
			padding: 20px 0 15px 22px;
		}
		.left-sidebar .nav-links {
			background: #f6f6f6;
			/* border-top: 1px solid #ccc; */
			margin: 0 11px 0 0;
			padding: 25px 0 12px 20px;
		}
		.section-wrapper .left-sidebar .nav-links {
			/*padding-bottom: 7px;*/
		}
		.right-sidebar.related-articles {
			margin-top:50px;
		}
		.left-sidebar .sticky-column {
			width: 20%;
		}
		.sticky-sidebar {
			top:10%;
		}
		.left-sidebar .nav-links li {
			margin-bottom: 10px;
		}
		.left-sidebar li .btn-default {
			background: #dfe2e4;
			color: #838383;
			font-size: 16px;

		}
		.left-sidebar li .btn-default:hover, .left-sidebar li .btn-default:active, .left-sidebar li .btn-default.active {
			background: #54bdba;
			border-color: #54bdba;
			color: #fff;
		}
		.service-landing .main-content h1 {
			border-bottom: none;
		    color: #444;
		    font-size: 30px;
		    margin-bottom: 10px;
		    padding: 0;
		    font-weight: 200;
		}
		.service-landing .main-content .form-control {
			border: none;
			color: #bbbbbb;
			font-size: 13px;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		.service-landing .main-content #searchquery {
			background:url('/assets/blt2bb456558d7c2c05/search-icon-small.png') no-repeat 0px 10px;
			float: right;
		    margin: 10px 0 0 0;
		    padding: 0 0 0 30px;
		    color: #bbbbbb;
		    width: 100%;
		    font-size: 14px;
		    height: 37px;
		    line-height: 37px;
		    border-bottom: 1px solid #eeeeee;
		}
		.autocomplete-suggestions, .ui-menu {
			border: 1px solid #999;
			background: #fff;
			cursor: pointer;
			overflow: auto;
			top: -1383px;
			left: 760px;
			width: 130px;
			margin:12px 0 0 10px;
		}
		.autocomplete-suggestion, .ui-menu-item {
			padding: 13px 15px;
			font-size: 18px;
			white-space: nowrap;
			overflow: hidden;
			color:#7e8a95;
		}
		.autocomplete-selected, .ui-menu-item-selected {
			background: #f0f0f0;
		}
		.autocomplete-suggestions strong {
			font-weight: normal;
			color: #3399ff;
		}
		.ui-autocomplete {
			position: absolute;
			top: 100%;
			left: 0;
			z-index: 1000;
			float: left;
			display: none;
			min-width: 250px;
			width: 160px;
			padding: 4px 0;
			margin: 2px 0 0 0;
			list-style: none;
			background-color: #ffffff;
			border-color: #e5e5e5;
			border-style: solid;
			border-width: 0px;
			border-top-width:1px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
			-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
			-webkit-background-clip: padding-box;
			-moz-background-clip: padding;
			background-clip: padding-box;
			*border-right-width: 2px;
			*border-bottom-width: 2px;
			max-height: 200px;
    		overflow: auto;
		}

		.ui-menu-item > a.ui-corner-all {
			display: block;
			padding: 3px 15px;
			clear: both;
			font-weight: normal;
			line-height: 18px;
			color: #555555;
			white-space: nowrap;
		}
		.ui-menu-item:hover, .ui-menu-item:active {
			text-decoration: none;
			background-color: #f1f4f5;
			border-radius: 0px;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			background-image: none;
		}
		.service-landing .tags-wrapper {
			padding: 25px 0 15px 0;
		}

		.service-landing .search-tags {
			background: #e1e1e1;
			border-radius: 3px;
			color: #bbbbbb;
			display: inline-block;
			margin: 0 3px 11px 0;
			padding: 2px 7px;
			font-size: 14px;
		}
		.service-landing .search-tags:hover, .service-landing .search-tags:active, .service-landing .search-tags.active {
			background: #989898;
		    text-decoration: none;
		    color: #e9e9e9;
		    font-weight: 600;
		    font-size: 14px;
		}
		.service-landing .view-all {
			color: #716f94;
			display: block;
			font-size: 15px;
		}
		.service-landing .view-all .glyphicon {
			color: #716f94;
			font-size: 9px;
			margin: 0 15px 0 0;
			top: 0;
		}
		.services-list {
			padding-bottom: 86px;
		}
		.service-landing .services-list .cards {
			display: inline-block;
			float: left;
			min-height: 180px;
			width: 23%;
		}
		.service-landing .services-list .cards .service-link {
			color: #41424a;
			display: inline-block;
			font-size: 16px;
			font-weight: 400;
			padding: 18px 34px;
		}
		.service-landing .services-list .cards .service-link:hover {
			box-shadow: 0 4px 16px #c5c5c5;
    		font-weight: 600;
		}
		.service-landing .service-link img {
			padding: 6px;
			margin-bottom: 18px;
			width: auto;
			height:76px;
		}
		.categories {
			background: #fafafa;
			padding: 20px 0;
		}
		.categories .nav-links {
			background: #fafafa;
			border-top: 1px solid #54bdba;
			padding: 22px 0 0 20px;
		}
		.categories .nav-links li {
			/*margin: 10px 0; */
		}
		.categories, .vertical-nav {
			margin-top: 7px;
			width: 296px;
			padding-bottom:5px;
		}
		.categories h3, .vertical-nav h3 {
			color: #444;
			display: inline-block;
			margin-right: 0;
			padding: 0 0 15px 20px ;
		}
		.categories .clear, .vertical-nav .clear {
			float: right;
		    margin: 0px 20px 0 0;
		    color: #23bab5;
		    font-weight: 400;
		    font-size: 12px;
		}
		.categories .clear:hover, .vertical-nav .clear:hover  {
			border-bottom: none;
			text-decoration: underline;
		}
		.categories li .btn-default {
			background: #fafafa;
			border: 1px solid #dfe2e4;
		}
		/*----------how-to page------*/
		.service-tags {
			box-shadow: 0px 1px 3px #c2c6c7;
			width:30px;
			height:30px;
			display:inline-block;
			vertical-align: sub;
			margin-right:5px;
		}
		.faq h3, .how-to h3 {
			font-size: 22px;
		}
		.left-sidebar h3 {
			/*padding:0 0 17px 0;*/
			font-family:'Open Sans';
		}
		.left-sidebar .nav-links {
			margin:0;
		}
		.left-sidebar li .btn-default {
			/*border:none;*/
			padding:3px 12px;
		}
		.left-sidebar li a:hover {
			text-decoration: none;
		}
		.faq .main-content h1, .how-to .main-content h1 {
			padding-bottom:8px;
		}
 	.faq p, .how-to p {
 		color:#878787;
 		font-weight:400;
 		line-height: 1.4;
 	}
 	.how-to a:hover {
 		color: #54bdba;
 		text-decoration: none;
 		border-bottom: 1px solid #a3d8d6;
 	}
 	.how-to .nav-section .breadcrumb a:hover {
 		border-bottom: none;
 		text-decoration: underline;
 	}
 	.main-content {
 		padding: 0 15px 0 68px;
 	}
 	.main-content h1 {
 		border-bottom: 1px solid #eeeeee;
 		color: #444;
 		font-size: 30px;
 		padding-bottom: 15px;
 		margin-bottom: 22px;
 	}
 	.faq .main-content h3, .how-to .main-content h3 {
 		margin-bottom: 10px;
	    display: inline-block;
	    margin-right: 17px;
	    color: #00aba7;
	    font-weight: 400;
 	}
 	.faq .main-content h3 a, .how-to .main-content h3 a {
 		color: #00aba7;
 	}
 	.right-sidebar {
 		margin-top: 48px;
 	}
 	.right-sidebar h3 {
 		color: #34324b;
 		font-size: 20px;
 		border-bottom: 1px solid #eeeeee;
 		padding: 0 0 15px 0;
 		margin-bottom: 8px;
 	}
 	.right-sidebar li {
 		margin-top: 0;
 	}
 	.right-sidebar li a {
 		font-size: 18px;
 		color:#54bdba;
 	}
 	.faq .que-wrapper, .how-to .que-wrapper {
 		margin-bottom: 26px;
 	}
 	.flow-services .section-wrapper {
 		padding-bottom: 24px;
 	}
 	.flow-services .main-content h1 {
 		padding-bottom: 7px;
 		margin-bottom: 29px;
 	}
 	.flow-services .main-content .col-md-4:last-child {
 		margin-top: 10px;
 	}
 	.flow-services .main-content h2 {
 		color: #666;
 		font-size: 22px;
 	}
 	.flow-services .main-content img,  .flow-services .main-content h2 {
 		display: inline-block;
 	}
 	.flow-services .main-content a {
 		display: inline-block;
 	}
 	.flow-services .main-content a:hover {
 		color: #23bab5;
 	}
 	.flow-services .main-content .anchor-color {
 		color: #23bab5;
 	}
 	.flow-services .service-image {
 		width: 22px;
 		height: 22px;
 		margin: 0 8px 0 0;
 	}
 	.flow-services .flex-container {
 		display: table;
 		margin-bottom: 12px;
 	}
 	.flow-services .col-md-6:last-child .flex-container {
 		margin-top: 0px;
 	}
 	.flow-services .col-md-6:nth-child(2) .flex-container {
 		margin-top: 0px;
 	}
 	.flow-services .flex-container img , .flow-services .flex-container h2 {
 		display: table-cell;
 		vertical-align: middle;
 	}
 	.flow-services .main-content p {
 		color: #999999;
 		font-size: 14px;
 		font-weight: 400;
 		margin-bottom: 16px;
 	}
 	.flow-services .sample-flows {
 		background: #f7f7ff;
 		border-top: 2px solid #dedede;
 		padding: 61px 0 70px 0;
 	}
 	.flow-services .sample-flows h2 {
 		color: #41424a;
 	}
 	.slick-slider {
 		margin:44px 2% 44px ;
 		padding:0 4%;
 	}
 	.flow-services .slick-prev, .flow-services .slick-next {
 		width:45px;
 	}
 	.flow-services .slick-prev {
 		left: -55px;
 	}
 	.flow-services .slick-next {
 		right: -55px;
 	}
 	 	/*----------each service page styles ends here---------*/
 	.sample-flows h3 {
 		margin: 0 auto 30px auto;
 		padding: 40px 0;
 		width: 85%;
 		border: 1px solid #c2c6c7;
 		border-top: none;
 		box-shadow: 0px 1px 3px #c2c6c7;
 	}
 	.flows-wrapper.slick-slide {
 		padding: 0;
 		width: 225px;
 		margin: 0 15px;
 		height: initial;
 	}
 	.flows-list {
 		width: 220px;
 		margin: 0 auto 2px auto;
 	}
 	.flows-list a {
 		display: block;
 		border: 1px solid #c2c6c7;
 		border-radius: 3px;
 	}
 	.flows-list a:hover {
 		box-shadow: 0px 1px 3px #c2c6c7;
 		border: 1px solid #74c8c6;
 	}
 	.sample-flows p {
 		color: #6e7983;
 		font-size: 15px;
 		font-weight: 400;
 		margin: 0 auto;
 		padding: 12px 20px 20px;
 		text-align: center;
 		width: 79%;
 	}
 	.flows-list a:hover p {
 		color: #666;
 	}
 	.home .flows .slick-slider p {
 		color: #777;
 		font-size: 15px;
 		font-weight: 400;
 		margin: 0;
 		padding: 12px 20px 20px 12px;
 		width: 100%;
 	}
 	.home .flows .slick-slider p:hover {
 		color: #666;
 	}

 	.sample-flows-page .flows-wrapper {
 		padding: 0;

 	}
 	.sample-flows-page .main-content .flex-parent {
 		margin: 40px 0px 0;
 	}
 	.sample-flows-page .main-content p {
 		padding: 12px 20px;
 		text-align:center;
 		font-size:15px;
 		color:#6e7983;
 		margin:0;
 		line-height: 1.4;
 	}
 	.sample-flows-page .flows-list {
 		margin-bottom: 42px;

 	}
 	.sample-flows-page .flows-list a {
 		display:block;
 		border: 1px solid #c2c6c7;
 		border-radius: 3px;
 		box-shadow: 0px 1px 3px #c2c6c7;
 	}
 	.sample-flows-page .flows-list a:hover {
 		color: #22BAB4;
 		border: 1px solid #74c8c6;
 		box-shadow: 0px 3px 7px #c2c6c7;
 	}
 	.sample-flows-page .pagination {
 		margin: 25px auto 100px auto;
 	}
 	.up-arrow {
 		cursor: pointer;
 		display: none;
 		position: fixed;
 		bottom: 100px;
 		right: 51px;
 		width: 42px;
 		height: 42px;
 	}
 	.member-details .question-section {
 		padding: 0 0 89px 0;
 	}

 	.member-details .main-content {
 		padding: 0 17px 60px 80px;
 	}
/* 	.member-details .main-content h1 {
 		color: #34324b;
 		font-size: 34px;
 		padding-bottom: 4px;
 	}*/
 	.member-details .panel {
 		margin: 31px 0;
	    width: 100%;
	    max-height: 700px;
	    overflow: auto;
 	}
 	.member-details .table th {
 		text-align: center;
 	}
 	.member-details .table-bordered>thead>tr>th, .member-details .table-bordered>tbody>tr>td {
 		border: 0;
 	}
 	.member-details .table-condensed>tbody>tr>td, .member-details .table-condensed>tbody>tr>th, .member-details .table-condensed>thead>tr>td, .member-details .table-condensed>thead>tr>th {
 		padding: 16px 9px;
 	}
 	.member-details .table-bordered>thead>tr {
 		border-bottom: 3px solid #646285;
 	}
 	.member-details .table-bordered>thead>tr>th {
 		background: #716f94;
 		color: #fff;
 		font-size: 18px;
 		font-weight: 400;
 	}
 	.member-details table .align-left {
 		text-align: left;
 	}
 	.member-details .table-bordered>tbody>tr>td, .member-details .panel>.table-bordered>tbody>tr:first-child>td {
 		border-bottom: 1px solid #ddd;
 		color: #34324b;
 		font-size: 15px;
 		font-weight: 400;
 		/*width: 12%;*/
 	}
 	.member-details .table-bordered>tbody>tr>td.width-30 {
 		width: 30%;
 	}
 	.member-details .table-bordered>tbody>tr>td.width-20 {
 		width: 20%;
 	}
 	.member-details .table-bordered>tbody>tr>td span {
 		background: #efefef;
 		border-radius: 4px;
 		color: #eea175;
 		font-size: 15px;
 		font-weight: 500;
 		padding: 6px 10px;
 	}
 	.custom-sidebar .vertical-nav {
 		background: #f6f6f6;
 	}
 	.custom-sidebar .vertical-nav .nav-links a {
 		color: #333;
 		font-size: 14px;
 		font-weight: 400;
 		display: block;
    	line-height: 21px;
 	}
 	.custom-sidebar .vertical-nav .nav-links {
 		border-top: 1px solid #54bdba;
 	}
 	.custom-sidebar .vertical-nav .nav-links a:hover {
 		color: #23bab5;
    	text-decoration: none;
 	}
 	.custom-sidebar .vertical-nav h3 {
 		color: #666;
 		 		font-size: 16px;
 		font-weight: 600;
 		margin-top: 20px;
 	}
 	.custom-sidebar .vertical-nav .nav-links a.active {
 		cursor: default;
 		pointer-events: none;
 		color: #22BAB4;
 	}
 	.custom-sidebar .vertical-nav .nav-links a.active:hover {
 		color: #22BAB4;
 	}
 	/*.member-details .left-sidebar h3 {
 		padding: 0 0 10px 0;
 	}
 	.member-details .left-sidebar .nav-links {

 		padding: 0;
 	}
 	.member-details .left-sidebar .nav-links li {
 		border-bottom: 1px solid #d6dadb;
 		margin-bottom: 0;
 		padding: 17px 0 18px 20px;
 	}
 	.member-details .left-sidebar .nav-links li:hover {
 		background: #54bdba;
 		color: #fff;
 	}
 	.member-details .left-sidebar .nav-links a {
 		color: #34324b;
 	}
 	.member-details .left-sidebar .nav-links li:hover a {
 		color: #fff;
 	}*/
 	.member-details p img {
 		display: block;
 		max-width: 100%;
 		height: auto;
 		width: auto;
 	}
/*.member-details .top-section, .member-details .top-section ul, .member-details .top-section li {
     position: relative;
}
.member-details .top-section ul {
    list-style: none;
    padding-left: 32px;
}
.member-details .top-section li::before, .member-details .top-section li::after {
    content: "";
    position: absolute;
    left: -12px;
}
.member-details .top-section li::before {
    border-top: 1px solid #000;
    top: 9px;
    width: 8px;
    height: 0;
}
.member-details .top-section li::after {
    border-left: 1px solid #000;
    height: 100%;
    width: 0px;
    top: 2px;
}
.member-details .top-section ul > li:last-child::after {
    height: 8px;
    }*/
    .member-details .top-section h5 {
    	color: #716f94;
    	font-size: 26px;
    	font-weight: 400;
    	margin-bottom: 20px;
    }
    .member-details .tree .minimize img{
    	margin: 0;
    }
    .member-details .tree {
    	border: 1px solid #d6dadb;
    	border-radius: 4px;
    	padding: 27px 0 0 0;
    	width: 60%;
    }
    .member-details .tree .pointer {
    	display: inline;
    	margin: 3px 7px 0 -3px;
    }
    .member-details .tree .parent-img {
    	display: inline;
    	width: 28px;
    	height: 28px;
    	margin: 0 18px 0 12px;
    }
    .member-details .tree li, .tree ul {
    	position: relative;
    }
    .member-details .tree ul {
    	/*margin-left: 15px; */
    }
    .member-details .tree ul:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	border-left: 1px solid #BEBECA;
    }
    .member-details .tree li {
    	padding: 0 25px 15px 25px;
    }
    .member-details .tree ul li:before {
    	content: "";
    	display: block;
    	width: 22px;
    	height: 0;
    	border-top: 1px solid #BEBECA;
    	margin-top: 1px;
    	position: absolute;
    	top: 0.9em;
    	left: 0;
    }
    .member-details .tree ul  li:last-child::before {
    	background: #fff;
    	bottom: 0;
    	height: auto;
    }
    .member-details .tree .output-parent {
    	padding-top: 25px;
    	margin-top: -12px;
    }
    .member-details .arrow-img {
    	display: inline;
    	margin: 0 0 0 -8px;
    }
    .member-details span.tree-menu span {
    	color: #9999a3;
    	font-size: 14px;
    	padding: 0 0 0 5px;
    }
    /*-------contact us page styles----*/
    .contact-us .main-content.section-wrapper {
    	padding: 148px 0 97px 0;
    }
    .contact-us #register-form {
    	padding: 0 84px 0 30px;
    }
    .contact-us label {
    	color: #37474f;
    	font-size: 22px;
    	font-weight: 400;
    	margin-bottom: 22px;
    }
    .contact-us .submit {
    	background: #43b9b5;
    	color: #fff;
    	font-size: 18px;
    	margin-top: 9px;
    	padding: 14px 40px;
    }
    .contact-us .dropdown button {
    	background: #fff;
    	border: none;
    	border-radius: 0;
    	border-bottom: 1px solid #dadfe2;
    	font-size: 17px;
    	/*padding: 6px 12px 10px 12px;*/
    	min-height: 36px;
    	height: 36px;
    	text-align: left;
    	width: 100%;
    }
    .contact-us .dropdown .caret {
    	color: #b1bbc1;
    	position: absolute;
    	right: 0;
    	bottom: 17px;
    }
    .contact-us .form-group {
    	margin-bottom: 48px;
    }
    .contact-us .form-group input {
    	border: none;
    	border-bottom: 1px solid #dadfe2;
    	border-radius: 0;
    	box-shadow: none;
    }
    .contact-us .form-group p {
    	color: #999999;
    	font-size: 14px;
    	line-height: 20px;
    	margin: 0;
    }
    .contact-us .que-label label {
    	margin-bottom: 5px;
    }
    .contact-us .open>.dropdown-menu {
    	padding: 0;
    	width: 100%;
    }
    .contact-us .dropdown-menu {
    	top: 0;
    }
    .contact-us .dropdown-menu a {
    	color: #7e8a95;
    	font-size: 18px;
    	padding: 12px 20px;
    }
    .contact-us .dropdown-menu>li>a:focus, .contact-us .dropdown-menu>li>a:hover {
    	background-color:#f5f3fe;
    	color: #1c1c1c;
    }

    .contact-us .submit:active:focus, .contact-us .submit:active:hover {
    	background: #43b9b5;
    	border: 1px solid #43b9b5;
    	color: #fff;
    }
    .contact-us .error {
    	color: #de4c47;
    	font-size: 11px;
    }
    .contact-us .form-control.error {
    	border-bottom: 1px solid #e05853;
    }
    /*------------------Search results page styles starts here------------------*/
    .search-page .main-content {
    	padding: 0 55px 70px 30px;
    }
    .search-page #add {
    	background-color: #fff;
    	background-position: 18px 20px;
    	border: 1px solid #eee;
    	padding-left: 64px;
    }
    .search-page .form-control {
    	display: block;
    	width: 100%;
    	margin: 0 auto 35px auto;
    	height: 64px;
    	padding: 15px 12px;
    }
    .search-page h1 {
    	display: inline-block;
    	border-bottom: 0;
    	padding-bottom: 0;
    	margin-bottom: 8px;
    }
    .search-page .heading {
    	display: flex;
    }
    .search-page .heading p {
    	align-self: flex-end;
    	color: #c3c3c3;
    	margin-left: auto;
    }
    .search-page .search-wrapper {
    	padding: 28px 0 0 0;
    }
    .search-page .results-wrapper h3 {
    	display: inline-block;
    	font-size: 22px;
    	margin-bottom: 5px;
    }
    .search-page .search-tags {
    	background: #9d9bc3;
    	border-radius: 4px;
    	color: #fff;
    	display: inline-block;
    	font-size: 14px;
    	font-weight: 500;
    	margin: 0 -4px 0 10px;
    	padding: 0 9px;
    }
    .search-page .search-tags:hover {
    	border-bottom: 0;
    	color: #fff;
    }
    .search-page .results-wrapper a:hover {
    	border-bottom: 1px solid #00aba7;
    	color: #00aba7;
    }
    .search-page .path {
    	color: #000;
    	display: block;
    	font-size: 14px;
    	font-weight: 400;
    }
    .search-page .results-wrapper .path:hover {
    	border-bottom: 0;
    	color: #000;
    }
    .search-page .results-wrapper p {
    	color: #6f6f6f;
    	font-size: 16px;
    	margin-bottom: 26px;
    }
    .search-page .left-sidebar {
    	margin-top: 98px;
    }
    /*------------------Search results page styles ends here------------------*/

    /*----------- pagination style starts here----------------- */
    .pagination .dropdown {
    	display:inline-block;
    }
    .pagination .dropdown-menu {
    	min-width:initial;
    	top:-3px;
    }
    .pagination .btn, .pagination .dropdown-menu>li>a {
    	border-radius:3px;
    	color:#7e8a95;
    	border-color:#e1e8e9;
    }
    .pagination .btn {
    	padding:4px 10px;
    	margin-bottom: 4px;
    }
    .pagination .dropdown-menu>li>a{
    	padding: 3px 18px;
    }
    .pagination .btn-default:hover, .pagination .btn-default.active, .pagination .btn-default:active,.pagination .btn-default.focus, .pagination .btn-default:focus, .pagination .open>.dropdown-toggle.btn-default, .pagination .open>.dropdown-toggle.btn-default.focus, .pagination .open>.dropdown-toggle.btn-default:focus, .pagination .open>.dropdown-toggle.btn-default:hover,.pagination .open>.dropdown-toggle.btn-default.focus, .pagination .open>.dropdown-toggle.btn-default:focus, .pagination .open>.dropdown-toggle.btn-default:hover, .pagination .btn-default:active:focus, .pagination .btn:active:focus, .pagination .btn:focus, .pagination .dropdown-menu>li>a:focus, .pagination .dropdown-menu>li>a:hover {
    	color:#7e8a95;
    	background-color:#fff;
    	-webkit-box-shadow: none;
    	box-shadow: none;
    	border-color:#e1e8e9;
    	outline:none;
    }
    .pagination .dropdown-menu>li>a:focus, .pagination .dropdown-menu>li>a:hover {
    	background-color:#f6f6f6;
    }
    .pagination .btn .caret {
    	margin-left:8px;
    	margin-top:-2px;
    	color: #cfd8dc;
    }
    .pagination .previous_link, .pagination .next_link {
    	padding: 3px 10px 3px;
    	margin: 0 6px 0 0;
    	border: 1px solid #e1e8e9;
    	border-radius: 3px;
    	font-size: 17px;
    }
    .pagination .previous_link {
    	background:url('/assets/blt1e835cdfb37b53e9/left-arrow.png') no-repeat;
    	padding: 3px 16px 3px 10px;
    	background-position: 10px 9px;
    }
    .pagination .next_link {
    	margin: 0 0 0 6px;
    	background:url('/assets/blt4894c4f6e761f867/right-arrow.png') no-repeat;
    	padding: 3px 10px 3px 16px;
    	background-position: 10px 9px;
    }
    .pagination {
    	margin:60px auto 100px auto;
    	display:table;
    }
    .pagination .page-status {
    	color:#7e8a95;
    	padding-right:10px;
    }
    .pagination #active_page, .pagination #total_pages {
    	padding-left:4px;
    }
    /* pagination style ends here */
    /*modal*/
    .integrate-modal .btn {
    	background: #54bdba;
	    border: 1px solid #54bdba;
	    color: #fff;
	    font-size: 16px;
	    font-weight: 400;
	    padding: 10px 38px;
	    margin: 20px 0;
    }
    .integrate-modal .form-control {
    	background: none;
    	height: 35px;
    	margin: 10px 0;
    }
    .integrate-modal .modal-title {
	    font-size: 30px;
	    font-weight: 300;
	    text-align: center;
	}
	.integrate-modal .modal-header {
	    padding: 0;
    	border-bottom: 0;
    	margin-top: 25px;
	}
	.integrate-modal .modal-content {
	    padding: 25px;
	    text-align: center;
	}
	.integrate-modal .modal-dialog {
	    width: 600px;
	    top: 15%;
	    left: 0%;
	    right: 0%;
	}
	.integrate-modal .form-horizontal {
		text-align: center;
	}
	.integrate-modal .modal-body {
	    position: relative;
	    padding: 15px;
	}
	.main-content.faq-section{
		padding: 0 30px 0 15px;
	}

    @media screen and (min-width:0px) and (max-width:1400px) {
    	.service-landing .services-list .cards {
    		width: 25%;
    	}
    }
    @media screen and (min-width:0px) and (max-width:1200px) {
    	.main-content {
    		padding: 0 15px;
    	}
		.main-content.faq-section{
			padding: 0 30px 0 10px;
		}
    	.vertical-nav {
    		max-width: 100%;
    	}
    	.support-options p {
			min-height: 80px;
			width: 97%;
		}
		.support-options .flex-parent div{
			padding: 0 6px;
		}
		.each-flow .main-content {
			padding: 0 15px;
		}
		.flow-slider .flows-wrapper.slick-slide {
			margin: 0 5px;
		}
		.flow-images {
			margin:2px 1px;
		}
		.sample-flows-page .flows-wrapper{
			padding: 0 7px;
		}
		.service-landing .services-list .cards{
			width: 33%;
		}
		.service-landing .services-list .cards .service-link{
			padding: 18px 23px;
		}
	}
    @media screen and (min-width:1200px) {
	    	.container {
    		width: 1200px;
    	}
    }
/******************* 404 page *********************/
.page-not-found-section.section-wrapper{
	padding-top: 115px;
	padding-bottom: 155px;
}
.page-not-found-section h1{
	font-size: 206px;
	line-height: 206px;
	font-weight: 300;
	color: #716f94;
}
.page-not-found-section p{
	font-size: 32px;
	color: #716f94;
	padding: 0 0 35px;
	margin: 0;
}
.page-not-found-section .links-section{
	width: 690px;
	margin: 0 auto;
	padding: 30px 75px;
	background: #f7f7f7;
	-webkit-border-radius:2px 2px;
	-moz-border-radius:2px 2px;
	border-radius:2px 2px;
}
.page-not-found-section .links-section h6{
	margin: 0;
	padding: 0 0 20px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	color: #6c6c6c;
}
.links-section ul li{
	padding: 0 0 10px;
	font-weight: 400;
}
.links-section ul li ul li{
	padding: 0;
}
.links-section ul li ul li span{
	font-size: 12px;
	color: #bcbcbc;
	padding: 0 18px 0 0;
}
.page-not-found-section .btn{
	width: 240px;
	margin: 30px auto 0;
	display: block;
	padding: 11px 0;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'open sans';
	background: #43b9b5;
	color: #fff;
	-webkit-border-radius:2px 2px;
	-moz-border-radius:2px 2px;
	border-radius:2px 2px;
}

table{
	border: 1px solid #ccc;
}
table tr{
    border-bottom: 1px solid #ccc;
}
table tr td{
	padding: 5px 15px;
    border-right: 1px solid #ccc;
    color: #666;
}

.search-loader{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 18px;
    right: 25px;
    display: none;
}
.search-no-results{
	position: relative;
	top: 27px;
}
ol.faq-details-list{
    list-style-type: decimal; 
}
ol.faq-details-list li{
    list-style: inherit; 
}

/*service-common-page-styling
*/

.service-wrapper.flow-services .main-content h1 {
    padding-bottom: 0px; 
    font-size: 32px;
    display: inline-block;
    border-bottom: none;
    margin-bottom: 0px;
}
..service-wrapper.flow-services .main-content h1{

}
.service-wrapper.flow-services .main-content h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.service-wrapper.flow-services .flex-container {
	margin-bottom: 15px;
}
.service-wrapper.flow-services .main-content p {
	font-size: 16px;
	padding: 5px 0;
	margin-bottom: 0;
    line-height: 1.5em;
    color: #545454;
}
/*.service-wrapper .img img{
	margin: 30px 0 0px 0;
}*/
.service-wrapper.flow-services .main-content .panel-group a {
    color: #666;
    font-weight: 600;
    font-size: 18px;
}
.service-wrapper.flow-services .main-content.service-title.service-image img {
    float: left;
}
.flow-services .main-content a {
	color: #666;
	font-size: 16px;
	font-weight: 600;
 }
 .bottom-hr{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.col-md-9 h6.title-service a{
    margin-top: 0;
    float: right;
    margin-bottom: 0;
    color: #22BAB4;
    font-size: 16px;
    font-weight: 400;
}
.col-md-9 h6.title-service {
    float: right;    
}
/*span.margin-bottom-10{
	padding: 0 5;
}*/
ul.activity-title{
	margin-bottom: 0;
}
ul.activity-title li{
	margin-top: 10px;
}
.description p{
	padding-left: 17px;
}
ul.activity-title li:before{
	content: '\25CF';	
}
.margin-bottom{
	margin-bottom: 30px;
}
.margin-top{
	margin-top: 30px;
}
.margin{
	margin-left: 5px;
	color: #666;
    font-size: 18px;
    font-weight: 600;
}
.api-link-icon{
	margin-top: -3px;
}
.service-icon-large{
	float: left;
   width: 38px;
   display: inline-block;
    height:38px;
   margin:0px 8px 0px 0;
}
.service-icon-small{
	width: 28px;
	height: 28px;
	margin: 0 8px 0 0;
}

.tooltip-inner {
    background-color: #23bab5;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #23bab5;
    font-weight: 300;
}
.panel-body {
  padding: 10px;
}
.panel-body img{
 margin: 10px 0;
}
.panel-group .panel+.panel {
  margin-top: 10px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-default>.panel-heading {
  color: #666;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 5s linear;
  -webkit-transition: -webkit-transform 5s linear;
  /*-webkit-transform-style: flat;
-webkit-backface-visibility: hidden;
-webkit-perspective: 800;
-webkit-animation-name: 'spin';
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count:  infinite;*/
}
.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}
.panel-heading .fa{
	float: right;

}



/*-----------------FAQ page design ----------------*/
.faq-categories {
	background-color: #f6f6f6;
}
.faq-categories h2{
	padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #2ebdb9;
    font-size: 20px;
}
.faq-categories ul{
	padding: 20px 15px 20px 15px;
}
.faq-categories ul li{
	margin-bottom: 12px;
    line-height: 1.25;
}
.faq-category {
    border: 2px solid rgb(237, 241, 245);
    border-radius: 2px;
    margin-bottom: 40px;
    padding: 0px 0 20px 0;
}
.faq .faq-category h3{
	margin-right: 0px;
    color: #444;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    padding: 15px 20px;
    background-color: #f6f6f6;
}
.faq .main-content h1{
	border:0 none;
	margin-left: -1px;
}
.faq-category .category-title{
	margin-bottom: 30px;
}
.question-wrapper h4{
	position: relative;
    padding: 10px 25px 10px 0;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
}
.question-wrapper{
	border-bottom: 2px solid rgb(237, 241, 245);
}
.question-list .question-wrapper:last-child {
    border-bottom: 0px;
}
.question-wrapper h4:after{
	width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 43%;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.question-wrapper h4.active:after {
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.question-wrapper .answer {
	display: none;
}
.question-wrapper .answer{
	color: #aaa;
    border-left: 2px solid #00aba7;
    padding-left: 10px;
    margin-bottom: 10px;
}
.question-wrapper .answer p{
	margin-bottom: 0px;
}
.faq-category .question-list{
	padding:  0 20px;
}
.modal-open{
	padding-right: 0px !important;
	overflow: auto;
}
.home .form-group .suggestion .tags{
	position: relative;
	padding: 3px 21px 3px 15px;
}
.home .form-group .suggestion .tags .fa.fa-close {
    position: absolute;
    top: 4px;
    right: 0;
    margin-right: 6px;
}
li.suggestion.index-url a:first-child { 
    cursor: default;
}
li.suggestion.removehref a:first-child, .search-result .suggestion a.srvc-category, .search-result li a.srvc-category{
	cursor: default;
}

.social-fixed{
	/*position: relative !important;*/
	/*top: -326px;
    transition:all 0.5s ease-out;*/
}
/*.vertical-nav:hover{
	overflow: auto;
}*/
/*.how-to.main-wrapper .main-container{
	padding-bottom: 100px;
}

.testactive .sub-menu {
	display: block;
}
.each-flow .section-wrapper .nav-links{
	overflow: hidden;
}*/

.thank-you-page{
    padding: 227px 0;
}
.thank-you-page h1{
	font-size: 32px;
	width: 70%;
    margin: 0 auto;
    line-height: 40px;
}
.thank-you-page p{
	margin-top: 25px;
}
.thank-you-page .btn{
	width: 240px;
    margin: 30px auto 0;
    display: block;
    padding: 11px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'open sans';
    background: #43b9b5;
    color: #fff;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px 2px;
    border-radius: 2px 2px;
}


/* marketo form css */
.marketo-form .mktoForm{
	width: auto !important;
	margin-top: -21px;
}
.marketo-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
	background: #54bdba;
    border: 1px solid #54bdba;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 38px;
    margin: 20px 0;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1.42857143;
}
.marketo-form .mktoForm .mktoFieldWrap{
	width: 100%;
}
.marketo-form .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField{
	display: inline;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(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;
    background: none;
    height: 35px;
}
.marketo-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active{
	color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.marketo-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus{
	outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.marketo-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
	border:1px solid #54bdba;
}
.marketo-form .mktoForm .mktoLabel{
	display: none;
}
.marketo-form .mktoForm .mktoError .mktoErrorArrowWrap{
	height: 10px;
	top: -2px;
	left: 9px;
}
.marketo-form .mktoForm .mktoError .mktoErrorArrow{
	background-color: #fff;
    border: 1px solid #999;
}
.marketo-form .mktoForm .mktoError .mktoErrorMsg{
    background-color: #fff;
    background-image: none;
    border: 1px solid #999;
    -webkit-border-radius: 6px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 13px;
    line-height: 1.2em;
    max-width: 19em;
    padding: 13px 13px;
    text-shadow: none;
}
.marketo-form .mktoForm .mktoFormRow , .marketo-form .mktoForm .mktoButtonRow{
	margin-left: -15px;
	margin-right: -15px;
}
.marketo-form .mktoForm .mktoButtonRow{
	display: flex;
	justify-content: center;
}
.marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap{
	margin: 20px 0 14px 0 !important;	
}
.marketo-form .mktoForm .mktoFormRow .mktoFieldDescriptor{
	width: 100%;
	margin-bottom: 5px !important;
}
.marketo-form .mktoForm .mktoFieldWrap input::-webkit-input-placeholder {
   color: #999;
   font-size: 13px;
}

.marketo-form .mktoForm .mktoFieldWrap input:-moz-placeholder { 
   color: #999;
   font-size: 13px;
}

.marketo-form .mktoForm .mktoFieldWrap input::-moz-placeholder { 
   color: #999;
   font-size: 13px;
}
.marketo-form .mktoForm .mktoFieldWrap input:-ms-input-placeholder {
   color: #999;
   font-size: 13px;
}
.marketo-form .mktoForm .mktoError{
	bottom: -51px !important;
}
.marketo-form .mktoForm input[type = tel] + .mktoError, .marketo-form .mktoForm input[type = email] + .mktoError{
	bottom: -66px !important;
}


.cookie-disclaimer{
    position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 23px 0 22px;
	background: #414042;
	z-index: 999;
	display: none;
}
.cookie-disclaimer p{
    color: #fff;
    margin-bottom: 0;
    font-size: 16px; 
    font-weight: 300;     
}
.cookie-disclaimer p a{
    color: #fff;
    text-decoration: underline;
} 
.cookie-disclaimer .disclaimer-close{
    position: absolute;
    cursor: pointer;
    right: 105px;
	top: 25px;
	color: #fff;
	font-size: 18px;
}
.cookie-disclaimer .got-it{
	position: absolute;
	right: 140px;
	background: #23bab5;
	padding: 0px 12px;
	font-size: 13px;
	line-height: 30px;
	margin-top: -3px;
	text-transform: uppercase;
	text-decoration: none;
}
.cookie-disclaimer .got-it:hover{
	color: #fff;
}


	