/**BREAKPOINTS**/
#fec-api-template {
	background-color: #F6F5EF;
	/** end globals */
}

#fec-api-template input[type=date]:focus,
#fec-api-template input[type=email]:focus,
#fec-api-template input[type=number]:focus,
#fec-api-template input[type=search]:focus,
#fec-api-template input[type=tel]:focus,
#fec-api-template input[type=text]:focus,
#fec-api-template select:focus,
#fec-api-template textarea:focus {
	outline: 5px auto #514E47;
}

#fec-api-template .topper {
	padding-bottom: 0px;
}

#fec-api-template .flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#fec-api-template .icon-tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 12 12'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon-/-more-info' transform='translate(-6.000000, -6.000000)' fill='%23000000'%3E%3Cg id='Group-4' transform='translate(6.000000, 6.000000)'%3E%3Cpath d='M6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 Z M7,5 L5,5 L5,10 L7,10 L7,5 Z M7,2 L5,2 L5,4 L7,4 L7,2 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background-repeat: no-repeat;
}

#fec-api-template .icon-tooltip .tooltip--body {
	position: absolute;
	z-index: 9;
	display: none;
	top: 0px;
	left: 0;
	width: 420px;
	color: #F6F5EF;
	text-align: center;
}

#fec-api-template .icon-tooltip .tooltip--body:before {
	content: "";
	position: relative;
	width: 100%;
	height: 20px;
}

#fec-api-template .icon-tooltip .tooltip--body.right {
	left: unset;
	right: 0;
}

#fec-api-template .icon-tooltip .tooltip--body .wrap {
	margin-top: 20px;
	padding: 40px 40px;
	background: #72DCFE;
}

#fec-api-template .icon-tooltip .tooltip--body h5, #fec-api-template .icon-tooltip .tooltip--body p {
	color: #F6F5EF !important;
	text-align: left;
}

#fec-api-template .icon-tooltip .tooltip--body h5 {
	margin-bottom: 20px;
}

#fec-api-template .icon-tooltip .tooltip--body p {
	font-weight: normal;
	line-height: 24px;
}

#fec-api-template .icon-tooltip:hover .tooltip--body {
	display: block;
	box-sizing: border-box;
}

#fec-api-template .icon-tooltip.icon-tooltip-table {
	margin-left: 2px;
	margin-top: 3px;
}

#fec-api-template .icon-tooltip.icon-tooltip-table:hover .tooltip--body:before {
	display: none;
}

#fec-api-template .icon-tooltip.icon-tooltip-table .tooltip--body {
	width: 350px;
	transform: translate3d(0, 0, 0);
}

#fec-api-template .icon-tooltip.icon-tooltip-table .wrap {
	border-left: solid 1px #363636;
	border-right: solid 1px #363636;
	box-shadow: 1px 1px 1px #363636;
	padding: 0;
	background-color: #F6F5EF;
}

#fec-api-template .icon-tooltip.icon-tooltip-table table {
	width: 100%;
	color: #F6F5EF;
	font-weight: 300;
	border-top: solid 1px #363636;
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0;
}

#fec-api-template .icon-tooltip.icon-tooltip-table table tr {
	border-top: solid 1px #363636;
	width: 100%;
}

#fec-api-template .icon-tooltip.icon-tooltip-table table thead tr {
	font-weight: bold;
}

#fec-api-template .icon-tooltip.icon-tooltip-table table thead tr:hover {
	background: #F6F5EF !important;
}

#fec-api-template .icon-tooltip.icon-tooltip-table table thead tr:hover td {
	background: #F6F5EF !important;
	cursor: default;
}

#fec-api-template .icon-tooltip.icon-tooltip-table table tbody tr:hover {
	background: #F6F5EF !important;
}

#fec-api-template .icon-tooltip.icon-tooltip-table table tbody tr:hover td {
	background: #F6F5EF !important;
	cursor: pointer;
}

#fec-api-template .icon-tooltip.icon-tooltip-table table td {
	padding: 10px;
	text-align: left;
	font-size: 14px;
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template .icon-tooltip {
		display: none;
	}
}

#fec-api-template .contain {
	width: 90%;
	max-width: 856px;
	max-width: 920px;
	position: relative;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template .contain {
		width: 100%;
		padding: 0 20px;
	}
}

#fec-api-template .visible-md {
	display: none !important;
}

#fec-api-template .visible-sm {
	display: none !important;
}

#fec-api-template .visible-mob {
	display: none !important;
}

#fec-api-template .visible-xs {
	display: none !important;
}

@media only screen and (max-width: 1199px) {
	#fec-api-template .hidden-md {
		display: none !important;
	}
	#fec-api-template .visible-md {
		display: inline-block !important;
	}
}

@media only screen and (max-width: 999px) {
	#fec-api-template .hidden-sm {
		display: none !important;
	}
	#fec-api-template .visible-sm {
		display: inline-block !important;
	}
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template .hidden-mob {
		display: none !important;
	}
	#fec-api-template .visible-mob {
		display: inline-block !important;
	}
}

@media only screen and (max-width: 699px) and (orientation: portrait) {
	#fec-api-template .hidden-xs {
		display: none !important;
	}
	#fec-api-template .visible-xs {
		display: inline-block !important;
	}
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template .hidden-xs {
		display: none !important;
	}
	#fec-api-template .visible-xs {
		display: inline-block !important;
	}
}

#fec-api-template #main {
	padding: 45px 0px 0px 0px;
}

#fec-api-template #main h3 {
	font-size: 40px;
	line-height: 122%;
	text-transform: capitalize;
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template #main {
		font-size: 24px;
		line-height: 122%;
	}
}

#fec-api-template #top5-donors {
	margin: 0;
	width: auto;
	min-width: 100%;
	display: block;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-size: calc(50% - 40px) 100%;
	margin-top: -1px;
	font-size: 16px;
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template #top5-donors {
		margin: 0px 10px;
		min-width: auto;
	}
}

#fec-api-template #top5-donors .box {
	display: block;
	margin: 30px auto 0;
	padding: 18px 0 0px 0;
	width: calc(100% - 60px);
	background: #F6F5EF;
}

#fec-api-template #top5-donors .box .contain {
	background: #000;
	max-width: 920px;
	color: #fff;
	padding: 0px 32px 50px 32px;
	border-radius: 30px;
}

#fec-api-template #top5-donors .box h2, #fec-api-template #top5-donors .box h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 122%;
	text-transform: capitalize;
	color: #fff;
}

#fec-api-template #top5-donors .box h3 {
	padding: 32px 0px 15px 0px;
	border-bottom: 4px solid #fff;
}

#fec-api-template #top5-donors .box h4 {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	padding: 20px 0px 11px 0px;
	color: #fff;
}

#fec-api-template #top5-donors .box p {
	font-size: 16px;
	margin-top: 8px;
	color: #fff;
}

#fec-api-template #top5-donors .cols {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 11px;
}

#fec-api-template #top5-donors .cols div {
	width: calc(50% - 15px);
}

#fec-api-template #top5-donors .cols p {
	margin-top: 15px;
}

#fec-api-template #top5-donors .cols ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	display: block;
	width: 100%;
}

#fec-api-template #top5-donors .cols li {
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	border-bottom: 1px solid #000;
	padding: 24px 0;
	list-style-type: none;
	border-top: 1px solid #fff;
}

#fec-api-template #top5-donors .cols li:last-child {
	border-bottom: 1px solid #fff;
}

#fec-api-template #top5-donors .cols li:marker {
	display: none;
}

#fec-api-template #top5-donors .cols li h5 {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-content: flex-start;
	align-items: flex-start;
	color: #fff;
	letter-spacing: unset;
	margin: 0;
	font-size: 18px;
	line-height: 140%;
}

#fec-api-template #top5-donors .cols li h5 .num {
	width: 25px;
}

#fec-api-template #top5-donors .cols li h5 .name {
	width: 60%;
	font-size: 18px;
	line-height: 140%;
}

#fec-api-template #top5-donors .cols li h5 .name span {
	font-size: 15px;
	font-weight: 400;
}

#fec-api-template #top5-donors .cols li h5 .amount {
	width: 32%;
	font-size: 18px;
	line-height: 140%;
	text-align: right;
	padding: 0px;
}

@media only screen and (max-width: 1199px) {
	#fec-api-template #top5-donors .cols li {
		font-size: 19px;
	}
	#fec-api-template #top5-donors .cols li h5 {
		align-items: flex-start;
	}
	#fec-api-template #top5-donors .cols li h5 .name span {
		font-size: 12px;
		display: block;
		padding-bottom: 5px;
	}
}

@media only screen and (max-width: 999px) {
	#fec-api-template #top5-donors .cols div {
		width: 100%;
	}
	#fec-api-template #top5-donors .cols div:last-of-type {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template #top5-donors {
		background: #F6F5EF;
	}
	#fec-api-template #top5-donors .box {
		width: 100%;
		background: transparent;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 60px;
	}
	#fec-api-template #top5-donors .box h3 {
		border-bottom: solid 4px #fff;
		font-size: 32px;
		line-height: 140%;
		margin-bottom: 10px;
	}
	#fec-api-template #top5-donors .box .contain {
		padding: 0px 20px 50px 20px;
	}
	#fec-api-template #top5-donors .box .contain h4 {
		padding: 0px 0px 11px 0px;
	}
	#fec-api-template #top5-donors .box .contain .cols {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 699px) and (max-width: 699px), only screen and (max-width: 991px) and (orientation: landscape) and (max-width: 699px), only screen and (max-width: 699px) and (max-width: 991px) and (orientation: landscape), screen and (max-width: 991px) and (orientation: landscape) and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template #top5-donors .box .contain .cols .column:first-child h4 {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template #top5-donors .box .contain .cols div:last-of-type {
		margin-top: 40px;
	}
	#fec-api-template #top5-donors .box .contain .cols li {
		border-bottom: 0px;
		font-size: 15px;
		line-height: 140%;
		padding: 16px 0;
	}
	#fec-api-template #top5-donors .box .contain .cols li:last-child {
		border-bottom: 1px solid #000;
	}
	#fec-api-template #top5-donors .box .contain .cols li .num, #fec-api-template #top5-donors .box .contain .cols li .name, #fec-api-template #top5-donors .box .contain .cols li .amount {
		font-size: 15px;
		line-height: 140%;
	}
}

#fec-api-template #tracker {
	margin: 0 auto;
	padding: 54px 0 100px 0;
	font-size: 16px;
	min-height: 650px;
}

#fec-api-template #tracker h3 {
	font-size: 32px;
	line-height: 130%;
	border-bottom: 4px solid #000;
	padding: 0px 0px 15px 0px;
	margin-bottom: 54px;
}

#fec-api-template #tracker form {
	width: 100%;
	position: relative;
	display: block;
	font-weight: 400 !important;
	font-size: 13px;
	line-height: 150%;
}

#fec-api-template #tracker form label {
	font-size: 16px;
	color: #363636;
	font-weight: normal;
}

#fec-api-template #tracker form input[type=text],
#fec-api-template #tracker form input[type=date],
#fec-api-template #tracker form input[type=search] {
	border: 1px solid #000;
	border-radius: 34px;
	appearance: none;
	height: 32px;
	line-height: 50px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 60px 0 15px;
	font-size: 16px;
	position: relative;
	font-size: 13px;
	line-height: 150%;
	color: #000;
	margin: 0px 0px 16px 0px;
}

#fec-api-template #tracker form input[type=date] {
	padding: 0 10px;
	outline: none;
	text-align: right;
}

#fec-api-template #tracker form input#donations-list-search-box::placeholder {
	opacity: 1;
}

#fec-api-template #tracker form select {
	border: 1px solid #000;
	border-radius: 34px;
	appearance: none;
	height: 32px;
	line-height: 50px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 60px 0 15px;
	font-size: 16px;
	position: relative;
	font-size: 13px;
	line-height: 150%;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: calc(100% - 1.3em) center;
	background-repeat: no-repeat;
	background-image: url(../svg/caret-down.svg);
	background-size: auto;
}

#fec-api-template #tracker form .controls {
	margin: 40px auto 0;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template #tracker form .controls {
		flex-direction: column;
	}
}

#fec-api-template #tracker form .controls .column {
	width: 37%;
	margin-bottom: 15px;
}

#fec-api-template #tracker form .controls .column.column--right {
	width: 53%;
}

@media (max-width: 1024px) {
	#fec-api-template #tracker form .controls .column.column--right {
		width: 100%;
	}
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template #tracker form .controls .column {
		flex-direction: column;
		margin-right: 0%;
		width: 100%;
	}
}

#fec-api-template #tracker form .controls .search {
	position: relative;
}

#fec-api-template #tracker form .controls button {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-content: center;
	border: 0;
	background: transparent;
}

#fec-api-template #tracker form .controls button span.mag-glass {
	width: 16px;
	background: transparent url(../svg/search-dark.svg) no-repeat center;
	height: 16px;
	background-size: contain;
	position: relative;
	top: -9px;
}

#fec-api-template #tracker form .controls .calendar-search {
	margin-bottom: 10px;
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template #tracker form .controls .calendar-search .fields {
		margin-top: 10px;
		float: left;
	}
}

#fec-api-template #tracker form .controls .calendar-search input[type=date] {
	padding: 0 10px 0px 25px;
	text-align: center;
}

#fec-api-template #tracker form .controls .calendar-search label {
	margin-right: 5px;
	margin-left: 15px;
	float: left;
	font-size: 13px;
	line-height: 150%;
	font-weight: 400 !important;
	padding-top: 7px;
	color: #000;
}

@media (max-width: 1024px) {
	#fec-api-template #tracker form .controls .calendar-search label {
		margin-left: 0px;
	}
}

@media not all and (max-width: 1024px) and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		@media (max-width: 1024px) {
			#fec-api-template #tracker form .controls .calendar-search label {
				padding: 17px 0px 0px 0px;
			}
		}
	}
}

#fec-api-template #tracker form .controls .calendar-search input {
	width: 160px;
	line-height: 30px;
	font-weight: 400;
	float: left;
	color: #000;
}

#fec-api-template #tracker form .controls .calendar-search span {
	padding: 7px 5px 0px 5px;
	float: left;
	font-size: 13px;
	line-height: 150%;
	font-weight: 400 !important;
	color: #000;
}

#fec-api-template #tracker form .controls label.checkbox {
	position: relative;
	padding-left: 25px;
	font-weight: 400 !important;
	font-size: 13px;
	line-height: 150%;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: right;
}

@media (max-width: 1024px) {
	#fec-api-template #tracker form .controls label.checkbox {
		text-align: left;
		padding-left: 25px;
	}
}

#fec-api-template #tracker form .controls label.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

#fec-api-template #tracker form .controls label.checkbox span.checkmark {
	position: absolute;
	top: auto;
	left: calc(0% - -60px);
	bottom: 3px;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #000;
}

@media (max-width: 1024px) {
	#fec-api-template #tracker form .controls label.checkbox span.checkmark {
		left: 0px;
	}
}

#fec-api-template #tracker form .controls label.checkbox span {
	margin-top: 11px;
}

#fec-api-template #tracker form .controls label.checkbox input:checked ~ .checkmark {
	background-color: #000;
}

#fec-api-template #tracker form .controls label.checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

#fec-api-template #tracker form .controls label.checkbox input:checked ~ .checkmark:after {
	display: block;
}

#fec-api-template #tracker form .controls label.checkbox .checkmark:after {
	width: 100%;
	height: 100%;
	background: transparent url(../svg/check-2.svg) no-repeat center;
	background-size: contain;
}

#fec-api-template #tracker form .amount select {
	background: transparent right center no-repeat;
	background-image: url(../arrow-down.html);
	appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	margin: 0 3px;
	position: relative;
	border: 0;
	font-size: 16px;
	color: #72DCFE;
	font-weight: 700;
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
	padding-right: 12px;
}

#fec-api-template #tracker form .amount select:hover {
	color: #363636;
	background-image: url(../arrow-down-black.html);
}

#fec-api-template #tracker form .amount button {
	font-size: 16px;
	display: inline-block;
	margin: 0 3px;
	color: #72DCFE;
	font-weight: 700;
}

#fec-api-template #tracker form .amount button svg {
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

#fec-api-template #tracker form .amount button svg g {
	fill: #72DCFE;
}

#fec-api-template #tracker #donations-list_wrapper .dataTables_length label {
	font-weight: 400 !important;
	font-size: 13px;
	line-height: 150%;
	color: #000;
}

#fec-api-template #tracker #donations-list_wrapper .dataTables_length label select {
	border: 1px solid #000;
	border-radius: 34px;
	appearance: none;
	background-color: #fff;
	width: 72px;
	height: 32px;
	text-align: center;
	background-image: url(../svg/caret-down.svg);
	background-position-x: 47px;
	background-size: auto;
	padding: 0px 10px 0px 0px;
}

@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		#fec-api-template #tracker #donations-list_wrapper .dataTables_length label select {
			padding: 0px 10px 0px 25px;
		}
	}
}

#fec-api-template #tracker #donations-list_wrapper #donations-list_info {
	margin: 20px 30px 0px 0px;
}

@media (max-width: 1024px) {
	#fec-api-template #tracker #donations-list_wrapper #donations-list_info {
		position: absolute;
	}
}

#fec-api-template #tracker #donations-list {
	display: table;
	border-collapse: collapse;
}

#fec-api-template #tracker #donations-list .hidden-label {
	visibility: hidden;
	width: 1px;
	height: 1px;
	float: left;
}

#fec-api-template #tracker #donations-list a {
	color: #363636;
}

#fec-api-template #tracker #donations-list a:visited {
	color: #363636;
}

#fec-api-template #tracker #donations-list th, #fec-api-template #tracker #donations-list td {
	color: #363636;
}

#fec-api-template #tracker #donations-list > tbody > tr > td {
	border: 0;
}

#fec-api-template #tracker #donations-list thead > tr > th,
#fec-api-template #tracker #donations-list tbody > tr > td {
	border: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	max-width: 380px;
	text-align: left;
	margin: 0px;
	padding: 0px 10px 20px 20px;
	vertical-align: inherit;
}

#fec-api-template #tracker #donations-list thead > tr > th:nth-child(3),
#fec-api-template #tracker #donations-list tbody > tr > td:nth-child(3) {
	width: 150px !important;
	padding-top: 0px;
}

#fec-api-template #tracker #donations-list thead > tr > th:nth-child(4),
#fec-api-template #tracker #donations-list tbody > tr > td:nth-child(4) {
	width: 110px !important;
}

#fec-api-template #tracker #donations-list tbody {
	margin-top: 30px;
}

#fec-api-template #tracker #donations-list tbody tr {
	background: #F6F5EF !important;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #363636;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
}

#fec-api-template #tracker #donations-list tbody tr:hover {
	background: #000 !important;
}

#fec-api-template #tracker #donations-list tbody tr .date {
	background: #F6F5EF;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-ms-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

#fec-api-template #tracker #donations-list tbody tr .highlight {
	background-color: #FF7664;
}

#fec-api-template #tracker #donations-list tbody tr .details-icon {
	background: transparent url(../svg/expand.svg) no-repeat center;
	width: left;
}

#fec-api-template #tracker #donations-list tbody tr:hover .details-icon {
	background: transparent url(../svg/expand-white.svg) no-repeat center;
}

#fec-api-template #tracker #donations-list tbody tr.shown .details-icon {
	background: transparent url(../svg/collapse.svg) no-repeat center;
}

#fec-api-template #tracker #donations-list tbody tr .details-wrap {
	margin: 0 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#fec-api-template #tracker #donations-list tbody tr .details-wrap p {
	font-size: 14px;
	line-height: 20px;
}

#fec-api-template #tracker #donations-list tbody tr .details-wrap p strong {
	font-size: 18px;
	line-height: 28px;
}

#fec-api-template #tracker #donations-list tbody tr .details-wrap ul {
	margin: 15px 0;
	padding: 0 0 0 20px;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

#fec-api-template #tracker #donations-list tbody tr .details-wrap ul li {
	font-size: 13px;
	line-height: 150%;
	padding: 0px 30px 7px 0px;
}

#fec-api-template #tracker #donations-list tbody tr .details-wrap .tooltip--body td {
	padding: 10px 0px 10px 10px;
}

#fec-api-template #tracker #donations-list tbody tr:hover:not(.shown) {
	color: #fff;
}

#fec-api-template #tracker #donations-list tbody tr:hover:not(.shown) h4, #fec-api-template #tracker #donations-list tbody tr:hover:not(.shown) a, #fec-api-template #tracker #donations-list tbody tr:hover:not(.shown) p, #fec-api-template #tracker #donations-list tbody tr:hover:not(.shown) td {
	color: #fff;
}

#fec-api-template #tracker #donations-list tbody tr:hover:not(.shown) svg #row-NO, #fec-api-template #tracker #donations-list tbody tr:hover:not(.shown) svg #Line-6 {
	stroke: #F6F5EF;
}

#fec-api-template #tracker #donations-list tbody tr:hover:not(.shown) .date {
	background: #363636;
}

#fec-api-template #tracker #donations-list tbody tr.shown {
	border-bottom: 0;
}

#fec-api-template #tracker #donations-list tbody tr.shown:hover {
	color: #fff;
	background: #F6F5EF !important;
}

#fec-api-template #tracker #donations-list tbody tr.shown:hover .date {
	background: #363636;
}

#fec-api-template #tracker #donations-list tbody tr.shown .plus-icon {
	display: none;
}

#fec-api-template #tracker #donations-list tbody tr.shown .minus-icon {
	display: block;
}

#fec-api-template #tracker #donations-list tbody tr.shown + tr:hover {
	background: #F6F5EF !important;
	background-color: #F6F5EF !important;
	cursor: default;
	color: #363636;
}

#fec-api-template #tracker #donations-list tbody tr.shown + tr:hover h4, #fec-api-template #tracker #donations-list tbody tr.shown + tr:hover a, #fec-api-template #tracker #donations-list tbody tr.shown + tr:hover p, #fec-api-template #tracker #donations-list tbody tr.shown + tr:hover td {
	color: #363636;
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template #tracker #donations-list tbody tr h3 {
		font-size: 40px;
	}
}

#fec-api-template #tracker #donations-list tbody tr td {
	vertical-align: middle;
	padding: 20px 0px 20px 4px;
}

#fec-api-template #tracker #donations-list tbody tr td.dataTables_empty {
	width: 100% !important;
	text-align: center !important;
}

#fec-api-template #tracker #donations-list tbody tr td h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
}

#fec-api-template #tracker #donations-list tbody tr td strong {
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
}

#fec-api-template #tracker #donations-list tbody tr td strong a {
	font-weight: 500;
}

#fec-api-template #tracker #donations-list tbody tr td strong:last-child {
	font-size: 13px;
	line-height: 150%;
	text-transform: uppercase;
}

#fec-api-template #tracker #donations-list tbody tr td:first-child {
	padding: 20px 0px 20px 0px;
}

#fec-api-template #tracker #donations-list tbody tr td:nth-child(2) {
	padding: 20px 10px 20px 4px;
}

#fec-api-template #tracker #donations-list tbody tr td:nth-child(3) {
	padding: 20px 0px 20px 4px;
	width: 80px !important;
}

#fec-api-template #tracker #donations-list .icon-tooltip thead tr,
#fec-api-template #tracker #donations-list .icon-tooltip tbody tr {
	background: #fff !important;
}

#fec-api-template #tracker #donations-list .icon-tooltip thead tr td,
#fec-api-template #tracker #donations-list .icon-tooltip tbody tr td {
	font-weight: 400;
	font-size: 10px;
	line-height: 150%;
}

#fec-api-template #tracker #donations-list .icon-tooltip thead tr {
	pointer-events: none;
}

#fec-api-template #tracker #donations-list .icon-tooltip thead tr td {
	font-weight: 600 !important;
}

#fec-api-template #tracker #donations-list .icon-tooltip thead tr:hover {
	background: #fff !important;
}

#fec-api-template #tracker #donations-list_paginate {
	margin: 50px auto 40px 0;
	font-size: 14px;
	float: none;
	text-align: center;
}

#fec-api-template #tracker #donations-list_paginate a#donations-list_previous,
#fec-api-template #tracker #donations-list_paginate a#donations-list_next {
	border: 0px;
	text-decoration: underline !important;
}

#fec-api-template #tracker #donations-list_paginate a#donations-list_previous:hover, #fec-api-template #tracker #donations-list_paginate a#donations-list_previous:focus,
#fec-api-template #tracker #donations-list_paginate a#donations-list_next:hover,
#fec-api-template #tracker #donations-list_paginate a#donations-list_next:focus {
	background: initial;
	color: #000 !important;
	border: 0px;
	text-decoration: underline !important;
}

#fec-api-template #tracker #donations-list_paginate a {
	padding: 2px 5px;
}

#fec-api-template #tracker #donations-list_paginate a svg {
	margin: 0 10px;
	display: block;
}

#fec-api-template #tracker #donations-list_paginate a svg g g {
	fill: #363636;
}

#fec-api-template #tracker #donations-list_paginate a:hover svg g g {
	fill: #72DCFE;
}

#fec-api-template #tracker #donations-list_paginate .inactive {
	opacity: .3;
}

#fec-api-template #tracker #donations-list_paginate a {
	margin: 0 15px;
	color: #363636;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	display: initial;
}

#fec-api-template #tracker #donations-list_paginate span {
	display: inline-block;
	padding: 0;
}

#fec-api-template #tracker #donations-list_paginate span a {
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	margin: 0;
	background: none;
	border: 0px;
	padding: 5px 10px;
	margin: 0px 5px 0px 5px;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	border-radius: 13px;
}

#fec-api-template #tracker #donations-list_paginate span a:hover, #fec-api-template #tracker #donations-list_paginate span a.current {
	color: #fff !important;
	background: #363636 !important;
	padding: 5px 10px;
	text-decoration: none !important;
	margin: 0px 5px 0px 5px;
}

#fec-api-template #tracker #donations-list_info, #fec-api-template #tracker #donations-list_length {
	clear: none;
	margin: 14px auto 29px 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	padding: 0;
	float: right;
}

@media (max-width: 1024px) {
	#fec-api-template #tracker #donations-list_info, #fec-api-template #tracker #donations-list_length {
		float: left;
		margin-top: 50px;
	}
}

#fec-api-template #tracker #donations-list_info {
	margin-right: 20px;
}

#fec-api-template #tracker table.dataTable thead .sorting {
	background-image: url(../svg/sort_both.svg) !important;
	background-position: 5px 10px;
	background-size: 6px;
}

#fec-api-template #tracker table.dataTable thead .sorting_asc {
	background-image: url(../svg/sort_asc.svg) !important;
	background-position: 5px 10px;
	background-size: 6px;
}

#fec-api-template #tracker table.dataTable thead .sorting_desc {
	background-image: url(../svg/sort_both.svg) !important;
	background-position: 5px 10px;
	background-size: 6px;
}

#fec-api-template #tracker table.dataTable.no-footer {
	border-bottom: 0px;
}

@media only screen and (max-width: 999px) {
	#fec-api-template #tracker .table-wrap {
		overflow-x: scroll;
	}
}

@media only screen and (max-width: 699px), screen and (max-width: 991px) and (orientation: landscape) {
	#fec-api-template #tracker {
		padding: 40px 0 40px 0;
	}
	#fec-api-template #tracker .controls form {
		width: 100%;
	}
	#fec-api-template #tracker .controls .amount {
		width: 100%;
		margin: 20px auto 0;
	}
	#fec-api-template #tracker .pager {
		margin: 40px auto 0;
	}
	#fec-api-template #tracker .pager a img {
		margin: 0 8px;
	}
	#fec-api-template #tracker .pager ul {
		margin: 0 10px;
	}
	#fec-api-template #tracker .pager ul li {
		margin: 0;
	}
}

#fec-api-template .disclaimer p {
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
}

/** safari fixes **/
.ua-safari .page-template-fec-listing #tracker #donations-list tbody tr .details-wrap ul li {
	position: relative;
}

/*# sourceMappingURL=library.css.map */