/*
=======================================================
Headers
=======================================================
*/
/*********** Global Header **********/
.global-header {
	background: #303039;
	height: 2.375rem;
	line-height: 2.375rem;
	position: relative;
    z-index: 1;
}
.global-nav {
	display: inline-block;
}
.global-nav ul {
	margin: 0;
    line-height: inherit;
}
.global-nav li {
	margin-right: 1rem;
	position: relative;
}
.global-nav li a {
    color: #808089;
    text-transform: uppercase;
    font-size: .75rem;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}
.global-nav li:hover a {
	color: #c0c0c9;
}
.global-nav li.active::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: #c0c0c9;
}
.global-nav li.active a {
	color: #909099;
}

.global-header .social-media {
    display: inline-block;
    float: right;
}
.global-header .social-media ul {
	line-height: inherit;
}
.global-header .social-media li {
    width: 30px;
    line-height: inherit;
    position: relative;
    text-align: center;
}
.global-header .social-media li a {
    color: #606069;
    width: 100%;
    height: 100%;
    display: block;
    transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}
.global-header .social-media li:hover a{
	color: #909099;
	cursor: pointer;
}

/*Rsign*/

button.sign-in {
    text-transform: uppercase;
    border-left: 1px solid #202029;
    border-right: 1px solid #202029;
    color: #808089;
    float: right;
    display: inline-block;
    padding: 0 16px;
    font-size: .875rem;
    letter-spacing: .02em;
    transition: background .2s ease-in, color .2s ease-in;
    -webkit-transition: background .2s ease-in, color .2s ease-in;
}
button.sign-in:hover {
	/*background: #ff5933;
	color: #ffffff;*/
	background: #ffffff;
	color: #ff5933;
}
/*********** Local Header **********/
.local-header {
	/*background: #202029;*/
	background: transparent;
	height: 70px;
	position: relative;
    z-index: 10;
    box-shadow: 0px 0px 6px transparent;

    transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
}
.logo {
	width: 175px;
    height: 70px;
    position: relative;
    display: inline-block;
}
.logo a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.logo h1 {
	position: relative;
    width: 100%;
    height: 100%;
}
.logo h1 img {
	display: block;
}
/*********** Logo Commercial **********/
svg.commercial {
	margin-top: 3px;
}
svg.commercial .symbol {
	fill: #303039;
}
svg.commercial .wordmark {
	fill: #303039;
}
svg.commercial .attribution {
	display: none;
}
/*********** Logo Open-source **********/
svg.open-source {

}
svg.open-source .symbol {
	fill: #303039;
}
svg.open-source .wordmark {
	fill: #303039;
}
svg.open-source .attribution {
	fill: #303039;
}
.local-nav {
	 display: inline-block;
	 float: right;
}
.local-nav ul {
	line-height: 70px;
}
.local-nav li {
    padding: 0 1em;
    position: relative;
    color: #303039;
     transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}
.local-nav li a {
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.local-nav li.hover-fix {
	cursor: pointer;
}
.local-nav li:hover,
.local-nav li.active {
	color: #ffffff;
}
.local-nav li i {
	margin-left: 4px;
	transition: transform .2s ease-in;
	-webkit-transition: transform .2s ease-in;
}
.local-nav li.active i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.local-nav li i {
	margin-left: 4px;
	transition: transform .2s ease-in;
	-webkit-transition: transform .2s ease-in;
}
.local-nav li.active i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
/*
-------------------------------------
Product Drawer Dropdown
-------------------------------------
*/
.product-drawer {
	display: none;
	background: #202029;
  	padding: 30px 0 20px;
  	box-shadow: inset 0px 1px 6px #202029;
	z-index: 2;
	position: absolute;
	width: 100%;
}
.product-drawer.opened {
	display: block;
}
.product-drawer h5,
.mobile-menu h5 {
    color: #606069;
    padding-bottom: 2px;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #606069;

    letter-spacing: .05em;
}
.product-drawer p {
	color: #ffffff;
}
.col-fade {
	opacity: 0;
	/*margin-top: -4px;*/
}
.col-fade[data-fade="1"] {
	-moz-transition: 	opacity .1s ease-in .2s, margin-top .2s ease-in .2s;
	-o-transition: 		opacity .1s ease-in .2s, margin-top .2s ease-in .2s;
	-ms-transition: 	opacity .1s ease-in .2s, margin-top .2s ease-in .2s;
	-webkit-transition: opacity .1s ease-in .2s, margin-top .2s ease-in .2s;
	transition: 		opacity .1s ease-in .2s, margin-top .2s ease-in .2s;
}
.col-fade[data-fade="2"] {
	-moz-transition: 	opacity .1s ease-in .27s, margin-top .2s ease-in .3s;
	-o-transition: 		opacity .1s ease-in .27s, margin-top .2s ease-in .3s;
	-ms-transition: 	opacity .1s ease-in .27s, margin-top .2s ease-in .3s;
	-webkit-transition: opacity .1s ease-in .27s, margin-top .2s ease-in .3s;
	transition: 		opacity .1s ease-in .27s, margin-top .2s ease-in .3s;
}
.col-fade[data-fade="3"] {
	-moz-transition: 	opacity .1s ease-in .34s, margin-top .2s ease-in .34s;
	-o-transition: 		opacity .1s ease-in .34s, margin-top .2s ease-in .34s;
	-ms-transition: 	opacity .1s ease-in .34s, margin-top .2s ease-in .34s;
	-webkit-transition: opacity .1s ease-in .34s, margin-top .2s ease-in .34s;
	transition: 		opacity .1s ease-in .34s, margin-top .2s ease-in .34s;
}

.product-drawer.opened .col-fade {
	opacity: 1;
	/*margin-top: 0;*/
}
/*
-------------------------------------
Mobile Menu
-------------------------------------
*/
.mobile-menu {
	display: none;
	position: fixed;
	background: #202029;
	padding: 20px;
	top: 0;
    left: 0;
   /* right: 0;
    bottom: 0;*/
    width: 100vw;
    height: 100vh;
    z-index: 15;
}

/*
-------------------------------------
Header.sticky Stylings On Scroll
-------------------------------------
*/
.local-header.sticky {
	background: #ffffff;
	/*background: #303039;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-shadow: 0px 0px 6px rgba(0,0,0,.35);
}
.local-header.sticky svg.commercial .symbol {
	fill: #ff5933;
}
.local-header.sticky svg.commercial .wordmark {
	fill: #303039;
}
.local-header.sticky svg.open-source .symbol {
	fill: #5995f7;
}
.local-header.sticky svg.open-source .wordmark {
	fill: #303039;
}
.local-header.sticky svg.open-source .attribution {
	fill: #5995f7;
}
.local-header.sticky .local-nav li:hover,
.local-header.sticky .local-nav li.active {
	color: #ff5933;
}
/*
=======================================================
Footer
=======================================================
*/
footer.top {
	background: #303039;
	padding: 40px 0;
}
footer h5 {
	color: #c0c0c9;
	margin-bottom: .5rem !important;
}
footer li a {
	display: block;
    width: 100%;
    height: 100%;
	color: #909099;
    font-size: .8125rem;
    transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}
footer li a:hover {
	color: #c0c0c9;
	font-size: .8125rem;
}
footer .input-wrap input {
	color: #ffffff;
}
footer input.btn {
	margin: 0;
}
footer.bottom {
	background: #202029;
	padding: 40px 0;
}
footer p {
	font-size: .8125rem;
	color: #909099;
}
footer .tagline {
    color: #909099;
    width: 275px;
    margin-top: 12px;
    line-height: 1.25rem;
}
footer .address .email {
	color: #ff5933;
}
footer .social-media {
	margin-left: -8px;
}
footer .social-media li {
    width: 30px;
    line-height: inherit;
    position: relative;
    text-align: center;
}
footer .social-media li a {
    color: #909099;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    display: block;
    transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}
footer .social-media li:hover a{
	color: #c0c0c9;
	cursor: pointer;
}
footer .legal {
	margin-top: 2.5em;
}
footer .legal p {
	color: #909099;
	font-size: .8125rem;
}
footer .legal p a {
	color: inherit;
	transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}
footer .legal p a:hover {
	color: #c0c0c9;
}

/*
-------------------------------------
Footer registration form
-------------------------------------
*/
#newsletter-registration-responses p {
	color: #e0e0e9;
}

#newsletter-registration-responses p a {
	color: #ff5933;
}

#newsletter-registration-form label.error {
    position: absolute;
    right: 0;
    bottom: -25px;
    font-size: 11px;
    color: red;
}


@media screen and (max-width: 47.9375rem) {
/*@media screen and (max-width: 767px) {*/

/*.local-nav {
	display: none;
}*/

/*.mobile-menu-toggle {
	display: inline-block;
	float: right;
}*/
.mobile-menu-toggle span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    line-height: 70px;
}
.mobile-menu-toggle .menu-icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 16px;
    position: relative;
}
.mobile-menu-toggle .menu-icon .bar {
	display: inline-block;
	width: 100%;
	position: absolute;
	height: 2px;
	background: #303039;
	transition: background .2s ease-in;
}
/*.mobile-menu-toggle:hover .menu-icon .bar {
	background: #ffffff;
}*/
.mobile-menu-toggle .menu-icon .bar.top {
	top: 0;
	left: 0;
	right: 0;
/*	transform-origin: top left;*/
}
.mobile-menu-toggle .menu-icon .bar.middle {
    top: calc(50% - 1px);
    left: 0;
    right: 0;
}
.mobile-menu-toggle .menu-icon .bar.bottom {
	bottom: 0;
	left: 0;
	right: 0;
/*	transform-origin: bottom left;*/
}




.mobile-menu .content-wrap {
	opacity: 0;
	height: 100%;
	margin: 0;
    width: 100%;
	/*-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);*/

	/*transition: opacity .2s ease-out .2s, transform .2s ease-out .2s;*/
	transition: opacity .4s ease-out .4s;
}
/*.mobile-menu.open {
    display: block;
}*/
.mobile-menu.open .content-wrap {
	opacity: 1;
	/*-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);*/
}
.menu-close {
	width: 100px;
    padding: 10px 0 10px 10px;
    margin: 0 0 0 auto;
}
.menu-close span {
	color: #c0c0c9;
    display: block;
    text-align: right;
}
.mobile-menu h3 {
	color: #909099;
}
.mobile-menu li:first-of-type {
    padding-bottom: 10px;
    margin: 24px 0 16px;
}
.mobile-menu li {
	line-height: 40px;
}
.mobile-menu p {
	color: #ffffff;
}
.mobile-menu li a:not(.link) {
	display: block;
	color: #ff5933;
}
footer {
	text-align: center;
}
footer input.btn {
    width: 100%;
}
footer .tagline {
	margin: 12px auto;
}
/* end sm-col breakpoint */
}

@media screen and (min-width: 48rem) and (max-width: 68.6875rem) {
/*@media screen and (min-width: 768px) and (max-width: 1100px) {*/

/*.mobile-nav {
	display: none;
}	*/
.product-drawer.opened .col-fade {
	padding-top: 12px;
	padding-bottom: 12px;
}
footer.top {
	padding: 80px 0;
}
footer .input-wrap {
	display: inline-block;
    width: 70%;
}
footer input.btn {
    display: inline-block;
    margin: 0;
    margin-left: 6%;
	width: 23%;
}
/* end md-col breakpoint */
}

@media screen and (min-width: 68.75rem) {
/*@media screen and (min-width: 1101px) {*/

/*.mobile-nav {
	display: none;
}	*/
.col-fade {
	margin-top: -4px;
}
.product-drawer.opened .col-fade {
	margin-top: 0;
}
/* end lg-col breakpoint */
}
