/*!
 * Give Frontend SCSS/CSS
 *
 * @description: The Main SCSS file for FRONTEND styles which is compiled and minified via Gulp taskrunner
 * @package:     Give
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2016, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/**
 * Give CSS Variables
 */
/**
 * Clearfix
 */
.give-clearfix {
	*zoom: 1;
}

.give-clearfix:before,
.give-clearfix:after {
	content: " ";
	display: table;
}

.give-clearfix:after {
	clear: both;
}

/**
 * Box Sizing
 * https://github.com/timrogers/sass-box-sizing-mixin
 */
/**
 * CSS3 Easing
 */
.give-item-label {
	border-radius: .25em;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	padding: .2em .4em .3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.give-item-label:hover {
	color: #fff;
	text-decoration: none;
}

.give-item-label-gray {
	background-color: #929292;
}

.give-item-label-orange {
	background-color: #ffba00;
}

.give-item-label {
	border-radius: .25em;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	padding: .2em .4em .3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.give-item-label:hover {
	color: #fff;
	text-decoration: none;
}

/**
 * Give Frontend Fonts SCSS
 *
 * Fonts are from icomoon and the src paths need to be relative to template directory.
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/

@font-face {
	font-family: 'give-icomoon';
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/icomoon.eot?kdnr3d");
	src: url("../fonts/icomoon.eot?kdnr3d#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff?kdnr3d") format("woff"), url("../fonts/icomoon.svg?kdnr3d#icomoon") format("svg");
}

[class^="give-icon-"],
[class*=" give-icon-"] {
	font-family: "give-icomoon";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
}

.give-icon-lamp:before {
	content: "\e603";
}

.give-icon-heart:before {
	content: "\e604";
}

.give-icon-question:before {
	content: "\e602";
}

.give-icon-info:before {
	content: "\e601";
}

.give-icon-new-tab:before {
	content: "\ea7e";
}

.give-icon-alert:before {
	content: "\f02d";
}

.give-icon-help:before {
	content: "\e606";
}

.give-icon-spinner:before {
	content: "\e605";
}

.give-icon-spinner2:before,
form[id*='give-form'] .give-loading-animation:before {
	content: "\e607";
}

.give-icon-plus:before {
	content: "\e040";
}

.give-icon-minus:before {
	content: "\e041";
}

.give-icon-locked:before,
[id*='give_secure_site_wrapper'] span.padlock:before {
	content: "\e600";
}

.dashicons-give:before {
	content: "\e800";
	font-family: "give-icomoon";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
}

.fa-spin,
form[id*='give-form'] .give-loading-animation {
	-webkit-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */
[class*=hint--] {
	display: inline-block;
	position: relative;
}

[class*=hint--]:after,
[class*=hint--]:before {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	z-index: 1000000;
}

[class*=hint--]:hover:after,
[class*=hint--]:hover:before {
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	visibility: visible;
}

[class*=hint--]:before {
	background: 0 0;
	border: 6px solid transparent;
	content: "";
	position: absolute;
	z-index: 1000001;
}

[class*=hint--]:after {
	background: #383838;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px;
	text-shadow: 0 -1px 0 #000;
	white-space: nowrap;
}

[class*=hint--][aria-label]:after {
	content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
	content: attr(data-hint);
}

[aria-label='']:after,
[aria-label='']:before,
[data-hint='']:after,
[data-hint='']:before {
	display: none !important;
}

.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
	border-top-color: #383838;
}

.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
	border-bottom-color: #383838;
}

.hint--top:after,
.hint--top:before {
	bottom: 100%;
	left: 50%;
}

.hint--top:before {
	left: calc(50% - 6px);
	margin-bottom: -11px;
}

.hint--top:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hint--top:hover:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--top:hover:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	-ms-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after,
.hint--bottom:before {
	left: 50%;
	top: 100%;
}

.hint--bottom:before {
	left: calc(50% - 6px);
	margin-top: -11px;
}

.hint--bottom:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hint--bottom:hover:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--bottom:hover:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	-ms-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
	border-right-color: #383838;
	margin-bottom: -6px;
	margin-left: -11px;
}

.hint--right:after {
	margin-bottom: -14px;
}

.hint--right:after,
.hint--right:before {
	bottom: 50%;
	left: 100%;
}

.hint--right:hover:after,
.hint--right:hover:before {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--left:before {
	border-left-color: #383838;
	margin-bottom: -6px;
	margin-right: -11px;
}

.hint--left:after {
	margin-bottom: -14px;
}

.hint--left:after,
.hint--left:before {
	bottom: 50%;
	right: 100%;
}

.hint--left:hover:after,
.hint--left:hover:before {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint--top-left:after,
.hint--top-left:before {
	bottom: 100%;
	left: 50%;
}

.hint--top-left:before {
	left: calc(50% - 6px);
	margin-bottom: -11px;
}

.hint--top-left:after {
	margin-left: 12px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.hint--top-left:hover:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--top-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	-ms-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after,
.hint--top-right:before {
	bottom: 100%;
	left: 50%;
}

.hint--top-right:before {
	left: calc(50% - 6px);
	margin-bottom: -11px;
}

.hint--top-right:after {
	margin-left: -12px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.hint--top-right:hover:after,
.hint--top-right:hover:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--bottom-left:after,
.hint--bottom-left:before {
	left: 50%;
	top: 100%;
}

.hint--bottom-left:before {
	left: calc(50% - 6px);
	margin-top: -11px;
}

.hint--bottom-left:after {
	margin-left: 12px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.hint--bottom-left:hover:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--bottom-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	-ms-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after,
.hint--bottom-right:before {
	left: 50%;
	top: 100%;
}

.hint--bottom-right:before {
	left: calc(50% - 6px);
	margin-top: -11px;
}

.hint--bottom-right:after {
	margin-left: -12px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--large:after,
.hint--medium:after,
.hint--small:after {
	line-height: 1.4em;
	white-space: normal;
	word-wrap: break-word;
}

.hint--small:after {
	width: 80px;
}

.hint--medium:after {
	width: 150px;
}

.hint--large:after {
	width: 300px;
}

.hint--error:after {
	background-color: #b34e4d;
	text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before,
.hint--error.hint--top-right:before,
.hint--error.hint--top:before {
	border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before,
.hint--error.hint--bottom-right:before,
.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
	border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
	border-right-color: #b34e4d;
}

.hint--warning:after {
	background-color: #c09854;
	text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before,
.hint--warning.hint--top-right:before,
.hint--warning.hint--top:before {
	border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before,
.hint--warning.hint--bottom-right:before,
.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
	border-left-color: #c09854;
}

.hint--warning.hint--right:before {
	border-right-color: #c09854;
}

.hint--info:after {
	background-color: #3986ac;
	text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before,
.hint--info.hint--top-right:before,
.hint--info.hint--top:before {
	border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before,
.hint--info.hint--bottom-right:before,
.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
	border-left-color: #3986ac;
}

.hint--info.hint--right:before {
	border-right-color: #3986ac;
}

.hint--success:after {
	background-color: #458746;
	text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before,
.hint--success.hint--top-right:before,
.hint--success.hint--top:before {
	border-top-color: #458746;
}

.hint--success.hint--bottom-left:before,
.hint--success.hint--bottom-right:before,
.hint--success.hint--bottom:before {
	border-bottom-color: #458746;
}

.hint--success.hint--left:before {
	border-left-color: #458746;
}

.hint--success.hint--right:before {
	border-right-color: #458746;
}

.hint--always:after,
.hint--always:before {
	opacity: 1;
	visibility: visible;
}

.hint--always.hint--top:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--always.hint--top:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	-ms-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	-ms-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--always.hint--bottom:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	-ms-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	-ms-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--rounded:after {
	border-radius: 4px;
}

.hint--no-animate:after,
.hint--no-animate:before {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.hint--bounce:after,
.hint--bounce:before {
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/**
 * Give Frontend Receipt SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
body.give_receipt_page {
	background-color: #fff;
	color: #141412;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

body.give_receipt_page #give_receipt_wrapper {
	margin: 0 auto;
	padding: 50px 0;
	width: 660px;
}

body.give_receipt_page table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

body.give_receipt_page td,
body.give_receipt_page th {
	border-top: 1px solid #ededed;
	display: table-cell;
	font-weight: normal;
	padding: 6px 10px 6px 0;
	text-align: left;
}

body.give_receipt_page th {
	font-weight: bold;
	text-transform: uppercase;
}

body.give_receipt_page h3 {
	clear: both;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 40px 0 5px;
}

table#give_donation_receipt_products,
table#give_donation_receipt {
	width: 100%;
}

table#give_donation_receipt td,
table#give_donation_receipt th,
table#give_donation_receipt td,
table#give_donation_receipt th {
	text-align: left;
}

table#give_donation_receipt .give-receipt-thead-text {
	display: block;
	font-size: 18px;
	text-align: center;
}

table#give_donation_receipt .give-receipt-thead-text > span {
	font-size: 16px;
}

table#give_donation_receipt li {
	margin: 0 0 8px 10px;
}

table#give_donation_receipt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table#give_donation_receipt .give_receipt_payment_status.pending,
table#give_donation_receipt .give_receipt_payment_status.revoked,
table#give_donation_receipt .give_receipt_payment_status.failed {
	color: #f73f2e;
}

table#give_donation_receipt span.donation-level-text-wrap {
	display: block;
	font-style: italic;
}

/*!
 * Float Labels
 *
 * @version: 3.2.0
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://geminilabs.github.io/float-labels.js
 * @license: MIT
 */
[id*="give-form"].give-fl-form .give-fl-wrap {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	text-rendering: optimizeLegibility;
}

[id*="give-form"].give-fl-form input.give-fl-input,
[id*="give-form"].give-fl-form select.give-fl-select,
[id*="give-form"].give-fl-form textarea.give-fl-textarea {
	background-color: inherit;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 0;
	outline: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

[id*="give-form"].give-fl-form input.give-fl-input:-moz-placeholder,
[id*="give-form"].give-fl-form select.give-fl-select:-moz-placeholder,
[id*="give-form"].give-fl-form textarea.give-fl-textarea:-moz-placeholder {
	color: #bbb;
}

[id*="give-form"].give-fl-form input.give-fl-input::-moz-placeholder,
[id*="give-form"].give-fl-form select.give-fl-select::-moz-placeholder,
[id*="give-form"].give-fl-form textarea.give-fl-textarea::-moz-placeholder {
	color: #bbb;
}

[id*="give-form"].give-fl-form input.give-fl-input:-ms-input-placeholder,
[id*="give-form"].give-fl-form select.give-fl-select:-ms-input-placeholder,
[id*="give-form"].give-fl-form textarea.give-fl-textarea:-ms-input-placeholder {
	color: #bbb;
}

[id*="give-form"].give-fl-form input.give-fl-input::-webkit-input-placeholder,
[id*="give-form"].give-fl-form select.give-fl-select::-webkit-input-placeholder,
[id*="give-form"].give-fl-form textarea.give-fl-textarea::-webkit-input-placeholder {
	color: #bbb;
}

[id*="give-form"].give-fl-form select.give-fl-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #bbb;
	cursor: pointer;
	position: relative;
}

[id*="give-form"].give-fl-form .give-fl-is-active input.give-fl-input,
[id*="give-form"].give-fl-form .give-fl-is-active select.give-fl-select,
[id*="give-form"].give-fl-form .give-fl-is-active textarea.give-fl-textarea {
	background-color: inherit;
	border-color: #ccc;
	color: #333;
}

[id*="give-form"].give-fl-form .give-fl-has-focus input.give-fl-input,
[id*="give-form"].give-fl-form .give-fl-has-focus select.give-fl-select,
[id*="give-form"].give-fl-form .give-fl-has-focus textarea.give-fl-textarea {
	background-color: inherit;
	border-color: #ccc;
}

[id*="give-form"].give-fl-form label.give-fl-label {
	border-radius-top-left: 0;
	display: block;
	left: 0;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: -12px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	z-index: 1;
}

[id*="give-form"].give-fl-form .give-fl-is-active label.give-fl-label {
	opacity: 1;
	visibility: visible;
}

[id*="give-form"].give-fl-form .give-fl-has-focus label.give-fl-label {
	color: #1976d2;
}

[id*="give-form"].give-fl-form .give-fl-is-required:before {
	color: #d32f2f;
	content: "*";
	display: block;
	font-size: 16px;
	line-height: 1.75;
	opacity: 1;
	padding: 6px 0 0;
	position: absolute;
	right: 18px;
	top: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 1;
}

[id*="give-form"].give-fl-form .give-fl-is-required.give-fl-is-active:before {
	opacity: 0;
}

[id*="give-form"].give-fl-form.give-fl-style-1 input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-1 select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-1 textarea.give-fl-textarea {
	padding: 6px 12px;
}

[id*="give-form"].give-fl-form.give-fl-style-1 select.give-fl-select {
	height: 44px;
}

[id*="give-form"].give-fl-form.give-fl-style-1 .give-fl-is-active input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-1 .give-fl-is-active select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-1 .give-fl-is-active textarea.give-fl-textarea {
	padding: 6px 12px;
}

[id*="give-form"].give-fl-form.give-fl-style-1 label.give-fl-label {
	background-color: transparent;
	left: 10px;
	padding: 12px 3px;
	top: 1px;
}

[id*="give-form"].give-fl-form.give-fl-style-1 label.give-fl-label:before {
	background-color: inherit;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 19px;
	z-index: -1;
}

[id*="give-form"].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label {
	padding: 3px;
	top: -9px;
}

[id*="give-form"].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label:before {
	top: 9px;
}

[id*="give-form"].give-fl-form.give-fl-style-2 input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-2 select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-2 textarea.give-fl-textarea {
	padding: 12px;
}

[id*="give-form"].give-fl-form.give-fl-style-2 select.give-fl-select {
	height: 56px;
}

[id*="give-form"].give-fl-form.give-fl-style-2 .give-fl-is-active input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-2 .give-fl-is-active select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-2 .give-fl-is-active textarea.give-fl-textarea {
	padding: 18px 12px 6px;
}

[id*="give-form"].give-fl-form.give-fl-style-2 label.give-fl-label {
	left: 10px;
	padding: 6px 3px 3px;
	top: 1px;
}

[id*="give-form"].give-fl-form.give-fl-style-2 .give-fl-is-required:before {
	padding-top: 12px;
}

[id*="give-form"].give-fl-form .give-fl-wrap-select:after {
	background: url("data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 16"><path fill="#bbb" d="M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z"/></svg>") no-repeat;
	background-position: 100% 50%;
	background-size: 7px 14px;
	content: "";
	display: block;
	height: calc(100% - 2px);
	position: absolute;
	right: 6px;
	top: 1px;
	width: 15px;
	z-index: 2;
}

[id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-give select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-give textarea.give-fl-textarea {
	line-height: inherit;
}

[id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input[type="text"],
[id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input[type="email"],
[id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input[type="password"],
[id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input[type="search"],
[id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input[type="email"],
[id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input[type="tel"],
[id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input[type="url"],
[id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input[type="number"] {
	height: auto;
	min-height: 60px;
}

[id*="give-form"].give-fl-form.give-fl-style-give select.give-fl-select {
	line-height: inherit;
}

[id*="give-form"].give-fl-form.give-fl-style-give .give-fl-is-active input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-give .give-fl-is-active select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-give .give-fl-is-active textarea.give-fl-textarea {
	padding: 24px 30px 4px;
	-webkit-transition: padding 0.2s ease-in-out, border 0.2s ease-in-out;
	transition: padding 0.2s ease-in-out, border 0.2s ease-in-out;
}

[id*="give-form"].give-fl-form.give-fl-style-give label.give-fl-label {
	left: 31px;
	padding: 6px 0 0;
	right: 0;
	top: 1px;
}

[id*="give-form"].give-fl-form.give-fl-style-give .give-fl-is-required:before {
	padding-top: 17px;
}

[id*="give-form"].give-fl-form.give-fl-style-give label.give-fl-label .give-required-indicator {
	display: none;
}

[id*="give-form"].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip {
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

[id*="give-form"].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip::before {
	content: unset;
}

/**
 * Give Frontend Forms SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/*------------------------------------
Layout
--------------------------------------*/
.give-clearfix {
	*zoom: 1;
}

.give-clearfix:before,
.give-clearfix:after {
	content: " ";
	display: table;
}

.give-clearfix:after {
	clear: both;
}

[id*='give-form'] .give-hidden {
	display: none;
}

[id*='give-form'] fieldset {
	border: none;
	border: 0;
	margin: 0;
	padding: 0;
}

[id*='give-form'] .give-form-title {
	padding: 0;
}

[id*='give-form'] div#give-sidebar-left {
	float: left;
	width: 38%;
}

[id*='give-form'] div.images {
	margin: 0 0 15px;
}

[id*='give-form'] div.images img {
	box-shadow: none;
	display: block;
	height: auto;
	width: 100%;
}

[id*='give-form'] .give-custom-amount-text {
	clear: both;
}

[id*='give-form'] div.summary {
	float: right;
	width: 58%;
}

[id*='give-form'] div.summary.give-full-width {
	float: none;
	width: 100%;
}

[id*='give-form'] .give_form select.give-select.required {
	color: #000;
}

[id*='give-form'] div.give-form-content-wrap {
	margin: 0 0 20px;
}

[id*='give-form'] div.give-form-content-wrap.give_post_form-content {
	margin: 20px 0 0 0;
}

[id*='give-form'].give-display-reveal .give-btn,
[id*='give-form'].give-display-modal .give-btn {
	margin: 0 0 15px;
}

[id*='give-form'].give-display-reveal #give-payment-mode-select,
[id*='give-form'].give-display-reveal #give_purchase_form_wrap,
[id*='give-form'].give-display-modal #give-payment-mode-select,
[id*='give-form'].give-display-modal #give_purchase_form_wrap {
	display: none;
}

[id*='give-form'] .cc-address {
	margin-bottom: 15px;
}

/*------------------------------------
Single Forms
--------------------------------------*/
.single-give_forms.et_right_sidebar #main-content .container:before {
	display: none;
}

.single-give_forms .give_forms {
	*zoom: 1;
}

.single-give_forms .give_forms:before,
.single-give_forms .give_forms:after {
	content: " ";
	display: table;
}

.single-give_forms .give_forms:after {
	clear: both;
}

/*------------------------------------
Gravatar List
--------------------------------------*/
#give-purchase-gravatars .give-gravatars-title {
	margin: 0 0 15px;
}

#give-purchase-gravatars .give-purchase-gravatars-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#give-purchase-gravatars .give-purchase-gravatars-list li {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
}

/*------------------------------------
Base Form Styles
--------------------------------------*/
form[id*='give-form'],
#give-recurring-form,
form.give-form {
	margin: 0 0 25px;
	padding: 0;
}

form[id*='give-form'] .give-hidden,
#give-recurring-form .give-hidden,
form.give-form .give-hidden {
	display: none;
}

form[id*='give-form'] .give-tooltip,
#give-recurring-form .give-tooltip,
form.give-form .give-tooltip {
	color: rgba(51, 51, 51, 0.5);
	font-size: 14px;
	margin: 0 3px;
	padding: 0;
	-webkit-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

form[id*='give-form'] .give-tooltip:hover,
#give-recurring-form .give-tooltip:hover,
form.give-form .give-tooltip:hover {
	color: #333;
}

form[id*='give-form'] h3.give-section-break,
form[id*='give-form'] h4.give-section-break,
form[id*='give-form'] legend,
#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0 15px;
	padding: 0 0 5px;
	width: 100%;
}

form[id*='give-form'] h3.give-section-break span.sub-text,
form[id*='give-form'] h4.give-section-break span.sub-text,
form[id*='give-form'] legend span.sub-text,
#give-recurring-form h3.give-section-break span.sub-text,
#give-recurring-form h4.give-section-break span.sub-text,
#give-recurring-form legend span.sub-text,
form.give-form h3.give-section-break span.sub-text,
form.give-form h4.give-section-break span.sub-text,
form.give-form legend span.sub-text {
	font-style: italic;
	font-weight: normal;
}

form[id*='give-form'] .form-row,
#give-recurring-form .form-row,
form.give-form .form-row {
	*zoom: 1;
	box-sizing: border-box;
	margin: 0 0 15px;
	overflow: visible;
	padding: 0;
}

form[id*='give-form'] .form-row:before,
form[id*='give-form'] .form-row:after,
#give-recurring-form .form-row:before,
#give-recurring-form .form-row:after,
form.give-form .form-row:before,
form.give-form .form-row:after {
	content: " ";
	display: table;
}

form[id*='give-form'] .form-row:after,
#give-recurring-form .form-row:after,
form.give-form .form-row:after {
	clear: both;
}

form[id*='give-form'] .form-row:last-child,
#give-recurring-form .form-row:last-child,
form.give-form .form-row:last-child {
	margin-bottom: 15px;
}

form[id*='give-form'] .form-row label,
#give-recurring-form .form-row label,
form.give-form .form-row label {
	display: block;
	line-height: 1.7;
	margin: 0 0 5px;
	position: relative;
}

form[id*='give-form'] .form-row label.checkbox,
#give-recurring-form .form-row label.checkbox,
form.give-form .form-row label.checkbox {
	display: inline;
}

form[id*='give-form'] .form-row select,
form[id*='give-form'] .form-row textarea,
form[id*='give-form'] .form-row input[type="text"],
form[id*='give-form'] .form-row input[type="tel"],
form[id*='give-form'] .form-row input[type="email"],
form[id*='give-form'] .form-row input[type="password"],
form[id*='give-form'] .form-row input[type="url"],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
#give-recurring-form .form-row input[type="text"],
#give-recurring-form .form-row input[type="tel"],
#give-recurring-form .form-row input[type="email"],
#give-recurring-form .form-row input[type="password"],
#give-recurring-form .form-row input[type="url"],
form.give-form .form-row select,
form.give-form .form-row textarea,
form.give-form .form-row input[type="text"],
form.give-form .form-row input[type="tel"],
form.give-form .form-row input[type="email"],
form.give-form .form-row input[type="password"],
form.give-form .form-row input[type="url"] {
	box-sizing: border-box;
	margin: 0;
	outline: none;
	width: 100%;
}

form[id*='give-form'] .form-row select.required,
form[id*='give-form'] .form-row textarea.required,
form[id*='give-form'] .form-row input[type="text"].required,
form[id*='give-form'] .form-row input[type="tel"].required,
form[id*='give-form'] .form-row input[type="email"].required,
form[id*='give-form'] .form-row input[type="password"].required,
form[id*='give-form'] .form-row input[type="url"].required,
#give-recurring-form .form-row select.required,
#give-recurring-form .form-row textarea.required,
#give-recurring-form .form-row input[type="text"].required,
#give-recurring-form .form-row input[type="tel"].required,
#give-recurring-form .form-row input[type="email"].required,
#give-recurring-form .form-row input[type="password"].required,
#give-recurring-form .form-row input[type="url"].required,
form.give-form .form-row select.required,
form.give-form .form-row textarea.required,
form.give-form .form-row input[type="text"].required,
form.give-form .form-row input[type="tel"].required,
form.give-form .form-row input[type="email"].required,
form.give-form .form-row input[type="password"].required,
form.give-form .form-row input[type="url"].required {
	color: #333;
}

form[id*='give-form'] .form-row-first,
form[id*='give-form'] .form-row-last,
#give-recurring-form .form-row-first,
#give-recurring-form .form-row-last,
form.give-form .form-row-first,
form.give-form .form-row-last {
	float: left;
	width: 48.5%;
}

form[id*='give-form'] .form-row-last,
#give-recurring-form .form-row-last,
form.give-form .form-row-last {
	float: right;
}

form[id*='give-form'] .form-row-wide,
#give-recurring-form .form-row-wide,
form.give-form .form-row-wide {
	*zoom: 1;
	clear: both;
}

form[id*='give-form'] .form-row-wide:before,
form[id*='give-form'] .form-row-wide:after,
#give-recurring-form .form-row-wide:before,
#give-recurring-form .form-row-wide:after,
form.give-form .form-row-wide:before,
form.give-form .form-row-wide:after {
	content: " ";
	display: table;
}

form[id*='give-form'] .form-row-wide:after,
#give-recurring-form .form-row-wide:after,
form.give-form .form-row-wide:after {
	clear: both;
}

form[id*='give-form'] .form-row-two-thirds,
#give-recurring-form .form-row-two-thirds,
form.give-form .form-row-two-thirds {
	float: left;
	width: 65.75%;
}

form[id*='give-form'] .form-row-two-thirds.form-row-first,
#give-recurring-form .form-row-two-thirds.form-row-first,
form.give-form .form-row-two-thirds.form-row-first {
	margin-left: 0;
}

form[id*='give-form'] .form-row-one-third,
#give-recurring-form .form-row-one-third,
form.give-form .form-row-one-third {
	float: left;
	margin-left: 3%;
	width: 31.25%;
}

form[id*='give-form'] .form-row-one-third.form-row-first,
#give-recurring-form .form-row-one-third.form-row-first,
form.give-form .form-row-one-third.form-row-first {
	margin-left: 0;
}

@media (max-width: 480px) {
	form[id*='give-form'] .form-row-responsive,
	#give-recurring-form .form-row-responsive,
	form.give-form .form-row-responsive {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

form[id*='give-form'] .give-error,
form[id*='give-form'] .give-required-indicator,
#give-recurring-form .give-error,
#give-recurring-form .give-required-indicator,
form.give-form .give-error,
form.give-form .give-required-indicator {
	color: #a00;
}

form[id*='give-form'] .card-expiration > select,
#give-recurring-form .card-expiration > select,
form.give-form .card-expiration > select {
	margin: 0;
	width: 44%;
}

form[id*='give-form'] .card-expiration > span.exp-divider,
#give-recurring-form .card-expiration > span.exp-divider,
form.give-form .card-expiration > span.exp-divider {
	display: inline;
	text-align: center;
}

form[id*='give-form'] .card-expiration select.card-expiry-year,
#give-recurring-form .card-expiration select.card-expiry-year,
form.give-form .card-expiration select.card-expiry-year {
	float: right;
}

form[id*='give-form'] .give-disabled,
form[id*='give-form'] [disabled],
#give-recurring-form .give-disabled,
#give-recurring-form [disabled],
form.give-form .give-disabled,
form.give-form [disabled] {
	cursor: not-allowed;
}

/*---------------------------------
Form Price & Amount
-----------------------------------*/
form[id*='give-form'] .give-donation-amount {
	margin: 0 0 15px;
}

form[id*='give-form'] .give-donation-amount .give-currency-symbol {
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	color: #333;
	float: left;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 12px;
}

form[id*='give-form'] .give-donation-amount .give-currency-symbol.give-currency-position-before {
	border-left: 1px solid #ccc;
	border-radius: 10px 0 0 10px;
	border-right: none;
}

form[id*='give-form'] .give-donation-amount .give-currency-symbol.give-currency-position-after {
	border-left: none;
	border-right: 1px solid #ccc;
}

form[id*='give-form'] .give-donation-amount #give-amount,
form[id*='give-form'] .give-donation-amount #give-amount-text {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	border-radius: 0 10px 10px 0;
	box-sizing: border-box;
	float: left;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	min-width: 125px;
	padding: 0 12px;
}

form[id*='give-form'] .give-donation-amount #give-amount.invalid-amount,
form[id*='give-form'] .give-donation-amount #give-amount-text.invalid-amount {
	border: 1px solid red;
}

form[id*='give-form'] .give-donation-amount input.give-amount-top {
	width: 125px;
}

form[id*='give-form'] .give-donation-amount span.give-final-total-amount {
	background: #fff;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	cursor: not-allowed;
	float: left;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 12px;
}

form[id*='give-form'] #give_terms_agreement legend {
	display: none;
}

form[id*='give-form'] #give_terms_agreement label {
	display: inline-block;
}

form[id*='give-form'] #give-final-total-wrap {
	*zoom: 1;
	margin: 10px 0 25px;
	padding: 0;
}

form[id*='give-form'] #give-final-total-wrap:before,
form[id*='give-form'] #give-final-total-wrap:after {
	content: " ";
	display: table;
}

form[id*='give-form'] #give-final-total-wrap:after {
	clear: both;
}

form[id*='give-form'] #give-final-total-wrap .give-donation-total-label {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 10px 0 0 10px;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	color: #333;
	float: left;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 12px;
}

@media (max-width: 480px) {
	form[id*='give-form'] #give-final-total-wrap .give-donation-total-label {
		border-radius: 10px 10px 0 0;
		display: block;
		float: none;
	}
}

form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
	background: #fff;
	border: 1px solid #ccc;
	border-left: none;
	border-radius: 0 10px 10px 0;
	border-radius: 0;
	box-sizing: border-box;
	float: left;
	font-size: 18px;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 12px;
}

@media (max-width: 480px) {
	form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
		border: 1px solid #ccc;
		border-radius: 0 0 10px 10px;
		border-top: 0;
		display: block;
		float: none;
	}
}

.give-display-button-only > *:not(form) {
	display: none !important;
}

.give-display-button-only form > *:not(.give-btn-modal) {
	display: none !important;
}

/*---------------------------------
Radio Lists
-----------------------------------*/
form[id*='give-form'] input[type="radio"] {
	margin: 0 .5em 0 0;
}

form[id*='give-form'] #give-donation-level-radio-list {
	clear: both;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

form[id*='give-form'] #give-donation-level-radio-list > li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form[id*='give-form'] #give-donation-level-radio-list > li label {
	cursor: pointer;
	display: inline-block;
	margin: 0;
}

form[id*='give-form'] #give-donation-level-radio-list > li input[type="radio"] {
	margin: 0 .5em 0 0;
	outline: none;
	width: auto;
}

form[id*='give-form'] #give-gateway-radio-list {
	*zoom: 1;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

form[id*='give-form'] #give-gateway-radio-list:before,
form[id*='give-form'] #give-gateway-radio-list:after {
	content: " ";
	display: table;
}

form[id*='give-form'] #give-gateway-radio-list:after {
	clear: both;
}

form[id*='give-form'] #give-gateway-radio-list > li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 480px) {
	form[id*='give-form'] #give-gateway-radio-list > li {
		display: inline-block;
		margin-left: 0;
		margin-right: 15px;
	}
}

form[id*='give-form'] #give-gateway-radio-list > li label.give-gateway-option {
	cursor: pointer;
	display: inline;
	margin: 0;
}

form[id*='give-form'] #give-gateway-radio-list > li input[type="radio"] {
	display: inline;
	margin: -1px .25em 0 0;
	outline: none;
	width: auto;
}

/*---------------------------------
Checkboxes
-----------------------------------*/
form[id*='give-form'] input[type="checkbox"] {
	margin: 0 .25em 0 0;
}

/*---------------------------------
Donation Level: Dropdown/Select
-----------------------------------*/
form[id*='give-form'] select.give-select-level {
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	border-radius: 0;
	clear: both;
	color: #333;
	display: block;
	margin: 0 0 15px;
	max-width: 100%;
	min-width: 155px;
	outline: none;
	padding: .5em;
}

/*---------------------------------
Buttons
-----------------------------------*/
#give-donation-level-button-wrap {
	*zoom: 1;
	clear: both;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

#give-donation-level-button-wrap:before,
#give-donation-level-button-wrap:after {
	content: " ";
	display: table;
}

#give-donation-level-button-wrap:after {
	clear: both;
}

#give-donation-level-button-wrap > li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0 5px 5px 0;
}

.give_terms_links {
	float: right;
}

/*---------------------------------
CC Validation
-----------------------------------*/
[id*='give_secure_site_wrapper'] {
	font-size: 16px;
	line-height: 20px;
	padding: 4px 4px 15px 0;
}

[id*='give_secure_site_wrapper'] span.padlock {
	font-family: "give-icomoon";
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	line-height: 20px;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
}

[id*='give_secure_site_wrapper'] span.padlock :before {
	display: inline-block;
}

#give_purchase_form_wrap input.give-input.card-number.valid,
#give_purchase_form_wrap input.give-input.card-cvc.valid,
#give_purchase_form_wrap input.give-input.card-expiry.valid {
	background-image: url("../img/give/tick.png");
	background-position: right 10px top 50%;
	background-repeat: no-repeat;
	background-size: 16px;
}

#give_purchase_form_wrap input.give-input.card-number.valid.fl-input:not(.card-cvc):not(.card-expiry),
#give_purchase_form_wrap input.give-input.card-cvc.valid.fl-input:not(.card-cvc):not(.card-expiry),
#give_purchase_form_wrap input.give-input.card-expiry.valid.fl-input:not(.card-cvc):not(.card-expiry) {
	background-position: right 55px top 50%;
}

#give_purchase_form_wrap span.card-type {
	background-size: 37px 26px !important;
	height: 26px;
	position: absolute;
	right: 0;
	top: -2px;
	width: 37px;
}

#give_purchase_form_wrap .fl-wrap span.card-type {
	right: 11px;
	top: calc(0.5em + 6px);
}

#give_purchase_form_wrap span.card-type.off {
	display: none;
}

#give_purchase_form_wrap span.card-type.visa {
	background: url("../img/give/visa.png") no-repeat;
}

#give_purchase_form_wrap span.card-type.mastercard {
	background: url("../img/give/mastercard.png") no-repeat;
}

#give_purchase_form_wrap span.card-type.discover {
	background: url("../img/give/discover.png") no-repeat;
}

#give_purchase_form_wrap span.card-type.amex {
	background: url("../img/give/amex.png") no-repeat;
}

#give_purchase_form_wrap span.card-type.maestro {
	background: url("../img/give/maestro.png") no-repeat;
}

#give_purchase_form_wrap span.card-type.dinersclub {
	background: url("../img/give/diners-club.png") no-repeat;
}

#give_purchase_form_wrap span.card-type.jcb {
	background: url("../img/give/jcb.png") no-repeat;
}

#give_purchase_form_wrap span.card-type.dankort {
	background: url("../img/give/dankort.png") no-repeat;
}

#give_purchase_form_wrap span.card-type.unionpay {
	background: url("../img/give/unionpay.png") no-repeat;
}

/*---------------------------------
Loading Animation
-----------------------------------*/
/* Loading Elipsis */

@-webkit-keyframes opacity {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

form[id*='give-form'] p.give-loading-text,
form[id*='give-form'] span.give-loading-text {
	display: none;
	float: right;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	height: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	width: 16px;
}

form[id*='give-form'] .give-loading-animation {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	float: left;
	font-family: "give-icomoon";
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 16px;
	line-height: 1;
	line-height: 1;
	margin: 0 5px 0 0;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
	width: 16px;
}

form[id*='give-form'] .give-payment-mode-label .give-loading-text {
	float: right;
}

/*---------------------------------
User Login
-----------------------------------*/
/*
 * User Login within Donation Form
 * (visible when Form Display > Login is enabled)
 */
[id*='give-form'] .give-login-account-wrap {
	margin: 0 0 15px;
	position: relative;
}

[id*='give-form'] .give-login-account-wrap .give-login-message {
	margin: 0;
	padding: 0;
	text-align: right;
}

[id*='give-form'] .give-login-account-wrap .give-loading-text {
	position: absolute;
	right: 0;
	top: .25em;
}

[id*='give-form'] fieldset[id^="give-login-fields"] {
	margin: 0 0 15px;
}

[id*='give-form'] .give-new-account-link {
	margin: 0 0 15px;
	padding: 0;
}

[id*='give-form'] .give_login_forgot_password {
	float: right;
}

[id^='give-user-login-submit'] input.give-cancel-login,
.give-submit-button-wrap input.give-cancel-login {
	margin-left: 5px;
}

[id^='give-user-login-submit'] span.give-loading-animation,
.give-submit-button-wrap span.give-loading-animation {
	display: none;
	margin: 0 0 0 .5em;
}

[id^='give-user-login-submit'] .give-submit,
.give-submit-button-wrap .give-submit {
	background-color: #e85242;
	float: left;
	min-width: 170px;
}

@media (min-width: 1600px) {
	[id^='give-user-login-submit'] .give-submit,
	.give-submit-button-wrap .give-submit {
		min-width: 200px;
	}
}

[id^='give-user-login-submit'] .give-submit:hover,
[id^='give-user-login-submit'] .give-submit:active,
[id^='give-user-login-submit'] .give-submit:focus,
.give-submit-button-wrap .give-submit:hover,
.give-submit-button-wrap .give-submit:active,
.give-submit-button-wrap .give-submit:focus {
	background-color: #e85242;
	color: #3a3d44;
}

/* Login Shortcode Form */
#give-login-form legend,
#give-login-form div.give-login,
#give-register-form legend,
#give-register-form div.give-login {
	line-height: 2;
	margin-bottom: 15px;
}

#give-login-form label,
#give-register-form label {
	display: inline-block;
	min-width: 100px;
}

/*---------------------------------
Modal - Magnific Popup
-----------------------------------*/
div.give-form-wrap.mfp-hide {
	display: block !important;
}

div.mfp-content fieldset p,
div.mfp-content fieldset ol,
div.mfp-content fieldset ul {
	line-height: 1.4;
	margin-bottom: 1.2em;
}

/*---------------------------------
Basic Button Style
-----------------------------------*/
.give-btn {
	background: #ededed;
	border: 1px solid #ccc;
	color: #3a3d44;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2em;
	padding: 8px 10px;
}

.give-btn:hover {
	background: #dbdbdb;
}

/*---------------------------------
Profile Editor Form
-----------------------------------*/
#give_profile_editor_form legend {
	border-bottom: 0;
	padding: 0 5px 5px 5px;
	width: auto;
}

/*---------------------------------
Email Access Form
-----------------------------------*/
form#give-email-access-form div.g-recaptcha,
form#give-email-access-form input#give-email {
	margin: 0 0 15px;
}

form#give-email-access-form input#give-email {
	width: 305px;
}

/*---------------------------------
Responsiveness
-----------------------------------*/

@media (max-width: 991px) {
	[id*='give-form'] div.images,
	[id*='give-form'] div.summary {
		float: none;
		width: 100%;
	}

	[id*='give-form'] div#give-sidebar-left {
		float: none;
		width: 100%;
	}
}

/*---------------------------------
Section Breaks
-----------------------------------*/
.give-form-wrap .give-form h3.give-section-break,
.give-form-wrap .give-form h4.give-section-break {
	margin: 10px 0 0;
}

/*---------------------------------
Form validation style
-----------------------------------*/
.give-do-validate input.error {
	border-color: red !important;
}

/*---------------------------------
Notices, Warnings & Errors
-----------------------------------*/
.give_notices {
	position: relative;
}

.notice-dismiss {
	background: 0 0;
	border: none;
	color: #72777c;
	cursor: pointer;
	margin: 0;
	max-width: 28px;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.notice-dismiss:before {
	background: 0 0;
	color: #72777c;
	content: "\f153";
	display: block;
	font: 400 16px/20px dashicons;
	-webkit-font-smoothing: antialiased;
	height: 20px;
	speak: none;
	text-align: center;
	width: 20px;
}

.notice-dismiss:hover {
	background-color: transparent;
}

.notice-dismiss:hover:before {
	color: #dc3232;
}

.give_error,
.give_success {
	background: #e85242;
	border-radius: 10px;
	clear: both;
	margin: 15px 0;
	padding: 1em 1em 1em 2em;
	position: relative;
}

.give_error > p,
.give_success > p {
	color: #fff;
	display: inline;
	font-family: "Ubuntu", sans-serif;
	margin: 0 !important;
}

.give_error > p strong,
.give_success > p strong {
	font-weight: 500;
}

.give_error:before,
.give_success:before {
	background-color: transparent;
	border-radius: 100%;
	color: #fff;
	content: "\f02d";
	font-family: "give-icomoon";
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	line-height: 1;
	margin-right: 10px;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	speak: none;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
	text-transform: none;
	top: 2px;
	width: 30px;
}

.give_error.give_warning,
.give_success.give_warning {
	background: #f3702b;
}

.give_error.give_warning:before,
.give_success.give_warning:before {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.give_success {
	border-color: #72b946;
}

.give_success:before {
	content: "\e601";
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

/* Magnific Popup CSS */
.mfp-bg {
	background: #0b0b0b;
	height: 100%;
	left: 0;
	opacity: 0.8;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042;
}

.mfp-wrap {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1043;
}

.mfp-container {
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding: 0 8px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	cursor: auto;
	width: 100%;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	left: 8px;
	margin-top: -0.8em;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	outline: none;
	overflow: visible;
	padding: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	z-index: 1046;
}

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

.mfp-close {
	color: #fff;
	font-family: Arial, Baskerville, monospace;
	font-size: 28px;
	font-style: normal;
	height: 44px;
	line-height: 44px;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	padding-right: 6px;
	right: -6px;
	text-align: right;
	width: 100%;
}

.mfp-counter {
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.mfp-arrow {
	height: 110px;
	margin: 0;
	margin-top: -55px;
	opacity: 0.65;
	padding: 0;
	position: absolute;
	-webkit-tap-highlight-color: transparent;
	top: 50%;
	width: 90px;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	border: medium inset transparent;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin-left: 35px;
	margin-top: 35px;
	position: absolute;
	top: 0;
	width: 0;
}

.mfp-arrow:after {
	border-bottom-width: 13px;
	border-top-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-bottom-width: 21px;
	border-top-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	border-right: 27px solid #3f3f3f;
	margin-left: 25px;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-bottom: 40px;
	padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	max-width: 900px;
	width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
}

.mfp-iframe-scaler iframe {
	background: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Main image in popup */
img.mfp-img {
	box-sizing: border-box;
	display: block;
	height: auto;
	line-height: 0;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0 40px;
	width: auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	background: #444;
	bottom: 40px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 40px;
	width: auto;
	z-index: -1;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	cursor: auto;
	left: 0;
	margin-top: -36px;
	position: absolute;
	top: 100%;
	width: 100%;
}

.mfp-title {
	color: #f3f3f3;
	line-height: 18px;
	padding-right: 36px;
	text-align: left;
	word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		bottom: 0;
		top: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		position: fixed;
		top: auto;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		background: rgba(0, 0, 0, 0.6);
		height: 35px;
		line-height: 35px;
		padding: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 35px;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/**
 * Give Layouts SCSS/CSS
 *
 * @description: This file provides layout styles for various themes such as the default WordPress themes and others if applicable; Most themes handle Give's template system just fine ;)
 * @package:     Give
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2016, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/**
 * Twenty Thirteen specific styles
 */
.twentythirteen .give_forms {
	padding: 40px 0;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen .tfgive {
	margin: 0 auto;
	max-width: 474px;
	padding: 12px 10px 0;
}

.twentyfourteen .tfgive .give_forms .entry-summary {
	margin: 0 0 1.618em !important;
	padding: 0 !important;
}

.twentyfourteen .tfgive div.give_forms.hentry.has-post-thumbnail {
	margin-top: 0;
}

.twentyfourteen .tfgive .give_forms .images img {
	margin-bottom: 1em;
}

@media screen and (min-width: 673px) {
	.twentyfourteen .tfgive {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (min-width: 1040px) {
	.twentyfourteen .tfgive {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 1110px) {
	.twentyfourteen .tfgive {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (min-width: 1218px) {
	.twentyfourteen .tfgive {
		margin-right: 54px;
	}

	.full-width .twentyfourteen .tfgive {
		margin-right: auto;
	}
}

/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15give {
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	margin-bottom: 7.6923%;
	padding-left: 7.6923%;
	padding-right: 7.6923%;
	padding-top: 7.6923%;
}

.twentyfifteen .t15give .page-title {
	margin-left: 0;
}

.twentyfifteen .t15give div.summary {
	padding: 0;
}

@media screen and (min-width: 38.75em) {
	.twentyfifteen .t15give {
		margin-left: 7.6923%;
		margin-right: 7.6923%;
		margin-top: 8.3333%;
	}
}

@media screen and (min-width: 59.6875em) {
	.twentyfifteen .t15give {
		margin-left: 8.3333%;
		margin-right: 8.3333%;
		padding: 10%;
	}

	.single-product .twentyfifteen .entry-summary {
		padding: 0 !important;
	}
}

/*----------------------------------------------
Avada
------------------------------------------------*/
.avada-row > div.give-wrap #content {
	width: 100%;
}

/**
 * Give Frontend Progress Bar SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give-goal-progress {
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
}

.give-goal-progress .income {
	color: #3a3d44;
	font-family: "Ubuntu", sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.give-goal-progress .raised {
	margin-bottom: 15px;
}

.give-goal-progress .give-progress-bar {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.give-progress-bar {
	background: #f2f2f2;
	border-radius: 2px;
	height: 5px;
	overflow: hidden;
	position: relative;
}

.give-progress-bar > span {
	background-color: #e85242;
	border-radius: 2px;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
}

/**
 * Give Magnific Modal Custom SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give-modal {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none !important;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	-webkit-transform: translateZ(0);
	width: 100%;
	z-index: 2147483540;
}

.give-modal form[id*='give-form'] {
	margin-bottom: 0;
}

.give-modal form[id*='give-form'] .give-submit {
	margin-bottom: 0;
}

.give-modal form[id*='give-form'] .give-payment-mode-label {
	margin-top: 0;
	padding-top: 0;
}

@media (max-width: 580px) {
	.give-modal form[id*='give-form'] .give-input {
		font-size: 16px;
	}
}

.give-modal .mfp-content {
	background: #fff;
	box-sizing: border-box;
	margin: 40px auto;
	max-width: 500px;
	padding: 20px;
	position: relative;
	width: auto;
	z-index: 2147483640;
}

.give-modal .mfp-content [id*='give-form'] #give-payment-mode-select,
.give-modal .mfp-content [id*='give-form'] #give_purchase_form_wrap,
.give-modal .mfp-content [id*='give-form'].give-display-button-only .give-donation-amount,
.give-modal .mfp-content [id*='give-form'].give-display-button-only .give-donation-levels-wrap {
	display: block;
}

.give-modal .mfp-content .mfp-close:hover {
	background-color: transparent;
}

.give-modal form.give-form button.mfp-close {
	display: block !important;
	position: absolute;
}

.give-modal .mfp-container:after {
	display: none;
}

.give-modal {
	/* animate in */
	/* animate out */
}

.give-modal .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	vertical-align: middle;
}

.give-modal.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.give-modal.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.give-modal.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.give-modal.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.give-modal.mfp-removing.mfp-bg {
	opacity: 0;
}

/**
 * Give Frontend Tables SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
table.give-table {
	background: #eaebec;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	border-top: none;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	text-shadow: 1px 1px 0px #fff;
	width: 100%;
}

table.give-table thead {
	font-weight: bold;
}

table.give-table thead th:first-child {
	text-align: left;
}

table.give-table th {
	background: #f6f6f6;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: none;
	border-top: 1px solid #e8e8e8;
	font-weight: bold;
	padding: 21px 25px;
	text-align: center;
}

table.give-table tbody tr {
	text-align: center;
}

table.give-table tbody tr td {
	background: #fff;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #fff;
	padding: 18px;
	text-align: center;
}

table.give-table tbody tr td:first-child {
	border-left: 0;
	text-align: left;
}

table.give-table tbody tr:nth-child(even) td {
	background: #fcfcfc;
}

/**
 * Give Frontend Theme Compatibility
 *
 * @description: The following styles help Give look good and fixes CSS conflicts with popular WordPress themes
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
body.give-twentysixteen div.entry-summary {
	margin: 0;
}

body.give-twentysixteen button.give-btn {
	color: #333;
}

body.give-twentysixteen .give-submit {
	color: #fff;
}

body.give-twentysixteen fieldset#give_terms_agreement {
	padding-left: 0;
}

body.give-twentyseventeen.colors-dark div.give-total-wrap input.give-text-input,
body.give-twentyseventeen.colors-dark div#give_purchase_form_wrap span.give-final-total-amount,
body.give-twentyseventeen.colors-dark div.give_notices p {
	color: black;
}

body.give-twentyseventeen.colors-dark form[id*="give"] fieldset {
	background-color: transparent;
}

.give-donation-history .give-table {
	table-layout: auto;
}

.give-donation-history .give-table .give-security-column {
	float: left;
}

.give-donation-history .give-table .give-security-column.give-security-description-wrap {
	font-size: 12px;
	font-style: italic;
	padding: 16px 13px;
	width: 75%;
}

.give-donation-history .give-table .give-security-column.give-security-button-wrap {
	padding: 25px 5px;
	width: 25%;
}

.give-donation-history .give-table .give-security-column.give-security-button-wrap span {
	display: none;
	padding: 0 20px;
}
