@font-face {
    font-family: 'fira_sans_otbold';
    src: url('../fonts/FiraSans-Bold.eot');
    src: url('../fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FiraSans-Bold.woff') format('woff'),
         url('../fonts/FiraSans-Bold.ttf') format('truetype'),
         url('../fonts/FiraSans-Bold.svg#fira_sans_otbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sans';
    src: url('../fonts/FiraSans-Regular.eot');
    src: url('../fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FiraSans-Regular.woff') format('woff'),
         url('../fonts/FiraSans-Regular.ttf') format('truetype'),
         url('../fonts/FiraSans-Regular.svg#fira_sans_otbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sans_light';
    src: url('../fonts/FiraSans-Light.eot');
    src: url('../fonts/FiraSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FiraSans-Light.woff') format('woff'),
         url('../fonts/FiraSans-Light.ttf') format('truetype'),
         url('../fonts/FiraSans-Light.svg#fira_sans_otbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-family-base{
    font-family: 'fira_sans_light';
    src: url('../fonts/FiraSans-Light.eot');
    src: url('../fonts/FiraSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FiraSans-Light.woff') format('woff'),
         url('../fonts/FiraSans-Light.ttf') format('truetype'),
         url('../fonts/FiraSans-Light.svg#fira_sans_otbold') format('svg');
    font-weight: normal;
    font-style: normal;	
}
body {
	font-family: 'fira_sans';
	padding-top: 0;
	background-color: #000
}
/* update font headers to Calibri (eclemmer) */
h1,
h2,
h3,
h4,
h5 {
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif !important;
}
.container-fluid.content, .container-fluid.footer, .container-fluid.header {
	padding: 0;
	max-width: 1350px;
	x-overflow: hidden
}
.container-fluid.content {
	background: #fff
}
#menu > .navbar {
	margin-bottom: 0
}
#menu .navbar-brand {
	padding: 0 15px
}
#menu .navbar-nav a {
	color: #fff;
	font-family: 'fira_sans_light'
}
#menu .navbar-nav a:hover {
	background: #333
}
#menu .navbar .navbar-toggle .icon-bar {
	background-color: #ccc
}
.menu {
	height: 50px;
	background-color: #000;
	overflow-x: hidden
}
.menu .menu-heading.branding {
	margin: 0;
	padding: 0;
	float: left;
	height: 100%
}
.menu .menu-heading.branding:hover {
	background: 0 0
}
.menu .menu-list {
	margin-left: 1em;
	float: left
}
@media only screen and (min-width: 48em) {
	.menu .menu-list {
		height: 5.1em
	}
}
.menu .menu-list.right {
	float: right
}
.menu .menu-list a {
	padding: .5em .75em;
	padding-top: 16px;
	height: 24px;
	line-height: 24px;
	color: #fff;
    font-family: 'fira_sans_light';
	font-size: 1em
}
.menu .menu-list a:hover {
	background: #333
}
.menu .menu-list a.login {
	color: #777
}
@media only screen and (min-width: 64em) {
	.menu .menu-list a {
		height: 3em;
		padding-right: 1em;
		padding-left: 1em;
		font-size: 1em
	}
}
#search-bar {
	display: none;
	padding: 0
}
#search-bar .container {
	height: 50px
}
#search-bar .container form {
	margin-top: 8px
}
.search-results .facet header {
	border-bottom: 1px solid #888;
	margin-bottom: 15px
}
.search-results .facet header a {
	margin-top: 5px;
	margin-bottom: 5px
}
.search-results .facet header a i {
	font-size: 12px
}
.search-results .facet header h4 {
	margin-top: 5px;
	margin-bottom: 5px
}
.search-results .facet .media-body .media-heading {
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 0
}
.search-results .facet .media-body p {
	font-size: 14px;
	margin-bottom: 0
}
#search-hero {
	margin-top: 25px
}
#search-hero h3 {
	color: #7F7F7F;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px
}
#search-hero .help-tip {
	font-style: italic
}
#search-hero .input-group {
	width: 100%
}
#search-hero input[type=text] {
	color: #393939;
	height: auto;
	margin: 10px 0;
	padding: 0;
	font-size: 72px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 72px;
	border: 0;
	box-shadow: none
}
.hero {
	overflow: hidden;
	position: relative;
	font-size: 16px
}
.hero .hero-background {
	position: absolute
}
.hero .hero-background img {
	position: absolute
}
.hero .hero-content {
	height: 350px
}
@media only screen and (min-width: 48em) {
	.hero .hero-content {
		height: 475px
	}
}
.hero .hero-content .hero-body {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 3em
}
.hero .hero-content .hero-body h2, .hero .hero-content .hero-body h3 {
	margin: 0;
	color: #fff;
	font-size: 2em;
	font-weight: 400;
    font-family: 'fira_sans_light';
	line-height: 1.25em
}
@media only screen and (min-width: 48em) {
	.hero .hero-content .hero-body h2, .hero .hero-content .hero-body h3 {
		font-size: 2.5em
	}
}
@media only screen and (min-width: 80em) {
	.hero .hero-content .hero-body h2, .hero .hero-content .hero-body h3 {
		font-size: 3.25em
	}
}
.hero .hero-content .hero-body h3 {
	font-size: 1.5em
}
@media only screen and (min-width: 48em) {
	.hero .hero-content .hero-body h3 {
		font-size: 2.5em
	}
}
@media only screen and (min-width: 80em) {
	.hero .hero-content .hero-body h3 {
		font-size: 3.25em
	}
}
.hero .hero-content .call-to-action {
	position: absolute;
	padding: .5em 1em;
	bottom: 1.5em;
	left: 2.5em;
	font-size: 1.2em;
	font-weight: 400;
    font-family: 'fira_sans';
	line-height: 1em;
	color: #fff;
	border-radius: 2em;
	background: 0 0;
	border: 1px solid #fff
}
@media only screen and (min-width: 48em) {
	.hero .hero-content .call-to-action {
		bottom: 2em;
		left: 1.75em;
		font-size: 1.9em
	}
}
.hero .hero-content .call-to-action i {
	opacity: .5;
	float: right;
	margin-left: .5em;
	margin-right: -.5em
}
.hero .hero-content .call-to-action:hover {
	text-decoration: none
}
.sidekick {
	position: relative;
	box-sizing: border-box;
	padding: 1.75em 1.75em 0;
	background: #fff
}
.sidekick .sidekick-background {
	display: none
}
@media only screen and (min-width: 48em) {
	.sidekick .sidekick-background {
		display: block
	}
}
.sidekick .sidekick-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	height: 400px;
	position: relative
}
.sidekick .sidekick-content a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 400px
}
.sidekick .sidekick-content a img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.sidekick .sidekick-content .sidekick-body {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	float: left;
	margin: 0;
	padding: 0
}
@media only screen and (min-width: 48em) {
	.sidekick .sidekick-content .sidekick-body {
		margin-right: 5em;
		padding: 0 2em
	}
}
.sidekick .sidekick-content .sidekick-body .sidekick-title {
    font-family: 'fira_sans_light';
	font-weight: 400;
	font-size: 2.5em;
	margin: 0;
	line-height: 1em
}
@media only screen and (min-width: 48em) {
	.sidekick .sidekick-content .sidekick-body .sidekick-title {
		font-size: 4em
	}
}
.sidekick .sidekick-content .sidekick-body p {
    font-family: 'fira_sans_light';
	font-weight: 400;
	font-size: 1.25em;
	margin: .75em 0;
	color: #898989
}
@media only screen and (min-width: 48em) {
	.sidekick .sidekick-content .sidekick-body p {
		font-size: 1.5em
	}
}
#main-content, #side-content {
	padding: 0 2em;
	margin: 2em 0 0 0;
	box-sizing: border-box
}
#main-content h2, #side-content h2 {
	font-weight: 400;
	font-size: 2em;
	font-family: 'fira_sans_light';
	margin: 0 0 .5em 0;
	line-height: 1em
}
@media only screen and (min-width: 48em) {
	#main-content h2, #side-content h2 {
		font-size: 2.5em
	}
}
@media only screen and (min-width: 64em) {
	#main-content h2, #side-content h2 {
		font-size: 3em
	}
}
@media only screen and (min-width: 80em) {
	#main-content h2, #side-content h2 {
		font-size: 3.5em
	}
}
#main-content .news-and-events, #side-content .news-and-events {
	margin-bottom: 2em
}
#main-content .media-list, #side-content .media-list {
	list-style: none;
	padding: 0
}
#main-content .media-list .media, #side-content .media-list .media {
	margin-bottom: 3.25em
}
#main-content .media-list .media .media-avatar, #side-content .media-list .media .media-avatar {
	padding-right: 1em;
	box-sizing: border-box
}
#main-content .media-list .media .media-avatar img, #side-content .media-list .media .media-avatar img {
	width: 100%
}
#main-content .media-list .media .media-body, #side-content .media-list .media .media-body {
	font-weight: 400;
	color: #777
}
#main-content .media-list .media .media-body a, #side-content .media-list .media .media-body a {
	text-decoration: none;
	color: #0a4cac
}
#main-content .media-list .media .media-body .media-heading, #main-content .media-list .media .media-body p, #side-content .media-list .media .media-body .media-heading, #side-content .media-list .media .media-body p {
    font-family: 'fira_sans_light';
	margin: 0;
	font-size: 1.25em
}
#main-content .media-list .media .media-body .media-heading, #side-content .media-list .media .media-body .media-heading {
	margin-bottom: .2em;
    font-family: 'fira_sans_light';
	font-weight: 600;
	line-height: 1em;
	color: #000
}
#main-content .media-list .media .media-body .media-heading .media-handle, #side-content .media-list .media .media-body .media-heading .media-handle {
	font-size: .9em;
	color: #777
}
#main-content .media-list .media .media-body .media-heading .media-timestamp, #side-content .media-list .media .media-body .media-heading .media-timestamp {
	font-size: .75em;
	margin-left: .25em
}
#main-content .media-list .media .media-body .media-heading .media-timestamp:before, #side-content .media-list .media .media-body .media-heading .media-timestamp:before {
	content: ' \00b7'
}
#main-content .media-list .media .media-tags, #side-content .media-list .media .media-tags {
	list-style: none;
	margin-top: .75em;
	padding: 0
}
#main-content .media-list .media .media-tags .media-tag, #side-content .media-list .media .media-tags .media-tag {
	margin-right: .25em;
	display: inline-block
}
#main-content .media-list .media .media-tags .media-tag a, #side-content .media-list .media .media-tags .media-tag a {
	color: #000;
	text-decoration: none;
	background: #ccc;
	padding: .1em 1em;
	border-radius: 2em
}
#main-content .media-list .media .media-tags .media-tag.red a, #side-content .media-list .media .media-tags .media-tag.red a {
	background-color: #f065ba
}
#main-content .media-list .media .media-tags .media-tag.green a, #side-content .media-list .media .media-tags .media-tag.green a {
	background-color: #6dc9c0
}
#main-content .media-list .media .media-tags .media-tag.yellow a, #side-content .media-list .media .media-tags .media-tag.yellow a {
	background-color: #fabe7c
}
@media only screen and (min-width: 48em) {
	#main-content {
		border-right: 1px solid #ccc
	}
}
#side-content h2 {
	margin-bottom: .3em
}
#side-content ul {
	margin-bottom: 5em
}
#side-content ul a {
	padding: .4em .4em;
	font-size: 1.2em;
	font-weight: 400;
    font-family: 'fira_sans_light';
	white-space: normal;
	color: #777;
	display: block
}
footer {
	display: block;
	min-height: 465px;
	overflow-x: hidden
}
footer .menu {
	margin-top: .5em;
	height: inherit
}
footer .menu-list {
	margin-left: 0
}
footer .menu .menu-heading.branding {
	height: initial
}
footer .menu .menu-list > li {
	display: block
}
footer .menu .menu-list > li a {
	display: block
}
@media only screen and (min-width: 48em) {
	footer .menu .menu-list > li {
		display: inline-block
	}
}
.custom-wrapper {
	padding-bottom: 1em;
	-webkit-font-smoothing: antialiased;
	height: 2.1em;
	width: 100%;
	overflow: hidden;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	transition: height .5s
}
.custom-wrapper.open {
	height: 20em
}
.custom-menu-3 {
	text-align: right
}
.custom-toggle {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	display: none
}
.custom-toggle .bar {
	background-color: #777;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 100px;
	position: absolute;
	top: 18px;
	right: 7px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}
.custom-toggle .bar:first-child {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px)
}
.custom-toggle.x .bar {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.custom-toggle.x .bar:first-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
@media (max-width: 48em) {
	.custom-menu-3 {
		text-align: left
	}
	.custom-toggle {
		display: block
	}
}
.custom-can-transform {
	overflow-x: visible
}
@media only screen and (min-width: 48em) {
	.custom-can-transform .menu-list.right {
		margin-left: 0
	}
}