﻿/*h3
	{mso-style-link:"Heading 3 Char";
	margin-top:2.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	line-height:107%;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family:"Calibri Light",sans-serif;
	color:#1F4D78;
	font-weight:normal;}*/

p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing {
	margin: 0in;
	margin-bottom: .0001pt;
	/*font-size: 11.0pt;
		font-family: "Calibri",sans-serif;*/
}

/*move arrows to the left*/
.k-panelbar .k-panelbar-expand, .k-panelbar .k-panelbar-collapse {
	right: auto;
	left: 28px;
	/*top: 20px;*/ /*10 + (.k-panelbar .k-link.k-header padding-top)*/
}

ul.k-panelbar .k-link {
	/*padding-left: 10em;*/
}

.k-panelbar .k-link.k-header {
	/*padding-left: 55px;*/
	padding: 0px 10px 0px 55px;
	vertical-align: middle;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: -webkit-box;
	/*-webkit-box-pack:center;*/
	-webkit-box-align: center;
}

.k-panelbar .k-content {
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*font-size: 12px;*/
	padding-right: 10px;
	line-height: normal;
}

/*remove borders*/
ul.k-panelbar,
ul.k-panelbar .k-group,
ul.k-panelbar .k-content,
ul.k-panelbar .k-link {
	border-width: 0;
}
/*Styling the PanelBar headings .k-header CSS class is responsible for the default state*/
.k-panelbar .k-header {
	background-color: transparent;
}

	/*Header selected */
	.k-panelbar .k-header.k-state-selected {
		color: black;
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/*hover style*/
/*.k-panelbar .k-link:hover {
	color: white !important;
	background-color: #00A3B0 !important;
}*/

.k-panelbar > .k-panelbar-item > .k-link {
	border-bottom: 1px solid #ece9e6;
	height: 60px;
	vertical-align: middle;
}

.k-panelbar > .k-item.k-last > .k-link {
	/*border-bottom: none;*/
}

/* Child items' font and size can be controlled with */
ul.k-panelbar .k-group .k-link {
	cursor: default;
	/* font-size, line-height and color styles */
}

ul.k-panelbar .k-group .k-hover, ul.k-panelbar .k-group .k-state-selected, ul.k-panelbar .k-group .k-state-focused {
	background-color: transparent;
	color: black;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*Remove arrow */
.k-panelbar .k-icon {
	background-image: none;
	/*font-family: 'Glyphicons Halflings';
			font-size: 1em;
			overflow: visible;*/
}

.k-panelbar-collapse::before {
	content: url('../images/icons/down-green.png');
	width: 10px;
	height: 17px;
}

.k-panelbar-expand::before {
	content: url('../images/icons/forward-green.png');
	width: 10px;
	height: 17px;
}

.k-panelbar > .k-item > .k-link {
	line-height: 0px;
}

.k-panelbar > li > .k-state-selected, .k-panelbar > li.k-state-default > .k-link.k-state-selected {
	color: black;
}

.k-icon {
	width: 12px;
	height: 12px;
}

.policy .k-panelbar > .k-item > .k-link.k-selected,
.policy .k-panelbar > .k-panelbar-header > .k-link.k-focus {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: black !important;
}
.policy .k-panelbar > .k-panelbar-header > .k-link.k-hover {
	color: white !important;
	background-color: #00A3B0;
	background-image: none;
}

.policy .expandable-resources-background {
	padding: 5px 5px;
}

.policy .k-panelbar-content {
	color: #787878;
}

.policy .k-panelbar-item > .k-link {
	border-bottom: 1px solid #ece9e6;
	height: 60px;
	vertical-align: middle;
}

.policy .k-panelbar .k-panelbar-header {
	background-color: transparent;
}

.policy .k-panelbar .k-header.k-state-hover {
	color: white !important;
	background-color: #00A3B0;
	background-image: none;
}

.policy .k-panelbar-header .k-icon {
	text-indent: -99999px;
}

.policy .k-panelbar-header .k-icon:before {
	text-indent: 0;
}

.policy .k-panelbar .k-panelbar-content {
	font-size: 12px;
	padding: 10px 10px 10px 55px;
}