#header-sticky-wrapper {
	width: 100%;
	top: 0;
	z-index: 500;
	position: relative;
}
#header-sticky-wrapper.scrolled {
	position: fixed;
	background-color: #fcfcfd;
}
body.white_header #header-sticky-wrapper, body.white_header #header-sticky-wrapper.scrolled {
	background-color: #fcfcfd;
}
#waypoint_header_scrolled {
	position: absolute;
	top: 0px;
	width: 1px;
	height: 1px;
}
#main_header {
	z-index: 500;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 28px;
	background-color: transparent;
	transition: background-color .2s ease-in-out;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

#main_logo {
	width: 120px;
	height: 12px;
	background-image: url(https://d341kum51qu34d.cloudfront.net/images/2019-04-redesign/code_climate_logo-a046042f.svg);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}
#mobile_nav_button {
	display: block;
	position: absolute;
	z-index: 99999;
	top: -7px;
	right: 0;
	width: 30px;
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	padding-top: 15px;
	padding-left: 70px;
	padding-bottom: 20px;
}
#mobile_nav_button span {
	display: block;
	position: absolute;
	right: 20px;
	width: 20px;
	height: 1px;
	-webkit-transition: border .25s linear;
	border-bottom: 3px solid #717173;
}
#mobile_nav_button span:nth-child(1) {
	top: 18px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
}
#mobile_nav_button span:nth-child(2) {
	top: 25px;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
#mobile_nav_button span:nth-child(3) {
	top: 32px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
}
#mobile_nav_button.active span:nth-child(1) {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
#mobile_nav_button.active span:nth-child(2) {
	opacity: 0;
}
#mobile_nav_button.active span:nth-child(3) {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.green_b {
	background-color: #00d693!important;
}
.green_b>a {
	color: #fff;
}
@media only screen and (max-width:767px) {
	#main_header_nav {
		position: absolute;
		z-index: 999;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		padding: 30px 25px;
		background-color: #ececf6;
		will-change: opacity, transform;
		transition: opacity .15s ease-in-out, transform .2s ease-in-out;
		opacity: 0;
		transform: translateY(-50px);
		pointer-events: none;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
		font-wise: 14px;
		line-height: 1.8em;
	}
	#main_header_nav a {
		text-decoration: none;
	}
	#main_header_nav.active {
		opacity: 1;
		transform: translateY(0);
		pointer-events: all;
	}
	#main_header_nav ul {
		max-height: calc(100vh - 50px);
		overflow: scroll;
		border-radius: 4px;
	}
	#main_header_nav>ul>li {
		background-color: #fff;
		margin-top: 10px;
		border-radius: 4px;
	}
	#main_header_nav>ul>li a {
		display: block;
	}
	#products_dropdown_trigger>span.title {
		display: block;
		padding: 15px 25px 0 25px;
		font-size: 10px;
		color: #656cdc;
		font-family: ProximaNova-SemiBold;
		text-transform: uppercase;
		letter-spacing: .5px;
	}
	#products_dropdown {
		display: flex;
		flex-direction: column;
	}
	#products_dropdown h2 {
		display: none;
	}
	#products_dropdown .col {
		position: relative;
	}
	#products_dropdown .row {
		position: relative;
	}
	#products_dropdown .row.quality::before {
		content: " ";
		position: absolute;
		top: 0;
		left: 25px;
		width: calc(100% - 50px);
		border-top: 1px solid #eef;
	}
	#products_dropdown .menu_trigger {
		padding: 15px 25px;
		cursor: pointer;
		background-image: url(https://d341kum51qu34d.cloudfront.net/images/2019-04-redesign/menu_plus-a5ad93f6.svg);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: right 25px center;
	}
	#products_dropdown .mobile_collapsible {
		display: none;
	}
	#products_dropdown .mobile_collapsible.active {
		display: block;
	}
	#products_dropdown .mobile_collapsible li {
		padding: 0 25px 15px 25px;
		text-transform: uppercase;
		font-size: 14px;
	}
	#products_dropdown .mobile_collapsible a {
		color: #2a2a2a;
		text-decoration: none;
	}
	#products_dropdown .mobile_collapsible li a>div {
		font-size: 13px;
		letter-spacing: 1px;
	}
	#products_dropdown .mobile_collapsible li a>sub {
		display: block;
		bottom: 0;
		text-transform: none;
		font-size: 12px;
		color: #878888;
		line-height: 1.2em;
	}
	#products_dropdown .mobile_collapsible h3 {
		padding: 15px 25px 5px 25px;
		color: #656cdc;
	}
	#products_dropdown .mobile_collapsible h4 {
		display: block;
		padding: 15px 25px 15px 25px;
		font-size: 10px;
		color: #656cdc;
		text-transform: uppercase;
		letter-spacing: .5px;
	}
	#products_dropdown .mobile_collapsible sub {
		display: block;
		line-height: 1em;
		text-transform: none;
		color: #888;
		font-size: 13px;
	}
	#products_dropdown .collapse_list {
		display: flex;
		flex-direction: column;
	}
	.mobile_large {
		font-size: 16px;
		text-transform: uppercase;
		font-family: ProximaNova-Bold;
		color: #2b2a2a;
		letter-spacing: 1px;
	}
	.mobile_large>a {
		padding: 15px 25px;
		color: #2b2a2a;
	}
	#mobile_login span.title {
		display: block;
		font-size: 10px;
		color: #656cdc;
		font-family: ProximaNova-SemiBold;
		text-transform: uppercase;
		letter-spacing: .5px;
		text-align: center;
		margin: 2em auto;
	}
	#mobile_login ul {
		display: flex;
		flex-direction: row;
		width: 100%}
		#mobile_login li {
			position: relative;
			flex: 1;
			text-align: center;
			padding-top: 5px;
		}
		#mobile_login ul li:first-of-type {
			border-right: 2px solid #6868e4;
		}
	}
	@media only screen and (min-width:768px) {
		.hide_mid {
			display: none;
		}
		#main_header {
			height: 70px;
			padding: 0 28px;
		}
		#main_logo {
			width: 200px;
			height: 23px;
		}
		#main_header_nav {
			display: block;
		}
		#main_header_nav>ul {
			display: flex;
			flex-direction: row;
			align-items: center;
			text-transform: uppercase;
		}
		#main_header_nav h1, #main_header_nav>ul {
			font-size: 12px;
			line-height: 1.4;
		}
		#main_header_nav>ul>li {
			margin-right: 11px;
			padding: 15px 0 12px 0;
		}
		#main_header_nav>ul>li:hover, #main_header_nav>ul>li>a:hover {
			color: #666cdc;
		}
		#main_header_nav>ul>li:last-of-type {
			margin-right: 0;
			padding: 0;
		}
		#main_header_nav a {
			color: #000;
			font-size: 12px;
			text-decoration: none;
			text-transform: uppercase;
			transition: color .15s ease-in-out;
		}
		#main_header_nav .mobile_large a {
			text-transform: none;
		}
		#login_dropdown_trigger, #products_dropdown_trigger {
			position: relative;
			cursor: default;
		}
		#main_header_nav #login_link_velocity:hover {
			color: #666cdc;
		}
		#main_header_nav #login_link_quality:hover {
			color: #44d298;
		}
		#login_dropdown_trigger::after, #products_dropdown_trigger::after {
			content: " ";
			position: absolute;
			right: 0;
			top: 18px;
			width: 8px;
			height: 9px;
			filter: grayscale(100%);
			background-image: url("data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgOCA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4IDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNjY2Y2RjO3N0cm9rZS1saW5lY2FwOnJvdW5kO30KPC9zdHlsZT4KPHBvbHlsaW5lIGlkPSJhcnJvd2hlYWQiIGNsYXNzPSJzdDAiIHBvaW50cz0iNy40LDQuMSAzLjksNy43IDAuMyw0LjEgIi8+CjxwYXRoIGlkPSJhcnJvdy1saW5lIiBjbGFzcz0ic3QwIiBkPSJNMy45LDcuN1YwIi8+Cjwvc3ZnPgo=")!important;
			background-size: 8px 9px;
			background-repeat: no-repeat;
		}
		#login_dropdown_trigger:hover::after, #products_dropdown_trigger:hover::after {
			filter: grayscale(0);
		}
		#products_dropdown_trigger {
			position: relative;
			padding-right: 15px!important;
			background-position: right 18px;
		}
		#login_dropdown_trigger {
			padding-right: 15px!important;
			position: relative;
			background-position: right 18px;
			transition: background-color .15s ease-in-out;
		}
		#products_dropdown_trigger {
			transition: color .15s ease-in-out;
		}
		#login_dropdown {
			display: block;
			position: absolute;
			left: -50%;
			z-index: 501;
			padding: 30px;
			pointer-events: none;
			opacity: 0;
			transform: translateY(-20px);
			transition: transform .2s ease-in-out, opacity .2s ease-in-out;
			text-align: center;
			font-size: 13px;
			line-height: 2em;
			top: 45px;
		}
		#login_dropdown.active {
			pointer-events: all;
			opacity: 1;
			transform: translateY(0);
		}
		#products_dropdown {
			display: block;
			position: absolute;
			top: 45px;
			width: 675px;
			left: -200px;
			z-index: 501;
			text-transform: none;
			pointer-events: none;
		}
		#products_dropdown.active {
			pointer-events: all;
		}
		#products_dropdown .row {
			position: relative;
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			box-sizing: border-box;
			padding: 30px 10px;
			box-shadow: 0 0 20px rgba(0, 0, 0, .1);
			background-color: #fff;
			opacity: 0;
			transform: translateY(-20px);
			transition: transform .2s ease-in-out, opacity .2s ease-in-out;
		}
		#products_dropdown .row:nth-of-type(2) {
			transition: transform .15s ease-in-out, opacity .15s ease-in-out;
		}
		#products_dropdown.active .row:nth-of-type(2) {
			transition: transform .2s 125ms ease-in-out, opacity .2s 125ms ease-in-out;
		}
		#products_dropdown.active .row {
			opacity: 1;
			transform: translateY(0);
		}
		#products_dropdown .row.velocity {
			z-index: 502;
		}
		#login_velocity:hover, #products_dropdown .row.velocity a:hover, #products_dropdown .row.velocity h1, #products_dropdown .row.velocity h5, #products_dropdown .row.velocity h3, #products_dropdown .row.velocity h4, #products_dropdown .row.velocity h5{
			color: #666cdc!important;
		}
		#login_quality:hover, #products_dropdown .row.quality a:hover, #products_dropdown .row.quality h1, #products_dropdown .row.quality h5, #products_dropdown .row.quality h3 {
			color: #44d298!important;
		}
		#products_dropdown .row h2, #products_dropdown .row h5 {
			font-size: 18px!important;
			font-family: ProximaNova-Bold, sans-serif;
		}

		#products_dropdown .row h6, #products_dropdown .row h5 {
			text-transform: none!important; letter-spacing: normal!important;
		}
		#products_dropdown .row p {
			font-size: 12px;
			font-family: ProximaNova-Semibold, sans-serif;
			color: #717173;
		}
		#products_dropdown .row h6 {
			font-size: 12px;
			font-family: ProximaNova-Semibold, sans-serif;
		}
		#products_dropdown .row h4 {
			font-size: 12px;
		}
		#products_dropdown .col {
			padding: 0 20px;
			line-height: 2.25em;
		}
		#products_dropdown sub {
			display: block;
			bottom: auto;
			font-size: 12px;
			color: #717173;
			margin-bottom: 1em;
		}
		#products_dropdown a {
			color: #333;
		}
		.green_b a {
			padding: 15px 20px 12px 20px;
			border-radius: 4px;
			background-color: #00d693;
			color: #fff;
			transition: background-color .15s ease-in-out;
		}
		.green_b a:hover {
			background-color: #51e1a7;
		}
	}
	@media only screen and (min-width:960px) {
		.hide_mid {
			display: inline;
		}
		#main_header {
			padding: 0 56px;
		}
		#main_header_nav>ul>li {
			margin-right: 24px;
		}
	}
