/**handles:bt_bb_slick,bt_cc_style,ctf_styles,give-donation-summary-style-frontend,givewp-design-system-foundation**/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* Item lock */

.btQuoteItem.btCCLock,
.btQuoteGBlock.btCCLock {
	position: relative;
}
.btQuoteItem.btCCLock:before,
.btQuoteGBlock.btCCLock:before {
    content: ' ';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 999;
}

/* Columns and forms widths */
.btQuoteBooking {
    margin: 0 0 20px;
	box-sizing: border-box;
	transition: opacity 400ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.btQuoteBooking *, .btQuoteBooking *:after, .btQuoteBooking *:before {
	box-sizing: border-box;
}
.btQuoteBooking:after {
	content: " ";
	display: table;
	clear: both;
	width: 100%;
}
.btQuoteBooking .btQuoteBookingForm {
	margin: 0 0 30px;
}
.btQuoteBooking .btTotalQuoteContactGroup {
    transition: all 600ms ease;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.btQuoteBooking .btTotalQuoteContactGroup.btActive {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	max-height: 1000px;
	filter: alpha(opacity=100);
 transition-delay: 400ms;
}
/* Next button */
.btQuoteBooking .btTotalNextWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;

	padding-right: 0 !important;
    transition: all 400ms ease;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	text-align: initial;
}

.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
	-ms-flex: 0 0 160px;
	    flex: 0 0 160px;
	width: 160px;
	max-width: 160px;
}
.btQuoteBooking .btQuoteBookingForm .boldBtn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 0px;
	    flex: 0 1 0px;
	float: none;
	margin-right: 0;
	width: 0px;
	transition: all 300ms ease;
	max-width: 0;
}
.btQuoteBooking .btContactNext {
    font-family: inherit;
	margin: 0 0 0 30px;
	line-height: 2.25;
	border-radius: 50px;
	border: #52b7bd 2px solid;
	color: #52b7bd;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	padding: 0 10px 0 10px;
	background: transparent;
	cursor: pointer;
	font-size: 20px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	transform: translate(250px,0);
	white-space: nowrap;
}
.rtl .btQuoteBooking .btContactNext {
	margin: 0 30px 0 0;
	transform: translate(-250px,0);
}
.btQuoteBooking .btContactNext:focus {
	outline:0;
}

.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	transform: translate(0,0);
    transition: all 400ms ease;
	width: 100%;
}
.btQuoteBooking .btContactNext:hover, .btQuoteBooking .btContactNext:active {
	border-color: #999;
	color: #555;
	box-shadow: 0 0 10px #CCC inset, 0 2px 10px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactNext:hover:after, .btQuoteBooking .btContactNext:active:after {
	margin: 0 7px 0 10px;
    transition: margin 200ms ease;
}
.btQuoteBooking .btContactNext:active {
	box-shadow: 0 0 0 #CCC inset, 0 -2px 10px rgba(0,0,0,0.4);
}
/* Quote items */
.btQuoteBooking .btQuoteItem {
    padding: 0 0 0 220px;
    margin: 0 0 30px;
}
.rtl .btQuoteBooking .btQuoteItem {
    padding: 0 220px 0 0;
}
.btQuoteBooking .btQuoteItem label {
    display: block;
    float: left;
    width: 220px;
    margin: 8px 0 0 -220px;
	padding-right: 20px;
}
.rtl .btQuoteBooking .btQuoteItem label {
	float: right;
	margin-left: 0;
	margin-right: -220px;
	padding-right: 0;
	padding-left: 20px;
	text-align: right;
}
.btQuoteBooking .btQuoteSlider {
    float: left;
    margin: 0 0 0;
    width: 100%;
}
.rtl .btQuoteBooking .btQuoteSlider {
	float: right;
}
.btQuoteBooking .btQuoteSwitch {
    float: left;
    margin: 0 0 0;
    width: 76px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 38px;
	cursor: pointer;
	padding: 5px;
	transition: box-shadow 380ms ease;
}
.rtl .btQuoteBooking .btQuoteSwitch {
	float:right;
}
.btQuoteBooking .btQuoteSwitch:hover {
	box-shadow: 0 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    width: 26px;
	height: 26px;
	background: #ccc;
	border-radius: 50%;
	transition: all 190ms cubic-bezier(0.8, 0.1, 0.8, 0.1);
}

.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
	margin-left: 38px;
	background: #52b7bd;
}
.rtl .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
	margin-left: 0;
	margin-right: 38px;
}
.btQuoteBooking .btQuoteItemInput {
    text-align: center;
}
.btQuoteBooking .btQuoteItem .fancy-select .trigger {
    text-align: left;
    color: #b4b4b4;
}
.rtl .btQuoteBooking .btQuoteItem .fancy-select .trigger {
	text-align: right;
}
.btQuoteBooking .btQuoteItem .fancy-select .trigger.selected {
    color: #333;
}
/* Standard fields */
.btQuoteBooking input[type="text"], .btQuoteBooking  input[type="email"], .btQuoteBooking input[type="password"], .btQuoteBooking input[type="url"], .btQuoteBooking input[type="tel"], .btQuoteBooking input[type="number"], .btQuoteBooking input[type="date"], .btQuoteBooking textarea, .btQuoteBooking .fancy-select .trigger {
    width: 100%;
    display: block;
    line-height: 2;
	min-height: 38px;
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: inherit;
    font-weight: inherit;
	font-size: inherit;
    transition: all 380ms ease;
	color: #000;
	border-radius: 2px;
	outline: none;
}
.btQuoteBooking .btQuoteItem textarea {
    resize: vertical;
    font-size: inherit;
    color: #000;
    padding: 0px 12px 0px 12px;
    min-height: 160px;
}
.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    transition: all 380ms ease;
	border-radius: 2px;
	min-height: 38px;
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText {
	border-radius: 0;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
/* Standard hover state */
.btQuoteBooking  input[type="text"]:hover, .btQuoteBooking  input[type="email"]:hover, .btQuoteBooking  input[type="password"]:hover, .btQuoteBooking  input[type="url"]:hover, .btQuoteBooking  input[type="tel"]:hover, .btQuoteBooking  input[type="number"]:hover, .btQuoteBooking  input[type="date"]:hover, .btQuoteBooking  textarea:hover, .btQuoteBooking  .fancy-select .trigger:hover {
	box-shadow: 0 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
/* Standard focus state */
.btQuoteBooking  input[type="text"]:focus, .btQuoteBooking  input[type="email"]:focus, .btQuoteBooking  input[type="url"]:focus, .btQuoteBooking  input[type="tel"]:focus, .btQuoteBooking  input[type="number"]:focus, .btQuoteBooking  input[type="date"]:focus, .btQuoteBooking  textarea:focus, .btQuoteBooking  .fancy-select .trigger.open {
    border-color: #999;
	box-shadow: 5px 0 0 #52b7bd inset, 0 2px 10px rgba(0,0,0,0.2);
	outline: none;
}
.rtl .btQuoteBooking  input[type="text"]:focus, .rtl .btQuoteBooking  input[type="email"]:focus, .rtl .btQuoteBooking  input[type="url"]:focus, .rtl .btQuoteBooking  input[type="tel"]:focus, .rtl .btQuoteBooking  input[type="number"]:focus, .rtl .btQuoteBooking  input[type="date"]:focus, .rtl .btQuoteBooking  textarea:focus, .rtl .btQuoteBooking  .fancy-select .trigger.open {
	box-shadow: -5px 0 0 #52b7bd inset, 0 2px 10px rgba(0,0,0,0.2);
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    transition: all 380ms ease;
	box-shadow: 5px 0 0 #52b7bd inset, 0 2px 10px rgba(0,0,0,0.2);
	min-height: 38px;
}
.rtl .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .rtl .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
	box-shadow: -5px 0 0 #52b7bd inset, 0 2px 10px rgba(0,0,0,0.2);
}
/* Float clears */
.btQuoteBooking .btQuoteItem:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
}
/* Slider */
.btQuoteBooking  .ui-slider {
	background: #ededed; /* Old browsers */ /* FF3.6+ */
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.05), rgba(0,0,0,0));
    position: relative;
    text-align: left;
	border: 1px solid #ccc;
	border-radius: 14px;
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
    transition: all 190ms ease;
}
.btQuoteBooking  .ui-slider {
    text-align: right;
}
/* Slider hover state */
.btQuoteBooking  .ui-slider:hover {
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    transition: all 380ms ease;
}
/* Slider handle */
.btQuoteBooking  .ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 38px;
    height: 38px;
    -ms-touch-action: none;
    touch-action: none;
    background: #52b7bd;
    border-radius: 50%;
    cursor: w-resize;
	cursor: -moz-grab;
	box-shadow: 0 0 0 rgba(0,0,0,0.5), 0 0 0 0 rgba(0,0,0,0.2) inset;
    transition: all 190ms ease;	
}
	
.btQuoteBooking .btQuoteSliderValue {
	min-width: 34px;
	height: 38px;
	line-height: 38px;
	padding: 0 2px;
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
}
/* Slider hover state */
.btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.5), 0 0 0 3px rgba(0,0,0,0.2) inset;
}
/* Slider active state */
.btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-active, .btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-active.ui-state-hover {
	cursor: -moz-grabbing;
	box-shadow: 0 2px 10px rgba(0,0,0,0.5), 0 0 0 3px rgba(0,0,0,0.2) inset;
}
/* Slider range */
.btQuoteBooking  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
/* support: IE8 - See #6727 */
.btQuoteBooking  .ui-slider.ui-state-disabled .ui-slider-handle,
.btQuoteBooking  .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
/* Slider horizontal */
.btQuoteBooking  .ui-slider-horizontal {
    height: 20px;
	margin-top: 10px;
	cursor: pointer;
}
.btQuoteBooking  .ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left: -18px;
}
.btQuoteBooking  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.btQuoteBooking  .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.rtl .btQuoteBooking  .ui-slider-horizontal .ui-slider-range-min {
	left: auto;
	right: 0;
}
.rtl .btQuoteBooking  .ui-slider-horizontal .ui-slider-range-max {
    right: auto;
	left: 0;
}
/* Slider vertical */
.btQuoteBooking  .ui-slider-vertical {
    min-width: 34px;
    height: 100px;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-handle {
    left: 0;
    margin-left: 0;
    margin-bottom: -18px;
}
.rtl .btQuoteBooking  .ui-slider-vertical .ui-slider-handle {
	left: auto;
	right: 0;
	margin-left: auto;
	margin-right: 0;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.rtl .btQuoteBooking  .ui-slider-vertical .ui-slider-range {
	left: auto;
	right: 0;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
/* Total value */
.btQuoteBooking  .btQuoteBookingForm .btQuoteTotal {
    font-weight: bold;
    padding: 0;
    text-align: right;
	color: #FFF;
	background: #52b7bd;
	border-radius: 50px;
	line-height: 1.8;
	display: -ms-flexbox;
	display: flex;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: stretch;
        align-items: stretch;
	float: none;
}
.rtl .btQuoteBooking  .btQuoteBookingForm .btQuoteTotal {
	text-align: left;
}
.btQuoteBooking  .btQuoteBookingForm.btActive .btQuoteTotal {
}
.btQuoteBooking  .btQuoteTotalText {
    margin-right: 1em;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.rtl .btQuoteBooking  .btQuoteTotalText {
	margin-right: 0;
	margin-left: 1em;
}
/* Total currency */

.btQuoteBooking .btQuoteTotalCurrency {
    font-size: 22px;
	line-height: 1.8;
	display: inline-block;
	background: rgba(0,0,0,0.25);
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 5px 0px 5px 20px;
}
.rtl .btQuoteBooking .btQuoteTotalCurrency {
	padding: 5px 20px 5px 0px;
	border-radius: 0 50px 50px 0;
}
.btQuoteBooking .btQuoteTotalCalc {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    font-size: 22px;
	line-height: 1.8;
	display: inline-block;
	background: rgba(0,0,0,0.25);
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 5px 20px 5px 0px;
}
.rtl .btQuoteBooking .btQuoteTotalCalc {
	padding: 5px 0px 5px 20px;
	border-radius: 50px 0 0 50px;
}
.currencyAfter .btQuoteTotalCurrency {
	border-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 5px 20px 5px 0px;
}
.rtl .currencyAfter .btQuoteTotalCurrency {
	border-radius: 50px 0 0 50px;
	padding: 5px 0px 5px 20px;
}
.currencyAfter .btQuoteTotalCalc {
	border-radius: 0px;	
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 5px 0px 5px 20px;
}
.rtl .currencyAfter .btQuoteTotalCalc {
	border-radius: 0 50px 50px 0;
	padding: 5px 20px 5px 0px;
}

/* Options */
.btQuoteBooking .btQuoteItem ul.options {
    text-align: left;
}
.rtl .btQuoteBooking .btQuoteItem ul.options {
	text-align: right;
}
/* Contact form */
.btQuoteBooking .btQuoteContact:not(.btQuoteContactForm7) {
    margin: 0 -10px 0px -10px;
}
/* Contact form item */
.btQuoteBooking .btQuoteContact .btQuoteItem {
    padding: 0 10px;
    float: left;
    width: 50%;
}
.rtl .btQuoteBooking .btQuoteContact .btQuoteItem {
	float: right;
}
/* Form split in two columns */
.btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd) {
    clear: left;
}
.rtl .btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd) {
	clear: right;
}

/* Form full width item */
.btQuoteBooking .btQuoteItem.btQuoteItemFullWidth {
    float: none !important;
    width: auto !important;
}
/* Form button */
.btQuoteBooking .btQuoteContact .boldBtn {
    clear: left;
    margin: 0px;
	text-align: center;
	white-space: normal;
}
.rtl .btQuoteBooking .btQuoteContact .boldBtn {
	clear: right;
}

/* CF7 */
.rtl .btQuoteContact.btQuoteContactForm7 {
	text-align: right;
}
.rtl .btQuoteContact.btQuoteContactForm7 input,
.rtl .btQuoteContact.btQuoteContactForm7 select,
.rtl .btQuoteContact.btQuoteContactForm7 textarea {
	text-align: right;
}

/* Mandatory fields */
.btQuoteBooking  .btContactFieldMandatory input, .btQuoteBooking  .btContactFieldMandatory textarea {
    border: 1px solid #AAA;
	box-shadow: 0 0 0 1px #AAA inset;
    transition: all 380ms ease;
}
.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius .ddTitleText {
    border: 1px solid #AAA;
	box-shadow: 0 0 0 1px #AAA inset;
}
.btQuoteBooking  .btContactFieldMandatory input:hover, .btQuoteBooking  .btContactFieldMandatory textarea:hover {
	box-shadow: 0 0 0 1px #AAA inset, 0 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 1px #AAA inset, 0 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking  .btContactFieldMandatory input:focus, .btQuoteBooking  .btContactFieldMandatory textarea:focus {
	box-shadow: 0 0 0 1px #AAA inset, 5px 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking  .btContactFieldMandatory input:focus, .btQuoteBooking  .btContactFieldMandatory textarea:focus {
	box-shadow: 0 0 0 1px #AAA inset, -5px 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #AAA inset, 5px 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #AAA inset, -5px 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
/* Error fields validation */
.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea {
    border: 1px solid #52b7bd;
	box-shadow: 0 0 0 1px #52b7bd inset;
    transition: all 380ms ease;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
    border: 1px solid #52b7bd;
	box-shadow: 0 0 0 1px #52b7bd inset;
}
.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:hover, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:hover {
	box-shadow: 0 0 0 1px #52b7bd inset, 0 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 1px #52b7bd inset, 0 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:focus, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:focus {
	box-shadow: 0 0 0 1px #52b7bd inset, 5px 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:focus, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:focus {
	box-shadow: 0 0 0 1px #52b7bd inset, -5px 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #52b7bd inset, 5px 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #52b7bd inset, -5px 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}

/* Submit query message */
.btQuoteBooking .btSubmitMessage {
    color: #52b7bd;
    font-weight: 600;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
/* Date picker */
.btDatePicker {
	z-index: 10000 !important;
	width: 300px;
}
.btDatePicker table th, .btDatePicker table td {
    border: 1px solid #e0e0e0;
}
.btDatePicker .ui-datepicker-header {
    display: block;
    padding: 10px;
    overflow: hidden;
    background-color: #52b7bd;
	color: #FFF;
}
.btDatePicker table.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background-color: #f2f2f2;
}
/* Datepicker header, day names */
.btDatePicker table.ui-datepicker-calendar th {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
	text-align: center;
}
/* Datepicker prev/next */
.btDatePicker a.ui-datepicker-prev, .btDatePicker a.ui-datepicker-next {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    border-radius: 2px;
    padding: 2px 4px;
    text-transform: uppercase;
    cursor: pointer;
	color: white;
}
.btDatePicker a.ui-datepicker-prev {
    float: left;
}
.rtl .btDatePicker a.ui-datepicker-prev {
	float: right;
}
.btDatePicker a.ui-datepicker-next {
    float: right;
}
.rtl .btDatePicker a.ui-datepicker-next {
    float: left;
}
/* Prev / Next hover state */
.btDatePicker a.ui-datepicker-prev:hover, .btDatePicker a.ui-datepicker-next:hover {
	color: inherit;
    transition: all 200ms ease;
}
/* Datepicker title */
.btDatePicker .ui-datepicker-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: #FFF;
}
/* Datepicker DIV */
.btDatePicker#ui-datepicker-div {
    background-color: #f2f2f2;
	border: 1px solid #CCC;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	border-radius: 2px;
	margin-top: 1px;
}
/* Datepicker day */
.btDatePicker .ui-datepicker-calendar td {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 0.3em;
	text-align: center;
}
/* Datepicker day link */
.btDatePicker table.ui-datepicker-calendar td a {
    color: #666;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    transition: all 200ms ease;
}
/* Datepicker active state */
.btDatePicker table.ui-datepicker-calendar td a.ui-state-active {
	font-weight: bold;
    transition: all 200ms ease;
}
/* Datepicker hover state */
.btDatePicker table td:hover {
	cursor: pointer;
}
.btDatePicker table td:hover {
    background: #e0e0e0;
    transition: all 200ms ease;
}

/* Styled select */
.btQuoteBooking .btDropDown .dd {
    position: relative;
}
.btQuoteBooking .ddChild {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: -1px 0 0;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.btQuoteBooking .ddChild {
    position: absolute !important;
}
/* Select submenu items */
.btQuoteBooking .ddChild {
    background-color: #fff;
    border: 1px solid #999;
    overflow-y: auto;
}
.btQuoteBooking .ddChild ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.btQuoteBooking .ddChild ul li {
    display: table;
    width: 100%;
	min-height: 38px;
    margin: 0;
    padding: 0 37px 0 0;
    cursor: pointer;
    line-height: 1.2;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
    transition: all 200ms ease;
}
.rtl .btQuoteBooking .ddChild ul li {
	padding: 0 0 0 37px;
}
.btQuoteBooking .ddChild ul li span {
    display: block;
    padding: 0px 12px;
	line-height: 2;
}
.btQuoteBooking .ddChild ul li span.description {
	line-height: 1.5;
	margin-top: -.3em;
	margin-bottom: .3em;
}
/* Item hover state */
.btQuoteBooking .ddChild ul li:hover, .btQuoteBooking .ddChild ul li.selected:hover {
	color: #666;
    background: rgba(0,0,0,0.05);
    transition: all 200ms ease;
}
/* First item disabled state */
.btQuoteBooking .ddChild ul li:first-child, .btQuoteBooking .ddChild ul li:first-child:hover {
    border-top: none;
	color: #666;
	background: none;
}
.btQuoteBooking .ddOutOfVision {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}
/* Styled menu itself */
.btQuoteBooking .ddItem {
    display: table;
    width: 100%;
    margin: 1px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.1;
}
/* Styled menu label */
.btQuoteBooking .ddTitleText {
    display: table;
    width: 100%;
}
.btQuoteBooking .ddTitleText span, .btQuoteBooking .ddChild ul li span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.rtl .btQuoteBooking .ddTitleText span, .rtl .btQuoteBooking .ddChild ul li span {
	text-align: right;
}
.btQuoteBooking .ddTitleText span span, .btQuoteBooking .ddChild ul li span span, .btQuoteBooking .ddChild ul li:hover span span, .btQuoteBooking .ddChild ul li.selected:hover span span {
    display: block;
    font-size: 12px;
	padding: 0px;
	color: #555;
    transition: all 200ms ease;
}
.btQuoteBooking .ddChild span {
    padding: 8px 12px;
}
.btQuoteBooking .ddTitleText span {
    padding: 0px 12px;
}
.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 37px 0 0;
}
.rtl .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    padding: 0 0 0 37px;
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    background-color: #fff;
	border: 1px solid #999;
    padding: 0 37px 0 0;
}
.rtl .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .rtl .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
	padding: 0 0 0 37px;
}
/* Select item description */
.btQuoteBooking .ddlabel, .btQuoteBooking .description {
    width: 100%;
}
.btNotSelected {
	min-height: 38px;
}
.btNotSelected  .ddlabel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Photo in select */
.btQuoteBooking .ddTitleText .ddImage, .btQuoteBooking .ddChild ul li .ddImage {
    text-align: center;
    padding: 12px;
	padding-right: 0px;
}
.rtl .btQuoteBooking .ddTitleText .ddImage, .btQuoteBooking .ddChild ul li .ddImage {
	padding-right: 12px;
	padding-left: 0;
}
.btQuoteBooking .ddTitleText .ddImage img, .btQuoteBooking .ddChild ul li .ddImage img {
    display: block;
    width: auto;
    max-width: none !important;
}
/* Nothing selected state */
.btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
	color: #a9a9a9;
}
/* Selected state */
.btQuoteBooking .ddTitleText .ddlabel {
    width: 100%;
    line-height: 2;
	color: #000;
}
.btQuoteBooking .ddTitleText .ddlabel .description {
    line-height: 1.5;
	margin-top: -.3em;
	margin-bottom: .3em;
}
.btQuoteBooking .ddTitle {
    position: relative;
    cursor: pointer;
}
/* Styled select arrow */
.btQuoteBooking .ddTitle .arrow  {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -2px;
}
.rtl .btQuoteBooking .ddTitle .arrow  {
	right: auto;
	left: 10px;
}
/* Arrow itself */
.btQuoteBooking .ddTitle .arrow:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
	display: block;
}
/* Submit button */
.btQuoteBooking .btContactSubmit {
    font-family: inherit;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    background-color: #52b7bd;
    color: #fff;
    line-height: 1.5;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transition: all 300ms ease;
	border-radius: 50px;
	text-transform: uppercase;
}
.btQuoteBooking .btContactSubmit:focus {
	outline:0;
}
/* Submit hover state */
.btQuoteBooking  .btContactSubmit:hover {
	box-shadow: 0 0 0 5px rgba(0,0,0,0.2) inset;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    transition: all 300ms ease;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
/* Tablets screen */
@media (max-width: 1024px) {
    .btQuoteBooking .btQuoteContact .btQuoteItem,
    .rtl .btQuoteBooking .btQuoteContact .btQuoteItem {
        float: none;
        width: auto;
    }
	.btQuoteBooking .btTotalQuoteContactGroup.btActive,
	.rtl .btQuoteBooking .btTotalQuoteContactGroup.btActive {
		max-height: 1000px;
	}
	/*.btQuoteBooking .btQuoteContact {
		margin-left: -10px;
	}*/
}
/* Larger smartphones screen */
@media (max-width: 650px) {
    .btQuoteBooking .btQuoteItem label,
    .rtl .btQuoteBooking .btQuoteItem label {
        display: block;
        float: none;
        margin: 0 0 8px;
        width: auto;
		padding: 0;
    }
   .btQuoteBooking .btQuoteItem ,
   .rtl .btQuoteBooking .btQuoteItem {
        margin: 0 0 20px;
        padding: 0;
    }
   .rtl .btQuoteBooking .btQuoteContact .btQuoteItem {
	   padding: 0 10px;
   }
}
/* Small smartphones screen */
@media (max-width: 480px) {
    .btQuoteBooking .ddTitleText .ddImage img, .btQuoteBooking .ddChild ul li .ddImage img {
        display: block;
        width: auto;
        margin: 0 auto;
    }
	.btQuoteBooking .btTotalNextWrapper {
		display: block;
	}
	.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn, .btQuoteBooking .btQuoteBookingForm .boldBtn {
		-ms-flex: 1 0 100%;
		    flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal, .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		float: none;
		margin-bottom: 20px;
		height: 50px;
	}
	.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext, .btQuoteBooking .btQuoteBookingForm .btContactNext {
		transform: none;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.btQuoteBooking .btQuoteBookingForm .btContactNext {
		transform: translateY(-100%);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.btQuoteBooking .btContactBack, .btQuoteBooking .btContactSubmit {
		margin: 0 auto 20px auto;
		clear: both;
		display: block;
	}
}

/* placeholder */

.btQuoteBooking *::-webkit-input-placeholder {
	font-family: inherit;
	color: #a9a9a9;
}
.btQuoteBooking *:-moz-placeholder { /* older Firefox*/
	font-family: inherit;
	color: #a9a9a9;
}
.btQuoteBooking *::-moz-placeholder { /* Firefox 19+ */ 
	font-family: inherit;
	color: #a9a9a9;
} 
.btQuoteBooking *:-ms-input-placeholder { 
	font-family: inherit;
	color: #a9a9a9;
}

/* reCAPTCHA */

.btQuoteBooking .g-rec {
	margin-bottom: 30px;
	padding: 0 10px;
}

.btQuoteBooking .g-rec > div > div {
	margin: auto;
}

/* PayPal */

.btPayPalButton {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	background: transparent;
	border: #ccc 2px solid;
	border-radius: 50px;
/*	margin-right: -100%;*/
	width: 130px;
	height: 49px;
	cursor: pointer;
	transition: box-shadow 380ms ease;
	background-position: center center;
	background-size: 70%;
	background-repeat: no-repeat;
	-ms-flex: 0 0 130px;
	    flex: 0 0 130px;
	margin-left: 30px;
}
.rtl .btPayPalButton {
	margin-left: 0;
	margin-right: 30px;
}

.btPayPalButton:hover {
	box-shadow: 0 0 0 #52b7bd inset, 0 1px 5px rgba(0,0,0,0.2);
}

.btPayPalForm {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.bt_cc_email_confirmation_container {
	margin-bottom: 30px;
	padding-left: 10px;
}
.rtl .bt_cc_email_confirmation_container {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
}
@media (max-width: 480px) {
	.btPayPalButton,
	.rtl .btPayPalButton {
		margin-left: 0;
		margin-right: 0;
		-ms-flex: 0 0 160px;
		    flex: 0 0 160px;
		width: 160px;
	}
}

/* Base for label styling */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked),
.bt_cc_email_confirmation_container [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.rtl .bt_cc_email_confirmation_container [type=checkbox]:not(:checked),
.rtl .bt_cc_email_confirmation_container [type=checkbox]:checked {
	left: auto;
	right: -9999px;
}
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label,
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:checked + label {
	padding-left: 0;
	padding-right: 25px;
}

/* checkbox aspect */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.7em;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.3);*/
}
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
	left: auto;
	right: 0;
}
/* checked mark aspect */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  left: 3px;
  top: 1px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  /*color: #09ad7e;*/
  transition: all .2s;
}
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after,
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
	left: auto;
	right: 3px;
}
/* checked mark aspect changes */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0);
}
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1);
}
/* disabled checkbox */
.bt_cc_email_confirmation_container [type="checkbox"]:disabled:not(:checked) + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.bt_cc_email_confirmation_container [type="checkbox"]:disabled:checked + label:after {
  /*color: #999;*/
}
.bt_cc_email_confirmation_container [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.bt_cc_email_confirmation_container [type="checkbox"]:checked:focus + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked):focus + label:before {
  /*border: 1px dotted blue;*/
}

/* hover style just for information */
.bt_cc_email_confirmation_container label:hover:before {
  /*border: 1px solid #4778d9!important;*/
}

/* CC Separator */

.bt_cc_separator.bt_cc_bottom_spacing_extra_small{
	margin-bottom: 0.25em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_small {
	margin-bottom: 0.5em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_normal {
	margin-bottom: 1em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_medium {
	margin-bottom: 2em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_large {
	margin-bottom: 4em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_extra_large {
	margin-bottom: 8em !important;
}
.bt_cc_separator.bt_cc_top_spacing_extra_small{
	margin-top: 0.25em !important;
}
.bt_cc_separator.bt_cc_top_spacing_small {
	margin-top: 0.5em !important;
}
.bt_cc_separator.bt_cc_top_spacing_normal {
	margin-top: 1em !important;
}
.bt_cc_separator.bt_cc_top_spacing_medium {
	margin-top: 2em !important;
}
.bt_cc_separator.bt_cc_top_spacing_large {
	margin-top: 4em !important;
}
.bt_cc_separator.bt_cc_top_spacing_extra_large {
	margin-top: 8em !important;
}
.bt_cc_separator.bt_cc_border_style_solid {
	border-top: 1px solid #ddd;
}
.bt_cc_separator.bt_cc_border_style_dashed {
	border-top: 1px dashed #ddd;
}
.bt_cc_separator.bt_cc_border_style_dotted {
	border-top: 1px dotted #ddd;
} 

/* Description */

.btQuoteItemDescription {
	text-align: right;
    font-size: 0.7em;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	pointer-events: none;
}

.btQuoteItemDescription:before {
    content: ' ';
	clear: both;
	display: table;
	width: 100%;
}

/* Subtotal addition */
.btQuoteBooking .btQuoteSubtotal {
    padding: 0;
    margin: 0 0 20px;
	display: flex;
	align-items: center;
}
.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
    display: block;
    max-width: 220px;
	padding-right: 20px;
	flex: 0 0 220px;
}
.rtl .btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
	padding-right: 0;
	padding-left: 20px;
	text-align: right;
}
.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalCalc {
	font-weight: bold;
	line-height: 1.8;
}
@media (max-width: 480px) {
	.btQuoteBooking .btQuoteSubtotal {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0;
	}
	.rtl .btQuoteBooking .btQuoteSubtotal {
		padding: 0;
	}
	.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
		float: none;
		width: auto;
		margin: 0;
		padding-right: 20px;
	}
	.rtl .btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
		float: none;
		width: auto;
		margin: 0;
		padding-right: 20px;
		text-align: right;
	}
	.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalCalc {
		padding: 0 20px;
	}
}
.ctf-fixed-height{overflow:auto}#ctf .ctf-item{padding:15px 5px;overflow:hidden}#ctf.ctf-boxed-style .ctf-item{padding:15px}#ctf .ctf-item:first-child{border-top:none}#ctf .ctf-item:last-of-type{border-bottom:none!important}#ctf #ctf .ctf-photo-hover span.fa-arrows-alt,#ctf .ctf-photo-hover svg.fa-arrows-alt,#ctf .ctf_remaining,#ctf.ctf-super-narrow .ctf-author-screenname,#ctf.ctf-super-narrow .ctf-screename-sep{display:none}#ctf .ctf_more{padding:1px;border:1px solid transparent;border-radius:3px;display:inline-block;line-height:1}#ctf .ctf_more:hover{cursor:pointer;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);text-decoration:none}#ctf .ctf-header{float:left;clear:both;margin:0;padding:5px 5px 15px;line-height:1.2;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#ctf .ctf-header a{float:left;display:block;text-decoration:none}#ctf .ctf-header-img{float:left;position:relative;width:48px;margin:0 0 0 -100%!important;overflow:hidden;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}#ctf .ctf-header-img img{display:block;float:left;margin:0!important;padding:0!important;border:none!important;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}#ctf.ctf-rebranded .ctf-header-img-hover svg{margin-top:-15px;margin-left:-14px}#ctf.ctf-rebranded .ctf-header-img-hover svg path,.ctf-rebranded .ctf-header-follow svg path{fill:white}#ctf .ctf-header-generic-icon,#ctf .ctf-header-img-hover{display:none;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(27,149,224,.85);-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;z-index:999}#ctf .ctf-header-generic-icon .fa,#ctf .ctf-header-generic-icon svg,#ctf .ctf-header-img-hover .fa,#ctf .ctf-header-img-hover svg{position:absolute;top:50%;left:50%;margin-top:-10px;margin-left:-8px;font-size:20px;z-index:1000}#ctf .ctf-header-generic-icon svg,#ctf .ctf-header-img-hover svg{margin-top:-10px;margin-left:-10px}#ctf .ctf-header .ctf-header-follow{display:inline-block;padding:3px 6px;margin:0 0 0 2px;position:relative;top:-2px;background:#1b95e0;color:#fff;font-size:11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-transition:background .6s ease-in-out;-webkit-transition:background .6s ease-in-out;-o-transition:background .6s ease-in-out;transition:background .6s ease-in-out}#ctf .ctf-header .ctf-header-follow .fa,#ctf .ctf-header .ctf-header-follow svg{margin-right:3px;font-size:12px}#ctf .ctf-header a:hover .ctf-header-follow{background:#0c7abf;-moz-transition:background .2s ease-in-out;-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}#ctf .ctf-header-type-generic .ctf-header-img{color:#fff;width:48px;height:48px;position:relative}#ctf .ctf-header-type-generic .ctf-header-link:hover .ctf-header-generic-icon{background:#0c7abf}#ctf .ctf-header-type-generic .ctf-header-no-bio{padding-top:9px!important;font-size:16px;font-weight:700}#ctf .ctf-header-type-generic .ctf-header-generic-icon{display:block;color:#fff;background:#1b95e0;-moz-transition:background .2s ease-in-out;-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}#ctf .ctf-header-type-generic:hover .ctf-header-generic-icon{display:block;opacity:1}#ctf .ctf-header .ctf-header-user{font-size:16px;line-height:1.3;-ms-word-wrap:break-word;word-break:break-word}#ctf .ctf-header .ctf-header-screenname,#ctf .ctf-header p{font-size:13px;line-height:1.3}.ctf-screenreader{text-indent:-9999px!important;display:inline-block!important;width:0!important;height:0!important;line-height:0!important;text-align:left!important}#ctf .ctf-header-text.sbi-no-info .ctf-header-user{padding-top:9px!important}#ctf .ctf-header-text.sbi-no-bio .ctf-header-counts{clear:both}#ctf .ctf-context{width:100%;padding-left:42px;margin-bottom:2px}#ctf .ctf-with-logo .ctf-context{padding-right:30px}#ctf .ctf-retweet-icon{display:inline-block;font-size:inherit;line-height:1;margin:0 5px 0 0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#ctf.ctf-super-narrow .ctf-retweet-icon{margin:0 5px 0 0}#ctf .ctf-reply-icon{display:inline-block;font-size:inherit;padding:1px 3px 3px;line-height:1;margin:0 3px 0 0}#ctf .ctf-author-box{margin-left:56px}#ctf .ctf-author-avatar{clear:both;width:48px;height:48px;margin:3px 6px 0 -56px;float:left;overflow:hidden;border:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}#ctf .ctf-author-avatar img{margin:0!important;padding:0}#ctf .ctf-author-name,#ctf .ctf-author-screenname,#ctf .ctf-tweet-meta,#ctf .ctf-verified{margin-left:4px;margin-right:4px;display:inline-block}#ctf .ctf-screename-sep{margin:0 2px;display:inline-block}#ctf .ctf-author-name{font-weight:700!important;margin-top:4px}#ctf .ctf-author-box-link{color:#000;text-decoration:none;display:inline;line-height:1.5!important}#ctf .ctf-quoted-verified,#ctf .ctf-verified{color:#77c7f7;margin-left:0}#ctf .ctf-quoted-verified,.ctf-credit-link .fa,.ctf-credit-link svg{margin-right:4px}#ctf .ctf-tweet-meta,#ctf.ctf-super-narrow .ctf-author-name{display:inline-block}#ctf .ctf-replied-to-text a{font-size:inherit;color:inherit;font-weight:inherit}#ctf p.ctf-media-link,#ctf p.ctf-tweet-text{padding:0!important;margin:0!important;line-height:1.4}#ctf .ctf-tweet-actions,#ctf .ctf-tweet-content{margin-left:58px;margin-top:3px;max-width:100%}#ctf .ctf-corner-logo{display:inline-block;float:right;color:#1b95e0;font-size:24px}#ctf.ctf-narrow .ctf-corner-logo{font-size:20px}#ctf .ctf-hide-avatar .ctf-author-box,#ctf .ctf-hide-avatar .ctf-author-name,#ctf .ctf-hide-avatar .ctf-context,#ctf .ctf-hide-avatar .ctf-quoted-tweet,#ctf .ctf-hide-avatar .ctf-tweet-actions,#ctf .ctf-hide-avatar .ctf-tweet-content,#ctf.ctf-narrow .ctf-hide-avatar .ctf-author-box,#ctf.ctf-narrow .ctf-hide-avatar .ctf-context,#ctf.ctf-narrow .ctf-hide-avatar .ctf-quoted-tweet,#ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-actions,#ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-content,#ctf.ctf-super-narrow .ctf-context,#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-author-box,#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-context,#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-quoted-tweet,#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-actions,#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-content,#ctf.ctf-super-narrow .ctf-quoted-tweet,#ctf.ctf-super-narrow .ctf-tweet-actions,#ctf.ctf-super-narrow .ctf-tweet-content{margin-left:0}#ctf .ctf-hide-avatar .ctf-context{padding-left:0}#ctf .ctf-header-img.ctf-no-consent,#ctf .ctf-header-img.ctf-no-consent .ctf-header-img-hover{display:block;opacity:1;height:48px}#ctf .ctf-quoted-tweet{display:block;clear:both;margin:7px 0 5px 58px;padding:8px 12px;border:1px solid rgba(0,0,0,.1);text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-transition:background .1s ease-in-out;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out;transition:background .1s ease-in-out}#ctf .ctf-quoted-tweet-text-media-wrap,#ctf .ctf-quoted-tweet:focus,#ctf .ctf-quoted-tweet:hover,#ctf .ctf-tweet-text-media-wrap{-moz-transition:background .1s ease-in-out;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out}#ctf .ctf-quoted-tweet:focus,#ctf .ctf-quoted-tweet:hover{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05);transition:background .1s ease-in-out}#ctf .ctf-quoted-author-name{font-weight:700;margin-right:4px}#ctf .ctf-quoted-tweet p{margin:2px 0}#ctf .ctf-tweet-actions a{padding:2px 10px 2px 5px;float:left}#ctf .ctf-tweet-actions a.ctf-like,#ctf .ctf-tweet-actions a.ctf-reply,#ctf .ctf-tweet-actions a.ctf-retweet{color:rgba(0,0,0,.35);text-decoration:none;border:none;-moz-transition:color .1s ease-in-out;-webkit-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out}#ctf .ctf-tweet-actions a span.fa,#ctf .ctf-tweet-actions a svg{width:1.1em;height:1.1em;font-size:1.1em}#ctf .ctf-tweet-actions a span.fa.fa-retweet{width:1.2em;height:1.2em;font-size:1.2em}#ctf .ctf-tweet-actions .ctf-reply{margin-left:-5px}#ctf .ctf-tweet-actions a:focus,#ctf .ctf-tweet-actions a:hover{-moz-transition:color .1s ease-in-out;-webkit-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out}#ctf .ctf-tweet-actions .ctf-reply:focus,#ctf .ctf-tweet-actions .ctf-reply:hover{color:#e34f0e!important}#ctf .ctf-tweet-actions .ctf-retweet:focus,#ctf .ctf-tweet-actions .ctf-retweet:hover{color:#19cf86!important}#ctf .ctf-tweet-actions .ctf-like:focus,#ctf .ctf-tweet-actions .ctf-like:hover{color:#e81c4f!important}#ctf .ctf-action-count{float:right;padding-left:3px;font-size:.9em;margin-top:.25em;line-height:1.2em}#ctf .ctf-twitterlink{margin-top:.3em;line-height:1.2em;font-size:.8em}#ctf .ctf-quoted-tweet-text-media-wrap,#ctf .ctf-tweet-text-media-wrap{margin-left:5px;padding:4px;display:inline-block;border:1px solid rgba(0,0,0,.15);color:inherit;text-decoration:none;line-height:1;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;transition:background .1s ease-in-out}#ctf #ctf-more,#ctf .ctf-out-of-tweets,.ctf-credit-link{padding:5px 0;text-align:center}#ctf #ctf-more,#ctf .ctf-tweet-text-media-wrap:focus,#ctf .ctf-tweet-text-media-wrap:hover{background:rgba(0,0,0,.05);-moz-transition:background .1s ease-in-out;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out}#ctf .ctf-tweet-text-media-wrap:focus,#ctf .ctf-tweet-text-media-wrap:hover{border:1px solid rgba(0,0,0,.1);transition:background .1s ease-in-out}.ctf-multi-media-icon .ctf-tweet-text-media,.ctf-quoted-tweet-text .ctf-tweet-text-media{margin-left:3px}#ctf #ctf-more{display:block;border:none;width:100%;min-height:30px;margin:0;position:relative;box-sizing:border-box;outline:0;text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;transition:background .1s ease-in-out}#ctf #ctf-more:hover{background:rgba(0,0,0,.1);-moz-transition:background .1s ease-in-out;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out;transition:background .1s ease-in-out}#ctf #ctf-more.ctf-loading span{-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;opacity:0}#ctf .ctf-loader{width:20px;height:20px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:1s ease-in-out infinite ctf-sk-scaleout;animation:1s ease-in-out infinite ctf-sk-scaleout}@-webkit-keyframes ctf-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes ctf-sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ctf-credit-link{width:100%;clear:both;margin-top:5px;font-size:12px}#ctf svg{box-sizing:unset}#ctf svg:not(:root).svg-inline--fa,#ctf_lightbox svg:not(:root).svg-inline--fa{box-sizing:unset;overflow:visible;width:1em}#ctf .svg-inline--fa.fa-w-16{width:16px}#ctf .svg-inline--fa.fa-w-20{width:20px}#ctf .ctf-context .ctf-retweet-icon svg{width:1.2em;height:1.2em}#ctf .svg-inline--fa,#ctf_lightbox .svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}#ctf.ctf-styles .ctf-author-screenname,#ctf.ctf-styles .ctf-context,#ctf.ctf-styles .ctf-screename-sep,#ctf.ctf-styles .ctf-tweet-meta,.ctf_smash_error span{font-size:12px}#ctf .ctf-error{width:100%;text-align:center}#ctf .ctf-error code,#ctf .ctf-error iframe,#ctf .ctf-error p{padding:0;margin:0 2px}#ctf .ctf-error-user p,#ctf.ctf-super-narrow .ctf-context{padding-bottom:5px}#ctf .ctf-error-user{width:100%}#ctf .ctf-error-admin{margin-top:15px;display:inline-block}#ctf .ctf-error code{display:block;padding:4px}.ctf_smash_error{border:1px solid #ddd;background:#eee;color:#333;margin:10px 0 0;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctf_smash_error p{padding:5px 0!important;margin:0!important;line-height:1.3!important}#ctf .ctf-out-of-tweets{display:block;border:1px solid rgba(0,0,0,.1);background:0 0;width:100%;min-height:30px;margin:0;position:relative;box-sizing:border-box;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}#ctf .ctf-out-of-tweets iframe,#ctf .ctf-out-of-tweets p{margin:0 2px;padding:0}#ctf .ctf-out-of-tweets p{padding:3px;display:none}#ctf.ctf-narrow .ctf-author-avatar,#ctf.ctf-narrow .ctf-author-avatar img{width:38px;height:38px}#ctf.ctf-narrow .ctf-quoted-tweet,#ctf.ctf-narrow .ctf-tweet-actions,#ctf.ctf-narrow .ctf-tweet-content{margin-left:48px}#ctf.ctf-narrow .ctf-context{margin-left:49px}#ctf.ctf-narrow .ctf-author-box{margin-left:46px}#ctf.ctf-narrow .ctf-author-avatar{margin-left:-46px}#ctf.ctf-narrow .ctf-tweet-content{padding:3px 0 5px}#ctf.ctf-narrow .ctf-tweet-actions,#ctf.ctf-super-narrow .ctf-tweet-content{float:left;clear:both}#ctf.ctf-super-narrow .ctf-author-box{min-height:32px;margin-bottom:2px;margin-left:38px;float:left;clear:both}#ctf.ctf-super-narrow .ctf-author-avatar,#ctf.ctf-super-narrow .ctf-author-avatar img{width:32px;height:32px}#ctf.ctf-super-narrow .ctf-author-avatar{margin-left:-38px;margin-top:0}#ctf.ctf-super-narrow .ctf-credit-link{font-size:10px}#ctf.ctf-super-narrow .ctf-header-bio{margin:0!important;padding-top:5px}#ctf.ctf-super-narrow .ctf-header-user{min-height:48px}#ctf.ctf-super-narrow .ctf-header-text{padding-top:10px}#ctf.ctf-super-narrow .ctf-header-follow{margin-top:5px}#ctf.ctf-super-narrow .ctf-more span{display:block;margin-top:3px}@media all and (max-width:640px){#ctf.ctf-width-resp{width:100%!important}}.ctf.ctf-boxed-style[data-boxshadow=true] .ctf-item{box-shadow:0 0 10px 0 rgba(0,0,0,.15)}[data-header-size=large] .ctf-header-type-text{font-size:48px}[data-header-size=medium] .ctf-header-type-text{font-size:42px}[data-header-size=small] .ctf-header-type-text{font-size:36px}#ctf.ctf-list.ctf-boxed-style .ctf-header,.ctf-list.ctf-boxed-style .ctf-item{margin-bottom:25px}#ctf .ctf-header-text{float:left;width:100%;padding-top:5px}#ctf .ctf-no-bio .ctf-header-text{padding-top:13px}#ctf .ctf-header-text .ctf-header-user,#ctf .ctf-header-text p{float:left;clear:both;width:auto;margin:0 0 0 60px!important;padding:0!important;text-align:left}#ctf .ctf-header-name{font-weight:700;margin-right:6px}#ctf .ctf-header-text .ctf-header-bio{padding:0!important;word-break:break-word}#ctf .ctf-header-text .ctf-verified{margin-right:5px}#ctf.ctf_palette_light .ctf-author-name,#ctf.ctf_palette_light .ctf-author-screenname,#ctf.ctf_palette_light .ctf-header-bio,#ctf.ctf_palette_light .ctf-header-counts,#ctf.ctf_palette_light .ctf-header-name,#ctf.ctf_palette_light .ctf-header-type-text,#ctf.ctf_palette_light .ctf-tweet-actions a,#ctf.ctf_palette_light .ctf-tweet-text{color:#444}#ctf.ctf_palette_dark .ctf-tweet-text a,#ctf.ctf_palette_light .ctf-tweet-text a{color:inherit}#ctf.ctf_palette_dark .ctf-item,#ctf.ctf_palette_light .ctf-item{background:0 0}#ctf.ctf_palette_dark .ctf-corner-logo,#ctf.ctf_palette_light .ctf-corner-logo{color:#1b95e0}#ctf.ctf_palette_dark .ctf-verified,#ctf.ctf_palette_light .ctf-verified{color:#77c7f7}#ctf.ctf_palette_light .ctf-more{background:rgba(0,0,0,.5);color:#444}#ctf.ctf_palette_dark{background:#20222c}#ctf.ctf_palette_dark.ctf.ctf-boxed-style .ctf-item{background:rgba(255,255,255,.1)!important}#ctf.ctf_palette_dark .ctf-author-name,#ctf.ctf_palette_dark .ctf-author-screenname,#ctf.ctf_palette_dark .ctf-header-bio,#ctf.ctf_palette_dark .ctf-header-counts,#ctf.ctf_palette_dark .ctf-header-name,#ctf.ctf_palette_dark .ctf-header-type-text,#ctf.ctf_palette_dark .ctf-tweet-text{color:#fff}#ctf.ctf_palette_dark .ctf-more{background:rgba(255,255,255,.2);color:#fff}#ctf.ctf_palette_dark .ctf-tweet-actions a{color:rgba(255,255,255,.8)}.ctf-rebranded .ctf-header-follow svg{width:13px;height:13px;transform:translate(3px,2px)}
.give-donation-submit>.give-donation-summary-section{margin-bottom:0}.give-donation-summary-section{font-family:Montserrat,serif;font-size:16px;font-style:normal;font-weight:600}.give-donation-summary-section svg{margin:0 5px;vertical-align:text-top}.give-donation-summary-section svg path{fill:var(--primary-color,#3ba2e0)}.give-donation-summary-section .heading{font-style:italic}.give-donation-summary-section .give-donation-summary-table-wrapper{background-color:#f9f9f9;color:#333;margin:20px -20px;padding:0 20px}.give-donation-summary-section .back-btn{background-color:transparent;border:0;color:var(--primary-color,#3ba2e0);cursor:pointer;font-size:12px;font-weight:500;line-height:23px;margin:0;padding:0;text-decoration:underline}.give-donation-summary-section .give-donation-summary-help-text{align-items:center;color:#8c8c8c;display:flex;gap:5px;margin:10px 0}.give-donation-summary-section .give-donation-summary-help-text .back-btn{font-size:inherit}.give-donation-summary-section table{border-collapse:collapse;width:100%}.give-donation-summary-section tbody{color:#444}.give-donation-summary-section tr{border-bottom:1px solid #f2f2f2}.give-donation-summary-section td,.give-donation-summary-section th,.give-donation-summary-section tr{height:42px;padding:10px 0}.give-donation-summary-section th{text-align:left}.give-donation-summary-section td{font-size:15px;font-weight:500;line-height:18px}.give-donation-summary-section td:last-child,.give-donation-summary-section th:last-child{text-align:right}@media screen and (max-width:500px){.give-donation-summary-section td,.give-donation-summary-section th,.give-donation-summary-section tr{height:26px}.give-donation-summary-section td,.give-donation-summary-section th{padding-top:15px;vertical-align:top}.give-donation-summary-section td:last-child,.give-donation-summary-section th:last-child{width:40%}.give-donation-summary-section .give-donation-summary-help-text{align-items:start}.give-donation-summary-section .give-donation-summary-help-text img{margin-top:3px}}
:root{--givewp-red-25:#fff4f2;--givewp-red-50:#ffdfd9;--givewp-red-100:#ffb5a6;--givewp-red-200:#ff8a73;--givewp-red-300:#ff6040;--givewp-red-400:#f2320c;--givewp-red-500:#d92d0b;--givewp-red-600:#a62308;--givewp-red-700:#8c1700;--givewp-red-800:#590f00;--givewp-red-900:#260600;--givewp-orange-50:#ffefd9;--givewp-orange-100:#ffdaa6;--givewp-orange-200:#ffc473;--givewp-orange-300:#f2a63d;--givewp-orange-400:#f29718;--givewp-orange-500:#d98715;--givewp-orange-600:#a66710;--givewp-orange-700:#73480b;--givewp-orange-800:#402806;--givewp-orange-900:#1a0f00;--givewp-yellow-25:#fffdf2;--givewp-yellow-50:#fff9d9;--givewp-yellow-100:#fff0a6;--givewp-yellow-200:#ffe873;--givewp-yellow-300:#ffdf40;--givewp-yellow-400:#f2cc0c;--givewp-yellow-500:#d9b60b;--givewp-yellow-600:#a68c08;--givewp-yellow-700:#8c7607;--givewp-yellow-800:#594b05;--givewp-yellow-900:#262000;--givewp-green-25:#f2fff3;--givewp-green-50:#e5ffe6;--givewp-green-100:#cef2cf;--givewp-green-200:#a3d9a4;--givewp-green-300:#7cbf7e;--givewp-green-400:#62b265;--givewp-green-500:#459948;--givewp-green-600:#2d802f;--givewp-green-700:#19661c;--givewp-green-800:#0a400b;--givewp-green-900:#022603;--givewp-emerald-25:#f2fff9;--givewp-emerald-50:#d9ffec;--givewp-emerald-100:#9df2c8;--givewp-emerald-200:#6df2b0;--givewp-emerald-300:#3df297;--givewp-emerald-400:#0cf27f;--givewp-emerald-500:#0bd972;--givewp-emerald-600:#08a657;--givewp-emerald-700:#078c4a;--givewp-emerald-800:#05592f;--givewp-emerald-900:#002613;--givewp-blue-25:#f2f9ff;--givewp-blue-50:#d9ecff;--givewp-blue-100:#a6d2ff;--givewp-blue-200:#73b9ff;--givewp-blue-300:#3d97f2;--givewp-blue-400:#0c7ff2;--givewp-blue-500:#0b72d9;--givewp-blue-600:#0857a6;--givewp-blue-700:#074a8c;--givewp-blue-800:#052f59;--givewp-blue-900:#001326;--givewp-purple-25:#f4f2ff;--givewp-purple-50:#beb6f2;--givewp-purple-100:#8c7ee5;--givewp-purple-200:#5f4cd9;--givewp-purple-300:#3a21d9;--givewp-purple-400:#2b13bf;--givewp-purple-500:#2511a6;--givewp-purple-600:#19078c;--givewp-purple-700:#120566;--givewp-purple-800:#090040;--givewp-purple-900:#03001a;--givewp-neutral-25:#f9fafb;--givewp-neutral-50:#f3f4f6;--givewp-neutral-100:#e5e7eb;--givewp-neutral-200:#d1d5db;--givewp-neutral-300:#9ca0af;--givewp-neutral-400:#6b7280;--givewp-neutral-500:#4b5563;--givewp-neutral-600:#374151;--givewp-neutral-700:#1f2937;--givewp-neutral-800:#111827;--givewp-neutral-900:#060c1a;--givewp-grey-5:#fafafa;--givewp-grey-25:#f2f2f2;--givewp-grey-50:#e6e6e6;--givewp-grey-100:#dadada;--givewp-grey-200:#bfbfbf;--givewp-grey-300:#a6a6a6;--givewp-grey-400:#8c8c8c;--givewp-grey-500:#737373;--givewp-grey-600:#595959;--givewp-grey-700:#404040;--givewp-grey-800:#262626;--givewp-grey-900:#0e0e0e;--givewp-shades-white:#fff;--givewp-shades-black:#000}:root{--givewp-rounded-2:0.125rem;--givewp-rounded-4:0.25rem;--givewp-rounded-6:0.375rem;--givewp-rounded-8:0.5rem;--givewp-rounded-12:0.75rem;--givewp-rounded-16:1rem;--givewp-rounded-24:1.5rem;--givewp-rounded-full:999px;--givewp-rounded-none:0rem}:root{--givewp-spacing-1:0.25rem;--givewp-spacing-2:0.5rem;--givewp-spacing-3:0.75rem;--givewp-spacing-4:1rem;--givewp-spacing-5:1.25rem;--givewp-spacing-6:1.5rem;--givewp-spacing-7:1.75rem;--givewp-spacing-8:2rem;--givewp-spacing-9:2.25rem;--givewp-spacing-10:2.5rem;--givewp-spacing-11:2.75rem;--givewp-spacing-12:3rem;--givewp-spacing-13:3.25rem;--givewp-spacing-14:3.5rem;--givewp-spacing-15:3.75rem;--givewp-spacing-16:4rem;--givewp-spacing-17:4.25rem;--givewp-spacing-18:4.5rem;--givewp-spacing-19:4.75rem;--givewp-spacing-20:5rem;--givewp-spacing-32:8rem;--givewp-spacing-40:10rem;--givewp-spacing-56:14rem;--givewp-spacing-80:20rem;--givewp-spacing-96:24rem}:root{--givewp-font-size-display-xl:6rem;--givewp-font-weight-display-xl:semi-bold;--givewp-font-size-display-lg:4.5rem;--givewp-font-weight-display-lg:semi-bold;--givewp-font-size-heading-xl:4rem;--givewp-font-weight-heading-xl:bold;--givewp-font-size-heading-lg:2.5rem;--givewp-font-weight-heading-lg:semi-bold;--givewp-font-size-heading-md:2.25rem;--givewp-font-weight-heading-md:semi-bold;--givewp-font-size-heading-sm:1.5rem;--givewp-font-weight-heading-sm:semi-bold;--givewp-font-size-headline-lg:1.25rem;--givewp-font-weight-headline-lg:extra-bold;--givewp-font-size-headline-md:1rem;--givewp-font-weight-headline-md:extra-bold;--givewp-font-size-headline-sm:0.75rem;--givewp-font-weight-headline-sm:extra-bold;--givewp-font-size-paragraph-lg:1rem;--givewp-font-weight-paragraph-lg:medium;--givewp-font-size-paragraph-md:0.75rem;--givewp-font-weight-paragraph-md:medium;--givewp-font-size-paragraph-sm:0.5rem;--givewp-font-weight-paragraph-sm:medium}:root{--givewp-shadow-xs:0 1px 2px var(--givewp-grey-50);--givewp-shadow-sm:0 2px 4px var(--givewp-grey-50);--givewp-shadow-md:0 4px 8px var(--givewp-grey-50);--givewp-shadow-lg:0 12px 24px var(--givewp-grey-50);--givewp-shadow-xl:0 16px 32px var(--givewp-grey-50);--givewp-shadow-inner:inset 0 2px 4px var(--givewp-grey-50);--givewp-shadow-xs-green:0 1px 2px var(--givewp-green-50);--givewp-shadow-sm-green:0 2px 4px var(--givewp-green-50);--givewp-shadow-md-green:0 4px 8px var(--givewp-green-50);--givewp-shadow-lg-green:0 12px 24px var(--givewp-green-50);--givewp-shadow-xl-green:0 16px 32px var(--givewp-green-50);--givewp-shadow-inner-green:inset 0 2px 4px var(--givewp-green-50);--givewp-shadow-xs-blue:0 1px 2px var(--givewp-blue-50);--givewp-shadow-sm-blue:0 2px 4px var(--givewp-blue-50);--givewp-shadow-md-blue:0 4px 8px var(--givewp-blue-50);--givewp-shadow-lg-blue:0 12px 24px var(--givewp-blue-50);--givewp-shadow-xl-blue:0 16px 32px var(--givewp-blue-50);--givewp-shadow-inner-blue:inset 0 2px 4px var(--givewp-blue-50);--givewp-shadow-xs-orange:0 1px 2px var(--givewp-orange-50);--givewp-shadow-sm-orange:0 2px 4px var(--givewp-orange-50);--givewp-shadow-md-orange:0 4px 8px var(--givewp-orange-50);--givewp-shadow-lg-orange:0 12px 24px var(--givewp-orange-50);--givewp-shadow-xl-orange:0 16px 32px var(--givewp-orange-50);--givewp-shadow-inner-orange:inset 0 2px 4px var(--givewp-orange-50)}