html {
	scroll-behavior:smooth
}
h1,h2,h3 {
	font-family:'Roboto',sans-serif;
	font-weight:300
}
input[type="text"],form.redesign input[type="text"],form.redesign input[type="email"] {
	border-radius:6px
}
#sticky-subnav-buffer{
	height:64px;
	width:100%;
	display:block;
}
.sticky-subnav {
	position: sticky;
	top: 85px;
	z-index: 1;
	transition: all 0.2s ease-in-out;
	
	padding: 10px 0;
	width: 100%;
}
.sticky-subnav.stuck{
	background: #ffffff;
	-moz-box-shadow: 0px 6px 18px rgba(100, 116, 139, 0.05), 0px 2.1901px 6.5703px rgba(100, 116, 139, 0.0344991), 0px 1.06325px 3.18976px rgba(100, 116, 139, 0.0278145), 0px 0.521226px 1.56368px rgba(100, 116, 139, 0.0221855), 0px 0.206094px 0.618281px rgba(100, 116, 139, 0.0155009);
	-webkit-box-shadow: 0px 6px 18px rgba(100, 116, 139, 0.05), 0px 2.1901px 6.5703px rgba(100, 116, 139, 0.0344991), 0px 1.06325px 3.18976px rgba(100, 116, 139, 0.0278145), 0px 0.521226px 1.56368px rgba(100, 116, 139, 0.0221855), 0px 0.206094px 0.618281px rgba(100, 116, 139, 0.0155009);
	box-shadow: 0px 6px 18px rgba(100, 116, 139, 0.05), 0px 2.1901px 6.5703px rgba(100, 116, 139, 0.0344991), 0px 1.06325px 3.18976px rgba(100, 116, 139, 0.0278145), 0px 0.521226px 1.56368px rgba(100, 116, 139, 0.0221855), 0px 0.206094px 0.618281px rgba(100, 116, 139, 0.0155009);
}
#submenu{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
#submenu .nav>li>a:focus, #submenu .nav>li>a:hover{
	background-color:#daecf9;
}
#submenu .nav-pills > li.active > a, #submenu .nav-pills > li.active > a:focus {
	background: #00a0ff;
}

#submenu .nav-pills > li.active > a:hover {
	background: #1f5b8e;
}
ul#download-category {
	display: flex;
	flex: 0 0 auto;
	background: #fff;
	border-radius: 4px;
}
ul#download-category.nav-pills li {
	float: none
}
.download-groups{
	padding:160px 0 0;
	position:relative;
}
.download-groups:before{
	content: "";
    background: url(../ui/img/redesign/backgrounds/grey-dot-grid.svg) no-repeat 0 0/396px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 120px;
    left: 0;
    z-index: -1;
}

.download-groups:after{
	content: "";
    background: url(../ui/img/redesign/backgrounds/grey-dot-grid.svg) repeat-y 0 0/396px;
    position: absolute;
    width: 396px;
    height: 612px;
    bottom: 600px;
    right: 0;
    z-index: -1;
}
a.anchor{
	position:absolute;
	width:100%;
	visibility:hidden;
	top:-120px;
	left:0;
}

.download-section {
	padding: 60px 0;
}

.download-section.driver-dropdown {
	padding: 90px 0 60px;
}

.downloads-hero {
	padding: 4em 0 0;
	position: relative;
	/*background:#fff;*/
}
.downloads-hero:after{
	background: url(../ui/img/redesign/backgrounds/nodes-gray.svg) no-repeat 0 100% / cover;
	content:'';
	position:absolute;
	bottom: -55px;
    left: 0;
    width: 100%;
    height: 900px;
    z-index: -1;
}
.hero-curve {
	position: absolute;
	width: 100%;
	height: 600px;
	background-image: url(../ui/img/redesign/backgrounds/hero-lwr-curve-white-variant3.svg),linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(140, 196, 234, 0.4) 138.51%);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
	z-index: -1;
	top:-220px;
	left:0;
}
.nav-stacked>li+li.divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5;
}
.side_navigation {
	width:262.5px;
	max-width:100%;
}
.side_navigation.fixed {
	position:fixed;
	top:110px;
}
.hideEnd {
	opacity:1;
	transition:all 0.2s ease-in-out;
}
.hideEnd.invisible {
	opacity:0;
	transition:all 0.2s ease-in-out;
}
.driver_group .tab {
	display:none;
}
.driver_group .tab.active {
	display:block;
}
.provider>div {
	height:50px;
	width:300px;
	padding:5px 0 10px 5px;
	margin-right:0px !important;
	cursor:pointer;
}
.provider>div>img {
	float:left;
	margin-right:10px;
	margin-left:10px;
	width:40px;
}
.provider>div .text {
	float:left;
	line-height:1.5em;
	margin-right:10px;
	width:220px;
	overflow-y:hidden;
}
.provider>div .text h3 {
	margin-bottom:5px;
	padding:0;
	margin-top:0px;
}
.provider>div .subtext {
	float:right;
	margin-top:-8px;
	margin-right:10px;
	display:none;
}
.driver_group li a.subtext {
	display:none;
}
.driver_group li:hover a.subtext {
	display:inline;
}
.solutionWrapper {
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:stretch;
	gap:25px 0;
	margin:1.5em -15px 2em;
}
.solutionWrapper .one-sixth {
	flex:0 0 16.667%;
	max-width:16.667%;
	padding:0 15px
}
.solutionWrapper .solutionItem {
	margin:0 auto;
	background:#ffffff;
	box-sizing:border-box;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ddd;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	position:relative;
	transition:all 0.2s ease-in-out;
	height:100%
}
.solutionItem .productLogo {
	padding:8px;
	flex:0 0 auto;
	width:100%;
	box-sizing:border-box;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
.productLogo img {
	max-width:100%;
	display:block;
	margin:0 auto;
	transform:scale(1);
	transition:all 0.2s ease-in-out;
}
.solutionItem .productText {
	padding:15px;
	flex:0 0 auto;
	width:100%;
	box-sizing:border-box;
}
.productText h3 {
	margin:0
}
.solutionItem .learnMore {
	padding:8px;
	flex:0 0 auto;
	width:100%;
	box-sizing:border-box;
}
.productBlock {
	background:#ffffff;
	padding:1.5em;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.productBlock:not(.showDetails) {
	display:none;
	transition:all 0.2s ease-in-out;
}
.showDetails {
	display:block;
	-webkit-animation:fadeIn 1s;
	animation:fadeIn 1s;
}
.hdrActive {
	background:#00A0FF;
}
.hdrActive h3 {
	color:#ffffff
}
.productWrapper {
	height:100%;
	display:flex;
	flex-direction:column;
}
.productWrapper.other {
	padding:40px
}
.img-text-container {
	display:flex;
	flex-flow:row wrap
}
.img-text-container .product-img {
	flex:0 0 40%;
	max-width:40%;
	padding-right:30px
}
.img-text-container .product-img img {
	width:100%;
	max-width:100%
}
.product-img-header {
	text-align: center;
	position: relative;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	min-height: 120px;
	background-repeat: no-repeat;
	flex: 1 1 auto;
	--gradient: linear-gradient(to top,#00a0ff 0%,#0B59CE 100%);
}
.product-img-header.connect {
	background-image:url("img/connect.svg"),var(--gradient);
	background-position:50% 58%;
	background-blend-mode:luminosity;
	background-size:cover
}
.product-img-header.connect-cloud {
	background-image:url("img/connect-cloud.svg"),var(--gradient);
	background-position:50% 42%;
	background-blend-mode:luminosity;
	background-size:cover
}
.product-img-header.sync {
	background-image:url("img/sync.png"),var(--gradient);
	background-position:80% 35%;
	background-blend-mode:luminosity;
	background-size: 100%;
}
.product-img-header.virtuality {
	background-image:url("img/virtuality.svg"),var(--gradient);
	background-position:50%;
	background-blend-mode:luminosity;
	background-size: 100%;
}
.product-img-header.arc {
	background-image:url(img/arc.svg),var(--gradient);
	background-position:0 32%;
	background-blend-mode:luminosity;
	background-size:110%
}
.product-img-header.embedded {
	background-image:url(img/embedded-diagram.svg),var(--gradient);
	background-position:0 35%;
	background-blend-mode:luminosity;
	background-size:100%
}
.product-img-header.embedded-cloud {
	background-image:url(img/embedded-cloud-diagram.svg),var(--gradient);
	background-position:0 35%;
	background-blend-mode:luminosity;
	background-size:100%
}
.product-img-header.api {
	background-image:url(img/apiserver.png),var(--gradient);
	background-position:center center;
	background-blend-mode:luminosity;
	background-size:100%
}
.product-img-header.dbamp {
	background-image:url(img/dbamp.svg),var(--gradient);
	background-position:center center;
	background-blend-mode:luminosity;
	background-size:cover;
}
.product-img-header.python {
	background-image:url(img/python.png),var(--gradient);
	background-position:center center;
	background-blend-mode:luminosity;
	background-size:cover;
}
.product-img-header.excel {
	background-image:url(img/excel.png),var(--gradient);
	background-position: center center;
	background-blend-mode:luminosity;
	background-size:cover;
}
.product-img-header.powerbi {
	background-image:url(img/powerbi.png),var(--gradient);
	background-position:center center;
	background-blend-mode:luminosity;
	background-size:cover;
}
.product-img-header.tableau {
	background-image:url(img/tableau.png),var(--gradient);
	background-position:center center;
	background-blend-mode:luminosity;
	background-size:cover;
}
.product-img-header.ssis {
	background-image:url(img/ssis.png),var(--gradient);
	background-position:center center;
	background-blend-mode:luminosity;
	background-size:cover;
}
.product-img-header.other {
	background-image:url(img/connectivity-data-movement-bg.png),var(--gradient);
	background-position:50% 55%;
	background-blend-mode:luminosity;
	background-size:cover;
}
.product-img-header.labs {
	background-image:url(img/cdata-labs.png),var(--gradient);
	background-position:50% 45%;
	background-blend-mode:luminosity;
	background-size:cover;
}
.product-img-header h2, .product-img-header h3, .product-img-header p {
	margin:0;
	position:absolute;
	display:inline-block;
	background:#ffffff;
	left:0;
	bottom:0;
	padding:12px 20px 0px 28px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
}
.product-text {
	padding:20px 28px 0;
	flex:1 1 auto;
	background:#ffffff;
}
.product-cta {
	padding: 0 28px 40px;
	background: #ffffff;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.tab-content {
	padding:0
}
.tab-logo {
	display:block;
	height:50px;
	margin:0 0 1em;
	max-width:100%
}
.driverLogo {
	background:#ffffff;
	width:100%;
	height:90px;
	margin:0 auto 0.2em;
	display:flex;
	align-items:center;
	border:1px solid #DBDFEA;
	justify-content:center;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:hidden
}
.driverLogo img {
	max-width:100%;
	transform:scale(1);
	transition:all 0.2s ease-in-out;
}
.driverItem {
	margin:0 0 1em
}
.driverItem .text {
	text-align:center;
	font-size:14px;
	line-height:1.2;
	padding:.4em;
	margin:0 0 0.5em
}
.driverItem .text a:link,.driverItem .text a:visited {
	color:#231E20
}
.driverItem:hover .driverLogo img {
	transform:scale(1.1);
	cursor:pointer
}
.driverItem:hover {
	cursor:pointer
}
.otherItem h3 {
	font-weight:400
}
.otherItem {
	margin-bottom:30px;
	border-bottom:2px solid #F3F4F7;
	padding-bottom:30px;
}
.otherItem:last-of-type {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0
}
.otherName {
	display:inline-block;
	margin-bottom:0.5em
}
#site-footer {
	z-index:2;
	position:relative;
}
.platform-tabs .tabs .tab-nav li a.active {
	color:#00a0ff;
}
.platform-tabs .tabs .tab-nav li a::after {
	content:"";
	position:absolute;
	width:0;
	height:2px;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	background:#00a0ff;
	transition:width .15s ease-out;
}
.platform-tabs .tabs .tab-nav li a.active::after {
	width:100%;
}
.driver-panel-hdr {
	border-bottom: 1px solid #DBDFEA;
	padding-bottom: 12px;
	margin-bottom:1.5rem;
}
/* filtering*/
.search-block-wrapper {
	position: relative;
	display: flex;
	justify-content: flex-end;
	z-index: 1000;
	flex: 1 1 auto;
}
.search-block {
	position: relative;
	flex: 0 0 auto;
	width: 30px;
	max-width: 100%;
	transition: all 0.3s ease;
	opacity: 0;
	margin-right: 0;
}
.search-block.active {
	width: calc(100% - 30px);
	opacity: 1;
	margin-right: 30px;
}

#filterDrivers {
	width: 100%;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	color: #231e20;
	background: #fff;
	border: 1px solid #DBDFEA;
	display: block;
	transition: border-color .15s linear;
	position: relative;
}

#filterDrivers:focus, #filterDrivers:focus-visible, #filterDrivers:active {
	border-color: #b6bed4;
	outline: none;
}

.reset {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	background: 0 0;
	border: none;
	font-size: 25px;
	color: #b6bed4;
	opacity: 0;
	transition: opacity .15s linear;
}

#filterDrivers:focus + .reset, #filterDrivers:focus-visible + .reset, #filterDrivers:active + .reset {
	opacity: 1;
}

span.search-trigger {
	width: 30px;
	height: 44px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

span.search-trigger i {
	color: #ccc;
	font-size: 16px;
	transition: color 0.3s ease;
}

span.search-trigger.search-trigger-active i {
	color: #337ab7;
}

span.search-trigger:focus {
	outline: none;
}

@media screen and (min-width:1700px) {
	.hero-curve {
		top: -280px;
	}
}
@media screen and (min-width:1600px) {
	.download-groups:before {
		top: 160px;
	}
}
@media screen and (max-width:1300px) {
	.hero-curve{
		top:-105px
	}
}
@media screen and (max-width:1199px) {
	.driverWrapper .driverItem,.solutionWrapper .solutionItem {
		flex:0 0 49%;
	}
	.driverWrapper::after {
		content:"";
		flex:0 0 100%;
	}
	.side_navigation.fixed {
		max-width:212.5px;
	}
	.hero-curve {
		top: -85px
	}
	.download-groups:before{
		top:180px
	}
	
}
@media (max-width:991px) {
	.side_navigation.fixed {
		max-width:157.5px;
	}
	.hero-curve {
		top: -55px
	}
	/*.sticky-subnav{
		top:64px;
	}*/
}
@media screen and (min-width:978px) {
	.platform-tabs .tabs .tab-nav {
		width:60%
	}
}
@media screen and (max-width:977px) {
	.platform-tabs .tabs .tab-nav {
		display:flex;
		width:100%
	}
}
@media screen and (max-width:767px) {
	.driverWrapper .driverItem,.solutionWrapper .solutionItem {
		flex:0 0 100%;
	}
	.side_navigation {
		width:100%;
		text-align:left;
		display:flex;
		flex-flow:row wrap;
		margin-bottom:2em
	}
	.side_navigation li {
		flex:0 0 50%;
		max-width:50%;
	}
	.side_navigation.nav-stacked>li+li {
		margin-top:0
	}
	.side_navigation.fixed {
				position:relative;
				top:auto;
				width:auto;
				max-width:100%;
	}
	#top-navigation-cloud,#top-navigation-cloud-buffer {
		display:none
	}

	.search-block-wrapper {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
		margin:8px 0 0
	}

	span.search-trigger {
		height: 36.5px;
		left: 0;
		right: auto;
	}

	.search-block-wrapper {
		/*margin: -8px 0 16px;*/
		justify-content: flex-start;
	}

	.search-block.active {
		width: calc(100% - 30px);
		opacity: 1;
		margin-left: 30px;
	}
	.sticky-subnav, #sticky-subnav-buffer {
		display: none;
	}
	.downloads-hero:after {
		top: 150px;
	}
	.download-groups{
		padding:0;
	}
	.download-groups:after{
		background:none;
	}
	.download-section:last-of-type{
		padding-bottom:0;
	}
}
@media screen and (max-width:575px) {
	.downloads-hero:after {
		top: 200px;
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.productTabs {
	display:flex;
	flex-flow:row wrap;
	margin:2em -15px 0;
}
.productTabs li {
	flex:0 0 33.333%;
	max-width:33.333%;
	margin:0 0 1em;
	text-align:center;
	padding:0 15px;
	height:auto;
}
.productBox {
	background:#fff;
	height:100%;
	display:flex;
	align-items:center;
	-webkit-border-radius:4px;
	border-radius:4px;
	transition:all 0.2s ease-in-out;
}
.productTabs li a {
	padding:10px;
	display:block;
	text-align:center;
	flex:0 0 100%;
	font-size:16px;
	line-height:1.3;
	transition:all 0.2s ease-in-out;
}
.productTabs li.active .productBox {
	border:2px solid #00A0FF
}
.productTabs li.active .productBox a {
	color:#00A0FF;
}
.tab-container {
	padding:60px 0;
}
.tab-bar-product-icon {
	width:65px;
	display:block;
	margin: 0 auto 5px;
}
