
/*==============================================  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;
	background: rgba(15,22,38,.9) !important;
}
.logo-sticky {
    margin-top: -0px;
}
.main-content-sticky {
	margin-top: 46px;
}
.body-home .main-content-sticky {
	margin-top: 0px;
}

.nav-sticky-top-only {
	position: fixed !important;
	top: 0;
}
.header-sticky-above {
	margin-top: 50px;
}
.resource-sticky {
	margin-top: 45px !important;
}
.blog-sticky {
	margin-top: 45px;
}
.bio-sticky {
    margin-top: 45px !important;
}
.copy-sticky {
    margin-top: 45px !important;
}
/*
.no-billboard .copy-sticky, .no-billboard .resource-sticky {
	margin-top: 0px !important;
}
*/

/*
.bio-sticky {
	margin-top: 78px;
}
*/
/*
.resource-sticky {
	margin-top: 38px;
}
*/

/*
==============================================
Sticky Header
==============================================
*/
.interior .billboard-sticky {
    margin-top: 45px !important;
    position: relative;
}
.billboard-sticky {
    margin-top: -205px !important;
    position: relative;
}
/*
==============================================
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: -205px;
	}
/*
	.no-billboard .copy-sticky, .no-billboard .resource-sticky {
		margin-top: 200px !important;
	}
*/
	.body-bio .copy-sticky {
		margin-top: 315px !important;
	}

/* 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
==============================================
*/
	.interior .billboard-section {
		margin-top: 0px !important;
	}
	.resource-sticky {
		margin-top: 0px !important;
	}
/*
	.billboard-sticky {
		margin-top: 0px !important;
	}
*/
	.header-sticky-above {
		margin-top: 0px;
	}
	.header-sticky {
		margin-top: 0;
	}
	.nav-sticky {
		background: rgba(15,22,38,0) !important;
	}
	.bio-sticky, .blog-sticky {
		margin-top: 0 !important;
	}
/*
	.billboard-sticky {
		margin-top: -255px;
	}
*/
/*
	.billboard-section {
		margin-top: -197px;
	}
*/
	.hide-nav{
		transform: inherit !important;
	}
	.no-billboard .copy-sticky, .no-billboard .resource-sticky {
		margin-top: 0px !important;
	}
	.bio-sticky {
	    margin-top: 0px !important;
	}
	.body-bio .copy-sticky {
		margin-top: 110px !important;
	}
/*
	.nav-sticky {
		position: relative !important;
	}
*/
	.logo-sticky {
		margin-top: inherit;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) {
		margin: 0;
	}
	.copy-sticky {
    margin-top: 0px !important;
	}

}


/* 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 { }
