@CHARSET "ISO-8859-1";

/******************************************************************************
* Header
******************************************************************************/

#jargon-guide-header {
	background-color: #ffffff;
	color: #454545;
	background-image: url('/images/default/static/info-hero-banners/JargonGuide-fullsize.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 327px;
}

body.webp #jargon-guide-header {
	background-image: url('/images/default/static/info-hero-banners/JargonGuide-fullsize.png');
}

#jargon-guide-header .jargon-guide-title-wrapper {
	/*min-height: 600px;*/
}

#jargon-guide-header .jargon-guide-title {
	top: 5rem;
	position: absolute;
	font-size: 50px;
	color: #0099ff !important;
}



#jargon-guide-header .jargon-guide-text {
	font-family: 'Centrale Sans Regular', Trebuchet, sans-serif;
	font-size: 0.875rem;

}

#jargon-guide-header .jargon-guide-button {
	font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
	#jargon-guide-header {
		background-image: url('/images/default/static/info-hero-banners/JargonGuide-mobile.png');

	}

	body.webp #jargon-guide-header {
		background-image: url('/images/default/static/info-hero-banners/JargonGuide-mobile.png');
	}

	#jargon-guide-header .jargon-guide-title {
		font-size: 3rem;
		top: 25%;
	}
}


/******************************************************************************
* Breadcrumbs - Custom Overrides
******************************************************************************/
.breadcrumbs {
	background-color: #eeeff3 !important;
}

.breadcrumbs li,
.breadcrumbs li a {
	color: #2D2D2D !important;
}

.breadcrumbs li.current,
.breadcrumbs li.current a {
	color: #2D2D2D !important;
}

.breadcrumbs li a:hover,
.breadcrumbs li.current a:hover {
	color: #2D2D2D !important;
}



.container-xxl .col2 .jargon p {
	font-size: 1.05em;
}


.container-xxl .col2 .jargon ul.nav {
	padding-left: 0;
	background-color: #e6e6e6;
	list-style-type: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.container-xxl .col2 .jargon ul.nav li,
.container-xxl .col2 .jargon ul.nav li a {
	font-size: 1em;
	font-weight: 500;
	color: #454545;
	border-radius: 0px;
}

.container-xxl .col2 .jargon ul.nav li a {
	padding: 0 5px;
	height: 34px;
	line-height: 34px;
	border-left: #d6d6d6 solid 1px;
	border-bottom: #d6d6d6 solid 1px;
	text-decoration: none;
}

.container-xxl .col2 .jargon ul.nav li.first-tab a {
	border-left: none;
}

.container-xxl .col2 .jargon ul.nav li a:hover,
.container-xxl .col2 .jargon ul.nav li a:active {
	background-color: #d6d6d6;
	color: #0099ff;
}

.container-xxl .col2 .jargon ul.nav li.active {
	background: #0099ff;
}

.container-xxl .col2 .jargon ul.nav li.active a {
	color: #ffffff;
	background: #0099ff;
	border-bottom: #0099ff solid 1px;
	font-weight: 700;
}


.container-xxl .col2 .jargon .tab-content {
	margin: 15px 10px;
}

.container-xxl .col2 .jargon .tab-content h2 {
	font-size: 1.6em;
	background-color: #0099ff;
	border-radius: 6px;
	padding: 0.2em 0.5em;
	color: #fff;
	font-weight: 400;
}

.container-xxl .col2 .jargon .tab-content h3 {
	font-size: 1.2em;
	background-color: #0099ff;
	border-radius: 6px;
	padding: 0.2em 0.5em;
	color: #fff;
}


@media (max-width: 1200px) and (min-width: 768px) {
	.container-xxl .col2 .jargon ul.nav li a {
		padding: 8px 5px;
		height: 50px;
		line-height: 16px;
	}
}

@media (max-width: 767px) {

	.container-xxl .col2 .jargon ul.nav li,
	.container-xxl .col2 .jargon ul.nav li a {
		margin: 0;
		border-left: none;
	}

	.container-xxl .col2 .jargon ul.nav li.active a {
		border-bottom: none;
	}

	.container-xxl .col2 .jargon ul.nav {
		flex-direction: column;
	}

	.container-xxl .col2 .jargon .tab-content {
		margin: 15px 0;
	}

	.container-xxl .col2 .jargon .tab-content dd {
		margin-left: 10px;
	}

	.jargon-container{
		background-color: #fff;
	}
}

.container-xxl .col2 .jargon h1 {
	background-color: #3f3f36;
	border-radius: 6px;
	padding: 0.2em 0.5em;
	color: #fff;
	font-weight: 400;
}