
/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Source Sans Pro', sans-serif;
____

light 300
regular 400
semi bold 600
bold 700
____

========================================================================================================================
*/

/* hide nav  show nav */
.hide-nav{
	transform: translate3d(0,-100%,0) !important;
	top: 0px !important;
    transition-delay: 20s;
}
.nav-sticky {
	position: fixed !important;
	top:0;
}
.logo-sticky {
    margin-top: -91px;
}
.logo-sticky-v2 {
    margin-top: -148px;
}
/*
.billboard-sticky-v2 {
    margin-top: 147px;
}
*/
.main-content-sticky {
    margin-top: 147px;
}
/*
.no-billboard .copy-sticky, .no-billboard .resource-sticky {
	margin-top: 147px !important;
}
*/

/*
==============================================
Sticky Header 
==============================================
*/
/*
.billboard-sticky {
    margin-top: 152px;
    position: relative;
}
*/
.main-content-sticky-above {
    margin-top: 152px;
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Sticky Header
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Sticky Header
==============================================
*/
/*
	.billboard-sticky {
		margin-top: 200px;
	}
*/
/*
	.no-billboard .copy-sticky, .no-billboard .resource-sticky {
		margin-top: 200px !important;
	}
*/
	.body-bio .copy-sticky {
		margin-top: 315px !important;
	}
	.main-content-sticky {
		margin-top: 203px;
	}
	.logo-sticky {
		margin-top: 56px;
	}
	.main-content-sticky-above {
		margin-top: 0;
	}
}

/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Sticky Header
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Sticky Header
==============================================
*/
	.billboard-sticky {
		margin-top: 147px;
	}
	.hide-nav{
		transform: inherit !important;
	}
	.billboard-sticky {
		margin-top: 150px;
	}
/*
	.no-billboard .copy-sticky, .no-billboard .resource-sticky {
		padding-top: 110px !important; 
	}
*/

	.body-bio .copy-sticky {
		margin-top: 110px !important;
	}
	.nav-sticky {
		position: relative !important;
	}
	.logo-sticky-v2 {
		margin-top: 0 !important;
	}
	.main-content-sticky {
		margin-top: 0 !important;
	}
	.billboard-sticky {
		margin-top: 0;
	}
	.logo-sticky {
		margin-top: 0;
	}	
	.logo-section {
		border-bottom: transparent;
	}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Sticky Header
==============================================
*/
}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Sticky Header
==============================================
*/

}

/* IE only */
@media screen\0 { }


