@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:300,400,400i,700');
 @charset "utf-8";
/* CSS Document */

/***************************************************
	CHARTS
***************************************************/
.padding {
	padding-bottom: 8rem;
	padding-top: 4rem;
}

.tab-content {
	box-shadow: 0 20px 30px -15px #072b3e inset;
    background: url("/Portals/1/Spotlight/2020/fy2021-budget/chart-bg.jpg") no-repeat center center;
	background-size: cover;
}
.outer-wrapper .tab-pane h2 {
	color: #fff !important;
	text-align: center !important;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}

.outer-wrap h2 {color: #fff !important; text-align: center; margin-bottom: 35px;}

.disc {
	color: #fff;
	font-size: 13px;
	margin-top: 20px;
}

.disc.right {
	float: right;
	font-style: italic;
}

.disc.center {
	display:block;
	margin: auto;
	text-align: center;
}
#skin-row-outer5 > .container {
	width: 100%;
}
#dnn_ContentPane6 {
	padding: 0px;
}
ul.nav {
	margin-left: 0px;
}
#info-navigation {
	background: linear-gradient(to right, #355e93 0%, #728fb4 100%);
}
.nav-item {
	border-radius: 0px !important;
	transition: all 0.3s;
	background: rgba(0,0,0,0);

}

.nav-item a {
		border-radius: 0px !important;

}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: rgba(255,255,255,0.2);
}
.nav-pills>li.active>a::after {
	content:"";
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
	border-top: 20px solid rgba(255,255,255,0.2);
	position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}
  
  
.nav-pills>li>a:hover, .nav>li>a:focus {
	background-color: rgba(255,255,255,0.4);
}
.nav-pills a, .nav-pills a:visited, .nav-pills a:link {
	color: #fff;
	padding: 12px 12px;
	font-size: 1.8rem;
	font-weight: 600;
}

#pills-tabContent .icon {
	height: 40px;
	margin-right: 10px;
}

/* CHART 1 */
#highcharts-0 > svg > text:nth-child(14) {
	display:none;
}
#highcharts-2 .highcharts-background {
	fill: rgba(0,0,0,0);
}
#chart text {
	color: #fff !important;
	fill: #fff !important;
}

#chart .highcharts-tooltip text {
	color: #000 !important;
	fill: #000 !important;
}
.highcharts-title {
		color: #fff !important;
	margin-top: 20px !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 800 !important;
	font-size: 3rem !important;
	fill: #fff !important;
}
.highcharts-axis tspan {
	font-size: 16px;
			font-family: 'Roboto Condensed', sans-serif;

}


/* CHART 2 */
.outer-wrapper .tab-pane ul {
	list-style: none;
}
.outer-wrapper .tab-pane li {
		list-style: none;
	color: #060607;
	font-size: 2.5rem;
		font-family: 'Roboto', sans-serif;
		background-color: #fbfcfb;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #fff;
	transition: all 0.3s;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		outline: 40px solid transparent;

}
.outer-wrapper .tab-pane li:hover {
		outline: 40px solid transparent;
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background-color: #fff;
	
}

/* CHART 3 */

.tab-pane h3 {
			list-style: none;
	color: #060607;
	font-size: 2.5rem;
		font-family: 'Roboto', sans-serif;
		background-color: #fbfcfb;
	padding: 19px;
	margin: 0px;
	border: 1px solid #fff;
	transition: all 0.3s;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		outline: 40px solid transparent;
	font-weight: 400;
	margin-bottom: 15px;
}

.tab-pane p {
			list-style: none;
	color: #060607;
	font-size: 2.5rem;
		font-family: 'Roboto', sans-serif;
		background-color: rgb(149, 206, 255);
	padding: 22px;
	border: 1px solid rgb(149, 206, 255);
	transition: all 0.3s;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		outline: 40px solid transparent;
	font-weight: 800;
	margin-bottom: 15px;
}

/* CHART 4 */


.highcharts-legend-item text {
	font-size: 16px !important;
			font-family: 'Roboto', sans-serif !important;

}

#highcharts-0 {
	display:block;
	margin: auto;
}
#pie {
	width: 100%;
}

.seal {

	display:block;
	margin: auto;
	transition: all 0.3s;
	

}
.seal:hover {
	opacity: 1;
}

.row.spacer {
	margin-bottom: 30px;
}

.lefty {
	float: left;
    width: 64px;
    position: relative;
    top: 10px;
    left: 50px;
}

.lefty img {
	    border: 2px solid #fff;
    border-radius: 99px;
}

.righty {
	float: right;
	width: 70%;
	font-size: 16px;
	color: #fff !important;
}

.righty h4 {
	font-size: 30px;
	color: #fff !important;
	padding: 12px;
	text-align: right;
	padding-right: 30px;
	border: 2px solid #fff;
	border-bottom-right-radius: 90px;
		border-top-right-radius: 90px;
	margin-top: 10px !important;

	
}

.righty div {
	border-bottom-right-radius: 90px;
		border-top-right-radius: 90px;
}

.highcharts-legend-item span {
	width: 300px;
}

.highcharts-legend-item {
	left: -350px !important;
}

.righty div:hover {
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.2)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#80ffffff', GradientType=0);
}



/***************************************************
	RESPONSIVE
***************************************************/

@media only screen and (max-width: 1300px) {
		.highcharts-legend-item {
	left: -250px !important;
}
}
/* Laptops - MD */
@media only screen and (max-width: 1199px) {

		.DVIDSRightSide {
		padding-top: 1px;
	}
		.highcharts-legend-item {
	left: -150px !important;
}
}
/* Tablets - SM */
@media only screen and (max-width: 991px) {
	#pills-investments > div > div > div.col-md-4 {
		margin-bottom: 50px;
	}
	#pills-investments p {
		padding-left: 67px;
	}

	.card h2 {
		display: block;
	}

	.DVIDSBottomLeft {
		margin-top: 20px !important;
	}
		.highcharts-legend-item {
	left: -50px !important;
}
	#buttons .card {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Phones - XS */
@media only screen and (max-width: 768px) {
	.card .thumb {
		display: block !important;
	}
	.highcharts-legend {
		display: none !important;
	}
	
	.lefty {
		width:94px;
	}
	.highcharts-legend-item {
				display: none !important;
	}
	
	.card article p {
		display: block;
	}

	.nav-tabs {
		border-bottom: none;
}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
		border-bottom-color: #ddd;
	}
	.nav-tabs>li>a {
		border-radius: 4px;
	}
	.nav-tabs>li{
		display:block;
		margin: auto;
		margin-bottom: 5px;
		text-align: center;
width: 100%;	}
}


#highcharts-0 > div > div {
	position: relative !important;
}

#highcharts-0 > svg > g.highcharts-legend > g:nth-child(2) {
	display:none !important;
}

/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/

/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, 
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    } 
}