/* ---------------------------------------------------
BOOTSTRAP
----------------------------------------------------- */

/*!
* Bootstrap v3.1.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter,  Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background: 0 0;
}

a:active, a:hover {
	outline: 0;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	margin: .67em 0;
}

mark {
	color: #000;
	background: #ff0;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: text-bottom;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td, th {
	padding: 0;
}

@media print {
	* {
			color: #000 !important;
			text-shadow: none !important;
			background: 0 0 !important;
			box-shadow: none !important;
	}

	a, a:visited {
			text-decoration: underline;
	}

	a[href]:after {
			content: " (" attr(href) ")"
	}

	abbr[title]:after {
			content: " (" attr(title) ")"
	}

	a[href^="javascript:"]:after, a[href^="#"]:after {
			content: ""
	}

	blockquote, pre {
			border: 1px solid #999;
			page-break-inside: avoid;
	}

	thead {
			display: table-header-group;
	}

	img, tr {
			page-break-inside: avoid;
	}

	img {
			max-width: 100% !important;
	}

	h2, h3, p {
			orphans: 3;
			widows: 3;
	}

	h2, h3 {
			page-break-after: avoid;
	}

	select {
			background: #fff !important;
	}

	.navbar {
			display: none;
	}

	.table td, .table th {
			background-color: #fff !important;
	}

	.btn > .caret, .dropup > .btn > .caret {
			border-top-color: #000 !important;
	}

	.label {
			border: 1px solid #000;
	}

	.table {
			border-collapse: collapse !important;
	}

	.table-bordered td, .table-bordered th {
			border: 1px solid #c0cbd4 !important;
	}
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #1a1a1a;
	background-color: #fff;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {

	text-decoration: none;
}

a:focus, a:hover {

	text-decoration: underline;
}

a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #c0cbd4;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #a7adbc;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}

.h1, h1 {
	font-size: 36px;
}

.h2, h2 {
	font-size: 30px;
}

.h3, h3 {
	font-size: 24px;
}

.h4, h4 {
	font-size: 18px;
}

.h5, h5 {
	font-size: 14px;
}

.h6, h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
			font-size: 21px;
	}
}

.small, small {
	font-size: 85%
}

cite {
	font-style: normal;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-muted {
	color: #a7adbc;
}

.text-primary {

}

a.text-primary:hover {
	color: #3071a9;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;

}

a.bg-primary:hover {
	background-color: #3071a9;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.list-inline > li:first-child {
	padding-left: 0;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dd, dt {
	line-height: 1.428571429;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
			float: left;
			width: 160px;
			overflow: hidden;
			clear: left;
			text-align: right;
			text-overflow: ellipsis;
			white-space: nowrap;
	}

	.dl-horizontal dd {
			margin-left: 180px;
	}
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #a7adbc;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

blockquote:after, blockquote:before {
	content: ""
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #313f49;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #313f49;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #ebf0f3;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	/* padding-right: 15px;
padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
}

div.container {
	max-width: 1600px !important;
	min-height: 83px;
	padding: 1em 0em 1em 0em;
	margin-right: auto;
	margin-left: auto;
}

#fm-header .top-links {
	text-transform: uppercase;
}

#nav-multisite header {
	background: none;
	border-bottom: none;
}

table {
	max-width: 100%;
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #c0cbd4;
}

.table > thead > tr > th {
	vertical-align: bottom;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #c0cbd4;
}

.table .table {
	background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
	padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #c0cbd4;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #fafbfc;
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
	background-color: #ebf0f3;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
	background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
	background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
	background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}

.table {
	border-bottom: 1px solid #e3e8ea;
	border-top: 1px solid #e3e8ea;
}

@media (max-width: 767px) {
	.table-responsive {
			width: 100%;
			margin-bottom: 15px;
			overflow-x: scroll;
			overflow-y: hidden;
			-webkit-overflow-scrolling: touch;
			-ms-overflow-style: -ms-autohiding-scrollbar;
			border: 1px solid #c0cbd4;
	}

	.table-responsive > .table {
			margin-bottom: 0;
	}

	.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
			white-space: nowrap;
	}

	.table-responsive > .table-bordered {
			border: 0;
	}

	.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
			border-left: 0;
	}

	.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
			border-right: 0;
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
			border-bottom: 0;
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #313f49;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	line-height: normal;
}

input[type=file] {
	display: block;
}

#gov-toggle > input {
	margin: 0;
	line-height: normal;
	vertical-align: middle;
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple], select[size] {
	height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #1a1a1a;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control:-moz-placeholder {
	color: #767676;
}

.form-control::-moz-placeholder {
	color: #767676;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #767676;
}

.form-control::-webkit-input-placeholder {
	color: #767676;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

textarea.form-control {
	height: auto;
}

input[type=date] {
	line-height: 34px;
}

.form-group {
	margin-bottom: 15px;
}

.checkbox, .radio {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkbox label, .radio label {
	display: inline;
	font-weight: 400;
	cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	float: left;
	margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
	margin-top: -5px;
}

.checkbox-inline, .radio-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px;
}

.checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
	cursor: not-allowed;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
	height: auto;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
	height: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.form-control-static {
	margin-bottom: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width: 768px) {
	.form-inline .form-group {
			display: inline-block;
			margin-bottom: 0;
			vertical-align: middle;
	}

	.form-inline .form-control {
			display: inline-block;
			width: auto;
			vertical-align: middle;
	}

	.form-inline .control-label {
			margin-bottom: 0;
			vertical-align: middle;
	}

	.form-inline .checkbox, .form-inline .radio {
			display: inline-block;
			padding-left: 0;
			margin-top: 0;
			margin-bottom: 0;
			vertical-align: middle;
	}

	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
			float: none;
			margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
			top: 0;
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.form-horizontal .form-control-static {
	padding-top: 7px;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
			text-align: right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}

.btn:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

.btn:focus, .btn:hover {
	color: #313f49;
	text-decoration: none;
}

.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.btn-default {
	color: #313F49;
	background-color: #fff;
	border: 1px solid #ccc;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
	color: #ebebeb;

}

.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #313f49;
}

.btn-primary {
	color: #fff;

}

.btn-secondary {
	color: #fff;

}

.btn-secondary:hover {
	color: #fff;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
	color: #fff;

}

.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {

	border-color: #357ebd;
}

.btn-primary .badge {

	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
}

.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	font-weight: 400;

	cursor: pointer;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #a7adbc;
	text-decoration: none;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
	position: relative;
	/* top: 1px; */
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {

	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #313f49;
	white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #ebf0f3;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;

	outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
	color: #a7adbc;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #a7adbc;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
			right: 0;
			left: auto;
	}

	.navbar-right .dropdown-menu-left {
			right: auto;
			left: 0;
	}
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
	position: relative;
	float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
	z-index: 2;
}

.btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
	outline: 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}

.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
	float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified > .btn-group .btn {
	width: 100%
}

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
	display: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.input-group .form-control {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 0;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
	height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
	height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
	z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #ebf0f3;
}

.nav > li.disabled > a {
	color: #a7adbc;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
	color: #a7adbc;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #eee;

}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #c0cbd4;
}

.nav-tabs > li {
	display: flex;
	align-items: center;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	padding-left: 30px;
	padding-right: 30px; 
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #eee;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified > li {
	float: none;
}

.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
			display: table-cell;
			width: 1%
	}

	.nav-tabs.nav-justified > li > a {
			margin-bottom: 0;
	}
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #c0cbd4;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
			border-bottom: 1px solid #c0cbd4;
	}

	.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
			border-bottom-color: #fff;
	}
}

.nav-pills > li {
	float: left;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;

}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%
}

.nav-justified > li {
	float: none;
}

.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.nav-justified > li {
			display: table-cell;
			width: 1%
	}

	.nav-justified > li > a {
			margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
	border: 1px solid #c0cbd4;
}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
			border-bottom: 1px solid #c0cbd4;
	}

	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
			border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane {
	display: none;
}

#modal-tabs-content #modal-tabs-foundations-new, 
#modal-tabs-content #modal-tabs-recipients-new, 
#modal-tabs-content #modal-tabs-grants-new,
#modal-tabs-content #modal-tabs-oecd-new,
#modal-tabs-content #modal-tabs-issue-lab-reports-new,
#modal-tabs-content #modal-tabs-recipients-without-grants-new,
#modal-tabs-content #modal-tabs-iati-new,
#modal-tabs-content #modal-tabs-country-profile-new {
	padding-top: 1em;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

@media (min-width: 768px) {
	.navbar-header {
			float: left;
	}
}

.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 768px) {
	.navbar-collapse {
			width: auto;
			border-top: 0;
			box-shadow: none;
	}

	.navbar-collapse.collapse {
			display: block !important;
			height: auto !important;
			padding-bottom: 0;
			overflow: visible !important;
	}

	.navbar-collapse.in {
			overflow-y: visible;
	}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
			padding-right: 0;
			padding-left: 0;
	}
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
			margin-right: 0;
			margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 768px) {
	.navbar-static-top {
			border-radius: 0;
	}
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 768px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
			border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	height: 20px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
			margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.navbar-toggle {
			display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
			padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
			line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
			background-image: none;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
			float: left;
			margin: 0;
	}

	.navbar-nav > li {
			float: left;
	}

	.navbar-nav > li > a {
			padding-top: 15px;
			padding-bottom: 15px;
	}

	.navbar-nav.navbar-right:last-child {
			margin-right: -15px;
	}
}

@media (min-width: 768px) {
	.navbar-left {
			float: left !important;
	}

	.navbar-right {
			float: right !important;
	}
}

.navbar-form {
	padding: 10px 15px;
	margin: 8px -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
	.navbar-form .form-group {
			display: inline-block;
			margin-bottom: 0;
			vertical-align: middle;
	}

	.navbar-form .form-control {
			display: inline-block;
			width: auto;
			vertical-align: middle;
	}

	.navbar-form .control-label {
			margin-bottom: 0;
			vertical-align: middle;
	}

	.navbar-form .checkbox, .navbar-form .radio {
			display: inline-block;
			padding-left: 0;
			margin-top: 0;
			margin-bottom: 0;
			vertical-align: middle;
	}

	.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
			float: none;
			margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
			top: 0;
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
			margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	.navbar-form {
			width: auto;
			padding-top: 0;
			padding-bottom: 0;
			margin-right: 0;
			margin-left: 0;
			border: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
	}

	.navbar-form.navbar-right:last-child {
			margin-right: -15px;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.navbar-text {
			float: left;
			margin-right: 15px;
			margin-left: 15px;
	}

	.navbar-text.navbar-right:last-child {
			margin-right: 0;
	}
}

.navbar-default {

}

.navbar-default .navbar-brand {
	color: #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {

}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #313f49;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e8ebef;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #c0cbd4;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #c0cbd4;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #555;
	background-color: #e8ebef;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {

	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #313f49;
			background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
			color: #555;
			background-color: #e8ebef;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
			color: #ccc;
			background-color: transparent;
	}
}

.navbar-default .navbar-link {

}

.navbar-default .navbar-link:hover {
	color: #313f49;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #a7adbc;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
	color: #a7adbc;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #080808;

}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #313f49;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #313f49;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #080808;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
			border-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
			background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
			color: #a7adbc;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #fff;
			background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
			color: #fff;
			background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
			color: #444;
			background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #a7adbc;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #ebf0f3;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb > .active {
	color: #a7adbc;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
}

.pagination > li {
	display: inline;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 5px 10px;
	margin-left: -1px;
	line-height: 1.428571429;

	text-decoration: none;
	background-color: #fff;
	border: 1px solid #E3E8EA;
	font-size: .85em;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #2a6496;
	background-color: #eee;
	border-color: #c0cbd4;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;

}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	color: #a7adbc;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #E3E8EA;
}

.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}

.pager li {
	display: inline;
}

.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #c0cbd4;
}

.pager li > a:focus, .pager li > a:hover {
	text-decoration: none;
	background-color: #eee;
}

.pager .next > a, .pager .next > span {
	float: right;
}

.pager .previous > a, .pager .previous > span {
	float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
	color: #a7adbc;
	cursor: not-allowed;
	background-color: #fff;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

.label[href]:focus, .label[href]:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #a7adbc;
}

.label-default[href]:focus, .label-default[href]:hover {
	background-color: gray;
}

.label-primary {

}

.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #3071a9;
}

.label-success {
	background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #c9302c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #a7adbc;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {

	background-color: #fff;
}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width: 768px) {
	.jumbotron {
			padding-top: 48px;
			padding-bottom: 48px;
	}

	.container .jumbotron {
			padding-right: 60px;
			padding-left: 60px;
	}

	.jumbotron .h1, .jumbotron h1 {
			font-size: 63px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #c0cbd4;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {

}

.thumbnail .caption {
	padding: 9px;
	color: #313f49;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: 700;
}

.alert > p, .alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable {
	padding-right: 35px;
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
	from {
			background-position: 40px 0;
	}
	to {
			background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
			background-position: 40px 0;
	}
	to {
			background-position: 0 0;
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #ebf0f3;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;

	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media, .media-body {
	overflow: hidden;
	zoom: 1;
}

.media, .media .media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media-object {
	display: block;
}

.media-heading {
	margin: 0 0 5px;
}

.media > .pull-left {
	margin-right: 10px;
}

.media > .pull-right {
	margin-left: 10px;
}

.transparency-seal {
	font-family: 'Open Sans';
	font-size: 10px;
	font-weight: bold !important;
	padding: .15em 0.25em;
	margin-left: 0.5em;
	position: relative;
	top: -2px;
}

.transparency-seal.bronze {
	background-color: #D98766;
}

.transparency-seal.silver {
	background-color: #A29FA2;
}
.transparency-seal.gold {
	background-color: #F8BF5D;
}
.transparency-seal.platinum {
	background-color: #91B5C7;
}

.seal-tooltip {
  position: relative;
	display: inline-block;
}

.seal-tooltip .seal-tooltiptext {
	visibility: hidden;
	font-size:12px;
	font-weight: normal;
  width: 230px;
  background-color: #fff;
  color: #1a1a1a;
	padding: 10px;
	box-shadow: 3px 3px 10px lightgray;
	border-style: solid;
  border-width: 1px;
	border-color: lightgray;
  position: absolute;
  z-index: 1;
  top: -17px;
  left: 120%;
  opacity: 0;
	transition: opacity 0.3s;
}

#profile-tabs-key-facts-grants-new #top-list-top-orgs .seal-tooltip .seal-tooltiptext,
#dashboard-top-orgs .seal-tooltip .seal-tooltiptext {
	position: absolute;
	top: 25px;
  left: -50px;
}

.seal-tooltip:hover {
	cursor: pointer;
}

.seal-tooltip:hover .seal-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #e0e6eb;
}

.list-group-item:last-child {
	margin-bottom: 0;
}

.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

a.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading {
	color: #313f49;
}

a.list-group-item:focus, a.list-group-item:hover {
	text-decoration: none;
	background-color: #ebf0f3;
}

a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
	z-index: 2;
	color: #fff;

}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading {
	color: inherit;
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
	color: #e1edf7;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
	padding: 15px;
}

.panel > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group .list-group-item:first-child {
	border-top: 0;
}

.panel > .list-group .list-group-item:last-child {
	border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
	margin-bottom: 0;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
	border-top: 1px solid #c0cbd4;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
	border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tfoot > tr:first-child > td, .panel > .table-bordered > tfoot > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-top: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title > a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #ebf0f3;
	border-top: 1px solid #c0cbd4;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 1px solid #c0cbd4;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #c0cbd4;
}

.panel-default {
	border-color: #c0cbd4;
}

.panel-default > .panel-heading {
	color: #313f49;
	background-color: #ebf0f3;
	border-color: #c0cbd4;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #c0cbd4;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #c0cbd4;
}

.panel-primary {

}

.panel-primary > .panel-heading {
	color: #fff;

}

.panel-primary > .panel-heading + .panel-collapse .panel-body {

}

.panel-primary > .panel-footer + .panel-collapse .panel-body {

}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #ebccd1;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #ebf0f3;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
	border-color: #c0cbd4;
	border-color: rgba(0, 0, 0, .15);
}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.modal-body {
	position: relative;
	padding: 20px;
}

.modal-foundation-profile .modal-dialog, .modal-recipient-profile .modal-dialog, .modal-grant-details .modal-dialog {
	min-width: 820px !important;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

@media (min-width: 768px) {
	.modal-dialog {
			width: 820px;
			margin: 30px auto;
	}

	.modal-content {
			-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
			box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}

	.modal-xs {
			max-width: 500px;
	}

	.modal-xs .modal-footer {
			text-align: center;
	}

	.modal-sm {
			width: 300px;
	}

	.modal-lg {
			width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover .arrow {
	border-width: 11px;
}

.popover .arrow:after {
	content: "";
	border-width: 10px;
}

.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #a7adbc;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #a7adbc;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0;
}

.popover.right .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}

.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #a7adbc;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #a7adbc;
	border-left-color: rgba(0, 0, 0, .25);
}

.popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner > .next {
	left: 100%
}

.carousel-inner > .prev {
	left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%
}

.carousel-inner > .active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
			width: 30px;
			height: 30px;
			margin-top: -15px;
			margin-left: -15px;
			font-size: 30px;
	}

	.carousel-caption {
			right: 20%;
			left: 20%;
			padding-bottom: 30px;
	}

	.carousel-indicators {
			bottom: 20px;
	}
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-lg, .visible-md, .visible-print, .visible-sm, .visible-xs, td.visible-lg, td.visible-md, td.visible-print, td.visible-sm, td.visible-xs, th.visible-lg, th.visible-md, th.visible-print, th.visible-sm, th.visible-xs, tr.visible-lg, tr.visible-md, tr.visible-print, tr.visible-sm, tr.visible-xs {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
			display: block !important;
	}

	table.visible-xs {
			display: table;
	}

	tr.visible-xs {
			display: table-row !important;
	}

	td.visible-xs, th.visible-xs {
			display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
			display: block !important;
	}

	table.visible-sm {
			display: table;
	}

	tr.visible-sm {
			display: table-row !important;
	}

	td.visible-sm, th.visible-sm {
			display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
			display: block !important;
	}

	table.visible-md {
			display: table;
	}

	tr.visible-md {
			display: table-row !important;
	}

	td.visible-md, th.visible-md {
			display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
			display: block !important;
	}

	table.visible-lg {
			display: table;
	}

	tr.visible-lg {
			display: table-row !important;
	}

	td.visible-lg, th.visible-lg {
			display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
			display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
			display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
			display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
			display: none !important;
	}
}

@media print {
	.visible-print {
			display: block !important;
	}

	table.visible-print {
			display: table;
	}

	tr.visible-print {
			display: table-row !important;
	}

	td.visible-print, th.visible-print {
			display: table-cell !important;
	}
}

@media print {
	.hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print {
			display: none !important;
	}
}

.table > thead > tr {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmYWZiZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjJmNGY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #fafbfc 40%, #f2f4f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fafbfc), color-stop(100%, #f2f4f5));
	background: -webkit-linear-gradient(top, #fafbfc 40%, #f2f4f5 100%);
	background: -ms-linear-gradient(top, #fafbfc 40%, #f2f4f5 100%);
	background: linear-gradient(to bottom, #fafbfc 40%, #f2f4f5 100%);
}

.table > thead > tr > th {
	font-size: .85em;
	line-height: 2em;

	font-weight: 700;
	border-bottom: 2px solid #e3e8ea;
	text-align: center;
}

.table > tbody > tr > td {
	text-align: center;
	border-top: 1px solid #e3e8ea;
	vertical-align: middle;
}

/* ---------------------------------------------------
ends BOOTSTRAP
----------------------------------------------------- */

/* Global elements */

#main-content {
}

.list-footer {
	font-size: .8em;
}

/* Custom Icon font */
@font-face {
	font-family: 'customicons';
	src: url('../fonts/customicons.eot?lnql4h');
	src: url('../fonts/customicons.eot?#iefixlnql4h') format('embedded-opentype'),
	url('../fonts/customicons.woff?lnql4h') format('woff'),
	url('../fonts/custonicons.ttf?lnql4h') format('truetype'),
	url('../fonts/customicons.svg?lnql4h#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.spriteimg {
	font-family: 'customicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.spriteimg.navicon-quicksearch:before {
	content: "\e600";
}

.spriteimg.navicon-list:before {
	content: "\e601";
}

.spriteimg.navicon-map:before {
	content: "\e602";
}

.spriteimg.navicon-charts:before {
	content: "\e603";
}

.spriteimg.navicon-advancedsearch:before {
	content: "\e604";
}

.spriteimg.navicon-tags:before {
	content: "\e605";
}

.spriteimg.navicon-savedsearches:before {
	content: "\e607";
}

.spriteimg.navicon-pathways:before {
	content: "\e608";
}

.spriteimg.navicon-constellations:before {
	content: "\e609";
}

.spriteimg.navicon-constellations:before {
	content: "\e609";
}

#fm-select-view .spriteimg, #fm-select-view .icon-dashboard {
	color: #93a6b7;
}

.icon-dashboard {
	font-size: 2.25em;
	display: block;
	margin-bottom: 0.15em;
}

.spriteimg.tag-sm:before {
	content: "\e606";
	font-size: 1.2em;
}

.spriteimg.tag-sm:hover {
	background-color: transparent !important;
}

.spriteimg.pushpin-sm:before {
	content: "\e607";
	font-size: 1.3em;
	position: relative;
	top: 2px;
}

.spriteimg.pushpin-sm {
	line-height: inherit;
	color: #0f70b2;
}

.spriteimg.pathways-sm:before {
	content: "\e608";
	font-size: 1.7em;
}

.spriteimg.list-sm:before {
	content: "\e601";
	font-size: 1.7em;
}

.nav-selected {
	color: #0f70b2 !important;
}

fontello-icon,
.spriteimg.dashboard {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.spriteimg.dashboard:before {
	content: "\e609";
}

.spriteimg.pdf {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	width: 31px;
	height: 31px;
	display: inline-block;
	background-position: -76px -265px;
	margin-left: 4px;
	box-shadow: none;
}

.spriteimg.csv {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	width: 31px;
	height: 31px;
	display: inline-block;
	background-position: -118px -265px;
	box-shadow: none;
}

.spriteimg.iati {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	width: 31px;
	height: 31px;
	display: inline-block;
	background-position: -39px -301px;
	box-shadow: none;
}

.btn-default .glyphicon {
	font-weight: bold;
}

.btn-default:hover .glyphicon {
	color: #ebebeb !important;
}

button.btn-default:hover {
	color: #ebebeb !important;
}

.circle {
	display: inline-block;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background: none repeat scroll 0 0 #05304E;
	margin-right: 4px;
	vertical-align: top;
	margin-top: 3px;
}

.beta-label {
	left: 0px;
	position: absolute;
	top: 0px;
	width: 46px;
	height: 15px;
	background: url('/img/beta.png') 0 0 no-repeat;
	display: none;
}

/* Input styles */

.main-layer-selection {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.main-layer-selection button {
	width: 180px;
	text-align: left;
}

.main-layer-selection .caret {
	display: block;
	position: absolute;
	right: 10px;
	top: 45%;
}

.main-layer-selection .selection {
	font-weight: normal;
}

.main-layer-selection .list-group li:hover {
	background-color: #ebf0f3;
	cursor: pointer;
}

.main-layer-selection .list-group.dropdown-menu {
	width: 180px;
}

.list-group.dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}

header {
	border-bottom: 3px solid rgba(255, 255, 255, .3);
	/* margin-bottom:20px; */
}

.logo {
	float: left;
}

.logo h1 {
	margin: 0;
	position: relative;
}

#client-logo {
	float: left;
}

#client-logo .logo-divider {
	float: left;
	background-image: url(/img/logo-divider.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 8px;
}

#client-logo img {
	max-width: 360px;
}

/* Styles for when a descriptor is added */
h2#fm-descriptor-text {
	font-weight: normal;
	color: #ffffff;
	font-style: inherit;
	opacity: .9;
	font-size: 1em;
	float: left;
	margin-left: 8px;
}

h2#fm-service-of {
	font-weight: normal;
	color: #ffffff;
	font-style: italic;
	font-size: .9em;
	margin-left: 10px;
	float: left;
	display: none;
}

h2#fm-service-of:hover {
	opacity: .6;
}

.descriptor .top-links {
	margin-top: 10px;
}

#map-pop-up h4.map-pop-up-description {
	background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 14px;
    margin: -11px -4px 11px -4px;
    font-size: 1.2em;
    font-weight: 600;
}

#map-pop-up .map-pop-up-description-1 {
	font-size: 0.9em;
}	

.top-links {
	float: right;
	text-align: right;
	padding-right: 0 !important;
}

.top-links li {
	float: none;
	display: inline-block;
	display: none;
}

.marketing-pages li.fm-marketing-top-link {
	display: inline-block;
}

.top-links li a {
	color: #ffffff;
}

.top-links .dropdown-toggle {
	background-color: #05304e;
	font-weight: bold;
	display: block;
}

.top-links .dropdown-toggle .caret {
	color: #849aa8;
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 7px solid transparent;
}

.top-links .dropdown-toggle .glyphicon-user {
	color: #849aa8;
	padding-right: 4px;
}

.top-links .nav > li > a {
	padding: 15px;
}

.top-links .nav > li > a:hover, .top-links .nav > li > a:focus {
	background-color: rgba(64, 64, 64, .4);
}

.top-links .dropdown-menu li {
	text-align: left;
	display: block;
}

.top-links .dropdown-menu li a {
}

.top-links .nav > li#marketing-login > a {
	border: 1px solid #ffffff;
	padding: 5px 15px;
	font-weight: bold;
}

.top-links .nav > li#marketing-login .caret {
	color: #ffffff;
	border-left: 5px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
}

.top-links .nav > li#marketing-subscribe > a {
	border: 1px solid #ffffff;
	padding: 5px 15px;
	background-color: #ffffff;
	font-weight: bold;
}

.top-links .nav > li#marketing-subscribe > a:hover {
	opacity: .7;
}

.top-links .nav > li#marketing-login .dropdown-menu {
	width: 250px;
	padding: 20px;
	left: -60px;
}

.top-links .nav > li#marketing-login .show-results {
	text-align: center;
	margin-top: 20px;
}

.top-links .nav > li#marketing-login .forgot-password {
	font-size: .8em;
}

.top-links .nav > li#marketing-login .forgot-password:hover {
	cursor: pointer;
}

.top-links .nav > li#marketing-login #fm-forgot-password {
	text-align: left;
}

.top-links .nav > li#marketing-login #reset-password-alert {
	display: none;
}

@media (min-width: 831px) and (max-width: 940px) {
	.top-links .nav > li > a, .top-links .nav > li#marketing-subscribe > a {
			padding-left: 8px;
			padding-right: 8px;
	}

}

@media (min-width: 768px) and (max-width: 830px) {
	.top-links .nav > li.fm-marketing-top-link > a,
	.top-links .nav > li#marketing-subscribe > a {
			padding-left: 2px;
			padding-right: 2px;
	}
}

.left-menu {
	width: 8%;
	text-align: center;
	float: left;
	min-width: 70px;
	font-family: "Roboto Condensed", arial;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1em;
}

.left-menu .nav-pills li {
	margin-bottom: 15%;
}

.left-menu .nav-pills li:hover {
	cursor: pointer;
}

.left-menu .nav-pills a {
}

.fm-view-dashboard:before {
}

.left-menu .nav-pills > li.active > a, .left-menu .nav-pills > li.active > a:hover, .left-menu .nav-pills > li.active > a:focus {
	background-color: transparent;
}

.left-menu .spriteimg {
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto;
	margin-bottom: 1%;
	font-size: 2.25em;
}

.left-menu li:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 92.5%;
	top: 30%;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid rgba(0, 0, 0, .1);
}

.left-menu li:after {
	display: none;
}

.page-content-dashboard .left-menu #left-nav-dashboard .navicon-dashboard {
	background-position: -38px 0;
}

.page-content-dashboard .left-menu #left-nav-dashboard:after {
	display: block;
}

.page-content-dashboard .left-menu #left-nav-dashboard a {
}

.left-menu .navicon-quicksearch {
	background-position: 0 0;
}

.page-content-quicksearch .left-menu #left-nav-quicksearch .navicon-quicksearch {
	background-position: -38px 0;
}

.page-content-quicksearch .left-menu #left-nav-quicksearch:after {
	display: block;
}

.page-content-quicksearch .left-menu #left-nav-quicksearch a {
}

.left-menu .navicon-list {
	background-position: 0 -38px;
}

.page-content-list .left-menu #left-nav-list .navicon-list {
	background-position: -38px -38px;
}

.page-content-list .left-menu #left-nav-list:after {
	display: block;
}

.page-content-list .left-menu #left-nav-list a {
}

.left-menu .navicon-map {
	background-position: 0 -76px;
}

.page-content-map .left-menu #left-nav-map .navicon-map {
	background-position: -38px -76px;
}

.page-content-map .left-menu #left-nav-map:after {
	display: block;
}

.page-content-map .left-menu #left-nav-map a {
}

.left-menu .navicon-advancedsearch {
	background-position: 0 0;
}

.page-content-advancedsearch .left-menu #left-nav-advancedsearch .navicon-advancedsearch {
	background-position: -38px 0;
}

.page-content-advancedsearch .left-menu #left-nav-advancedsearch:after {
	display: block;
}

.page-content-advancedsearch .left-menu #left-nav-advancedsearch a {
}

.left-menu .navicon-charts {
	background-position: 0 -114px;
}

.page-content-charts .left-menu #left-nav-charts .navicon-charts {
	background-position: -38px -114px;
}

.page-content-charts .left-menu #left-nav-charts:after {
	display: block;
}

.page-content-charts .left-menu #left-nav-charts a {
}

.left-menu .navicon-pathways {
	background-position: 0 -152px;
}

.page-content-pathways .left-menu #left-nav-pathways .navicon-pathways {
	background-position: -38px -152px;
}

.page-content-pathways .left-menu #left-nav-pathways:after {
	display: block;
}

.page-content-pathways .left-menu #left-nav-pathways a {
}

.left-menu .navicon-tags {
	background-position: 0 -190px;
}

.page-content-tags .left-menu #left-nav-tags .navicon-tags {
	background-position: -38px -190px;
}

.page-content-tags .left-menu #left-nav-tags:after {
	display: block;
}

.page-content-tags .left-menu #left-nav-tags a {
}

.left-menu .navicon-savedsearches {
	background-position: 0 -228px;
}

.page-content-savedsearches .left-menu #left-nav-savedsearches .navicon-savedsearches {
	background-position: -38px -228px;
}

.page-content-savedsearches .left-menu #left-nav-savedsearches:after {
	display: block;
}

.page-content-savedsearches .left-menu #left-nav-savedsearches a {
}

.left-menu #left-nav-constellations {
	margin-left: -8px;
}

.left-menu #left-nav-constellations .navicon-constellations {
	margin: auto;
}

.left-menu .navicon-constellations {
	background-position: 0 -228px;
}

.page-content-constellations .left-menu #left-nav-constellations .navicon-constellations {
	background-position: -38px -228px;
}

.page-content-constellations .left-menu #left-nav-constellations:after {
	display: block;
}

.page-content-constellations .left-menu #left-nav-constellations a {
}

.left-menu #left-nav-constellations .beta-label {
	display: block;
	background-size: 85%;
	top: 35px;
	left: 15px;
}

.page-content-dashboard .left-menu .icon-dashboard:after {
	display: block;
}

/* BETA label
#left-nav-constellations:before {content:"BETA"; position:absolute; color:<?php echo $link; ?>; font-size:0.65em; font-weight:bold; bottom:25px; left:17px;}

*/

#main-content {
	width: 91.99%;
	float: left;
	border: 4px solid #ebf1f3;
	padding-bottom: 1.5%;
}

body.marketing-pages #main-content {
	width: 100%;
}

footer {
	background-color: #f7f8f9;
	font-size: .85em;
	padding-top: 1%;
	margin-bottom: 1%;
}

footer h4 {
	font-size: .97em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0%;
	margin-bottom: 8%;
	color: black;
}

footer ul {
	margin: 0%;
	padding: 0%;
}

footer ul li {
	list-style-type: none;
}

footer ul a {
}

footer .single-column {
	float: left;
	margin-right: 3%;
}

footer > a > img {
	width: 12em;
}

footer section {
	margin-top: 2.5em;
}

footer .column1 {
	width: 7%;
}

footer .column2 {
	width: 10%;
}

footer .column3 {
	width: 12%;
}

footer .column4 {
	width: 12%;
}

footer .column5 {
	width: 25%;
}

footer .column6 {
	width: 23%;
	text-align: right;
	float: right;
	margin-right: 1%
}

footer .icon {
	width: 2em;
	height: 2em;
	margin: 0 .5em 0 0;
	float: left;
}

/* ----------------------------
FILTERS
------------------------------- */

.top-filter-one {
	width: 48%;
}

.top-filter-two {
	width: 30%;
}

.filters-wrapper {
	background-color: #fff;
	box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, .4);
	font-size: .9em;
	z-index: 10;
	position: relative;
}

.widget-top-filters {
	border-bottom: 4px solid #ebf1f3;
}

.widget-top-filters .filter {
	padding: .75% 1.25% 1.25% 1.25%;
	float: left;
}

.widget-top-filters .filter .list-group li:hover {
	background-color: #ebf0f3;
	cursor: pointer;
}

.widget-top-filters label {
	text-transform: uppercase;
	margin: .5% 0;
	display: block;
}

.widget-top-filters .btn {
	font-weight: normal;
}

.widget-top-filters .caret {
	margin-left: 12px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 7px solid;
}

.widget-top-filters .btn:hover .caret, .widget-top-filters .btn:focus .caret {
	color: #ebebeb;
}

.widget-top-filters .top-filter-three .caret {
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-top: 8px solid;
}

.widget-top-filters .filter .dropdown-menu {
	padding: 0;
}

.preposition, .top-filter-location {
	display: inline-block;
	vertical-align: top;
}

.top-filter-one .top-filter-location {
	width: 53%;
}

.preposition {
	margin: 25px 7px 0 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.dropdown-choice-geo-area-served .circle {
}

.dropdown-choice-recipients .circle {
}

.dropdown-choice-foundations .circle {
}

.dropdown-choice-disabled .circle {
	background-color: #cccccc !important;
}

/* .top-filter-two .clear-all-selections { border:0; float:left; display:block; color:<?php echo $link; ?>; font-size:0.9em; margin-top:3px;} */

.top-filter-two {
	border-right: 4px solid #ebf1f3;
	border-left: 4px solid #ebf1f3;
}

.top-filter-two .label-type {
	float: left;
}

.top-filter-two .browse-all-subjects {
	border: 0;
	float: right;
	font-size: 0.9em;
	float: right;
}

.top-filter-two .clear-all-selections:hover {
	color: #EBEBEB;
}

.top-filter-two .browse-all-subjects:hover {
	color: #EBEBEB;
}

.top-filter-two .btn-group {
	display: block;
}

.top-filter-two .subject-dropdown-selector {
	top: 22px;
	position: absolute;
	width: 264px;
	height: 350px;
	overflow: auto;
	z-index: 2000;
}

.level-two .disabled {
	opacity: .5 !important;
}

.level-two .disabled:hover {
	background-color: transparent !important;
}

.list-group .disabled.open label {
	font-weight: normal !important;
}

.top-filter-two .header-labels.open .subject-dropdown-selector {
	display: block;
}

.top-filter-two .subject-dropdown-selector label {
	font-weight: normal;
	text-transform: uppercase;
	text-transform: none;
	width: 180px;
	display: inline-block;
}

.top-filter-two .browse-all-subjects .caret {
	margin-left: 3px;
}

.top-filter-two .list-group {
	padding: 0;
}

.list-group .level-one {
	margin-top: 22px;
}

.dropdown-menu .list-group input {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.dropdown-menu .list-group input:hover {
	cursor: pointer;
}

.top-filter-two .glyphicon-chevron-right {
	display: block;
	position: absolute;
	right: 7px;
	top: 38%;
	font-size: 0.9em;
	color: #767676;
}

.top-filter-two .list-group li:hover {
	background-color: #EBF0F3;
	cursor: default;
}

.top-filter-two .list-group li:hover .glyphicon-chevron-right {
	opacity: 1;
}

/* .top-filter-two .list-group .not-checked-label { color:<?php echo $leftnavinactive; ?>;} */
#fm-definitions {
	text-align: right;
	font-size: .85em;
	display: none;
}

.dropdown-menu .list-group .checked-label {
	font-weight: bold !important;
}

.dropdown-menu .list-group .open {
	background-color: #EBF0F3;
	cursor: default;
	font-weight: bold;
}

.dropdown-menu .list-group .open > label {
	font-weight: bold;
	color: #38464c;
}

.dropdown-menu .list-group .open .glyphicon-chevron-right {
	opacity: 1;
}

.level-one {
	width: 245px;
}

.level-two {
	width: 245px;
	position: absolute;
	left: 243px;
}

.level-three {
	width: 245px;
	position: absolute;
	left: 242px;
}

.level-four {
	width: 245px;
	position: absolute;
	left: 241px;
}

.top-filter-two ul {
	box-shadow: none;
}

/*
.more-filters-population-group ul.dropdown-menu .level-two,
.more-filters-population-group ul.dropdown-menu .level-three,
.more-filters-population-group ul.dropdown-menu .level-four,
.more-filters-type-of-support ul.dropdown-menu .level-two,
.more-filters-type-of-support ul.dropdown-menu .level-three,
.more-filters-type-of-support ul.dropdown-menu .level-four,
.more-filters-transaction-group ul.dropdown-menu .level-two,
.more-filters-transaction-group ul.dropdown-menu .level-three,
.more-filters-transaction-group ul.dropdown-menu .level-four
{top:0 !important;}
*/

.fm-popgroup-list-contents span.glyphicon-chevron-right,
.fm-type-of-support-list-contents span.glyphicon-chevron-right {
	float: right;
}

.top-filter-three .more-filters {
	border: 0;
	text-transform: uppercase;
	display: block;
	margin-top: 10%;
	font-size: 1em;
	font-weight: bold;
	padding-right: 20%;
}

.top-filter-three .more-filters .caret {
	margin-left: 20%;
}

.top-filter-three .dropdown-menu.multiple-selections {
	padding-top: 0;
	left: auto;
	right: 0;
	width: 886px;
}

.top-filter-three.filter .dropdown-menu.multiple-selections .btn-group {
	min-width: 258px;
}

.top-filter-three.filter .dropdown-menu.multiple-selections .input-group {
	min-width: 258px;
}


.top-filter-three .multiple-selections .column {
	width: 293px;
	padding: 20px;
	padding-top: 0;
	border-right: 1px solid #EFEFEF;
	float: left;
}

.top-filter-three .multiple-selections .column:last-child {
	border: 0;
}

.top-filter-three .multiple-selections label {
	text-transform: none;
	margin-bottom: 3%;
	margin-top: 8%;
}

.top-filter-three .multiple-selections .org-select-type {
	text-transform: none;
	margin-bottom: 3%;
	margin-top: 8%;
	display: inline;
}

.more-filters-organization-name.fm-autocomplete-org label {
	display: inline-block;
}

.more-filters-organization-name.fm-autocomplete-org ul.list-group.fm-source-list-contents.org-select-type {
	display: inline-block;
}

.top-filter-three .multiple-selections .org-select-type input {
	margin-right: 0px;
	margin-left: 20px;
}

.top-filter-three .multiple-selections button.dropdown-toggle {
	background-color: #ffffff;
	box-shadow: none;
}

.top-filter-three .multiple-selections button.dropdown-toggle .selection {
	min-width: 200px;
	display: inline-block;
	text-align: left;
	color: #767676;
}

.top-filter-three .input-group {
	width: 100%;
}

.top-filter-three .more-filters-grant-amount .input-group .form-control {
	height: auto;
}

.top-filter-three .more-filters-grant-amount .input-group span {
	display: block;
}

.top-filter-three .more-filters-grant-amount .input-group input {
	width: 20px;
	margin-right: 4px;
}

.top-filter-three .more-filters-grant-years .input-group span {
	display: block;
}

.top-filter-three .more-filters-grant-years .input-group input {
	width: 20px;
	margin-right: 4px;
}

.top-filter-three .more-filters-grant-years .input-group .form-control {
	height: auto;
}

.top-filter-three .more-filters-grant-years .input-group span {
	break-inside: avoid-column;
}

.top-filter-three .multiple-selections .amout-range {
	display: inline-block;
}

.top-filter-three .multiple-selections .amout-range label {
	display: block;
	text-transform: uppercase;
	font-size: .8em;
	margin: 0;
	padding: 0;
	text-align: left;
}

.top-filter-three .multiple-selections .amout-range input {
	padding: .25em .35em;
	border: 1px solid #ccc;
	width: 100%;
}

.top-filter-three .multiple-selections .amout-range .min-amount, .amout-range .max-amount {
	display: inline-block;
	max-width: 38%;
}

.top-filter-three .multiple-selections .amout-range .instructional-text {
	color: #313f49;
	margin-right: 0;
}

.widget-yourselections .your-selections {
	float: left;
	width: 84%;
	border-right: 4px solid #EBF1F3;
	display: table;
}

.widget-yourselections .your-selections-header {
	margin-right: 5%;
	padding-left: 1%;
	display: block;
	width: 15%;
	font-size: .95em;
	padding: 6px;
	padding-bottom: 3px;
	line-height: 1em;
	display: table-cell;
	vertical-align: middle;
	background-color: #F4F7F9;
	position: relative;
	height: 100%;
}

.widget-yourselections .your-selections-header label {
	text-transform: uppercase;
	display: block;
	margin: 0;
}

.widget-yourselections .your-selections button {
	background-color: #f4f7f9;
	border-color: #c1cacf;
	font-size: 0.9em;
	color: #1a1a1a;
}

.widget-yourselections .your-selections button:hover {
}

.widget-yourselections .your-selections-header button {
	border: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
	padding-right: 6px;
	font-weight: normal;
	line-height: 1em;
}

.widget-yourselections .your-selections-header .save-this-search-button:hover .spriteimg {
	color: #fff;
}

.widget-yourselections .your-selections .btn-default .glyphicon {
}

.widget-yourselections .your-selections-header .btn-default .glyphicon {
}

.widget-yourselections .your-selections .mask {
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
	width: 100%;
}

.widget-yourselections .your-selections ul {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.widget-yourselections .your-selections ul li {
	margin-left: 4px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 5px;
}

.widget-yourselections .your-selections .glyphicon-remove {
	font-size: .9em;
	margin-left: 4px;
}

.widget-yourselections .more-selections-left {
	border: 0;
	background-color: #c1cacf;
	display: block;
	float: left;
	margin-right: 5px;
	padding-left: 6px;
	padding-right: 6px;
}

.widget-yourselections .more-selections-right {
	border: 0;
	background-color: #c1cacf;
	display: block;
	float: right;
	margin-left: 5px;
	padding: 8px 6px;
}

.widget-yourselections .right-caret {
	display: inline-block;
	width: 0;
	float: right;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-left: 8px solid;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
}

.widget-yourselections .left-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-right: 8px solid;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
}

.widget-yourselections .your-selections .selection-subject-level1 {
	color: #02528a;
}

.widget-yourselections .your-selections .selection-subject-level2 {
	color: #2b85c3;
}

.widget-yourselections .your-selections .selection-subject-level3 {
	color: #63acdb;
}

.widget-yourselections .save-this-search {
	border: 0 none;
	display: block;
	float: right;
	font-weight: normal;
	vertical-align: middle;
	color: #0f70b2;
}

.widget-yourselections .save-this-search:hover {
	cursor: pointer;
	color: #fff;
}

/*.widget-yourselections .save-this-search-button:hover { cursor:pointer; background-color: <?php echo $link; ?> ; color: <?php echo $link; ?>; }*/

.filtered-results {
	position: relative;
}

.fm-select-gov {
	float: right;
	width: 15%;
	vertical-align: middle;
	padding-top: 7px;
}

.page-content-advancedsearch .fm-select-gov {
	display: inherit;
	vertical-align: middle;
	padding-top: 7px;
	width: 100%;
}

.fm-select-gov .special-descriptor {
	font-size: 1em;
	font-weight: bold;
}

.fm-select-gov > label.include-gov-label, .fm-select-gov > span.icon-government {
	position: relative;
	top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

/* ---------------------------------
WIDGET SUMMARY BOXES
------------------------------------ */

.widget-summary-boxes {
	width: 86%;
	margin: 30px auto 3% 10%;
}

.widget-summary-boxes .single-box {
	width: 22.5%;
	margin-right: 1%;
	background: #fff;
	display: inline-block;
	padding: 13px 1.5px;
	text-align: center;
	box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, .3);
	position: relative;
	padding-top: 18px;
	font-size: 0.95em;
}

.widget-summary-boxes .single-box:last-child {
	margin-right: 0;
}

.widget-summary-boxes .single-box p {
	font-size: 1.8em;
	margin: 0px;
	margin-bottom: 3px;
	line-height: 1em;
}

.widget-summary-boxes .single-box label {
	font-family: "Roboto Condensed", arial;
	font-weight: 400;
	font-size: 1.25em;
	font-weight: normal;
	margin: 0;
}

.widget-summary-boxes .single-box p .dollarsign {
	font-size: .75em;
	vertical-align: top;
}

.widget-summary-boxes .single-box .list-screen-circle {
	position: absolute;
	top: -12px;
	left: 45%;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background: #d9e1e7;
	opacity: .6;
}

.widget-summary-boxes .single-box .list-screen-circle span {
	font-size: 1.1em;
	left: 32%;
	position: absolute;
	top: 0px;
}

.widget-content {
	padding: 1% 3%;
	padding-top: 0;
}

/* ---------------------------------
TABS + TABLE styles
--------------------------------- */

.tab-content {
	background-color: #ffffff;
	padding: 1.5%;
	/* padding-top: 1.5%; */
}

.tab-content.data-license {
	padding-top: 0;
}

#profile-tabs-content {
	padding-left: 0%;
	padding-right: 0%;
}

.modal-foundation-profile .tab-content {
	padding-left: 0%;
}


@media only screen and (max-width: 768px) {
	.modal-dialog {
		width: 660px;
	}
}

.nav.nav-tabs {
	display: flex;
	border-bottom-width: 2px;
}

.nav.nav-tabs a {
	color: #1a1a1a;
	display: flex;
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	height: 100%;
	margin-bottom: 2px;
	padding-top: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav.nav-tabs li.active a {
	background-color: #FFFFFF;
	border: 2px solid #C0CBD4;
	border-bottom: none;
	cursor: default;
	outline: medium none;
	padding-bottom: 17px;
	text-decoration: none;
	top: 3px;
}

.nav.nav-tabs li a:hover {
	background-color: #ffffff;
}

.tabs-wrapper h3 {
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	margin-top: 1%;
}

.table-filter-search {
	display: none;
}

.table-nr-results label:before {
	content: "Display ";
}

.table-nr-results {
	clear: both;
	text-align: right;
}

.table-nr-results label {
	display: block;
	float: right;
	width: 25%;
	font-size: .85em;
	font-weight: normal;
}

.table-nr-results label select {
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}

.table-pagination {
	width: 50%;
	float: right;
}

.table-pagination .pagination {
	margin: 0;
	float: right;
}

.dataTables_info {
	font-size: .9em;
}

.table-showing-info {
	float: left;
	width: 30%;
}

.dataTables_wrapper {
	margin-top: 2%;
}

#profile-tabs-grants-new .dataTables_wrapper {
	margin-top: 0;
}

.table tbody {
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-weight: 300;
	font-size: 1.15em;
}

.table tbody .cell-org-name {
	font-weight: 400;
}

.table {
	line-height: 1.5;
}

.table input {
	display: inline-block;
	margin-top: 4px
}

.table thead input {
	position: relative;
	top: 2px;
}

.table {
	background-color: #ffffff;
}

.table > tbody > tr > td {
	text-align: left;
}

.table tbody .tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
}

.table tbody .tags a {
}

.table tbody .tags a:hover {
	text-decoration: underline;
}

.table tbody .tags .tag-sm {
	background-size: 293px auto;
	background-position: -39px -243px;
	display: inline-block;
	height: 14px;
	width: 12px;
}

.table .caret {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 7px solid;
	margin-left: 7px;
}

.table td, .table th {
	padding-left: 16px;
	padding-right: 16px;
	line-height: 1.2 !important;
	vertical-align: middle !important;
}

.table > thead > tr > th {
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: left;
}

.table > thead > tr > th:hover {
	cursor: pointer;
	color: #4F6377;
}

.table th.header-input .dropdown {
	display: inline-block;
}

.table th.header-input .dropdown:hover {
	cursor: pointer;
}

.table th.header-input .dropdown-menu {
	padding: 15px;
}

.table th.header-input .dropdown-menu input {
	margin: 0;
}

.table th.header-input .dropdown-menu strong {
}

.table th.header-input .show-tags {
	font-size: .9em;
	font-weight: normal;
	margin-top: 10px;
}

.table > thead > tr > th.header-input {
	padding-right: 0;
	min-width: 41px !important;
}

.table > thead > tr > th.header-org-name {
	max-width: 400px !important;
	min-width: 200px;
	width: 35% !important;
	padding-right: 10px;
}

.table > thead > tr > th.header-city {
	min-width: 60px;
	padding-left: 1%;
	padding-right: 15px;
}

.table > thead > tr > th.header-state {
	min-width: 50px;
	padding-left: 0;
}

.table > thead > tr > th.header-country {
	min-width: 100px;
	padding-left: 1%;
}

.table > thead > tr > th.header-dollar-value {
	min-width: 147px;
	padding-left: 0;
	padding-right: 5px;
	text-align: center;
}

.table > thead > tr > th.header-nr-grants {
	text-align: right;
	min-width: 79px;
	padding-left: 0;
}

.table > thead > tr > th.header-details {
	text-align: center;
}

.table-grants thead tr th:first-child, .table-grants tbody tr td:first-child {
	padding-left: 3%;
}

.table-grants th.header-org-name {
	width: 260px !important;
}

.table-nr-results {
	display: none;
}

.table th .sort.caret {
	display: none;
	margin-left: 4px;
}

.table .headerSortDown .sort.caret {
	display: inline-block;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 5px solid;
}

.table .headerSortUp .sort.caret {
	display: inline-block;
	border-style: solid;
	border-width: 0 4px 5px 4px;
}

.table .cell-dollar-value,
.table .cell-nr-grants {
	text-align: right;
}

.num-grants-na-tt-icon img {
	vertical-align: top;
}

.table .cell-dollar-valueheader {
	text-align: right;
	padding-right: 2.5%;
}

.table .cell-nr-grantsheader {
	text-align: right;
	padding-right: 2.5%;
}

.table .cell-details {
	min-width: 90px;
	text-align: center;
}

#modal-tabs-content.tab-content {
	padding: 0;
}

.modal .table th.header-org-name {
	padding-left: 16px;
	width: 30%;
}

.modal .table th.header-org-name {
	text-align: left;
	width: 30%;
}

.modal .table th.header-dollar-value {
	text-align: center;
	width: 17% !important;
	min-width: 129px !important;
}

.modal .table a:hover {
	cursor: pointer;
}

#welcome-modal .modal-dialog {
	width: 660px;
}

#welcome-modal #fm-start-searching {
	display: block;
	margin: 30px auto 0 auto;
}

.tab-pane #fm-pdf-csv-2 > div {
	position: relative;
	right: 0;
	z-index: 2
}

.modal-sm {
	width: 500px;
}

.modal-sm ul {
	margin: 3% auto;
}

.modal-sm ul li {
	margin-bottom: 2%;
}

.modal-sm .btn.btn-primary {
	margin-top: 5%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.twitter-typeahead {
	text-align: left;
}

/* ====================================
ADMIN SCREEN Specific
==================================== */
.page-content-admin .loginholder .input-group {
	width: 100% !important;
}

.page-content-admin .loginholder #mess {
	padding: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
}

.page-content-admin #table_paginate #table_previous {
	margin-right: 30px !important;
	display: inline-block;
}

.page-content-admin #table_info {
	display: inline-block !important;
}

.page-content-admin #table_filter {
	float: left !important;
}

.page-content-admin .add-new-site {
	float: right !important;
	margin-bottom: 20px !important;
}

.page-content-admin .form-group {
	margin-bottom: 34px !important;
}

.page-content-admin .form-horizontal .control-label {
	text-align: left !important;
}

.page-content-admin .form-group .btn.btn-sm.collapse-btn {
	padding: 3px 5px !important;;
	background-color: #93a6b7 !important;
	position: absolute;
	top: 2px;
	left: -18px;
}

.page-content-admin .form-group .col-md-offset-3.btn.btn-sm.btn-primary {
	margin-left: 21%;
}

.page-content-admin .form-group .col-md-8 textarea {
	min-height: 200px !important;
	width: 100% !important;
}

.page-content-admin #submit-editform-btn {
	margin: 30px 0 50px 32%;
}

.page-content-admin #upgrade-btn {
	margin-right: 15px;
}

/* ====================================
LOGIN-MARKETING SCREEN Specific
==================================== */

.login-screenshots #main-content {
	background-image: none !important;
	padding: 3% !important;
}

.login-screenshots #main-content .quicksearch-holder {
	width: 28%;
	float: right;
}

.login-screenshots #main-content .screenshots {
	float: left;
	max-width: 70%;
}

.login-screenshots #main-content .screenshots img {
	max-width: 99%;
}

.login-screenshots #main-content h1 {
	color: #0f70b2;
	text-align: center;
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-size: 3.15em;
	font-weight: bold;
	margin-bottom: .5%;
	margin-top: 0;
}

.login-screenshots #main-content h2 {
	color: #0f70b2;
	text-align: center;
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-size: 1.6em;
	margin-bottom: 5%;
}

.login-screenshots #main-content .quicksearch-holder .top-filter-enter-subject {
	width: 82% !important;
}

.login-screenshots #main-content .loginholder h1 {
	font-size: 2em !important;
	margin: 8% 0 10% 0 !important;
}

.login-screenshots #main-content .show-results {
	margin-top: 15%;
}

.login-screenshots #main-content .loginholder {
	position: relative;
}

.login-screenshots #main-content .forgot-password-modal {
	left: 25.5% !important;
}

.login-screenshots #main-content .loginholder .alert.alert-danger {
	left: 0;
	font-size: .92em;
	width: 100%;
}

.loginholder
	/*
.login-screenshots .page-content-quicksearch #main-content {padding: 30px;}
.h1, h1 {font-size: 18px!important; color:#666666!important;padding:10px 10px;}

.login-screenshots .forgot_password {padding-top:10px;}
#headline {padding-top:25px;padding-bottom:0px; text-align:center;}
#montage {float:left;}
*/
	/* ====================================
LOGIN-PLAIN-SCREEN Specific
==================================== */
.loginholder {
	position: relative;
}

.loginholder .alert.alert-danger {
	padding: 10px;
	position: absolute;
	left: 31.5%;
	margin-top: 13px;
	color: #FC0000;
}

.loginholder .forgot-password-modal {
	position: absolute;
	left: 40.5%;
	margin-top: 10px;
	font-size: .9em;
}

.loginholder .forgot-password-modal:hover {
	cursor: pointer;
}

.alert-danger#reset-password-alert {
	display: none;
}

.loginholder #login-modal form {
	margin: 6% 10%;
}

.loginholder #login-modal form .input-group {
	margin-bottom: 3%;
}

.loginholder .show-results button {
	padding-left: 20px;
	padding-right: 20px;
}

.loginholder .modal-body .form-control {
	width: 73%;
	margin: 0 auto;
}

.loginholder .modal-body .alert.alert-danger {
	position: static;
	display: none;
}

.subscribe-buttons {
	text-align: center;
}

.subscribe-buttons a {
	margin-right: 25px;
}

.screenshots {
	margin-top: -50px;
}

.alert-danger#error-logging-in-message2 {
	display: none;
}

.alert-danger#error-logging-in-message {
	display: none;
	text-align: center;
	padding: 8px !important;
	font-size: 12px;
	line-height: 14px;
}

/* ====================================
RESET-SCREEN Specific
==================================== */
.page-content-reset .modal-content {
	max-width: 400px;
	margin: 0 auto;
	box-shadow: none;
	border: 0;
}

.page-content-reset p {
	text-align: left;
}

.page-content-reset .btn.btn-primary {
	margin-top: 20px;
}

.page-content-reset .loginholder .alert.alert-danger {
	position: static;
	display: none;
}

/* ====================================
Dashboard-SCREEN Specific
==================================== */
.page-content-dashboard .color-code-geo-area-served {
}

.page-content-dashboard .color-code-geo-area-served .dashboard-progressbar .bar {
}

.page-content-dashboard .color-code-geo-area-served .dashboard-click-overlay h2 {
}

.page-content-dashboard .color-code-recipients {
}

.page-content-dashboard .color-code-recipients .dashboard-progressbar .bar {
}

.page-content-dashboard .color-code-recipients .dashboard-click-overlay h2 {
}

.page-content-dashboard .color-code-foundations {
}

.page-content-dashboard .color-code-foundations .dashboard-progressbar .bar {
}

.page-content-dashboard .color-code-foundations .dashboard-click-overlay h2 {
}

.dashboard-widgets .row .col-sm-6 {
	vertical-align: top !important;
}

.dashboard-widget-container-wrap {
	overflow: hidden;
}

/* ====================================
QUICK SEARCH-SCREEN Specific
==================================== */
.page-content-quicksearch .widget-content {
	padding: 0;
}

.page-content-quicksearch #main-content {
	background-image: url(/img/quicksearch-graphic.png);
	background-repeat: no-repeat;
	background-position: 50% 20px;
	background-color: #fdfdfe;
	padding: 13.5%;
}

.page-content-quicksearch .quicksearch-holder {
	border: 3px solid #d6e1e6;
	background-color: #ffffff;
	text-align: center;
}

.page-content-quicksearch .quicksearch-holder .logo-name {
	font-weight: bold;
}

.page-content-quicksearch .quicksearch-holder .btn-area {
	background-color: #eff4f6;
	padding: 3%;
}

.page-content-quicksearch .quicksearch-holder h1 {
	font-size: 2.5em;
	margin-bottom: 5%;
	margin-top: 3%;
	font-weight: bold;
}

.page-content-quicksearch .quicksearch-holder h1 span {
	color: #0b466d;
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-weight: 400;
	display: block;
	line-height: 2em;
	font-size: .75em;
}

.page-content-quicksearch .quicksearch-holder label {
	text-transform: uppercase;
	font-size: .8em;
	display: block;
	text-align: left;
}

.page-content-quicksearch .quicksearch-holder .main-layer-selection button {
	width: 250px;
}

.page-content-quicksearch .quicksearch-holder .preposition {
	padding: 0 4%;
}

.page-content-quicksearch .quicksearch-holder .top-filter-location input {
	width: 250px;
}

.page-content-quicksearch .quicksearch-holder .caret {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 7px solid;
}

.page-content-quicksearch .quicksearch-holder .top-filter-enter-subject {
	width: 50%;
	margin: 0 auto;
	margin-top: 5%;
}

.page-content-quicksearch .quicksearch-holder .preposition-subject {
	font-weight: bold;
	float: left;
	margin-top: 24px;
	padding-right: 5%;
	font-size: 1.2em;
}

.page-content-quicksearch .quicksearch-holder .top-filter-enter-subject .fm-autocomplete-subject input {
	width: 250px;
}

.page-content-quicksearch .quicksearch-holder .dropdown-menu {
	right: 0;
}

.page-content-quicksearch .quicksearch-holder .dropdown-menu li {
	text-align: left;
	padding-left: 5%;
}

.page-content-quicksearch .quicksearch-holder .dropdown-menu li:hover {
	cursor: pointer;
	background-color: #ebf0f3;
}

.page-content-quicksearch .quicksearch-holder .show-results {
	background-color: #ebf0f4;
	padding: 6%;
	margin-top: 5%;
}

.page-content-quicksearch .quicksearch-holder .browse-all-subjects {
	border: 0;
	float: right;
	font-size: .8em;
	font-weight: normal;
	margin-right: 28px;
}

.page-content-quicksearch .quicksearch-holder .browse-all-subjects:hover {
	color: #EBEBEB;
}

.page-content-quicksearch .quicksearch-holder .browse-all-subjects .caret {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 5px solid;
}

.page-content-quicksearch .quicksearch-holder .btn-group.fm-select-subject {
	display: block;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector {
	top: 22px;
	position: absolute;
	width: 264px;
	height: 350px;
	overflow: auto;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector label {
	font-weight: normal;
	text-transform: uppercase;
	text-transform: none;
	font-size: 1em !important;
	width: 180px;
	display: inline-block;
}

.page-content-quicksearch .quicksearch-holder .browse-all-subjects .caret {
	margin-left: 3px;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .list-group {
	padding: 0;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .list-group .level-one {
	margin-top: 22px;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .list-group input {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .list-group input:hover {
	cursor: pointer;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .glyphicon-chevron-right {
	display: block;
	position: absolute;
	right: 7px;
	top: 38%;
	font-size: .9em;
	color: #c0cbd4;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .list-group li:hover {
	background-color: #EBF0F3;
	cursor: default;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .list-group li:hover .glyphicon-chevron-right {
	opacity: 1;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .list-group .checked-label {
	font-weight: bold !important;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .list-group .open {
	background-color: #EBF0F3;
	cursor: default;
	font-weight: bold;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .list-group .open > label {
	font-weight: bold;
	color: #38464c;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .list-group .open .glyphicon-chevron-right {
	opacity: 1;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .level-one {
	width: 245px;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .level-two {
	width: 245px;
	position: absolute;
	left: 243px;
	top: -10px !important;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector .level-three {
	width: 245px;
	position: absolute;
	left: 242px;
	top: -10px !important;
}

.page-content-quicksearch .quicksearch-holder .subject-dropdown-selector ul {
	box-shadow: none;
}

/* ====================================
LIST-SCREEN Specific
==================================== */
.page-content-list .color-code-geo-area-served {
}

.page-content-list .color-code-recipients {
}

.page-content-list .color-code-foundations {
}

.page-content-list .widget-export-tools {
	width: 25%;
	float: right;
	text-align: right;
	margin-right: 3%;
	margin-top: 24px;
}

.page-content-list .widget-export-tools:before {
	content: "Download this data ";
	display: inline-block;
	font-size: .825em;
	margin-top: -12px;
	vertical-align: middle;
}

.page-content-list .widget-export-tools .export-pdf {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	width: 37px;
	height: 31px;
	display: inline-block;
	background-position: -76px -265px;
	margin-left: 4px;
}

.page-content-list .widget-export-tools .export-csv {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	width: 37px;
	height: 31px;
	display: inline-block;
	background-position: -118px -265px;
}

.page-content-list .widget-export-tools .export-iati {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	width: 37px;
	height: 31px;
	display: inline-block;
	background-position: -42px -300px;
}

.page-content-list .widget-export-tools .export-pdf:hover {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	cursor: pointer;
	background-position: 0px -265px;
}

.page-content-list .widget-export-tools .export-csv:hover {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	cursor: pointer;
	background-position: -42px -265px;
}

.page-content-list .widget-export-tools .export-iati:hover {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	cursor: pointer;
	background-position: -3px -300px;
}

/* ====================================
MAP-SCREEN Specific
==================================== */
.page-content-map .color-code-geo-area-served {
}

.page-content-map .color-code-recipients {
}

.page-content-map .color-code-foundations {
}

.page-content-map .filtered-results > .widget-summary-boxes {
	position: absolute;
	z-index: 5;
}

.page-content-map .widget-summary-boxes .single-box .list-screen-circle {
	display: none;
}

.page-content-map .widget-content {
	padding: 0;
}

.page-content-map .widget-export-tools {
	position: absolute;
	right: 0;
	margin-top: 30px;
	z-index: 2;
}

.page-content-map .widget-export-tools .export-pdf {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: block;
	background-position: -76px -265px;
}

.page-content-map .widget-export-tools .export-csv {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: none;
	background-position: -114px -265px;
	margin-top: 8px;
}

.page-content-map .widget-export-tools .export-iati {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: block;
	background-position: -39px -301px;
	margin-top: 8px;
}

.page-content-map .widget-export-tools .export-csv:hover {
}

.page-content-map .widget-export-tools .export-pdf:hover {
}

.page-content-map .widget-export-tools .export-iati:hover {
}

.page-content-map .leaflet-top.leaflet-right {
	bottom: 105px;
	top: auto;
}

.page-content-map #main-content {
	padding-bottom: 0;
}

#map-indicator {
	position: absolute;
	top: 200px;
	left: 15px;
	z-index: 1
}

#map-legend {
	position: absolute;
	bottom: 15px;
	left: 1%;
	z-index: 9;
}

#map-legend button {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .32);
	text-transform: uppercase;
	background-color: #ffffff;
	border: 0;
	font-size: .85em;
	font-weight: bold;
}

#map-legend button:hover {
	color: #ebebeb !important;
	background-color: #082231;
	
}

#map-legend h6 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 2px;
}

#map-legend .legend-content {
	display: none;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .32);
	font-size: .75em;
	background-color: #ffffff;
	padding: 3px 15px 10px 15px;
	font-weight: normal;
	color:#1a1a1a;
}

#map-legend .legend-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#map-legend .legend-content label {
	position: relative;
	top: -7px;
	margin: 0;
}

#map-legend .legend-content .glyphicon-stop {
	font-size: 2em;
	opacity: 0.8;
}

#map-legend .legend-content .glyphicon-stop.color0 {
	color: #B6EDF0;
}

#map-legend .legend-content .glyphicon-stop.color1 {
	color: #74B4E8;
}

#map-legend .legend-content .glyphicon-stop.color2 {
	color: #1F83E0;
}

#map-legend .legend-content .glyphicon-stop.color3 {
	color: #1D44B8;
}

#map-legend .legend-content .glyphicon-stop.color4 {
	color: #090991;
}

#map-legend .legend-content .circle {
}

#map-legend .legend-content li {
	margin-bottom: 2px;
}

#map-legend .legend-content .bubble0 .circle {
	height: 12px;
	width: 12px;
	margin: 0 13px;
}

#map-legend .legend-content .bubble1 .circle {
	height: 18px;
	width: 18px;
	margin: 0 10px;
}

#map-legend .legend-content .bubble2 .circle {
	height: 24px;
	width: 24px;
	margin: 0 7px;
}

#map-legend .legend-content .bubble3 .circle {
	height: 30px;
	width: 30px;
	margin: 0 4px;
}

#map-legend .legend-content .bubble4 .circle {
	height: 38px;
	width: 38px;
}

#map-legend .legend-content .bubble0 label {
	top: -2px;
}

#map-legend .legend-content .bubble1 label {
	top: 1px;
}

#map-legend .legend-content .bubble2 label {
	top: 5px;
}

#map-legend .legend-content .bubble3 label {
	top: 7px;
}

#map-legend .legend-content .bubble4 label {
	top: 16px;
}

#map-legend .legend-content .bubble-legend {
	margin-top: 15px;
}

#map-legend .legend-content .geo-area-legend {
	display: none;
}

#map-legend .legend-content .glyphicon-stop.polygon-class-1 {
	color: #b4df93;
}

#map-legend .legend-content .glyphicon-stop.polygon-class-2 {
	color: #92cc61;
}

#map-legend .legend-content .glyphicon-stop.polygon-class-3 {
	color: #55a01b;
}

#map-legend .legend-content .glyphicon-stop.polygon-class-4 {
	color: #32680b;
}

#map-legend .legend-content .glyphicon-stop.polygon-class-5 {
	color: #144c00;
}

#map-legend .legend-content .glyphicon-stop.polygon-class-6 {
	color: #173500;
}

#map-legend .legend-content .glyphicon-stop.polygon-class-0 {
	color: #dfdfdf;
}

/* ====================================
Constellations-SCREEN Specific
==================================== */
.page-content-constellations .color-code-geo-area-served {
}

.page-content-constellations .color-code-recipients {
}

.page-content-constellations .color-code-foundations {
}

.page-content-constellations .color-code-geo-area-served .constellations-top-nr {
}

.page-content-constellations .color-code-recipients .constellations-top-nr {
}

.page-content-constellations .color-code-foundations .constellations-top-nr {
}

.page-content-constellations .filtered-results > .widget-summary-boxes {
	position: absolute;
	z-index: 5;
}

.page-content-constellations .widget-summary-boxes .single-box .list-screen-circle {
	display: none;
}

.page-content-constellations .widget-summary-boxes {
	margin-top: 48px;
}

.page-content-constellations #fm-summary-box-1 {
	display: none !important;
}

.page-content-constellations .widget-content {
	padding: 0;
}

.page-content-constellations .widget-export-tools {
	position: absolute;
	right: 0;
	margin-top: 2.75%;
	z-index: 2;
}

.page-content-constellations .widget-export-tools .export-pdf {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: block;
	background-position: -76px -265px;
}

.page-content-constellations .widget-export-tools .export-csv {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: block;
	background-position: -114px -265px;
	margin-top: 8px;
}

.page-content-constellations .widget-export-tools .export-iati {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: block;
	background-position: -39px -301px;
	margin-top: 8px;
}

.page-content-constellations .widget-export-tools .export-csv:hover {
}

.page-content-constellations .widget-export-tools .export-pdf:hover {
}

.page-content-constellations .widget-export-tools .export-iati:hover {
}

.page-content-constellations .leaflet-top.leaflet-right {
	bottom: 0px;
	top: 630px;
}

.page-content-constellations #main-content {
	padding-bottom: 0;
	background-color: #f7f9fa;
}

.page-content-constellations .org-name-constellations {
	max-width: 300px;
	margin-bottom: 20px;
}

.page-content-constellations .org-name-constellations label {
	display: block;
	margin-top: 20px;
}

.page-content-constellations h2.screen-name {
	margin-left: 0;
}

.page-content-constellations h2.screen-name .glyphicon-info-sign {
	display: inline-block;
	margin-left: 10px;
	font-size: .85em;
}

.page-content-constellations h2.screen-name .glyphicon-info-sign:hover {
	cursor: pointer;
}

.page-content-constellations h2.screen-name .popover-content {
	text-transform: none;
	text-align: left;
	font-size: .65em;
	padding: 10px;
	font-family: arial, sans-serif;
	font-weight: normal;
}

.page-content-constellations p {
	max-width: 550px; 
}

.page-content-constellations #mission-container p {
	max-width: 100% !important;
}

.page-content-constellations #fm-welcome-constellations-text > p {
	max-width: 100%;
}

.page-content-constellations h3.list-description {
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	text-align: center;
	width: 80%;
	margin: 0px auto;
	background-color: rgba(247, 249, 250, .8);
	padding: 6px 0;
	position: absolute;
	top: 3px;
	left: 10%;
}

.page-content-constellations #modal-tabs-content h3.list-description, .modal-foundation-profile h3.list-description, .modal-recipient-profile h3.list-description {
	position: relative;
	left: 0;
	background-color: white;
	text-align: left;
	top: 0;
	width: 100%;
	margin-top: 1%;
}

.constellations-legend {
	background-color: #eef4f8;
	padding: 10px 15px;
	max-width: 400px;
	margin-top: 20px;
}

.constellations-legend .foundations-color {
	width: 10px;
	height: 20px;
	display: inline-block;
}

.constellations-legend .recipients-color {
	width: 10px;
	height: 20px;
	display: inline-block;
}

.constellations-legend h4 {
	text-transform: uppercase;
	font-size: .92em;
	font-weight: bold;
	margin-bottom: 16px;
}

.constellations-legend label {
	margin-bottom: 12px;
	vertical-align: top;
	font-weight: normal;
}

.constellations-legend .right, .constellations-legend .left {
	display: inline-block;
	padding-right: 35px;
	vertical-align: top;
}

.constellations-button {
	text-align: center;
	font-weight: bold;
	padding: 8px 14px;
	border: 1px solid transparent;
	display: inline-block;
}

.constellations-button .glyphicon {
	display: block;
	margin: 0 auto;
}

.constellations-button:hover {
	background-color: #ffffff;
	cursor: pointer;
}

.constellations-button:active {
	opacity: .5;
}

.constellations-modal img {
	height: 269px;
	margin: 0 auto;
	display: block;
}

.page-content-constellations .single-box .assistive-text {
	font-family: "Roboto Condensed", arial;
}

.page-content-constellations .single-box p {
	display: inline;
}

.page-content-constellations .single-box p#total-number-of-grants,
.page-content-constellations .single-box p#total-value-of-grants,
.page-content-constellations .single-box p#total-number-of-funders,
.page-content-constellations .single-box p#total-number-of-recipients {
	font-size: 1.1em;
	margin-bottom: 5%;
	font-family: "Roboto Condensed", arial;
	font-weight: bold;
}

.page-content-constellations .single-box label {
	display: block;
	margin-top: 2%;
}

#constellations-tabular-wrapper .cont-tabular-recipient.active .org-name,
#constellations-tabular-wrapper .cont-tabular-recipient.active .connection-nr:before {
}

#constellations-tabular-wrapper .cont-tabular-foundation.active .org-name,
#constellations-tabular-wrapper .cont-tabular-foundation.active .connection-nr:before {
}

#constellations-tabular-wrapper #constellations-tabular-networks-tab .glyphicon-list,
#constellations-tabular-wrapper tr.active td.connection-nr:before {
}

#geo-scale-selector {
	display: none;
}

#geo-scale-selector {
	border: 3px solid #ebf1f3;
	border-right: 0;
	border-left: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
	padding: auto 10px;
	font-family: "Roboto Condensed", arial;
	background-color: #ffffff;
	position: absolute;
	top: 77px;
	left: 10px;
	z-index: 9;
}

#geo-scale-selector label {
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	font-size: 1.1em;
	padding: 0px 8px;
}

#geo-scale-selector .select-scale {
	padding: 0px 8px;
	display: block;
}

#geo-scale-selector .select-scale:hover {
	cursor: pointer;
}

#geo-scale-selector .select-scale.selected {
	font-weight: bold;
}

/* ====================================
ADVANCED SEARCH-SCREEN Specific
==================================== */

.instructional-text {
	font-weight: bold;
	margin-right: .75em;
	display: inline-block;
}

.page-content-advancedsearch .filters-wrapper {
	display: none;
}

.page-content-advancedsearch .advancedsearch-holder h2 {
	float: left;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	font-size: 1em;
	width: 13%;
	font-weight: bold;
}

.page-content-advancedsearch .color-code-geo-area-served {
}

.page-content-advancedsearch .color-code-recipients {
}

.page-content-advancedsearch .color-code-foundations {
}

.page-content-advancedsearch .tools-wrapper {
	background-color: #ffffff;
	position: relative;
	width: 104%;
	margin-left: -10px;
	box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, .4);
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
}

.page-content-advancedsearch .tools-wrapper button {
	border: 0;
	color: #ffffff;
	font-weight: bold !important;
}

.page-content-advancedsearch .tools-wrapper .glyphicon {
	color: #ffffff;
}

.page-content-advancedsearch .tools-wrapper .spriteimg.pushpin-sm:before {
	font-size: 1.7em;
	top: 3px;
}

.page-content-advancedsearch .tools-wrapper .btn-xs {
	padding: 7px 17px;
}

.page-content-advancedsearch .tools-wrapper .save-this-search.btn-xs {
	line-height: 2em;
	padding: 1px 17px 4px;
}

.page-content-advancedsearch .tools-wrapper .btn-xs:hover {
}

.page-content-advancedsearch .widget-summary-boxes {
	width: 84%;
	float: right;
	margin: 0;
}

.page-content-advancedsearch .adv-wrapper {
	background-color: #ffffff;
	width: 84%;
	float: right;
	padding: 20px;
	margin-bottom: 2%;
}

.page-content-advancedsearch #adv-your-selections .adv-wrapper {
	padding: 10px;
}

.page-content-advancedsearch #adv-your-selections button.clear-all-selections {
	background-color: transparent;
	border: none;
	margin-top: 3%;
}

.page-content-advancedsearch #adv-your-selections button.clear-all-selections:hover {
	color: #fff;
}

.your-selections button.subject-operator {
	display: none;
	background-color: #fff;
	color: #1c4968;
	text-transform: uppercase;
	font-weight: bold;
	border-color: #e9e9e9;
}

.your-selections button.subject-operator .special-descriptor {
	font-size: .75em;
	font-weight: normal;
}

.your-selections button.subject-operator .glyphicon {
	color: #03131b;
}

.your-selections button.subject-operator img {
	width: 22px;
	height: auto;
}

.your-selections button.subject-operator:hover {
	background-color: #fff;
	color: #1c4968 !important;
	cursor: default;
}

.page-content-advancedsearch .widget-yourselections .your-selections {
	width: 100%;
	border: 0;
	float: none;
}

.page-content-advancedsearch .widget-content {
	padding-left: 10px;
}

.page-content-advancedsearch #adv-clear-all,
.page-content-advancedsearch #adv-save-search {
	display: inline-block;
}

.page-content-advancedsearch #adv-your-selections {
	margin-top: 4%;
}

.page-content-advancedsearch #adv-code-predictor input {
	display: inline-block;
	width: auto;
	min-width: 55%;
	margin-left: .75em;
}

.page-content-advancedsearch .show-results {
	text-align: center;
}

.page-content-advancedsearch .show-results .btn-group {
	text-align: left;
}

.page-content-advancedsearch .show-results .dropdown-menu {
	right: 0;
}

.page-content-advancedsearch .show-results .dropdown-menu li {
	padding: 5px;
	padding-left: 30px;
}

.page-content-advancedsearch .show-results .dropdown-menu li:hover {
	cursor: pointer;
}

.page-content-advancedsearch .show-results .spriteimg {
	font-size: 1.5em;
	top: 3px;
	position: relative;
}

.page-content-advancedsearch .show-results .btn-group .dropdown-toggle {
	font-size: 1.25em;
}

.page-content-advancedsearch .widget-top-filters {
	border: 0;
}

.page-content-advancedsearch .widget-top-filters .filter {
	float: none;
	padding: 0;
}

.page-content-advancedsearch .multiple-selections .column {
	width: 100%;
	float: none;
	border: 0;
}

.page-content-advancedsearch .multiple-selections .column:last-child {
	width: 100%;
	float: none;
	border: 0;
}

.page-content-advancedsearch .multiple-selections .input-group,
.page-content-advancedsearch .multiple-selections .btn-group {
	display: inline-block;
	width: 51%;
}

.page-content-advancedsearch .multiple-selections button.dropdown-toggle .selection {
	width: 340px;
}

.page-content-advancedsearch .multiple-selections label {
	display: inline-block;
	margin-right: 20px;
	width: 18%;
	text-align: right;
}

.page-content-advancedsearch .multiple-selections label {
	margin-top: 0;
}

.page-content-advancedsearch .multiple-selections .more-filters-organization-name label {
	position: relative;
	top: -12px;
	margin-bottom: 1%;
}

.page-content-advancedsearch .multiple-selections .more-filters-organization-name .org-select-type {
	position: relative;
	top: -12px;
	margin-bottom: 1%;
	display: inline;
}

.page-content-advancedsearch .multiple-selections .more-filters-organization-name .org-select-type .org-select-type input {
	margin-right: 0px;
	margin-left: 20px;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-amount .input-group span {
	float: none;
	display: inline-block;
	width: 22%;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-amount .input-group {
	width: 76%;
	font-size: .9em;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-years .input-group span {
	float: none;
	display: inline-block;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-years .input-group {
	width: 76%;
	font-size: .9em;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-years label {
	vertical-align: top;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-amount .amout-range {
	display: inline-block;
	width: 77%;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-amount .amout-range label {
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-amount .amout-range input {
	padding: .25em 1em;
	border: 1px solid #ccc;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-amount .amout-range .min-amount, .amout-range .max-amount {
	display: inline-block;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-amount .amout-range .instructional-text {
	color: #313f49;
}

.page-content-advancedsearch .multiple-selections .more-filters-filter-keyword label {
	vertical-align: top;
}

.page-content-advancedsearch .adv-wrapper .caret {
	margin-left: 12px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 7px solid;
}

.page-content-advancedsearch #adv-basic-filters label {
	text-transform: uppercase;
	font-size: .8em;
	text-align: left;
	display: block;
	margin-bottom: 0;
}

.page-content-advancedsearch #adv-basic-filters .main-layer-selection button {
	width: 250px;
}

.page-content-advancedsearch #adv-basic-filters .preposition {
	padding: 0 4%;
}

.page-content-advancedsearch #adv-basic-filters .top-filter-location input {
	width: 300px;
}

.page-content-advancedsearch #adv-basic-filters .caret {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 7px solid;
}

.page-content-advancedsearch #adv-basic-filters .top-filter-enter-subject {
	width: auto;
	margin: 0 auto;
}

.page-content-advancedsearch #adv-basic-filters .preposition-subject {
	font-weight: bold;
	float: left;
	margin-top: 24px;
	padding-right: 5%;
	font-size: 1.2em;
}

.page-content-advancedsearch #adv-basic-filters .top-filter-enter-subject .fm-autocomplete-subject input {
	width: 312px;
}

.page-content-advancedsearch #adv-basic-filters .dropdown-menu {
	right: 0;
}

.page-content-advancedsearch #adv-basic-filters .dropdown-menu li {
	text-align: left;
	padding-left: 5%;
}

.page-content-advancedsearch #adv-basic-filters .dropdown-menu li:hover {
	cursor: pointer;
	background-color: #ebf0f3;
}

.page-content-advancedsearch #adv-basic-filters .show-results {
	background-color: #ebf0f4;
	padding: 6%;
	margin-top: 5%;
}

.page-content-advancedsearch #adv-basic-filters .browse-all-subjects {
	border: 0 none;
	font-size: .8em;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: -57px;
}

.page-content-advancedsearch #adv-basic-filters .browse-all-subjects:hover {
	color: #EBEBEB;
}

.page-content-advancedsearch #adv-basic-filters .browse-all-subjects .caret {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 5px solid;
}

.page-content-advancedsearch #adv-basic-filters .btn-group.fm-select-subject {
	display: block;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector {
	top: -39px;
	position: absolute;
	width: 264px;
	height: 350px;
	overflow: auto;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector label {
	font-weight: normal;
	text-transform: uppercase;
	text-transform: none;
	font-size: 1em !important;
	width: 180px;
	display: inline-block;
}

.page-content-advancedsearch #adv-basic-filters .browse-all-subjects .caret {
	margin-left: 3px;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .list-group {
	padding: 0;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .list-group .level-one {
	margin-top: 22px;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .list-group input {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .list-group input:hover {
	cursor: pointer;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .glyphicon-chevron-right {
	display: block;
	position: absolute;
	right: 7px;
	top: 38%;
	font-size: .9em;
	color: #c0cbd4;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .list-group li:hover {
	background-color: #EBF0F3;
	cursor: default;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .list-group li:hover .glyphicon-chevron-right {
	opacity: 1;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .list-group .checked-label {
	font-weight: bold !important;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .list-group .open {
	background-color: #EBF0F3;
	cursor: default;
	font-weight: bold;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .list-group .open > label {
	font-weight: bold;
	color: #38464c;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .list-group .open .glyphicon-chevron-right {
	opacity: 1;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .level-one {
	width: 245px;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .level-two {
	width: 245px;
	position: absolute;
	left: 243px;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .level-three {
	width: 245px;
	position: absolute;
	left: 242px;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector .level-four {
	width: 245px;
	position: absolute;
	left: 242px;
}

.page-content-advancedsearch #adv-basic-filters .subject-dropdown-selector ul {
	box-shadow: none;
}

.page-content-advancedsearch #adv-basic-filters .top-filter-enter-subject label {
	width: 50%;
}

.page-content-advancedsearch #adv-basic-filters .top-filter-enter-subject {
	position: relative;
}

.page-content-advancedsearch #adv-basic-filters #fm-quicksearch-subject-selector-container {
	position: absolute;
	top: -1px;
	right: 0;
}

.page-content-advancedsearch #adv-basic-filters .browse-all-subjects.btn {
}

.page-content-advancedsearch #adv-basic-filters .main-layer-selection {
	vertical-align: bottom;
}

.page-content-advancedsearch .top-filter-three .list-group-item label {
	text-align: left;
}

.page-content-advancedsearch .multiple-selections .more-filters-grant-years .input-group span {
	width: 14%;
}

.page-content-advancedsearch .top-filter-three .list-group-item label {
	width: 150px;
}

.page-content-advancedsearch .top-filter-three input[type="checkbox"] {
	margin: 4px 10px 0 0;
	vertical-align: top;
}

.page-content-advancedsearch #adv-basic-filters .select-or-and,
.page-content-advancedsearch #adv-basic-filters .top-filter-enter-subject,
.page-content-advancedsearch #adv-basic-filters .search-by-subject-type {
	display: inline-block;
	vertical-align: bottom;
}

.page-content-advancedsearch #adv-basic-filters .search-by-subject-type .dropdown-toggle {
	width: 18em;
	text-align: left;
}

.page-content-advancedsearch #adv-basic-filters input[type="text"] {
	min-width: 30%;
}

.page-content-advancedsearch #adv-basic-filters .fm-typeahead.tt-input {
	min-width: 22em;
}

.page-content-advancedsearch #adv-basic-filters .adv-wrapper {
	padding-top: 1.5em;
}

.page-content-advancedsearch #adv-basic-filters #fm-select-multi-subject-adv-srch .dropdown-toggle {
	margin-right: 3em;
}

.page-content-advancedsearch #adv-basic-filters .top-filter-enter-subject {
	margin-left: 2.5em;
}

.page-content-advancedsearch #adv-location .main-layer-selection + .instructional-text {
	position: relative;
	top: 25px;
}

.page-content-advancedsearch #adv-location label {
	text-transform: uppercase;
	font-size: .8em;
	font-size: .75em;
	margin-bottom: 0;
}

.page-content-advancedsearch #adv-location .main-layer-selection {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 3em;
}

.page-content-advancedsearch #adv-location .top-filter-location {
	margin-left: 2.5em;
}

.page-content-advancedsearch #adv-location .adv-wrapper {
	padding-top: .5em;
}

.page-content-advancedsearch #adv-location #fm-select-layer-adv-srch .dropdown-toggle,
.page-content-advancedsearch #adv-location #fm-ac-location-adv-srch input,
.page-content-advancedsearch #adv-location #fm-select-layer-adv-srch-exclude .dropdown-toggle,
.page-content-advancedsearch #adv-location #fm-ac-location-adv-srch-exclude input {
	width: 17em;
}

.page-content-advancedsearch #adv-basic-filters .operator-or-and {
	margin-top: 2em;
	text-align: center;
}

.page-content-advancedsearch #adv-basic-filters .operator-option {
	padding: .25em 1em;
	margin: 0 .5em;
	color: #313f49;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}

.page-content-advancedsearch #adv-basic-filters .operator-option.active {
}

.page-content-advancedsearch .top-filter-three .multiple-selections .amout-range .instructional-text {
	margin-right: .75em;
}

.page-content-advancedsearch #adv-location #fm-ac-location-adv-srch-options {
	float: right;
	position: relative;
	top: 25px;
}


.page-content-advancedsearch .main-layer-selection {
	width: 25%;
	vertical-align: top !important;
	margin-top: 1.6em;
}

.page-content-advancedsearch .multi-geo {
	width: 65%;
	display: inline-block;
}

.page-content-advancedsearch .multi-geo .col-1 {
	width: 10%;
	display: inline-block !important;
}

.page-content-advancedsearch .multi-geo .col-2 {
	width: 65%;
	display: inline-block !important;
	vertical-align: top !important;
	padding-top: 0.25em;
}

.page-content-advancedsearch .multi-geo .instructional-text {
	float: right;
}

.page-content-advancedsearch .multi-geo .col-1 .instructional-text { 
	margin-top: 2.15em;
}


@media only screen and (max-width: 1610px) {
	.page-content-advancedsearch .main-layer-selection {
		width: 30%;
	}
	.page-content-advancedsearch .multi-geo {
		width: 60%;
	}
	.page-content-advancedsearch .multi-geo .col-1 {
		width: 15%;
	}
}

@media only screen and (max-width: 1355px) {
	.page-content-advancedsearch .main-layer-selection {
		width: 40%;
	}
	.page-content-advancedsearch .multi-geo {
		width: 50%;
	}
}

@media only screen and (max-width: 855px) {
	.page-content-advancedsearch .main-layer-selection {
		width: 45%;
	}
	.page-content-advancedsearch .multi-geo {
		width: 45%;
	}
	.page-content-advancedsearch .multi-geo .col-1 {
		width: 20%;
	}
}

/* ====================================
CHARTS-SCREEN Specific
==================================== */
.page-content-charts .color-code-geo-area-served {
}

.page-content-charts .color-code-recipients {
}

.page-content-charts .color-code-foundations {
}

.page-content-charts #main-content {
	background-color: #f7f8fb;
}

.page-content-charts .charts-holder {
	min-height: 500px;
}

/* PDF/CSV export icons */
.page-content-charts .widget-export-tools {
	position: absolute;
	right: 0;
	margin-top: -115px;
	z-index: 2;
}

.page-content-charts .widget-export-tools .export-pdf {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: block;
	background-position: -76px -265px;
}

.page-content-charts .widget-export-tools .export-csv {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: none;
	background-position: -114px -265px;
	margin-top: 8px;
}

.page-content-charts .widget-export-tools .export-iati {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: block;
	background-position: -39px -301px;
	margin-top: 8px;
}

.page-content-charts .widget-export-tools .export-csv:hover {
}

.page-content-charts .widget-export-tools .export-pdf:hover {
}

.page-content-charts .widget-export-tools .export-iati:hover {
}

.page-content-charts #fm-view-charts h3 {
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	text-align: center;
}

.page-content-charts #fm-view-charts h4 {
	color: #1a1a1a;
	margin: 0;
	margin-bottom: -10px;
}

.page-content-charts .chart-screen-left-chart {
	float: left;
	width: 48%;
}

.page-content-charts .chart-screen-right-chart {
	float: right;
	width: 48%;
}

.page-content-charts .chart-screen-left-bar {
	float: left;
	width: 53%;
	text-align: center;
}

.page-content-charts .chart-screen-right-bar {
	float: left;
	width: 46%;
	text-align: center;
}

/*.page-content-charts .fm-charts {margin-top:3%;}
.page-content-charts .chart-screen-bar-container {margin-top:3%;  }*/
.page-content-charts .chart-screen-bar-container h4 {
	margin-bottom: 1%;
}

.page-content-charts .chart-labels-wrapper {
	width: 65em;
	margin: 0 auto;
	margin-top: 2.5em;
}

.page-content-charts #chart-left-bar-label h4 {
	font-size: .9em;
	text-align: left;
	text-transform: uppercase;
	padding-left: 9.5em;
}

.page-content-charts #chart-right-bar-label h4 {
	font-size: .9em;
	text-align: left;
	text-transform: uppercase;
	padding-left: 3em;
}

.facet-chart-switch-container .dropdown {
	display: inline-block;
	margin: 0 10px 14px;
	vertical-align: top;
}

.facet-chart-switch-container .bootstrap-switch {
	display: inline-block;
	vertical-align: top;
}

/*.page-content-charts #fm-view-charts .chart-screen-right-bar h4 { padding-left: 13em; }*/

/*#barChart{ margin-left: 8em; }*/

/* ====================================
PATHWAYS-SCREEN Specific
==================================== */

.page-content-pathways .color-code-geo-area-served {
}

.page-content-pathways .color-code-recipients {
}

.page-content-pathways .color-code-foundations {
}

.page-content-pathways #main-content {
	background-color: #f7f8fb;
}

.page-content-pathways .pathways-holder {
	margin-top: 30px;
}

.page-content-pathways .org-name-pathways {
	max-width: 300px;
	margin-bottom: 20px;
}

.page-content-pathways .org-name-pathways label {
	display: block;
	margin-top: 20px;
}

.page-content-pathways h2.screen-name {
	margin-left: 0;
}

.page-content-pathways h2.screen-name .glyphicon-info-sign {
	display: inline-block;
	margin-left: 10px;
	font-size: .85em;
}

.page-content-pathways h2.screen-name .glyphicon-info-sign:hover {
	cursor: pointer;
}

.page-content-pathways h2.screen-name .popover-content {
	text-transform: none;
	text-align: left;
	font-size: .65em;
	padding: 10px;
	font-family: arial, sans-serif;
	font-weight: normal;
}

.page-content-pathways p {
	max-width: 550px;
}

.page-content-pathways #mission-container p {
	max-width: 100% !important;
}

.page-content-pathways h3.list-description {
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	margin-top: 5%;
	margin-bottom: 20px;
	text-align: center;
}

.page-content-pathways #modal-tabs-content h3.list-description, .modal-foundation-profile h3.list-description, .modal-recipient-profile h3.list-description {
	position: relative;
	left: 0;
	background-color: white;
	text-align: left;
	top: 0;
	width: 100%;
	margin-top: 1%;
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 1em;
	line-height: 1.25;
}

.pathways-legend {
	background-color: #eef4f8;
	padding: 10px 15px;
	max-width: 400px;
	margin-top: 20px;
}

.pathways-legend .foundations-color {
	width: 10px;
	height: 20px;
	display: inline-block;
}

.pathways-legend .recipients-color {
	width: 10px;
	height: 20px;
	display: inline-block;
}

.pathways-legend h4 {
	text-transform: uppercase;
	font-size: .92em;
	font-weight: bold;
	margin-bottom: 16px;
}

.pathways-legend label {
	margin-bottom: 12px;
	vertical-align: top;
	font-weight: normal;
}

.pathways-legend .right, .pathways-legend .left {
	display: inline-block;
	padding-right: 35px;
	vertical-align: top;
}

.pathways-button {
	text-align: center;
	font-weight: bold;
	padding: 8px 14px;
	border: 1px solid transparent;
	display: inline-block;
}

.pathways-button .glyphicon {
	display: block;
	margin: 0 auto;
}

.pathways-button:hover {
	background-color: #ffffff;
	cursor: pointer;
}

.pathways-button:active {
	opacity: .5;
}

.page-content-pathways .widget-export-tools {
	position: absolute;
	right: 0;
	margin-top: 2%;
	z-index: 2;
}

.page-content-pathways .widget-export-tools .export-pdf {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: block;
	background-position: -76px -265px;
}

.page-content-pathways .widget-export-tools .export-csv {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: block;
	background-position: -114px -265px;
	margin-top: 8px;
}

.page-content-pathways .widget-export-tools .export-iati {
	background-image: url(/img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	background-color: #fff;
	box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, .5);
	width: 38px;
	height: 38px;
	display: block;
	background-position: -39px -301px;
	margin-top: 8px;
}

.page-content-pathways .widget-export-tools .export-csv:hover {
}

.page-content-pathways .widget-export-tools .export-pdf:hover {
}

.page-content-pathways .widget-export-tools .export-iati:hover {
}

/* ====================================
SAVED SEARCHES-SCREEN Specific
==================================== */
h2.screen-name {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Roboto Condensed", arial;
	margin: 0 0 2% 15px;
}

.page-content-savedsearches #main-content {
	background-color: #f7f8fb;
}

.savedsearches-holder {
	background-color: #ffffff;
	padding: 3%;
	margin-top: 3%;
}

.savedsearches-holder .saved-single-search {
	position: relative;
	margin-bottom: 2%;
}

.savedsearches-holder .saved-single-search h3 {
	font-family: "Roboto Condensed", arial;
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 90%;
}

.savedsearches-holder .saved-single-search h3 .input-group {
	max-width: 90%;
}

.savedsearches-holder .saved-single-search h3 input {
	font-size: .85em;
}

.savedsearches-holder .filters {
}

.savedsearches-holder .filters h6 {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
}

.savedsearches-holder .filters ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.savedsearches-holder .filters ul li {
	display: inline;
}

.savedsearches-holder .edit-tools {
	display: none;
	position: absolute;
	right: 15px;
	top: 15px;
}

.savedsearches-holder .edit-tools span {
	margin-left: 3px;
	display: inline-block;
	padding: 5px;
	color: #ffffff;
}

.savedsearches-holder .edit-tools span:hover {
	cursor: pointer;
}

.savedsearches-holder .url-link .spriteimg {
	font-size: 1.5em;
	position: relative;
	top: 3px;
}

.savedsearches-holder .saved-single-search {
	padding: 15px;
	display: block;
}

.savedsearches-holder .saved-single-search a .place-url {
	font-weight: bold;
}

.savedsearches-holder .saved-single-search:hover {
	background-color: #ebf0f3;
}

.savedsearches-holder .saved-single-search:hover .edit-tools {
	display: block;
}

.savedsearches-holder .saved-single-search:hover a {
	text-decoration: none;
}

.savedsearches-holder a:hover .place-url {
	text-decoration: underline;
}

.savedsearches-holder a:hover .place-url:hover {
	opacity: .75;
}

.savedsearches-holder .spriteimg.color-recipients {
}

.savedsearches-holder .spriteimg.color-foundations {
}

.savedsearches-holder .spriteimg.color-geo-area-served {
}

/* ====================================
TAGS-SCREEN Specific
==================================== */

.tags-holder {
	background-color: #ffffff;
	padding: 3%;
	margin-top: 3%;
}

.tags-holder .nav.nav-tabs li {
	width: 28%;
	margin-right: 2px;
}

.tags-holder .nav.nav-tabs a {
	border: 2px solid #ffffff;
}

.tags-holder .tags-list {
	margin-bottom: 15px;
}

.tags-holder .tags-list ul {
	margin: 0;
	list-style-type: none;
	margin-top: 8px;
	padding: 0;
}

.tags-holder .tags-list ul li {
	display: inline-block;
	margin-right: 5px;
}

.tags-holder .tags-list .btn.active {
}

.tags-holder .tags-list .btn.tag-all {
	padding-top: 9px
}

.tags-holder .tags-list .btn .glyphicon {
	margin-left: 3px;
	padding: 4px;
	font-size: .9em;
	color: #ffffff;
	font-weight: normal;
}

.tags-holder .tags-list .btn .glyphicon:first-child {
	margin-left: 8px;
}

.tags-holder .tags-list .btn .glyphicon:hover {
	background-color: #ffffff;
}

.tags-holder .tags-list .btn {
	padding-top: 0;
	padding-bottom: 0;
}

.tags-holder .tags-list .btn .tag-label {
	position: relative;
	top: -6px;
}

.tags-holder .tags-list .btn .expand-tools {
	display: inline-block;
	width: 0;
	overflow: hidden;
	transition: all 350ms ease;
	margin-top: 4px;
}

.tags-holder .tags-list .btn:hover .expand-tools {
	width: 60px;
}

/* ====================================
POPOVER STYLES
==================================== */
.popper-content {
	display: none;
}

.popover-content {
	padding: 3px 3px;
	text-align: center;
}

.popover-content .widget-summary-boxes .single-box {
	box-shadow: none;
	background-color: #f4f5f5;
	font-size: .75em;
	line-height: 1.2em;
	padding: 6px 8px 4px;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	min-width: 80px;
}

.popover-content .widget-summary-boxes .single-box:last-child {
	margin-right: 0;
}

.popover-content .widget-summary-boxes .single-box p,
.popover-content .widget-summary-boxes .single-box span.p {
	font-size: 1.35em;
	margin-top: 3px;
	font-weight: bold;
}
.popover-content .widget-summary-boxes .single-box p a {
	text-decoration: underline;
}

.popover-content .see-details {
	font-size: .85em;
	margin-top: 1%;
	text-align: center;
}

.popover-content .widget-summary-boxes {
	position: relative !important;
	margin: 0;
	width: 100%;
}

.popover-content .see-details a {
	font-weight: bold;
	margin-left: 4px;
	display: inline-block;
	position: relative;
	margin-right: 8px;
}

.leaflet-popup-content {
	width: 370px !important;
}

.popover-content .see-details a:after {
	content: " \007C ";
	position: absolute;
	right: -8px;
}

.popover-content .see-details a:hover:after {
	text-decoration: none;
}

.popover-content .see-details a:last-child:after {
	display: none;
}

/* ====================================
MODAL STYLES
==================================== */
.modal-content button.close {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}

.recipient-transparency-seal {
	display: inline-block;
	width: 67px;
}

.top-profile-links {
	color: #0f70b2;
	position: absolute;
	right: 37px;
	top: 15px;
	z-index: 2;
}

.copy-profile-link {
	color: #0f70b2;
	float: right;
	font-size: 13px;
	padding: .25em;
}

.copy-profile-link:hover {
	text-decoration: underline;
	cursor: pointer;
}


.popup-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-container .popup {
  visibility: hidden;
  width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.popup-container .popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup-container .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.bottom-profile-links {
	clear: both;
}

.link-button-expand {
	font-size: 13px;
	padding: .25em;
}

.link-button-expand:hover {
	text-decoration: underline;
	cursor: pointer;
}

.link-button-show-expanded {
	color: #0f70b2;
	float: right;
	font-size: 13px;
	padding: .25em;
	margin-top: 2em;
}

.link-button-claim-profile {
	color: #0f70b2;
	float: left;
	font-size: 13px;
	padding: .25em .25em .25em 0;
	margin-top: 2em;
}

#profile-tabs-mission-new .link-button-claim-profile, 
#profile-tabs-contact-new .link-button-claim-profile,
#profile-tabs-key-facts-grants-new .link-button-claim-profile, 
#profile-tabs-mission-contact-new .link-button-claim-profile {
	float: none;
}

#profile-tabs-contact-new .bottom-profile-links,
#profile-tabs-key-facts-grants-new .bottom-profile-links,
#profile-tabs-mission-contact-new .bottom-profile-links {
	padding-top: 2em;
}



.link-button-show-expanded-2nd-line {
	margin-top: 0;
	padding-top: 0
}

.link-button-show-expanded:hover {
	text-decoration: underline;
	cursor: pointer;
}

.modal-content .nav.nav-tabs a, .profile-expanded .nav.nav-tabs a {
 	border-color: #ffffff;
 }

.modal-content .nav.nav-tabs li a:hover, .profile-expanded .nav.nav-tabs li a:hover {
	background-color: #ebf0f3;
}

.modal-content h3, .profile-expanded h3 {
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 1em;
	line-height: 1.25;
}

.modal-content h3:first-of-type, .profile-expanded h3:first-of-type {
	margin-top: 0;
}

.modal-content h2, .profile-expanded h2, #profile-modal-name {
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-weight: 400;
	font-size: 2.5em;
	margin: 0;
	line-height: .9em;
}

.modal-content h4, .profile-expanded h4 {
	font-size: 1.2em;
	font-weight: bold;
}

.modal-content h4 span, .profile-expanded h4 span {
	font-weight: normal;
}

.modal-content .profile-name, .profile-expanded .profile-name {
	display: inline-block;
}

.modal-content .profile-header, .profile-expanded .profile-header {
	vertical-align: top;
}

.modal-content .profile-header .your-tags, .profile-expanded .profile-header .your-tags {
	font-size: 0.8em;
}

.modal-content .profile-type, .profile-expanded .profile-type {
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-weight: 400;
	display: block;
	font-size: 1.25em;
}

.modal-content .profile-modal-alternate-name, .profile-expanded .profile-modal-alternate-name {
	display: block;
	font-size: 1.20em;
	margin-top: 2px;
}

.modal-content .profile-tools {
	width: 29%;
	text-align: right;
	float: right;
	padding-right: 15px;
}

.modal-content .profile-tools .spriteimg {
}

.modal-content .profile-header .your-tags .spriteimg {
	background-color: transparent;
}

.modal-content .profile-tools .spriteimg:hover {
	cursor: pointer;
}

.modal-content .profile-tools .spriteimg.pdf {
	background-position: -156px -268px;
	margin: 0;
}

.modal-content .profile-tools .spriteimg.csv {
	background-position: -193px -268px;
}

.modal-content .profile-tools .spriteimg.csv {
	background-position: -150px -301px;
}

.modal-content .profile-top-info {
	margin: .5em 0 1em;
	padding: 0;
	position: relative;
}

.modal-content .modal-content modal-grant-details .profile-top-info {
	margin: .25em 0 1em;
	padding: 0;
	position: relative;
	font-size: 0.95em;
}

.profile-top-info .contact {
	font-size: 12px;
}

.modal-content .profile-top-info .float-left, .profile-expanded .profile-top-info .float-left {
	width: 56%;
	float: left;
	overflow: hidden;
}

.modal-content .profile-top-info .float-left label, .profile-expanded .profile-top-info .float-left label {
	font-weight: bold;
}

.modal-content .profile-top-info .float-right, .profile-expanded .profile-top-info .float-right {
	width: 40.75%;
	float: right;
	overflow: hidden;
	margin-right: 1%;
}

.modal-content .profile-top-info a, .profile-expanded .profile-top-info a {
	word-break: break-all;
	word-break: break-all;
}

.modal-content .profile-top-info h4, .profile-expanded .profile-top-info h4 {
	margin-top: 0px;
}

.modal-content .profile-top-info h4 span, .profile-expanded .profile-top-info h4 span {
	display: inline;
	font-size: .9em;
}

.modal-content .profile-top-info span label, .profile-expanded .profile-top-info span label {
	display: inline-block;
	margin-bottom: 0;
}

.contact p, .profile-financial-data p {
	margin-bottom: .25em !important;
}

.modal-content #profile-tabs-nav, .profile-expanded #profile-tabs-nav {
	display: flex;
}

.modal-content #profile-tabs-nav li.active, .profile-expanded #profile-tabs-nav li.active {
	margin-right: 2px;
}

.modal-body .column-one {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.modal-body .column-two {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

#profile-tabs-key-facts-grants-new .column-one {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

#profile-tabs-key-facts-grants-new .column-two {
	margin-left: 1em;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

#profile-tabs-key-facts-new .column-one {
	padding-right: 1.5em;
}

#profile-tabs-key-facts-new .column-two {
	padding-left: 1.5em;
	border-left-color: #c0cbd4;
	border-left-style: solid;
	border-left-width: 2px;
}

#profile-tabs-key-facts-new .bottom-profile-links .column-two {
	border-left: none;
}

#profile-tabs-mission-new .column-one {
	width: 100%;
}

.tab-pane .column-one h3 {
	margin-top: 0;
}

.tab-pane .column-two h3 {
	margin-top: 0;
}

.tab-pane .key-facts-desc {
	margin-bottom: 1.5em;
	padding-bottom: .25em;
}

#profile-tabs-key-facts-new .key-facts-desc {
	border-bottom-color: #c0cbd4;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#fm-view-dashboardpopup-modal-dashboard-new #profile-tabs-key-facts-new .key-facts-desc {
	margin-bottom: 0;
}

#fm-view-dashboardpopup-modal-dashboard-new #profile-tabs-key-facts-new .key-facts-desc {
	border-bottom: none;
}

#fm-view-dashboardpopup-modal-dashboard-new #profile-tabs-key-facts-new .key-facts-desc h3,
#fm-view-dashboardpopup-modal-dashboard-new #profile-tabs-grants-new h3.list-description {
	margin-bottom: 0px;
}

#fm-view-dashboardpopup-modal-dashboard-new #profile-tabs-grants-new h3.list-description {
	padding-bottom: .25em;;
}

#fm-view-dashboardpopup-modal-dashboard-new .your-selections {
	margin-top: 0;
	margin-bottom: 1em;
	width: 100% !important;
	border-right: none;
	border-bottom-color: #c0cbd4;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#fm-view-dashboardpopup-modal-dashboard-new .your-selections-header button {
	font-size: 14px;
	padding-top: .4em;
	padding-bottom: .4em;
}

#fm-view-dashboardpopup-modal-dashboard-new .your-selections-header {
	background-color: #fff;
	padding-top: 0.25em;
	padding-left: 0;
	vertical-align: text-top;
	width: 10%;
}

#fm-view-dashboardpopup-modal-dashboard-new .your-selections .mask {
	padding-bottom: .75em;
}

#fm-view-dashboardpopup-modal-dashboard-new .your-selections ul li {
	margin-left: 0 !important;
	margin-right: 4px !important;
}

#fm-yourselections-profile {
	width: 100% !important;
}

.top-orgs-title {
	text-transform: capitalize;
}

.top-orgs {
	font-family: "Roboto Condensed", arial;
	font-size: 16px;
}

.top-orgs ol {
	counter-reset: item;
	padding-left: 0;
}
.top-orgs li {
	display: block;
	margin-left: 1.5em;
}
.top-orgs li:before {
	content: counter(item) ". ";
	counter-increment: item;
	position: absolute;
	margin-left: -1.5em;
}

.column-one-top-org {
	width: 68%;
	display: inline-block;
	vertical-align: top;
}

.column-two-top-org {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.column-two-top-org p {
	float: right;
}

.link-button-show-more {
	color: #0f70b2;
	float: right;
	font-size: .8em;
	text-transform: capitalize;
	padding: .25em;
}

.link-button-show-more:hover {
	text-decoration: underline;
	cursor: pointer;
}

#subjects-chart-no-data-msg {
font-family: "Roboto Condensed", arial;
font-size: 16px;
}

.subjects-show-by {
	float: right;
}

.subjects-show-by button {
	background-color: white;
	border-color: #c4c4c4;
}

.subjects-show-by button:active {
	background-image: none;
}

.show-by-menu-item {
	font-size: 1em;
}

.show-by-menu-item:hover {
	background-color: #f4f5f5;
	cursor: pointer;
}

.link-button-back-to-all {
	color: #0f70b2;
	font-size: .8em;
	text-transform: capitalize;
	clear: both;
}

.link-button-back-to-all:hover {
	text-decoration: underline;
	cursor: pointer;
}

.chart-container {
	clear: both;
}

.details-tooltip, .see-details {
	text-align: center;
}

.see-details {
	margin-top: 1em;
}

.column-tooltip {
	display: inline-block;
	vertical-align: top;
	padding: .35em;
	background-color: #f4f5f5;
	text-align: center;
}

.chart-tooltip h4 {
	font-family: 'Arial';
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	margin-top: .5em !important;
	margin-bottom: .5em !important;
}

.chart-tooltip h5 {
	font-size: 14px;
	text-align: center;
	margin-top: .25em;
	margin-bottom: 0;
}

.chart-tooltip p {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

#profile-tabs-key-facts-new .chart-tooltip h5 {
	font-size: 13.5px;
}

#profile-tabs-key-facts-new .chart-tooltip p {
	font-size: 13.5px;
}

#profile-tabs-mission-new .column-one {
	/* display: inline-block;
	vertical-align: top; */
}

#profile-tabs-mission-new .column-two {
	width: 37%;
	padding-left: .75em;
	border-left-color: #c0cbd4;
	border-left-style: solid;
	border-left-width: 2px;
}

#profile-tabs-mission-new .column-one p {
	margin-bottom: 1em;
}

#profile-tabs-content #profile-tabs-mission-new .column-one-third, #profile-tabs-content #profile-tabs-mission-contact-new .column-one-third {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	padding-right: 1em;
}

#mission-container h5 {
	margin: 20px 0 10px;
}


.profile-top-info .column-one {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-right: 2em;
}

.profile-top-info .column-two {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.profile-expanded .profile-top-info {
  margin: 0.5em 0;
}

.column-one-expanded {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	padding-right: 2em;
}

.column-two-expanded {
	width: 38%;
	display: inline-block;
	vertical-align: top;
}

.profile-top-info .column-one-expanded {
	width: 59%;
	display: inline-block;
	vertical-align: top;
	padding-right: 2em;
}

.profile-top-info .column-two-expanded {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}

.highlighted-profile-section {
	background-color: #f6f7f7;
	padding: 2em;
	margin-bottom: 2em;
}

.add-left-margin {
	margin-left: 1.5em;
}

#funding-interests-container h3 {
	margin-top: .33em !important;
}

#funding-interests-container ul {
  margin: 0;
}

#funding-interests-container ul.dashed {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}

#funding-interests-container ul.dashed > li:before {
  display: inline-block;
	content: "-";
	width: 1em;
	margin-left: -.85em;
}

#funding-interests-container ul.dashed > li {
  line-height: 1.15;
	margin-bottom: .5em;
}

.link-button-view-all {
	color: #0f70b2;
	font-size: .8em;
	text-transform: capitalize;
	padding: .25em;
}

.link-button-view-all:hover {
	text-decoration: underline;
	cursor: pointer;
}

#profile-tabs-mission-new .funding-interests {
	margin-top: 1em;
	margin-bottom: 1em;
}

#profile-tabs-mission-contact-new .funding-interests {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-right: 1%;
}

.modal-content .widget-export-tools {
	width: 25%;
	float: right;
	text-align: right;
	margin-right: 3%;
	margin-top: 16px;
}

.modal-content .widget-export-tools:before {
	content: "Download this data ";
	display: inline-block;
	font-size: .825em;
	margin-top: -12px;
	vertical-align: middle;
}

.modal-content .widget-export-tools .export-pdf {
	width: 37px;
	height: 31px;
	display: inline-block;
	background-position: -76px -265px;
	margin-left: 4px;
	box-shadow: none;
}

.modal-content .widget-export-tools .export-csv {
	width: 37px;
	height: 31px;
	display: inline-block;
	background-position: -118px -265px;
	box-shadow: none;
}

.modal-content .widget-export-tools .export-iati {
	width: 37px;
	height: 31px;
	display: inline-block;
	background-position: -39px -301px;
	box-shadow: none;
}

.modal-content .widget-export-tools .export-pdf:hover {
	cursor: pointer;
	background-position: 0px -265px;
}

.modal-content .widget-export-tools .export-csv:hover {
	cursor: pointer;
	background-position: -42px -265px;
}

.modal-content .widget-export-tools .export-iati:hover {
	cursor: pointer;
	background-position: 40px -301px;
}

.modal-grant-details .profile-name {
	vertical-align: middle;
	width: 100% !important;
}

.modal-grant-details .profile-name h3 {
	margin-bottom: 3%;
	color: #38464c;
	font-size: 1.75em;
}

.modal-grant-details .profile-name h2 {
	display: block;
	margin-bottom: 4px;
	margin-top: 2px;
	padding-right: 2%;
}

.modal-grant-details .profile-name .grant-detail-address {
	display: block;
	font-size: .9em;
}

.modal-body .profile-name .org-type, .profile-expanded .profile-name .org-type {
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	height: 20px;
	line-height: 21px;
	font-family: "Roboto Condensed", arial, sans-serif;
	background-color: #ebf1f3;
	position: relative;
	padding: 0 4px;
	margin-bottom: 6px;
	margin-left: 26px;
}

.modal-body .profile-name .glyphicon-bookmark.right, .profile-expanded .profile-name .glyphicon-bookmark.right {
	color: #ebf1f3;
	font-size: 26px;
	position: absolute;
	right: -23px;
	top: -2px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.modal-body .profile-name .glyphicon-bookmark.left, .profile-expanded .profile-name .glyphicon-bookmark.left {
	color: #ebf1f3;
	font-size: 26px;
	left: -23px;
	position: absolute;
	top: -4px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.modal-body .profile-name #profile-modal-general-location, .profile-expanded .profile-name #profile-modal-general-location {
	opacity: 0.6;
	display: block;
	font-size: 0.9em;
}

.modal-body #profile-tabs-mission-new h4 {
	margin-top: 2em;
}

.modal-body #profile-tabs-mission-new h4:first-child {
	margin-top: 0;
}

.modal-grant-details .profile-name h4 {
	display: block;
	vertical-align: top;
	font-size: 1.5em;
	padding: 10px 0 10px 0;
}

.modal-grant-details .profile-top-info {
	margin-top: 0 !important;
	background-color: #f6f7f7;
	margin: 3% 0 3% -20px;
	padding: 1.5% 20px;
	position: relative;
	width: 105%;
	font-size: 0.95em;
}

.modal-grant-details .profile-top-info span {
	display: block;
}

.modal-grant-details .profile-top-info span label {
	line-height: 1.3;
	margin-bottom: 8px;
}

.modal-grant-details .profile-top-info label {
	font-weight: bold;
}

.modal-grant-details .grant-detail-recipient {
	margin-bottom: 20px;
}

.modal-grant-details .profile-name h2 {
	font-size: 2.2em;
}

#grant-detail-description {
	font-size: 1.2em;
}

.large-text-font {
	font-size: 1.2em;
}

#profile {
	padding: 1em;
}

/* ====================================
SHOW - HIDE components
==================================== */

/*  SHOW DASHBOARD  and hide others */
.page-content-dashboard .widget-content .dashboard-holder {
	display: block !important;
}

.page-content-dashboard .widget-content .quicksearch-holder,
.page-content-dashboard .widget-content .list-holder,
.page-content-dashboard .widget-content .map-holder,
.page-content-dashboard .widget-content .advancedsearch-holder,
.page-content-dashboard .widget-content .charts-holder,
.page-content-dashboard .widget-content .pathways-holder,
.page-content-dashboard .widget-content .tags-holder,
.page-content-dashboard .widget-content .savedsearches-holder,
.page-content-dashboard .widget-export-tools,
.page-content-dashboard .widget-content .constellations-holder {
	display: none !important;
}

/*  SHOW QUICKSEARCH  and hide others */
.page-content-quicksearch .widget-content .quicksearch-holder {
	display: block !important;
}

.page-content-quicksearch .widget-content .dashboard-holder,
.page-content-quicksearch .widget-content .list-holder,
.page-content-quicksearch .widget-content .map-holder,
.page-content-quicksearch .widget-content .advancedsearch-holder,
.page-content-quicksearch .widget-content .charts-holder,
.page-content-quicksearch .widget-content .pathways-holder,
.page-content-quicksearch .widget-content .tags-holder,
.page-content-quicksearch .widget-content .savedsearches-holder,
.page-content-quicksearch .filters-wrapper,
.page-content-quicksearch .widget-summary-boxes,
.page-content-quicksearch .widget-export-tools,
.page-content-quicksearch .widget-content .constellations-holder {
	display: none !important;
}

/*  SHOW advancedsearch  and hide others */
.page-content-advancedsearch .widget-content .advancedsearch-holder {
	display: block !important;
}

.page-content-advancedsearch .widget-content .dashboard-holder,
.page-content-advancedsearch .widget-content .quicksearch-holder,
.page-content-advancedsearch .widget-content .list-holder,
.page-content-advancedsearch .widget-content .map-holder,
.page-content-advancedsearch .widget-content .charts-holder,
.page-content-advancedsearch .widget-content .pathways-holder,
.page-content-advancedsearch .widget-content .tags-holder,
.page-content-advancedsearch .widget-content .savedsearches-holder,
.page-content-advancedsearch .filters-wrapper,
.page-content-advancedsearch .widget-summary-boxes,
.page-content-advancedsearch .widget-export-tools,
.page-content-advancedsearch .widget-content .constellations-holder {
	display: none !important;
}

.page-content-advancedsearch #adv-summary-boxes .widget-summary-boxes {
	display: block !important;
}

/*  SHOW LIST  and hide others */
.page-content-list .widget-content .list-holder {
	display: block !important;
}

.page-content-list .widget-content .dashboard-holder,
.page-content-list .widget-content .quicksearch-holder,
.page-content-list .widget-content .map-holder,
.page-content-list .widget-content .advancedsearch-holder,
.page-content-list .widget-content .charts-holder,
.page-content-list .widget-content .pathways-holder,
.page-content-list .widget-content .tags-holder,
.page-content-list .widget-content .savedsearches-holder,
.page-content-list .widget-content .constellations-holder {
	display: none !important;
}

/*  SHOW MAP and hide others */
.page-content-map .widget-content .map-holder {
	display: block !important;
}

.page-content-map .widget-content .dashboard-holder,
.page-content-map .widget-content .quicksearch-holder,
.page-content-map .widget-content .list-holder,
.page-content-map .widget-content .advancedsearch-holder,
.page-content-map .widget-content .charts-holder,
.page-content-map .widget-content .pathways-holder,
.page-content-map .widget-content .tags-holder,
.page-content-map .widget-content .savedsearches-holder,
.page-content-map .widget-content .constellations-holder {
	display: none !important;
}

/*  SHOW CHARTS  and hide others */
.page-content-charts .widget-content .charts-holder {
	display: block !important;
}

.page-content-charts .widget-content .dashboard-holder,
.page-content-charts .widget-content .quicksearch-holder,
.page-content-charts .widget-content .list-holder,
.page-content-charts .widget-content .map-holder,
.page-content-charts .widget-content .advancedsearch-holder,
.page-content-charts .widget-content .pathways-holder,
.page-content-charts .widget-content .tags-holder,
.page-content-charts .widget-content .savedsearches-holder,
.page-content-charts .widget-content .constellations-holder {
	display: none !important;
}

/*  SHOW PATHWAYS  and hide others */
.page-content-pathways .widget-content .pathways-holder {
	display: block !important;
}

.page-content-pathways .widget-content .dashboard-holder,
.page-content-pathways .widget-content .quicksearch-holder,
.page-content-pathways .widget-content .list-holder,
.page-content-pathways .widget-content .map-holder,
.page-content-pathways .widget-content .advancedsearch-holder,
.page-content-pathways .widget-content .charts-holder,
.page-content-pathways .widget-content .tags-holder,
.page-content-pathways .widget-content .savedsearches-holder,
.page-content-pathways .widget-summary-boxes,
.page-content-pathways .widget-content .constellations-holder {
	display: none !important;
}

/*  SHOW TAGS  and hide others */
.page-content-tags .widget-content .tags-holder {
	display: block !important;
}

.page-content-tags .widget-content .dashboard-holder,
.page-content-tags .widget-content .quicksearch-holder,
.page-content-tags .widget-content .list-holder,
.page-content-tags .widget-content .map-holder,
.page-content-tags .widget-content .advancedsearch-holder,
.page-content-tags .widget-content .charts-holder,
.page-content-tags .widget-content .pathways-holder,
.page-content-tags .widget-content .savedsearches-holder,
.page-content-tags .filters-wrapper,
.page-content-tags .widget-summary-boxes,
.page-content-tags .widget-export-tools,
.page-content-tags .widget-content .constellations-holder {
	display: none !important;
}

/*  SHOW SAVED SEARCHES  and hide others */
.page-content-savedsearches .widget-content .savedsearches-holder {
	display: block !important;
}

.page-content-savedsearches .widget-content .dashboard-holder,
.page-content-savedsearches .widget-content .quicksearch-holder,
.page-content-savedsearches .widget-content .list-holder,
.page-content-savedsearches .widget-content .map-holder,
.page-content-savedsearches .widget-content .advancedsearch-holder,
.page-content-savedsearches .widget-content .charts-holder,
.page-content-savedsearches .widget-content .pathways-holder,
.page-content-savedsearches .widget-content .tags-holder,
.page-content-savedsearches .filters-wrapper,
.page-content-savedsearches .widget-summary-boxes,
.page-content-savedsearches .widget-export-tools,
.page-content-savedsearches .widget-content .constellations-holder {
	display: none !important;
}

/*  SHOW CONSTELLATIONS  and hide others */

.widget-summary-boxes .constellations {
	display: none;
}

.page-content-constellations .widget-summary-boxes .constellations {
	display: inline;
}

.page-content-constellations .widget-content .constellations-holder {
	display: block !important;
}

.page-content-constellations .widget-content .dashboard-holder,
.page-content-constellations .widget-content .quicksearch-holder,
.page-content-constellations .widget-content .list-holder,
.page-content-constellations .widget-content .map-holder,
.page-content-constellations .widget-content .advancedsearch-holder,
.page-content-constellations .widget-content .charts-holder,
.page-content-constellations .widget-content .pathways-holder,
.page-content-constellations .widget-content .tags-holder,
.page-content-constellations .widget-content .savedsearches-holder {
	display: none !important;
}

/* ====================================
/SHOW - HIDE components
==================================== */

/* ====================================
COLOR CODING (always at the bottom)
==================================== */

/* Geo Area Served */
.color-code-geo-area-served .widget-top-filters .top-filter-one .label-type {
}

.color-code-geo-area-served .widget-top-filters .top-filter-two .label-type {
}

.color-code-geo-area-served .widget-top-filters .circle {
}

.color-code-geo-area-served #fm-summary-box-1 {
	margin-left: 11.5%;
}

.color-code-geo-area-served .widget-summary-boxes .single-box p {
}

.color-code-geo-area-served .widget-yourselections .selection-showing-location {
}

.color-code-geo-area-served .widget-summary-boxes .single-box .list-screen-circle span {
}

.color-code-geo-area-served .table .list-sm {
	background-position: -124px -50px;
}

.color-code-geo-area-served .table .pathways-sm {
	background-position: -124px -163px;
}

.color-code-geo-area-served .popover-content .widget-summary-boxes .single-box p {
}

.color-code-geo-area-served .table .headerSortDown .sort.caret {
}

.color-code-geo-area-served .table .headerSortUp .sort.caret {
}

.main-layer-selection .color-geo-area-served.circle {
}

.main-layer-selection .color-disabled.circle {
	background-color: #cccccc;
}

.color-code-geo-area-served .spriteimg.pathways-sm:before {
}

.color-code-geo-area-served .spriteimg.list-sm:before {
}

.color-code-geo-area-served #geo-scale-selector {
	display: block;
}

.color-code-geo-area-served #geo-scale-selector input[type=radio]:checked {
}

.color-code-geo-area-served .wiget-dashboard-filters .autosearch-wrapper .label-type {
}

/* BETA
#fm-select-layer-2 .color-geo-area-served:after {
top: 10px;
color: #0f70b2;
content: "BETA";
font-size: .65em;
font-weight: bold;
right: 28px;
position: absolute;}
*/

#fm-select-layer-2 .circle.color-geo-area-served + .beta-label {
	display: block;
	background-size: 78%;
	top: 10px;
	left: 122px;
}

.btn.no-hover, .btn.no-hover:hover, .btn.no-hover:focus {
	background-color: #fff !important;
	cursor: default !important;
	color: #313F49 !important;
	pointer-events: none;
	box-shadow: none;
	border: 0;
	box-shadow: none !important;
}

/* Recipients */
.color-code-recipients .widget-top-filters .top-filter-one .label-type {
}

.color-code-recipients .widget-top-filters .top-filter-two .label-type {
}

.color-code-recipients .widget-top-filters .circle {
}

.color-code-recipients .widget-summary-boxes .single-box p {
}

.color-code-recipients .widget-yourselections .selection-showing-location {
}

.color-code-recipients .widget-summary-boxes .single-box .list-screen-circle span {
}

.color-code-recipients .table .list-sm {
	background-position: -162px -50px;
}

.color-code-recipients .table .pathways-sm {
	background-position: -162px -163px;
}

.color-code-recipients .popover-content .widget-summary-boxes .single-box p {
}

.color-code-recipients .table .headerSortDown .sort.caret {
}

.color-code-recipients .table .headerSortUp .sort.caret {
}

.main-layer-selection .color-recipients.circle {
}

.color-code-recipients .spriteimg.pathways-sm:before {
}

.color-code-recipients .spriteimg.list-sm:before {
}

.color-code-recipients .wiget-dashboard-filters .autosearch-wrapper .label-type {
}

/* Foundations */
.color-code-foundations .widget-top-filters .top-filter-one .label-type {
}

.color-code-foundations .widget-top-filters .top-filter-two .label-type {
}

.color-code-foundations .widget-top-filters .circle {
}

.color-code-foundations .widget-summary-boxes .single-box p {
}

.color-code-foundations .widget-yourselections .selection-showing-location {
}

.color-code-foundations .widget-summary-boxes .single-box .list-screen-circle span {
}

.color-code-foundations .table .list-sm {
	background-position: -200px -50px;
}

.color-code-foundations .table .pathways-sm {
	background-position: -200px -163px;
}

.color-code-foundations .popover-content .widget-summary-boxes .single-box p {
}

.color-code-foundations .table .headerSortDown .sort.caret {
}

.color-code-foundations .table .headerSortUp .sort.caret {
}

.main-layer-selection .color-foundations.circle {
}

.color-code-foundations .spriteimg.pathways-sm:before {
}

.color-code-foundations .spriteimg.list-sm:before {
}

.color-code-foundations .wiget-dashboard-filters .autosearch-wrapper .label-type {
}

/* Indicator */
.single-box span.p.indicator {
}

/* Autocomplete styles - typeahead*/
.twitter-typeahead {
	display: block !important;
}

.tt-query {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tt-hint {
}

.tt-dropdown-menu {
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	padding: 2% 0;
	line-height: 1.2em;
	font-size: 1em;
	top: 33px !important;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	cursor: default;
}

.tt-suggestion p {
	margin: 0;
	padding: 2% 5%;
}

/* Progress bar */
.progess-bar-container {
	position: absolute;
	width: 300px;
	height: 30px;
	z-index: 1000;
	top: 50%;
	left: 40%;
	display: none;
}

.progress {
	max-width: 200px;
	height: 16px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
}

.progress .txt {
	position: absolute;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	font-size: 10px;
}

.other-fdn-logo {
	display: none;
}

.left-menu .nav-pills li.not-available {
	opacity: .4;
}

.left-menu .popover {
	font-family: arial, sans-serif;
}

.left-menu .popover-title {
	font-weight: bold;
}

.left-menu .popover a {
	display: inline-block;
	line-height: 2.2;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
}

.modal-content .profile-type,
.modal-content .profile-ein {
	display: none;
}

.top-filter-three .dropdown-menu .list-group-item input.form-control {
	display: inline-block;
	height: 14px;
	position: relative;
	top: 3px;
	width: 20px;
}

.top-filter-three .list-group-item label {
	margin-top: 0;
	display: inline-block;
	width: 172px;
	font-weight: normal;
}

.top-filter-three .list-group.level-one {
	margin-top: 0;
}

.tooltip-inner {
	font-family: arial, sans-serif;
	min-width: 120px;
}

.tooltip.right .tooltip-arrow {
}

/* WINDROSE */
#windrose {
	padding-top: 10px;
	background-color: rgba(246, 247, 247, .11);
	margin: 3% 0 3% -15px;
	padding: 1.5% 20px;
	width: 104%;
	position: relative;
	top: -33px;
}

.wind-rose-axis-label {
	fill: #1a1a1a !important;
}

#wind-rose-tooltip h4, #wind-rose-tooltip p {
	color: #1a1a1a;
}

/* Are you on the map stamp */
#default-get-on-map {
	position: absolute;
	z-index: 0; 
	bottom:43%; 
	right: 0px;
}

@media only screen and (max-width: 1024px) {
	#default-get-on-map {
		position: absolute;
		z-index: 0; 
		bottom: 4%; 
		right: 5%;
	}
}

/* Demographics */

.poly-demographic-layer.leaflet-clickable {
	fill: #000000 !important;
	stroke: #000000 !important;
}

.leaflet-draw-guide-dash {
	background-color: #000000;
}

.smart-alert {
	display: none;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .75);
	background-color: #0f70b2;
	border: 2px solid #08324f;
	color: #ffffff;
	font-weight: bold;
	height: 68px;
	left: 36%;
	margin-top: -69px;
	padding-top: 24px;
	position: absolute;
	text-align: center;
	width: 224px;
	z-index: 10;
}

.make-two-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.make-three-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.make-four-columns {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.make-five-columns {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.make-six-columns {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.make-seven-columns {
	-webkit-column-count: 7;
	-moz-column-count: 7;
	column-count: 7;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.input-group.fm-year-list .form-control {
	float: none;
}

.input-group.fm-year-list,
.input-group.make-two-columns {
	display: block;
}

.input-group.fm-year-list.make-seven-columns {
	display: inline-block;
}

.see-in-fdo {
	font-size: .9em;
	color: #be4e03;
	text-decoration: none;
	font-family: arial, sans-serif;
	display: none;
}

.see-in-fdo:hover {
	text-decoration: underline;
	cursor: pointer;
}

/*
#profile-tabs-nav .beta-label {  background-size: 20px 5px; left: 90px; max-width: 40px;   position: absolute; top: 10px;}
*/

.page-content-pathways .widget-export-tools {
	display: none;
}

#zoom-to-buttons {
	position: absolute;
	z-index: 1;
	bottom: 45%;
	padding: 6px;
	background-color: #ffffff;
	left: 10px;
	box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, .3);
}

#zoom-to-buttons h5 {
	text-transform: uppercase;
	margin-top: 0;
	font-size: .85em;
	text-align: center;
}

#zoom-to-buttons a {
	display: block;
	padding: 4px 8px;
	color: #ffffff;
	font-weight: bold;
	width: 100px;
	text-align: center;
	margin-bottom: 6px;
}

#zoom-to-buttons a:hover {
}

#logo-overlay {
	position: absolute;
	z-index: 11;
	bottom: 0;
	padding-left: 15px;
	background-color: rgba(255, 255, 255, .75);
	width: 1068px;
	font-size: 10px;
}

#logo-overlay a {
	color: #1c4968;
}

#logo-overlay a:first-child:hover {
	opacity: .7;
}

#logo-overlay a:nth-child(2) {
	position: relative;
	top: 5px;
}

/* ====================================
REPORTS TAB
==================================== */
.reports-link {
	display: none !important;
	margin-left: 1px;
}

.reports-link a {
	padding-left: 4px;
	padding-right: 4px;
}

.reports-tab-content .single-report {
	padding: 10px;
	background-color: #ebedf1;
	float: left;
	margin-right: 2.75%;
	margin-bottom: 15px;
	padding-bottom: 2em;
}

.reports-tab-content .single-report:nth-child(4n) {
	margin-right: 0;
}

.reports-tab-content .single-report .cover-graphic {
	background-image: url('../img/no-report-cover.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 8px;
	height: 278px;
	overflow: hidden;
	width: 217px;
}

.reports-tab-content .single-report img {
	width: 217px;
}

.reports-tab-content .single-report img[src="null"] {
	display: none;
}

.reports-tab-content .pub-date {
	font-size: .8em;
	color: #999999;
}

.reports-tab-content a:hover {
	display: block;
	text-decoration: none;
}

.reports-tab-content h6 {
	font-size: 1.05em;
	margin-top: 0;
	line-height: 1.2;
	width: 217px;
}

.reports-tab-content h6 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
}

.reports-tab-content .single-report:hover {
	box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, .34);
}

.reports-tab-content .single-report:hover h6 {
	white-space: normal;
	overflow: hidden;
	z-index: 10000;
	width: 20%;
	background-color: #ebedf1;
	padding: 10px;
	margin-left: -10px;
	padding-top: 0;
	padding-right: 5px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .34);
}

.modal-body .nav.nav-tabs li.reports-link {
	width: 25%;
}

.modal-body .reports-tab-content .single-report img {
	width: 207px;
}

.modal-body .reports-tab-content h6 {
	width: 207px;
}

.modal-body .reports-tab-content .single-report:hover h6 {
	width: 27.75%;
}

.modal-body .reports-tab-content .single-report:nth-child(3n) {
	margin-right: 0;
}

.modal-body .reports-tab-content .single-report .cover-graphic {
	width: 207px;
}

/* ====================================
DISABLED STATE
==================================== */
.display-state-disabled {
	opacity: .4 !important;
}

.display-state-lock {
	opacity: .5;
}

.display-state-lock:before {
	content: "\e033";
	margin-right: 5px;
	opacity: .7;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.display-state-lock:hover:after {
	width: 100px;
	height: 100px;
	position: relative;
	top: 1px;
	display: inline-block;
	background-color: red;
}

.popover.display-state-disabled-message .popover-title {
	font-weight: bold;
}

.popover.display-state-disabled-message .popover-content {
	text-align: left;
	padding: 10px;
}

.popover.display-state-disabled-message .popover-content a {
	font-weight: bold;
}

/* ====================================
FOUNDATION MAPS FREE
==================================== */
/* .fm-free-form .modal-dialog {
	width: 840px !important;
}

.fm-free-form #newsletter-left {
	width: 48.5%;
	float: left;
	background-color: #f5f8f9;
	padding: 20px;
}

.fm-free-form #newsletter-left h2 {
	font-size: 2em;
	margin-bottom: 15px;
}

.fm-free-form #newsletter-left input[type="text"] {
	width: 98%;
	margin-bottom: 8px;
	padding: 4px;
	border: 1px solid #d6dee1;
}

.fm-free-form #newsletter-left input[type="password"] {
	width: 98%;
	margin-bottom: 8px;
	padding: 4px;
	border: 1px solid #d6dee1;
}

.fm-free-form #newsletter-left select {
	width: 98%;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #d6dee1;
}

.fm-free-form #newsletter-left .checkbox {
	font-size: .9em;
	font-weight: normal;
	margin-bottom: 10px;
}

.fm-free-form #newsletter-right {
	width: 48%;
	float: right;
}

.fm-free-form #newsletter-right h3 {
	margin-top: 20px !important;
}

.fm-free-form #newsletter-right h3:first-child {
	margin-top: 5px !important;
}

.fm-free-form #newsletter-right h3 span {
	font-size: .9em;
}

.fm-free-form #newsletter-right p {
	font-size: .9em;
} */

/* ====================================
CSS for CHARTS TABS (inactive right now)
==================================== */
/**/
#chart-screen-tabs-nav > li.facets-link {
	display: block;
}

/* ====================================
STYLING FOR SHEPHERD TOOLTIPS
==================================== */
.shepherd-content header, .shepherd-content footer {
	margin: 0;
}

.shepherd-active .shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
	background-color: rgb(227, 114, 82);
}

/* ====================================
RESPONSIVE
==================================== */

.btn_modal-tabs-recipients-without-grants, #list-screen-tabs-nav > li.recipients-without-grants-link, #modal-tabs-nav > li.recipients-without-grants-link {
	display: none
}

/* ====================================
CSS for CUSTOM CSS FOR CLIENTS, controlled in Admin
==================================== */

#profile-tabs-nav > li.guidestar-profile {
	display: none;
}

/*.tab-pane #fm-pdf-csv-2 > div {position:relative; right:0; z-index:2}*/

.min-error {
	color: white;
}

.min-error-adv {
	position: relative;
	left: 30%;
	bottom: 10px;
	color: white;
}

#modal-tabs-nav > li.country-profile-link {
	display: none;
}

#modal-tabs-nav > li.iati-data-link {
	display: none;
}




/* ====================================
PUBLIC PAGES -- COMMON
==================================== */

.public-pages, .terms-of-service {
	font-family: 'Open Sans';
}

body.landing-pg {
	background: none;
	overflow-x: hidden;
}

.landing-pg #fm-header,
.marketing-pages #fm-header {
	padding: 1em 0;
	position: relative;
	z-index: 3;
	border: 0 !important;
}

.landing-pg #fm-header .top-links,
.marketing-pages #fm-header .top-links {
	font-size: 1.125em;
}

.landing-pg #fm-header div.container,
.marketing-pages #fm-header div.container,
#home .container {
	max-width: 1280px !important;
	width: 100%;
	padding: 0 2em;
	border: 0;
	min-height: 0;
}

body .marketing-pages {
	background: none;
}

.public-pages hr {
	margin: 0;
	border-color: #cfcfcf;
}


/* CONTAINERS  */

.public-pages .container {
	padding: 0 1em;
	min-height: 4em;
}

.public-pages .container-twenty-five {
	display: inline-block;
	width: 25%;
}

.public-pages .container-forty {
	display: inline-block;
	width: 40%;
}

.public-pages .container-fifty {
	display: inline-block;
	width: 50%;
}

.public-pages .container-fifty-five {
	display: inline-block;
	width: 55%;
}

.public-pages .container-sixty {
	display: inline-block;
	width: 60%;
}

.public-pages .container-seventy {
	display: inline-block;
	width: 70%;
}

.public-pages .container-eighty {
	display: inline-block;
	width: 80%;
}

.public-pages .fm-center {
	text-align: center;
}

.public-pages .fm-float-left  {
	float: left;
}

.public-pages .fm-float-right {
	float: right;
}

.public-pages .fm-padded {
	padding: 0 4em;
}


/* VIDEO MODAL */

.public-pages .modal-body {
	padding: 0;
}

.public-pages iframe {
	width: 100%;
}

.public-pages #video-modal-lbl {
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(97, 108, 123);
	margin-top: 0;
}


/* TEXT */

.public-pages article {
	color: #555555;
	clear: both;
}

.public-pages h1 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 3.5em;
}

.public-pages article h2 {
	color: #444444;
	font-weight: bold;
	font-size: 3em;
	line-height: 1.3em;
	margin-top: 0;
}

.public-pages h3 {
	margin: 0;
	color: #FFFFFF;
	font-size: 2em;
	line-height: 1.5;
}

.public-pages h4 {
	margin-top: 1em;
	color: #FFFFFF;
	font-size: 1.75em;
}

.public-pages h5 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	font-size: 1.5em;
}

.public-pages p {
	margin: 0;
	font-size: 1.25em;
}


/* BANNERS */

.public-pages .banner {
	color: #FFFFFF !important;
	background-color: #FFFFFF !important;
}


/* BUTTONS */

.public-pages .btn {
	border-radius: 0;
	margin-top: 2em;
	border: 0;
	padding: .75em 2em;
	font-size: 1.5em;
	position: relative;
	z-index: 10;
}

.public-pages .btn-default {
	color: #082231;
}

.public-pages .btn-default:hover, .public-pages .btn-default:active, .public-pages .btn-default:focus {
	background: #082231;
	color: #FFF;
}



/* ====================================
PUBLIC PAGES -- HOME
==================================== */

#home .fm-funding-landscape h2 {
	color: #FFFFFF;
	display: inline-block;
}

#home .resources p, #home .newsletter p {
	margin-top: .6em;
}

#home .banner {
	background: url(../img/home-hero-bg-cropped.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	margin-left: auto;
	padding-top: 8em;
	min-height: 45em;
	position: relative;
}

#home .banner:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 14em solid white;
	border-left: 102em solid transparent;
}

#home #carousel-regions {
	-ms-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .39);
}

#home .regions {
	position: absolute;
	top: 0;
	right: -22%;
	z-index: 2;
}

#home .stripe-transparent {
	background: rgba(24, 62, 124, .65);
	padding: 2em 0;
	margin-top: 8em;
	clear: both;
	overflow: auto;
	width: 100%;
}

#home .how-fm-helps .container {
	max-width: 1000px !important;
}

#home .how-top {
	margin-top: 4em;
}

#home .insights, #home .impact {
	margin-top: 3.5em;
}

#home .reports {
	margin-top: 9em;
}

#home .initiatives, #home .empty {
	margin-top: 2em;
}

#home .trends {
	margin-top: 9em;
}

#home .how-top, #home .how-middle, #home .how-bottom {
	clear: both;
}

#home .video {
	padding: 0 2em;
}

#home .video img {
	width: 100%;
}

#home iframe {
	min-height: 50em;
}

#home .fm-funding-landscape {
	background-color: #FFFFFF;
	background: url("../img/home-learn-more-full-cropped.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFFFFF !important;
	margin: 0;
	margin-left: auto;
	position: relative;
}

#home .fm-funding-landscape .container {
	max-width: 900px !important;
	margin: 0 auto;
	min-height: 28em;
}

#home article.fm-funding-landscape:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 14em solid white;
	border-left: 102em solid transparent;
	margin-left: 35em;
	position: absolute;
	bottom: 0em;
}

#home article.fm-funding-landscape:before {
	content: "";
	display: block;
	width: 100%;
	border-top: 14em solid white;
	border-right: 117em solid transparent;
}

#home .resources {
	background-color: #67ac2f;
	color: #FFFFFF !important;
	padding: 3em;
}

#home .resources .highlight {
	font-weight: bold;
}

#home .newsletter form {
	margin-top: 3em;
}

#home .newsletter {
	background-color: #082231;
	color: #FFFFFF !important;
	padding: 3em 1em 3.5em 1em;
}

#home .newsletter .user-input {
	display: inline-block;
	list-style-type: none;
	margin: 0 1% 0 0;
	padding: 1em;
	width: 26%;
	font-size: 1.25em;
	color: #313F49;
}

#home .error {
	color:  #fff;
	margin-top: .5em;
}

#home .newsletter .link-button {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	width: 15%;
	padding: .83em;
	border: 0;
	background-color: #67ac2f;
	font-weight: bold;
	font-size: 1.5em;
	color: #082231;
}

#home .newsletter .link-button:hover, #home .newsletter .link-button:active, #home .newsletter .link-button:focus {
	background: #fff;
}

#home .newsletter .link-button:disabled {
	background: #bec3ca;
	color: #768290;
}



/* ====================================
PUBLIC PAGES -- FEATURES
==================================== */

#features article {
	padding: 4em 0 4em 0;
}

#features h1 {
	margin-bottom: .4em;
}

#features .regions h2 {
	color: #FFFFFF;
	display: inline-block;
}

#features .feature h3 {
	color: #444444;
	font-weight: bold;
}

#features p {
	margin-top: 2em;
}

#features .fm-list p {
	margin-top: .5em;
	margin-bottom: .5em;
}

#features .region-summary p {
	margin-top: .2em;
	font-weight: bold;
}

#features p.region-label {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
	margin-top: 1.25em;
}

#features .banner {
	background: url("../img/features-hero-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#features .feature {
	width: 100%;
	padding-top: 3em;
	clear: both;
	overflow: auto;
}

#features .fm-desc {
	padding: 3em;
}

#features img {
	width: 100%;
}

#features .pdf-download {
	margin-top: .5em;
	margin-bottom: .5em;
}

#features .pdf-download-list {
	margin-bottom: 1em;
}

#features .fm-list {
	margin-top: 0 !important;
	margin-bottom: 2.5em;
}

#features .fm-list span {
	color: #e86540;
	margin-right: .25em;
}

#features .regions {
	padding: 5em 0 5em 0;
	background-image: url("../img/features-global-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#features #carousel-regions {
	margin: 3.75em auto 2.5em auto;
	width: 100%;
	display: inline-block;
}

#features .carousel-inner, #features .region-summary {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .39) !important;
}

#features .region {
	min-height: 40em;
	width: 100%;
}

#features .region-summary {
	background: rgba(255, 255, 255, .8);
	width: 25%;
	display: inline-block;
	margin-top: 13em;
	padding: 1.2em;
	color: #000;
}

#features .continent-1 {
	background: url("../img/continent-1.jpg") no-repeat center center;
}

#features .continent-2 {
	background: url("../img/continent-2.jpg") no-repeat center center;
}

#features .continent-3 {
	background: url("../img/continent-3.jpg") no-repeat center center;
}

#features .continent-4 {
	background: url("../img/continent-4.jpg") no-repeat center center;
}

#features .continent-5 {
	background: url("../img/continent-5.jpg") no-repeat center center;
}

#features .continent-6 {
	background: url("../img/continent-6.jpg") no-repeat center center;
}

#features .continent-7 {
	background: url("../img/continent-7.jpg") no-repeat center center;
}

#features .continent-8 {
	background: url("../img/continent-8.jpg") no-repeat center center;
}

#features .region {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#features .video {
	background-color: #67ac2f;
	padding: 0;
}

#features .video a, #features .video a:hover {
	color: #ffffff !important;
	font-size: 5em;
	text-decoration-line: none;
}

#features .video .container-seventy  {
	width: 100%;
	padding: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

#features iframe {
	min-height: 50em;
}



/* ====================================
PUBLIC PAGES -- TOUR
==================================== */

#guided-tour article {
	padding: 4em 0 4em 0;
}

#guided-tour .banner {
	background: url(/info/images/quote-hero-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#guided-tour p {
	padding-top: 2em;
	clear: both;
}

#guided-tour iframe, #guided-tour ul {height:500px;}
#guided-tour iframe {width:65%;display:block;float:left;}
#guided-tour ul {display:block;float:left;width:35%;margin:0;padding:0;/*background-color:#eee;*/}
#guided-tour ul>li, div#guided-tour a {display:block;height:125px;margin:0;}
#guided-tour ul>li {width:50%;float:left;padding:0;list-style:none;}
#guided-tour a {width:100%;padding:55px 0;text-align:center;font-weight:bold;color:#fff;font-size:16px;position:relative;}
/*#guided-tour li:nth-child(5) a {padding-top:53px;}*/
#guided-tour ul>li:nth-child(1) a {background-color:#E37252;}
#guided-tour ul>li:nth-child(2) a {background-color:#1C4968;}
#guided-tour ul>li:nth-child(3) a {background-color:#0F70B2;}
#guided-tour ul>li:nth-child(4) a {background-color:#86b120;}
#guided-tour ul>li:nth-child(5) a {background-color:#12B7B9;}
#guided-tour ul>li:nth-child(6) a {background-color:#9aacba;}
#guided-tour ul>li:nth-child(7) a {background-color:#1C4968;}
#guided-tour ul>li:nth-child(8) a {background-color:#0F70B2;}
#guided-tour ul>li a:hover {opacity:.75;text-decoration:none;}
#guided-tour ul>li a:after {display:none;}
#guided-tour ul>li a:hover:after, #guided-tour ul>li a.active:after {display:inline;position:absolute;width:100%;top:-10px;left:0;opacity:.2;font-size:105px;}
/*#guided-tour ul>li a.active:after {top:-5px;}*/
#guided-tour ul>li:nth-child(1) a:after {content:"1";}
#guided-tour ul>li:nth-child(2) a:after {content:"2";}
#guided-tour ul>li:nth-child(3) a:after {content:"3";}
#guided-tour ul>li:nth-child(4) a:after {content:"4";}
#guided-tour ul>li:nth-child(5) a:after {content:"5";}
#guided-tour ul>li:nth-child(6) a:after {content:"6";}
#guided-tour ul>li:nth-child(7) a:after {content:"7";}
#guided-tour ul>li:nth-child(8) a:after {content:"8";}
#guided-tour ul>li a.active {/*border:5px #618096 solid;padding:60px 0;*/text-decoration:none;}



/* ====================================
PUBLIC PAGES -- CONTACT
==================================== */

#contacts article {
	padding: 4em 0 2em 0;
}

#contacts .banner {
	background: url(/info/images/quote-hero-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contacts article {
	padding: 4em 0 4em 0;
}

#contacts p {
	margin-bottom: 2em;
}

#contacts .open-case-popup-link:hover {
	cursor: pointer;
}



/* ====================================
PUBLIC PAGES -- GET-A-QUOTE
==================================== */

#get-a-quote article {
	padding: 4em 0 4em 0;
}

#get-a-quote .banner {
	background: url(/info/images/quote-hero-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#get-a-quote form {
	background: #fff;
	margin: 0 6em 2em 6em;
	display: inline-block;
	max-width: 1000px;
}

#get-a-quote form h4 {
	font-weight: bold;
	text-align: left;
	clear: left;
}

#get-a-quote form ul li:nth-child(2n) {
	padding-left: 1em;
}

#get-a-quote li.hide {
	display: none;
}

#get-a-quote div.submit {
	clear: left;
	display: block;
	text-align: center;
}

#get-a-quote form ul {
	margin: 0;
	padding: 0;
}

#get-a-quote form ul li {
	list-style-type: none;
	width: 50%;
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
	float: left;
}

#get-a-quote form ul li.message,
#get-a-quote form ul li.checkbox {
	width: 100%;
	padding: 0;
}

#get-a-quote form textarea {
	max-width: 1000px;
	max-height: 400px;
}

#get-a-quote form ul li.checkbox input {
	width: auto;
	min-width: 1.5em;
	padding: 0;
}

#get-a-quote form ul li.checkbox label {
	line-height: 15px;
	margin-left: 5px;
}

#get-a-quote form p {
	text-align: center;
	font-size: 1.125em;
	margin-bottom: 2em;
	line-height: 1.7;
}

#get-a-quote form ul li label {
	margin: 0;
	padding: 0 0 .25em;
	font-weight: 400;
	display: block;
}

#get-a-quote form ul li input,
#get-a-quote form ul li textarea,
#get-a-quote form ul li select {
	color: #000;
	width: 100%;
	margin: 0;
	padding: .625em;
}

#get-a-quote form ul li textarea {
	min-height: 6em;
}

#get-a-quote .thank-you {
	min-height: 10em;
	margin-bottom: 4em;
}

/* Hide-show elements don't obey alternating two-column formatting */
#get-a-quote ul .hide-show {
	padding-left: 1em;
}


/** =================================================
PUBLIC PAGES -- CHAT FOR MAPS 
===================================================== **/

/* to make it above the Candid universal footer*/
.embeddedServiceHelpButton {
	z-index: 1001 !important;
}

.embeddedServiceSidebar * {
	border-radius: 0px !important;
}

.shortHeaderContent {
	background: #082231 !important;
}

.shortHeaderContent svg {
	background-color: #082231 !important;
}

.embeddedServiceHelpButton > div.helpButton .uiButton {
	background: #082231 !important;
	border-radius: 0px !important;
}

.embeddedServiceSidebarForm button {
	background-color: #082231!important;
}

.embeddedServiceSidebarFormField .uiInputSelect:after {
	border-top-color: #082231 !important;
}
.embeddedServiceSidebarExtendedHeader {
	background-color: #082231 !important;
}

.embeddedServiceSidebar .dialogButtonContainer > button.dialogButton.dialog-button-0.uiButton.embeddedServiceSidebarButton {
	background-color: #082231 !important;
}


/** =================================================
PUBLIC PAGES -- FOOTER 
===================================================== **/
.terms-of-service {
	text-align: center;
	padding: .5em .5em .6em .5em;
	background-color: #313F49;
}

.terms-of-service a, .terms-of-service a:hover {
	color: #ffffff !important;
	font-size: 1em;
	text-decoration-line: none;
}


/** =================================================
PUBLIC PAGES -- TERMS OF SERVICE 
===================================================== **/
#fm-terms-and-conditions ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#fm-terms-and-conditions ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: .6em;
}

#fm-terms-and-conditions ol > li:before {
  content: counters(item, ".") ".";
  display: table-cell;
  padding-right: .6em;
}

#fm-terms-and-conditions li ol > li {
  margin: 0;
}

#fm-terms-and-conditions li ol > li:before {
  content: counters(item, ".") ".";
}

#fm-terms-and-conditions li {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

#fm-terms-and-conditions p {
	margin-top: .5em !important;
	margin-bottom: .5em !important;
}

#fm-terms-and-conditions .fm-center {
	text-align: center;
	margin-bottom: 3em;
}

/* ====================================
REGISTRATION-MODAL
==================================== */

#registration-modal fieldset {
	display: grid;
	grid-template-columns: 47% 47%;
	column-gap: 6%;
}

#registration-modal {
	padding: 0px 15px 25px 15px;
}

#registration-modal h2{
	margin-bottom: 15px;
}

#registration-modal .form-wrap {
	padding: 15px;
}

#registration-modal .modal-header {
	border-bottom: unset;
}

#registration-modal .submit {
	justify-self: center;
    grid-column-start: 1;
    grid-column-end: 3;
}

#registration-modal .form-control {
	margin-top: 6px;
}

#registration-modal .has-error {
	color: #a94442;
}

/* ====================================
PUBLIC PAGES -- RESPONSIVE
==================================== */

@media only screen and (max-width: 1024px) {
	#features .container-eighty,
	#features .container-seventy, 
	#features .container-sixty,
	#features .container-fifty-five, 
	#features .container-forty,
	#features .fm-float-left, 
	#features .fm-float-right {
		float: none;
		width: 100%;
	}
	#features .feature {
		margin: 0 auto;
		max-width: 800px;
	}
	#features .feature {
		padding-top: 0;
	}
}

@media only screen and (min-width: 1800px) {
	#home .regions {
		left: 57%;
		right: auto;
	}
}

@media only screen and (min-width: 1600px) {
	#home .regions {
		right: -11%;
	}
	#home article.banner:after {
		display: none;
	}
	#home .banner {
		margin-bottom: 5em;
	}
}

@media only screen and (max-width: 1300px) {
	#home .regions {
		right: -19%;
		max-width: 60%;
	}
	#home .stripe-transparent {
		margin-top: 0;
	}
	#home .banner {
		min-height: 0;
		padding-top: 6em;
		margin-bottom: 4em;
	}
	#home .btn {
		margin: 1.5em 0;
		font-size: 1.25em;
	}
	#home article.banner:after {
		border-bottom: 7em solid white;
	}
}

@media only screen and (max-width: 1160px) {
	#home .regions {
		right: 0;
		max-width: 36%;
		top: 2em;
	}

	#home .fm-funding-landscape {
		padding-top: 3em;
    margin-top: 4em;
	}

	#home .stripe-transparent .container-fifty {
		width: 100%;
	}
	#home article.banner:after {
		display: none;
	}
	#home .banner {
		min-height: 0;
		padding-bottom: 4em;
	}
	#home .home-title {
		width: 80% !important;
	}
	#home article.fm-funding-landscape:before,
	#home article.fm-funding-landscape:after {
		display: none;
	}
	#home .fm-padded {
		padding: 0;
	}
}

@media only screen and (max-width: 1024px) {
	#features h3 {
		font-size: 1.5em !important;
		margin-top: 1em;
	}
	#features article .banner {
		padding-bottom: 2em;
	}
	#home .regions {
		display: none;
	}
	#home h1{
		font-size: 3em !important;
	}
	#home .home-title {
		width: 100% !important;
	}
	#home .how-fm-helps .container {
		display: flex;
		flex-direction: column;
	}
	#home .how-fm-helps .container .how-top {
		order: 1;
	}
	#home .how-fm-helps .container .how-middle {
		order: 3;
		display: flex;
		flex-direction: column;
	}
	#home .how-fm-helps .container .how-middle .container-fifty { 
		order: 2;
	}
	#home .how-fm-helps .container .how-bottom {
		order: 2;
	}
	#home .how-fm-helps .container .container-twenty-five,	
	#home .how-fm-helps .container .container-fifty {
		width: 100% !important;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 1em 0 !important;
	}
	#home .how-fm-helps .container .container-twenty-five img,	
	#home .how-fm-helps .container .container-fifty img {
		margin-right: 1em;
	}
	#home .fm-funding-landscape {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#home .fm-funding-landscape .container {
		min-height: 0;
	}
	.landing-pg #fm-header .top-links,
	.marketing-pages #fm-header .top-links {
		font-size: 1em;
		text-align: left;
	}
}

@media only screen and (max-width: 768px) { 
	#home .how-fm-helps .container .container-twenty-five, #home .how-fm-helps .container .container-fifty {
		justify-content: left;
	}
	#home .newsletter .user-input {
		width: 100%;
		margin-bottom: 1em;
	}
	#home .newsletter .link-button {
		width: 30%;
	}
	#home .how-fm-helps {
		max-width: 500px;
		margin: 0 auto;
	}
	body.landing-pg {
		font-size: 1.25em;
	}
	#features p {
		margin-bottom: 1em;
	}
}

@media (max-width: 767px) {
	.landing-pg #fm-header div.container,
	.marketing-pages div.container,
	#features .container,
	#home .container {
		max-width: 1280px !important;
		width: 100% !important;
	}
	#features .region-summary {
		width: auto;
	}
	#features .regions h2 {
		padding: 0 1em;
		font-size: 2.5em !important;
	}
}
/*
@media only screen and (max-width: 67em) {
	#home .container-forty, #home .container-sixty, #home .container-eighty, #home .container-fifty, #home .container-twenty-five, #home .fm-float-left, #home .fm-float-righ {
			float: none !important;
			width: 100%;
	}

	#home .how-fm-helps {
			clear: both;
			margin-top: 28em;
	}

	#home .insights, #home .impact, #home .reports, #home .trends, #home .opportunities {
			margin: .75em;
	}

	#home .empty, #home .initiatives {
			margin: 0 .75em;
	}

	#home .regions {
			position: relative;
			top: 0;
			right: 0;
	}

	#home #carousel-regions {
			transform: rotate(0deg);
	}

	#home article.banner:after {
			content: "";
			display: block;
			width: 100%;
			border-bottom: 0 solid #fff;
			border-left: 0 solid transparent;
	position: absolute;
		bottom: 0;
	z-index: 1;
	}

	#home .stripe-transparent {
			margin-bottom: 4em;
	}
}
*/

/* Show edit fields without horizontal layout when screen is too small */
@media only screen and (max-width: 67em) {
	#get-a-quote form ul li {
			float: none;
			width: 100%;
	}

	#get-a-quote form ul li:nth-child(2n) {
			padding-left: 0em;
	}
}

/* Override candid bar header and footer 1200 max width with mapx 1600 max width*/
.trigger-container {
	max-width: 1600px !important;
}

.uf-wrapper {
	max-width: 1600px !important;
}

#main-content {
	margin-bottom: 3em;
}

@media only screen and (max-width: 1024px) {
	#features h1,
	#features article h2,
	#get-a-quote h1,
	#get-a-quote form h2 {
				font-size: 2.5em !important;
	}
}
