/*
* Amplify Front Site CSS
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300,400italic);
/* Reset styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	line-height: 2.3rem;
	font-size: 1.5rem;
	font-family: "Open Sans", Arial, sans-serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #0054a6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* Content CSS */

html, body {
	height: 100%;
}
p {
	padding:1rem;	
}
ul, ol {
	padding: 0.5rem 2.5rem;	
}
.page-wrap {
	background-color: #f2f2f2;
	min-height: 100%;
	width: 100%; /* equal to footer height *//*margin-bottom: -142px;*/
}
.page-wrap:after {
	content: "";
	display: block;
}
.page-wrap .container {
}
.content > .container {
	min-height: -webkit-calc(100vh - 11em);
	min-height: calc(100vh - 11em);
	background-color: #fff;
}
.header {
	background-color: #383838;
	padding: 0;
}
#searchButton {
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	line-height: 1;
	padding: 0.416em 2em 0.416em 1em;
	width: 100%;
}
.img-seach {
	position: absolute;
	height: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0.286em;
	width: 18px;
}
.footer {
	background-color: #383838;
	color: #fff;
	padding: 1rem 0;
	font-size: 1.5rem;
	width: 100%;
	min-height: 142px;
	text-align: center;
}
.container {
	width: 1170px;
	margin: auto;
}
.firstcontainer {
	background-color: #383838;
	font-size: 1.4rem;
	padding: 1em 0;
}
.firstcontainer .container-widget-search {
	max-width: 1170px;
	margin: auto;
	padding: 0 1rem 0 0;
	text-align: right;
}
.widget-search-header {
	margin: 0 0 0 auto;
	max-width: 100%;
	position: relative;
	width: 18em;
}
 .widget-search-header ::-webkit-input-placeholder {
 color: #999;
 font-style: italic;
}
.widget-search-header ::-moz-placeholder {
 color: #999;
 font-style: italic;
}
.widget-search-header :-ms-input-placeholder {
 color: #999;
 font-style: italic;
}
.widget-search-header :-moz-placeholder {
 color: #999;
 font-style: italic;
}
.innercontainer {
	float: left;
}
.content-wrapper {
	min-height: 800px;
}
.header-inner {
	align-items: flex-end;
	display: flex;
	flex-flow: row wrap;
	min-height: 60px;
	position: relative;
}
.logo {
	overflow: auto;
	display: block;
	padding: 0.5rem 0;
}
.logo img {
	float: left;
	max-width: 100%;
	min-height: 32px;
}
.nav {
	flex: 1 1 0;
	margin: 0;
	padding: 0 0 0 100px;
	z-index: 999;
	align-self: flex-end;
}
h1 {
	color: #383838;
	font-family: "Montserrat", sans-serif;
	font-size: 5.4rem;
	font-weight: normal;
	line-height: 6.9rem;
	margin: 0 0 2.3rem;
}
h1.innerTitle {
	font-family: "Montserrat", sans-serif;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 2.3rem;
	padding-top: 2rem;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	color: #383838;
	font-family: "Montserrat", sans-serif;
	font-size: 2.6rem;
	line-height: 4.6rem;
}
h4 {
	color: #383838;
	font-family: "Montserrat", sans-serif;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 2.3rem;
	margin: 1rem 0;
}
#hqpagelet h1 {
	visibility: hidden;
	line-height: 1px;
	padding: 0;
	margin: 0;
}

/** layout elements */
.content-wrapper {
	min-height: 480px;
}
.content-wrapper ul {
	margin-left: 2rem;
}
.content-wrapper ul li {
	padding: 0 0 0.5rem 0.5rem;
}
.columns {
	overflow: auto;
	position: relative;
}
.column {
	float: left;
}
.rcolumn {
	float: right;
}
.columns-2 .column {
	flex-basis: calc(50% - 10px);
	-ms-flex-preferred-size: calc(50% - 10px);
	-webkit-flex-basis: -webkit-calc(50% - 10px);
	-webkit-flex-basis: calc(50% - 10px);
	-moz-flex-basis: calc(50% - 10px);
	flex-basis: calc(50% - 10px);
}
.columns-3 .column {
	flex-basis: calc(33.333% - 10px);
	-ms-flex-preferred-size: calc(33.333% - 10px);
	-webkit-flex-basis: -webkit-calc(33.333% - 10px);
	-webkit-flex-basis: calc(33.333% - 10px);
	-moz-flex-basis: calc(33.333% - 10px);
	flex-basis: calc(33.333% - 10px);
}
.column-title {
	background-color: #0054a6;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	padding: 1rem;
	font-size: 1.8rem;
	display: block;
	position: relative;
}
.column-title a {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	display: block;
	text-decoration: none;
	text-align: center;
}
.column-title a.form-expand-close {
	position: absolute;
	font-weight: normal;
	color: #d5f0f6;
	font-family: sans-serif;
	padding: 1rem;
	right: 0;
	top: 0;
	display: inline-block;
	display: none;
}
.flex-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-static {
	flex: 0 1 0;
}
.flex-resize {
	flex: 1 1 auto;
}
.alpha {
	width: 795px;
}
.alpha.alpha-first-last {
	margin: auto;
	width: 100%;
}
.beta {
	width: 375px;
}
.beta-max {
	background-color: #d5f0f6;
}
.beta-maxd {
	background-color: #d5f0f6;
	margin-top: 3.5rem;
}
.gray-column {
	background-color: #f2f2f2;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
.gamma {
	width: 275px;
	overflow: hidden;
}
.delta {
	width: 520px;
}
.theta {
	width: 895px;
}
.columns .alpha, .columns .beta, .columns .gamma, .columns .delta, .columns .theta {
	float: left;
}
.placement, .padding {
	padding: 1rem;
}
.vplacement {
	padding: 2rem 0;
}
.hplacement {
	padding: 0 1rem;
}
.lplacement {
	padding: 2rem;
	padding-right: 1rem;
}
.rplacement {
	padding: 2rem;
	padding-left: 1rem;
}
.cplacement {
	padding: 2rem 1rem;
}
.dplacement {
	padding: 3.5rem 2rem 5.5rem 0;
}
.eplacement {
	padding: 0rem 0;
}
.vspread {
	height: 100%;
	min-height: 800px;
}
.hspread {
	width: 100%
}
.shade-box, .grey-box {
	background-color: #f2f2f2;
}
.shade-box-search {
	/*background-color: #f2f2f2;*/
	border-radius: 5px;
}
.clr {
	overflow: auto;
	clear: both;
	height: 2rem;
}
.sep {
	overflow: auto;
	clear: both;
	height: 1rem;
}
.shadow-box {
	box-shadow: 0 0 5px #666;
}
/* ==========================================================================
	 Buttons
	 ========================================================================== */
.button {
	background-color: #00aeef;
	border: 0 none;
	border-radius: 3px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	line-height: 3.6rem;
	margin: 1rem 0;
	min-width: 200px;
	padding: 1rem 0 1rem 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.search-button {
	background-color: #00aeef;
}
.button_small {
	background-color: #00aeef;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 2.6rem;
	margin: 0.5rem 0;
	padding: 0.8rem 1.5rem;
	text-transform: uppercase;
	cursor: pointer;
}
.button:hover, .button_small:hover {
	text-decoration: none;
	box-shadow: 4px 4px 8px #666;
}
.button-icon {
	line-height: 1.4;
	min-width: 0;
	padding: 0.5em -webkit-calc(1.75em + 18px);
	padding: 0.5em calc(1.75em + 18px);
	position: relative;
}
.button-icon-left {
	padding: 0.5em 1.75em 0.5em calc(1.75em + 18px);
}
.button-icon-right {
	padding: 0.5em calc(1.75em + 18px) 0.5em 1.75em;
}
.button-icon [class^="amp-icon-"], .button-icon [class*=" amp-icon-"] {
	font-size: 18px;
	position: absolute;
	height: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.button-icon-left [class^="amp-icon-"], .button-icon-left [class*=" amp-icon-"] {
	left: 0.75em;
}
.button-icon-right [class^="amp-icon-"], .button-icon-right [class*=" amp-icon-"] {
	right: 0.75em;
}
.content img {
	height: auto;
	max-width: 100%;
}
.forms {
	margin: auto;
	width: 600px;
}
.widget {
	background-color: #999;
	padding: 1rem;
	background-image: url(../images/widgets.png);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 48px;
}
.page-wrap .widget {
	background-color: transparent;
	background-image: none;
	padding: 0;
}
/***************** Page elements ******************/
.hijack {
	background-color: #fffb91;
	padding: 2px 10px 2px 35px;
	background-image: url(../images/icon_warning.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.page-closed {
	padding-top:100px;
}
.page-close-msg {
	width:400px;
	margin:auto;	
	text-align:center;
	background-color:#eee;
	padding:1rem;
	border-radius:5px;
}
.banner {
	position: relative;
}
.banner-mobile {
	display: none;
}
.banner, .banner .banner-image {
	width: 1170px;
	height: 320px;
	background-color: #f2f2f2;
}
.page-image {
	position: absolute;
	overflow: auto;
	left: 20px;
	bottom: 20px;
	border: #fff solid 2px;
	border-radius: 5px;
}
.content .page-image img {
	width: 100%;
	max-width: 150px;
	float: left;
}
.fundraiser-name {
	position: absolute;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	left: 190px;
	bottom: 150px;
	text-shadow: 1px 1px 5px #333;
}
.fundraiser-name.locked {
	background-color: transparent;
	border: 0;
	cursor: default;
}
.fundraiser-video iframe {
	width: 100%;
	height: 280px;
}
.group-video iframe {
	width: 245px;
	height: 140px;
}
/*
.social-bar {
	overflow: auto;
	position: absolute;
	left: 190px;
	bottom: 20px;
}*/
.banner .social-bar {
	overflow: auto;
	display: inline-block;
}
.banner .social-bar {
	overflow: auto;
	position: absolute;
	left: 190px;
	bottom: 15px;
}
.page-info {
	background-color: #f2f2f2;
}
.page-name {
	font-size: 3rem;
	font-weight: normal;
	color: #383838;
}
.page-thermometer {
	background-color: #fff;
	border-radius: 5px;
	padding: 5px 10px 0 10px;
}
.gamma .button, .hq-left .button {
	padding: 0.5rem 0;
	width: 100%;
	margin: 0;
}
.gamma h4, .page-attendees-header {
	color: #0054a6;
	border: #f2f2f2 solid 1px;
	border-width: 1px 0;
	padding: 1rem 0;
}
.container-widget-group-roster {
	padding: 2rem;
}
.group-member-count {
	text-align: center;
	padding-bottom: 1rem;
}
.group-member-count div {
	background-image: url(../images/group-members.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #0054a6;
	display: inline-block;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 1rem;
	padding-left: 30px;
	text-transform: uppercase;
}
.profile-image {
	width: 150px;
	border: #fff solid 2px;
	border-radius: 5px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.content .profile-image img {
	width: 100%;
	max-width: 150px;
	float: left;
}
.profile-image a {
	cursor: pointer;
	background-image: url(../images/camera.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25%;
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 30px;
	display: none;
}
.profile-image:hover a {
	display: block;
}
.page-raised {
	display: none;
}
.story-toggle {
	display: none;
	padding: 0 1rem;
}
.center-box {
	text-align: center;
}
.center-box-border {
	border: 1px solid #d5f0f6;
}
.data-row {
	border-bottom: #e9eaed solid 1px;
	padding: 1rem 0 1rem 1rem;
	overflow: auto;
}
.data-row .key {
	color: #999;
	text-transform: uppercase;
	font-size: 90%;
	width: 35%;
	float: left;
	font-weight: bold;
}
.data-row .value {
	width: 55%;
	float: left;
}
.video-edit {
	min-height: 24px;
	padding: 10px; /*line-height: 3rem;*/
}
#video_library {
	padding: 0.5rem 0;
	background-color: #f2f2f2;
	overflow: auto;
}
#video_library a {
	display: inline-block;
	float: left;
	margin: 0 0.5rem;
	position: relative;
}
.selected-video {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	background-image: url(../images/check-circle.png);
}
.form-expand-close {
	display: none;
}
.selected-pagebanner {
	width: 32px;
	height: 32px;
	left: 0px;
	position: absolute;
	bottom: 5px;
	display: block;
	background-image: url(../images/check-circle.png);
}
/**** Group Campaign Page ***********/
.container-campaign-group .group-member-count-company, .container-campaign-group .container-button-group-create, .container-widget-grouplist {
	display: none;
}
.container-widget-child-list {
	padding: 1rem;
}

.event-participants {
	
}

.event-participants div {
	background-color:#f2f2f2;
	padding:0.5rem 1rem;
	margin-bottom:1px;
}

/**** Donation Table ***********/
#donationTable {
	margin: 1rem 0;
}
#donationTable th {
	background-color: #0054a6;
	color: #fff;
	text-align: left;
	padding: 0.2rem 1.5rem;
	border: 2px solid #fff;
}
#donationTable td {
	text-align: left;
	padding: 0.2rem 1.5rem;
	border: 2px solid #fff;
}
#donationTable tr.odd td {
	background-color: #d5f0f6;
}
#donationTable tr.even td {
	background-color: #f2f2f2;
}
#donationTable td a.button_small, #donationTable td a.secondary_button_small {
	padding: 0.2rem;
	text-align: center;
	width: 95%;
	font-size: 1.1rem;
	margin: 0;
}
/** Donation search page ********/
.loader {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../images/amp-loader.gif);
	background-repeat: no-repeat;
}
.display-search .alpha > .dplacement > p:first-child {
	margin: 0 0 1em;
}
.donation-search {
	/*font-size: 1em;*/
	padding: 1em;
}
.donate-search-box-header {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.333em;
}
#donation_search_type {
	float: left;
	box-sizing: border-box;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1.3rem;
	padding: 0.7rem;
	color: #000;
	vertical-align: middle;
	padding-left: 12px;
	width: 100%;
	margin: unset;
	-webkit-appearance: none;
	background: transparent;
	overflow: hidden;
	border: none;
	-moz-appearance: none;
}
#donation_search_type:focus {
	outline: none;
}
.search_drop_list {
	overflow: hidden;
	background: no-repeat #ffffff;
	border-radius: 5px;
	background-image: url(../images/sort-sortable.png);
	background-position: -webkit-calc(100% - 0.25em) 50%;
	background-position: calc(100% - 0.25em) 50%;
	margin: 0 0 1em;
}
.search_term_submit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#donation_search {
	border: #00aeef solid 1px;
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1.3rem;
	padding: 0.7rem;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.donate-search-btns {
	background-color: #999;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 36px;
	cursor: pointer;
}
.donate-search-selet {
	background-color: #00aeef;
}
#donate-filter {
	background-image: url(../images/big-filter.png);
}
#donate-view-list {
	background-image: url(../images/big-list.png);
	border-radius: 5px 0 0 5px;
	margin-right: 1px
}
#donate-view-grid {
	background-image: url(../images/big-grid.png);
	border-radius: 0 5px 5px 0;
}
#donation_search:focus {
	outline: none;
}
#donation_submit {
	border-radius: 0 5px 5px 0;
	outline: none;
	cursor: pointer;
	display: inline-block;
	padding: 0.82rem;
	text-align: center;
	width: 2.5em;
	background-image: url(../images/big-search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00aeef;
	border: #00aeef solid 1px;
}
#donation_search_link {
	float: left;
	border: 1px solid #00aeef;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1.6rem;
	padding: 0.5rem;
	vertical-align: middle;
	width: 75%;
}
.donation-search-link {
	padding: 1.5rem;
	overflow: auto;
	width: 65%;
	border-radius: 5px;
	background-color: #f2f2f2;
	color: #fff;
	margin: auto;
}

@media screen and (max-width: 400px) {
	.donate-search-inputs {
		-webkit-flex-wrap: wrap;
		 -ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.search_term_submit {
		min-width: 100%;
	}

	.donate-search-btns {
		margin-top: 1rem !important;
		padding-top: 36px;
	}
}

/************** New Serch result css ***********/
.search_result_container {
	perspective: 1300px;
	perspective-origin: 50% 650.5px;
	overflow: visible;

}
.donate-result-block {
	box-sizing: border-box;
	padding: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.donate-result-block.hightlight {
	background-color: #f2f2f2;
}
.donate-result-top, .donate-result-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.donate-result-top {
    -webkit-box-flex:1;
     -webkit-flex:1 1 auto;
     -ms-flex:1 1 auto;
     flex:1 1 auto;
}

.donation_search_result:not(.donate-result-grid) .donate-result-top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.donation_search_result:not(.donate-result-grid) .donate-result-bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	min-width: 33%;
}

.donate-result-img {
	min-width: 80px;
	width: 80px;
}
.donate-result-img img {
	max-width: 80px;
	border-radius: 5px;
}
.donate-result-info {
	margin: 0 1rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
}

.donate-result-info a {
	overflow-wrap: break-word;
	word-break: break-word;
}

.donate-result-page {
	padding-bottom:0.5rem;
}
.donate-result-page a{
	font-weight: bold;
	font-size: 1.8rem;
}
/**
.donate-result-grid-name {
	display: none;
	padding: 0 0 0.5rem 0;
}
.donate-result-grid-name img {
	width: 80px;
	margin-right: 1rem;
	border-radius: 5px;
}*/
.donate-result-desc {
	color: #666;
	line-height: 2rem;
	font-size: 1.3rem;
}
.donate-result-group {
	color: #666;
	font-size: 1.3rem;
	display: none;
	line-height: 1.25;
	margin: 0.5rem 0 1rem;
}
.donate-result-imt {
	align-self: center;
	margin:0 1.5rem 0 1rem;
	width:25%;
	font-weight:bold;l
}
.donate-result-btn {
	align-self: center;
	padding:0 0.5rem;
}
.donate-result-therm {
	padding-right: 1rem;
	box-sizing: border-box;
	align-self: center;
	flex:1 1 auto;
}
.donate-result-raised {
	text-transform:uppercase;
	font-size:1.4rem;
}
/*
.donate-result-raised strong {
	font-size: 1.6rem;
}*/
.donate-result-canvas {
	border: #ccc solid 1px;
	border-radius: 20px;
	box-sizing: border-box;
	width: 100%;
	overflow:hidden;
	height: 20px;
	background-color: #fff;
}
.donate-result-canvas div {
	background-color: #00aeef;
	height: 18px;
	border-radius: 20px;
	width: 0%;
	transition: all 0.5s linear;
}
.donate-result-grid {
	overflow: auto;
}

.donate-result-grid .search_result_container {
	margin-right: -20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
 @-webkit-keyframes flip {
 0% {
}
 98% {
 -webkit-transform: rotateX(0deg);
 opacity: 1;
}
 99% {
 -webkit-transform: translateX(1px);
 }
 100% {
 -webkit-transform: translateX(0);
 }
}
 @keyframes flip {
 0% {
}
 98% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}

 99% {
 -webkit-transform: translateX(1px);
transform: translateX(1px);
 }
 100% {
 -webkit-transform: translateX(-1px);
transform: translateX(-1px);
 }
}

.donate-result-grid .donate-result-block {
	border: 1px solid #ccc;
	display: block;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	animation-duration: 0.665151s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
	margin: 20px 19px 0 0;
	width: -webkit-calc(50% - 21px);
	width: calc(50% - 21px);
	min-width: 0;
	overflow: visible;
	left: 1px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.donate-result-grid .donate-result-top {
	flex:1 1 auto;
}
.donate-result-grid .donate-result-imt {
display:none;

}

.donate-result-grid .donate-result-group {
display:block;
}

/*
.donate-result-grid .donate-result-grid-name {
	display: flex;
}
.donate-result-grid .donate-result-page {
	display: none;
}*/
.donate-result-grid .donate-result-therm {
	padding: 0 1rem 0.5rem 0;
	text-align: left;
	padding-bottom: 1rem;
	flex:1 1 auto;
}

.donate-result-grid .donate-result-bottom {
	background-color: #f2f2f2;
	padding:1rem;
	border-radius:5px;
}
.donate-result-grid .donate-result-btn {
	padding:0.5rem;

}
.donate-result-grid .donate-result-btn a {
	width: 100%;
}
/*
.donate-result-grid .donate-result-info {
	margin: 0;
}*/
#donate_search_filters {
	color: #000;
	padding: 2rem;
	padding-bottom: 1rem;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	border: #00aeef solid 1px;
}
/*
#donate_search_filters:after {
	content: '⯅';
	color: #00aeef;
	position: absolute;
	top: -16px;
	right: 92px;
	font-size: 26px;
}*/
#donate_search_filters a {
	position: absolute;
	display: block;
	padding: 2px 10px;
	top: 0;
	right: 0;
	cursor: pointer;
}
#donate_search_filter_display {
	padding: 5px 0;
}
#donate_search_filter_display a {
	border: #ccc solid 1px;
	padding: 2px 20px 2px 40px;
	border-radius: 3px;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
}
#donate_search_filter_display a:hover {
	text-decoration: none;
	background-color: #ccc;
}
/**************New Serch result ends ***********/

.alpha-first-last .donation-search-link {
	box-sizing: border-box;
	width: 100%;
}
.search-block-container {
	margin-bottom: 1rem;
}
.donation_search_result {
	font-size: 2rem;

}
/* ==========================================================================
	 Donation search results
	 ========================================================================== */

.search-result-block {
	padding-left: 2rem;
	width: 80%;
	margin-bottom: 2rem;
	display: flex;
}

.container-search-result-count {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0.75em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin: 0 0 1em -10px;
	text-align: center;
}
.search_result_count {
	color: #666;
	font-style: italic;
	margin: 10px 0 0 10px;
	white-space: nowrap;
	font-size:1.5rem;
}
.container-search-result-count .button-clear {
	display: none;
	font-size: 1em;
	margin: 10px 0 0 10px;
	text-transform: none;
	width: auto;
}
.container-search-result-count.has-search-terms .button-clear {
	display: inline-block;
}
.search-name {
	color: inherit;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
}
/* ==========================================================================
	 Grid search results
	 ========================================================================== */

.search_result_container > .grid-list {
	list-style-type: none;
	margin: -10px 0 1em;
}
.grid-list-search > .grid-tile {
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	/*
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	*/
	margin: 20px 0 0;
	min-width: 100%;
	overflow: visible;
	padding: 1rem 1rem 1rem;
	position: relative;
	animation-duration: 0.665151s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}
/*
.grid-list-search > .grid-tile::after {
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	bottom: 0;
	content: "";
	display: block;
	height: -webkit-calc(100% + 2px);
	height: calc(100% + 2px);
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: -webkit-calc(100% + 2px);
	width: calc(100% + 2px);
}
*/

.container_participant_info_search {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.search-page-image {
	margin-right: 1em;
}
.search-page-image img {
	width: 80px;
}
.search-page-info-results {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 1px;
}
.search-page-name {
	color: #0054a6;
	font-weight: bold;
	line-height: 1.2;
}
.search-page-has-groups .search-page-name {
	margin: 0 0 0.5em;
}
.search-page-groups {
	margin: 0.5em 0 0;
}
.search-page-groups .container-search-level {
	margin: 0.5em 0 0;
}
.search-page-name + .container-search-level {
	margin-top: 0.5em;
}
.container-search-level {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	line-height: 1.2;
}
.search-page-info-results div:not(.search-page-name) .container-search-level > span:first-child, .display-search-list .container-search-level .search-level {
	color: #333;
	display: inline-block;
	font-style: italic;
	font-weight: normal;
	margin: 0 0.333em 0 0;
	padding: 0;
}
.search-page-info-results > .container-search-level:first-child {
	font-size: 1em;
	font-weight: bold;
}
.container_participant_info_search + .donate_display {
	margin: 1em 0 0;
}
.container_participant_info_search + .donate_display > .search-button {
	width: 100%;
}
/* ==========================================================================
	 List search results
	 ========================================================================== */
.ampGrid-head {
	background-color: #f2f2f2;
	font-weight: bold;
}
.ampGrid-head td {
	font-size: 0.777em !important;
}
.ampGrid-head .search-list-raised {
	display: none;
}
.ampGrid-head .discounts-button {
	display: none;
}
.ampGrid tr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -1em;
	padding: 1em;
}
.ampGrid tr:nth-child(even) {
	background-color: #f2f2f2;
}
.ampGrid td {
	display: block;
	margin: 0 0 0 1em;
}
.ampGrid .search-list-image {
	min-width: 80px;
	width: 80px;
}
.ampGrid .search-list-image img {
	width: 80px;
}
.ampGrid .search-list-name, .ampGrid .search-list-team {
	-ms-flex-preferred-size: calc(50% - 80px - 1em);
	-webkit-flex-basis: -webkit-calc(50% - 80px - 1em);
	-webkit-flex-basis: calc(50% - 80px - 1em);
	-moz-flex-basis: calc(50% - 80px - 1em);
	flex-basis: calc(50% - 80px - 1em);
	font-weight: bold;
}
.ampGrid .search-name {
	margin: 0.25em 0;
}
.ampGrid .search-list-team .search-name {
	margin: 0.5em 0 0;
}
.ampGrid .search-list-raised {
	-webkit-flex-basis: 100%;
	-moz-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 0.888em;
	margin: 0.5em 0 0 1em;
}
.ampGrid .therm_bar_search {
	width: 100%;
}
.ampGrid .search-list-button {
	-webkit-flex-basis: 100%;
	-moz-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin: 0.5em 0 0 1em;
	text-align: center;
}
.ampGrid .search-button {
	box-sizing: border-box;
	width: 100%;
}
.table-list-search.ampGrid .search-list-name {
	-ms-flex-preferred-size: calc(100% - 80px - 2em);
	-webkit-flex-basis: -webkit-calc(100% - 80px - 2em);
	-webkit-flex-basis: calc(100% - 80px - 2em);
	-moz-flex-basis: calc(100% - 80px - 2em);
	flex-basis: calc(100% - 80px - 2em);
}
.table-list-search .container-search-level {
	font-size: 1em;
}
.table-list-search .container-search-level .search-level, .table-list-search .container-search-level .search-name {
	font-size: 1.3rem;
	font-weight: normal;
}
.table-list-search .container-search-level .search-name {
	white-space: pre-line;
}
.ampGrid tr.ampGrid-head {
	display: none;
}
.ampGrid .search-list-team {
	display: none;
	margin: -0.5em 0 0;
}
.search-result-image {
	width: 75px;
	flex: 0 0 auto;
}
.search-result-image img {
	float: left;
	width: 60px;
}
.search-result-name a {
	color: #0054a6;
	font-size: 1.6rem;
	overflow: hidden;
	height: 2.3rem;
	font-weight: bold;
}
.search-result-title {
	line-height: 2.4rem;
	color: #006621;
}
.search-result-story {
	color: #666;
	line-height: 1.6rem;
	font-size: 1.3rem;
}
.search-result-raised {
	display: block;
	font-size: 1.3rem;
}
#tmp_buff_loader {
	width: 80%;
	text-align: center;
}
.search-page-block {
	display: flex;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	margin: 1rem 0;
	padding: 1rem 1rem 1rem;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	animation-duration: 0.665151s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
	width: 46%;
	min-height: 110px;
}
.search-hr, .search-level-br {
	background-color: #f2f2f2;
	height: initial;
	margin: 0.416em 0;
}
.search-page-info-name {
	font-family: "Montserrat", sans-serif;
	color: #0054a6;
	font-size: 1.5rem;
	line-height: 1.8rem;
	width: 100%;
	height: 3rem;
}
.search-link {
	color: #0054a6;
	font-size: 1.6rem;
	text-decoration: underline;
	font-family: "Montserrat", sans-serif;
}
.privacy-statement {
    padding: 2rem 4rem;
}

.privacy-statement p {
    padding: 1rem 0;
}

.privacy-statement h3 {
    font-size: 2.1rem;
    padding-top: 1rem;
    color: #666;
}
/* --------- Campaign HQ page ---------*/
.hq {
}
.hq-main-inner {
	padding: 10px;
	position: relative;
}
.hq-block-title {
	font-weight: normal;
	margin: 0 0 0.75em;
}
.hq-left {
	width: 274px;
	min-height: 800px;
	float: left;
}
.hq-left > .placement {
	padding: 0;
}
.hq-right {
	width: 895px;
	float: left;
}
.hq-tabs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background-color: #fff;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 -10px;
	padding: 1rem 2rem 0;
	position: relative
}
.hq-tabs::after {
	background-color: #f2f2f2;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.hq-tabs a {
	box-sizing: border-box;
	background-color: #ccc;
	border-radius: 5px 5px 0 0;
	color: #333;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 0 0 5px;
	padding: 10px 5px 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 10;
}
.hq-tabs a.active {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-bottom: 0;
	color: #0054a6;
}
.hq-tab-text {
	display: none;
}
.hq-tabs [class^="amp-icon-"], .hq-tabs [class*=" amp-icon-"] {
	font-size: 36px;
}
.hq-user-desktop {
	display: none;
}
.hq-user-mobile .hq-page-block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background-color: transparent;
	margin-top: 2rem;
	padding: 0;
}
.hq-user-mobile .profile-image {
	max-width: 80px;
}
.hq-user-mobile .hq-flex-float {
	margin: 0 0 0 0.5em;
}
.hq-body {
}
.hq-inner-row {
	padding:5px;
	border-bottom:#dfdfdf solid 1px;	
}
.hq-inner-row .small-cell {
	text-align:left;
	padding-right:1rem;
	width:100px;
}
.hq-inner-row .large-cell {
	padding-left:1rem;
}
.hq-main {
	width: 620px;
	min-height: 200px;
}

.hq-sub {
	display: none;
	width: 275px;
}
.hq-sub-inner {
	padding: 2rem;
}
#hq_task a {
	background-color: #f2f2f2;
	border: #a4a4a4 solid 1px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	margin: 0.5rem 0;
	text-align: left;
	white-space: normal;
	display: block;
	color: #383838;
	padding: 0.5rem 1rem;
	padding-left: 40px;
	background-image: url(../images/task_list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
#hq_task a.completed {
	background-image: url(../images/icon_tick.png);
	background-position: 5px center;
}
.hq-inner-left {
	padding-right: 0.5rem;
}
.hq-inner-center {
	padding: 0 0.5rem;
}
.hq-inner-right {
	padding-left: 0.5rem;
}
.columns-hq {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 -10px;
	text-align: center;
}
.columns-hq .column {
	border: #d5f0f6 solid 1px;
	box-sizing: border-box;
	margin: 0 0 0 10px;
}
.columns-hq .hq-inner-left, .columns-hq .hq-inner-center, .columns-hq .hq-inner-right {
	padding: 0;
}
.columns-hq .hq-box {
	border: 0;
}
.hq-box-header {
	background-color: #d5f0f6;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	color: #0054a6;
	font-size: 1.6rem;
}
.hq-side-box {
	padding: 0.4rem 1rem;
	color: #666;
	overflow: auto;
	border-bottom: #d5f0f6 solid 1px;
}
.hq-side-box:last-child {
	border: none;
}
.hq-side-box span {
	color: #000;
	float: right;
	width: 30%;
	font-size: 1.6rem;
}
.hq-donors {
	margin: 1em 0;
}
.hq-dashboard-block ~ .hq-donors {
	display: none;
}
.donation_receipt_header {
	background-color: #d5f0f6;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	color: #000;
	font-size: 1.6rem;
	font-family: "Montserrat", sans-serif;
}
.donation_receipt_header {
	text-transform: uppercase;
	background-color: transparent;
	border-bottom: #0054a6 solid 1px;
}
/*
.donate-search-box-sideheader {
	padding: 0.5rem 0.5rem 1.5rem 1rem;
	color: #117AC2;
	font-family: "Montserrat", sans-serif;
}*/
.hq-box-header-bold {
	background-color: #0054a6;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	color: #fff;
	font-size: 1.6rem;
	font-family: "Montserrat", sans-serif;
	border-radius: 5px 5px 0 0;
}
.hq-box {
	border: #d5f0f6 solid 1px;
	padding: 1rem;
	text-align: center;
}
.hq-box2 {
	border: #d5f0f6 solid 1px;
}
.hq-widget-body {
	padding: 5px;
}
.hq-widget-row {
	padding: 1rem 0.5rem;
	border-bottom: #d5f0f6 solid 1px;
}
.hq-widget-row:last-of-type {
	border-bottom: none;
}
.hq-widget-tasks {
	display: none;
}
.hq-task-row {
	border-bottom: #d5f0f6 solid 1px;
	position: relative;
}
.hq-task-row span {
	position: absolute;
	right: 2px;
	top: 2px;
	padding: 0 4px;
	cursor: pointer;/*display:none;*/
}
.hq-task-row:hover span {
	display: block;
}
.hq-task-row a {
	display: block;
	padding: 5px;
	padding-left: 15px;
	color: #333;
	font-size: 90%;
}
.hq-task-row a:hover {
	background-color: #d5f0f6;
	text-decoration: none;
}
.hq-task-row:last-of-type {
	border-bottom: none;
}
.hq-task-image {
	padding-right: 5px;
	overflow: auto;
}
.hq-task-image img {
	width: 36px;
	float: left;
}
.hq-task-msg {
	font-size: 90%;
}
.hq-bar {
	background-color: #d5f0f6;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	color: #0054a6;
	font-size: 1.6rem;
	font-family: "Montserrat", sans-serif;
}
.hq-bar select {
	width: 75%;
	float: left;
	/*background-color: #f8f8f8;*/
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1.4rem;
	padding: 2px;
	vertical-align: middle;
	box-sizing: border-box;
	background-image: url(../images/black_arrow_down.png);
	background-position: 99% center;
	background-repeat: no-repeat;
}
.hq-bar .column {
	line-height: 4rem;
}
.hq-title, .hq-title-bold {
	color: #0054a6;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: #d5f0f6 solid 1px;
	font-size: 1.8rem;
	font-family: "Montserrat", sans-serif;
}
.hq-title-bold {
	border-color: #0054a6;
}
.hq-icon-chat {
	padding-left: 40px;
	background-image: url(../images/chatter.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#hq_task a:hover {
	text-decoration: none;
}
.hq-button, .hq-button-disable, .hq-button-active {
	display: block;
	text-align: center;
	background-color: #29be71;
	color: #fff;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 2.6rem;
	margin: 0.5rem 0;
	padding: 0.8rem 1.5rem;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}
.hq-button:hover, .hq-button-disable:hover, .hq-button-active:hover {
	text-decoration: none;
}
.hq-button-active {
	background-color: #00aeef;
}
.hq-button-mini, .hq-button-mini-active, .hq-button-mini-disable {
	display: block;
	text-align: center;
	background-color: #29be71;
	color: #fff;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4rem;
	margin: 0.5rem 0;
	padding: 0.8rem 1.5rem;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}
.hq-button-mini-add-donations {
	font-size: 1em;
	margin: 0 0 1.5em;
	padding: 1em;
}
.hq-button-mini-add-donations-mobile {
	margin: 1em 0;
}
.hq-bar .hq-button-mini {
	display: inline-block;
}
.hq-button-mini-active {
	background-color: #0054a6;
}
.hq-button-mini-disable, .hq-button-disable {
	background-color: #999;
}
.hq-button:hover, .hq-button-active:hover, .hq-button-mini:hover, .hq-button-mini-active:hover, .hq-button-mini-disable:hover {
	text-decoration: none;
	box-shadow: 4px 4px 8px #666;
}
.hq-large {
	color: #0054a6;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 4rem;
	font-family: "Montserrat", sans-serif;
}
.hq-big, .hq-label {
	font-size: 2.5rem;
	line-height: 3.6rem;
	font-family: "Montserrat", sans-serif;
	color: #0054a6;
	font-weight: bold;
}
.hq-big {
	line-height: 4rem;
}
.hq-link {
	color: #29be71;
	text-decoration: underline;
	font-family: "Montserrat", sans-serif;
}
.hq-link-fixed {
	color: #29be71;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 40px;
	background-image: url(../images/fixed-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	line-height: 30px;
}
.hq-link-disabled {
	color: #666;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	text-decoration: underline;
}
.hq-label {
	font-size: 2.4rem;
	background-color: #d5f0f6;
	padding: 1rem 2rem;
}
.hq-label span {
	/*font-size: 1.4rem;*/

	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 1rem;
	vertical-align: top;
}
.hq-label a {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
.hq-flex {
	display: flex;
}
.hq-flex-fix {
	flex: 0 0 auto;
}
.hq-flex-float {
	flex: 1 1 auto;
}
.hq-page-block {
	display: flex;
	background-color: #d5f0f6;
	border-radius: 5px;
	margin: 1rem 0 0;
	padding: 1rem;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.hq-dashboard-block, .hq-group-block {
	background-color: #f2f2f2;
}
.hq-page-disabled {
	background-color: transparent;
	border: #f2f2f2 solid 1px;
}
.hq-page-image {
	box-sizing: border-box;
	height: 60px;
	margin: 0 0 2px;
	overflow: hidden;
	position: relative;
	width: 60px;
	;
}
.hq-page-image .image-thumb {
	display: block;
	height: auto;
	width: 100%;
}
.hq-page-info, .search-page-info {
	flex: 1 1 0;
	padding-left: 2rem;
}
.hq-page-info {
	position: relative;
}
.hq-page-info-icon {
	min-width: 25px;
	position: absolute;
	top: 0.25em;
	right: 0;
	display:flex;
}
.hq-page-info-icon [class^="amp-icon-"], .hq-page-info-icon [class*=" amp-icon-"] {
	color: #0054a6;
	font-size: 24px;
}
.hq-page-info-name {
	color: #0054a6;
	font-family: "Montserrat", sans-serif;
	font-size: 1.25em;
	line-height: 1.2;
	margin: 0.111em 0 0em;
	padding-right: 1em;
}
.hq-page-disabled .hq-page-info-name a {
	color: #666;
}
.hq-page-info-cmp {
	color: #0054a6;
	margin: 0 0 0.5em;
}
.hq-page-disabled .hq-page-info-cmp {
	color: #666;
}
.hq-page-info-progress {
	color: #0054a6;
	font-size: 1.4rem;
}
.hq-page-info-progress a {
	text-decoration: underline;
}
.hq-block-raised, .hq-block-goal, .hq-block-members {
	display: none;
}
.hq-page-block .columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	overflow: visible;
}
.hq-page-info-icon {
	min-width: 25px;
}
.hq-page-info-icon img {
	width: 25px;
}
.hq-page-actions {
	align-self: center;
	flex: 0 0 auto;
	text-align: right;
}
.hq-page-alert {
	width: 100%;
	overflow: auto;
}
.hq-donor {
	padding: 1rem 0.5rem 0.5rem 1rem;
	border-bottom: #d5f0f6 solid 1px;
}
.hq-donor > .inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.hq-donor:last-of-type {
	border-bottom: none;
}
.hq-donor-name {
	color: #999;
	/*font-family: "Montserrat", sans-serif;*/
	font-weight: bold;
}
.hq-donor-page {
	font-family: "Montserrat", sans-serif;
	color: #0054a6;
	font-size: 1.3rem;
}
.hq-donor-thank {
	flex: 1 1 auto;
}
.hq-donor-thanked {
	color: #0054a6;
	text-transform: uppercase;
	line-height: 1.6rem;
	font-size: 1.3rem;
	font-family: "Montserrat", sans-serif;
}
.hq-page-closed {
	color: #666;
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	line-height: 2.6rem;
}
.hq-page-donor {
	background-color: #f2f2f2;
	padding: 1rem;
	margin: 0.5rem 0;
}
.hq-page-donor-active {
	background-color: #d5f0f6;
}
.hq-page-donor-expand {
	display: none
}
.hq-page-donor-active .hq-page-donor-expand {
	display: block
}
.hq-page-donor-block {
	display: flex;
}
.hq-page-donor-detail {
	flex: 1 1 auto;
	color: #383838;
	line-height: 2.2rem;
}
.hq-page-donor-edit {
	flex: 0 0 auto;
	align-self: center;
	padding-right: 1rem;
}
.hq-page-donor-thank {
	flex: 0 0 auto;
	align-self: center;
}
.hq-page-donor-date {
	font-size: 1.2rem;
	font-style: italic;
	line-height: 1.6rem;
}
.hq-page-donor-page {
	font-size: 90%;
	padding-bottom: 0.5rem;
}
.hq-vspace {
	padding-left: 1rem
}
.hq-donation-edit {
	padding-top: 1rem;
}
.hq-donation-edit input, .hq-donation-edit textarea {
	width: 90%;
}
.hq-donation-edit .hq-flex-fix {
	align-self: flex-end;
}
#offlinedonationform {
	border-radius: 5px;
}
.email_box_body textarea {
	min-height: 150px;
}
#hq_activity_type, #hq_activity_time, #hq_overall_time {
	width: 40%;
	display: inline-block;
	text-align: left;
	font-size: 1.3rem;
	color: #383838;
	font-weight: bold;
	background-image: url(../images/tiny-arrow-black.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	padding-left: 2px;
	position: relative;
}
.hq-activity-inner, .hq-overall-inner {
	background-color: #fff;
	top: 2.3rem;
	left: 0;
	position: absolute;
	border: 1px solid #a4a4a4;
	box-shadow: 1px 1px 3px #ccc;
	display: none;
	width: 100%;
}
#hq_activity_type:hover .hq-activity-inner, #hq_overall_time:hover .hq-overall-inner, #hq_activity_time:hover .hq-activity-inner {
	display: block;
}
.hq-activity-inner a, .hq-overall-inner a {
	padding: 0 1rem;
	display: block;
	font-weight: normal;
}
.hq-activity-inner a:hover, .hq-overall-inner a:hover {
	background-color: #d5f0f6;
	text-decoration: none;
}
.hq-activity-header div:first-child {
	margin-right: 8%;
}
.hq-activity-header > div:hover {
	background-color: #f2f2f2;
	text-decoration: none;
}
.action-buttons a {
	margin-right: 1rem;
}
.white-bg {
background-color:#fff;	
}
.cg-item {
	display: flex;
	border-bottom: #d5f0f6 solid 1px;
	padding: 10px 0;
}
.cg-header {
	display: flex;
	border-bottom: #0054a6 solid 1px;
	padding: 5px 0;
	margin-bottom: 5px;
	background-color: #d5f0f6;
}
.cg-header * {
	color: #0054a6;
	font-weight: bold;
}
.cg-num {
	width: 80px;
	text-align: right;
	padding: 2px 10px;
}
.cg-num span {
	color: #999;
	font-size: 85%;
	width: 80px;
	padding-right: 10px;
	display: none;
}
.cg-act {
	width: 30px;
	text-align: right;
	padding-left: 15px;
}
.cg-acbtn {
	display: flex;
	margin-left: 1rem;
}
.cg-name {
	color: #0054a6;
	font-weight: bold;
}
.cg-email a {
	font-size: 90%;
	color: #666;
}
.cg-desc {
	font-size: 85%;
	color: #666;
}
.cg-active {
	background-color: #d5f0f6;
	padding-left: 10px;
}
#contact_list_viewer {
	min-width: 200px;
	min-height: 25px;
	border: #a4a4a4 solid 1px;
	box-shadow: 0 0 10px #999;
	background-color: #fff;
	position: absolute;
	display: none;
}
#contact_list_viewer a, #contact_selector a {
	display: block;
	padding: 5px 10px 5px 35px;
	border-bottom: #f2f2f2 solid 1px;
	color: #333;
	cursor: pointer;
	background-image: url(../images/checkbox-unchecked.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#contact_selector a {
	display: flex;
}
#contact_selector a span:last-child {
	text-align: right;
}
#contact_selector a span {
	flex: 1 1 auto;
}
#contact_list_viewer a.active, #contact_selector a.active, .checkbox_active {
	background-image: url(../images/checkbox-checked.png);
}
.checkbox_active {
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 30px !important;
}
#contact_list_viewer a:hover, #contact_selector a:hover {
	text-decoration: none;
	background-color: #d5f0f6;
}
.action-buttons input {
	background-image: url(../images/hq-search.png);
	background-position: 100% center;
	background-repeat: no-repeat;
}
.contact_edit, .contact_delete, .contact_list, .contact_email, .contact_add, .list_edit, .list_delete {
	width: 30px;
	height: 30px;
	background-image: url(../images/hq-trash.png);
	display: block;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.contact_edit {
	background-image: url(../images/hq-edit.png);
}
.contact_list {
	background-image: url(../images/hq-list.png);
}
.contact_add {
	background-image: url(../images/hq-add.png);
}
.contact_email {
	background-image: url(../images/icon_mail.png);
}
.list_edit {
	background-image: url(../images/hq-edit.png);
}
.list_delete {
	background-image: url(../images/hq-trash.png);
}
.checklist a {
	display: block;
	padding: 10px 10px 10px 35px;
	border-bottom: #f2f2f2 solid 1px;
	cursor: pointer;
	background-image: url(../images/checkbox-unchecked.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.checklist a:hover {
	text-decoration: none;
	background-color: #d5f0f6;
}
.checklist a.active {
	background-image: url(../images/checkbox-checked.png);
}
.checklist a.busy {
	background-image: url(../images/ajax-load.gif);
}
.row-expand {
	border: #d5f0f6 solid 5px;
}
.row-expand-header {
	background-color: #f2f2f2;
	position: relative;
	text-align: right;
}
.row-expand-header a {
	display: inline-block;
	padding: 5px 10px;
	color: #f00;
	cursor: pointer;
}
.row-expand-header a:hover {
	text-decoration: none;
	background-color: #f00;
	color: #fff;
}

a.res-list {
	border: #ccc solid 1px;
	text-decoration: none;
	color: #333;
	display: inline-block;
	padding: 0.5rem;
	margin: 0 1rem 0.5rem 0;
	overflow: hidden;
	position: relative;
}
a.res-list:hover {
	background-color: #ecf6f8;
}

a.res-list span {
	background-color: #f8f8f8;
	border-left: #eee solid 1px;
	background-position: center;
	background-repeat: no-repeat;
	width: 3rem;
	min-width: 20px;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
}

#hq_email_wrapper {
	position: relative;
}
#contact_browser {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 25px;
	background-image: url(../images/browse.png);
	background-position: center;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	border: none;
	border-left: #CCC solid 1px;
}
#hq_auto_email {
	position: absolute;
	min-width: 200px;
	box-shadow: 0 5px 10px #999;
	border: none;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	border-bottom: none;
	z-index: 100;
	display: none;
}
#hq_auto_email a {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	display: block;
	cursor: pointer;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.contact-single {
	background-image: url(../images/single-person.png);
}
.contact-list {
	background-image: url(../images/contact-list-small.png);
}
.receipient {
	margin: 2px;
	cursor: pointer;
	background-position: 2px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
#hq_auto_email a:hover, #hq_auto_email a.active {
	background-color: #d5f0f6;
	color: #000;
}
/*
#stat_display {
	display: flex;
	padding-top: 1rem;
}
#stat_display > div {
	margin: 3px;
}
#stat_display > div:first {
 margin-left:0;
}
#stat_display > div:last {
 margin-right:0;
}
#stat_display .hq-box-header {
	font-size: 90%;
	text-align: center;
}
#stat_display .hq-box {
	font-size: 2.4rem;
}*/
#page_link_picker {
	overflow: auto;
	height: 200px;
}
#page_link_picker a {
	padding: 5px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
	cursor: pointer;
}
#page_link_picker a:hover {
	text-decoration: none;
	background-color: #d5f0f6;
}
#page_link_picker a img {
	width: 60px;
	height: 60px;
}
#page_link_picker a span {
	padding: 10px;
	color: #0054a6;
	font-size: 1.6rem;
}
.emailerror {
	background-image: url(../images/icon_warning.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 25px !important;
}
.small-text {
	color: #666;
	font-size: 90%;
	padding: 5px 0;
}
#contact_pick {
	border: #fff solid 1px;
	font-size: 90%;
}
.clear {
	clear: both;
}
.mobile-view {
	display: none;
}
.pc-view {
}
/*************** Chat *******************/
.chat-img {
	height: 25px;
	width: 25px;
}
#chat-container {
	max-height: 400px;
	overflow-y: auto;
	margin-top: 1rem;
}
#chat-form-div {
	display: flex;
	padding: 1rem;
}
.chat-button {
	background-image: url(../images/chat-send.png);
	width: 62px;
	height: 56px;
	background-color: transparent;
	border: none;
	margin-left: 1rem;
	cursor: pointer;
}
.date_text {
	color: #333;
	font-weight: bold;
	margin: 5px 0 15px 0;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	text-align: center;
}
.date_text div {
	margin-bottom: -10px;
}
.date_text span {
	background-color: #fff;
	display: inline-block;
	padding: 0 10px;
}
.chat_block {
	padding: 5px;
	border: #fff solid 1px;
	border-radius: 5px;
	display: flex;
}
.chat_image img {
	width: 48px;
	height: 48px;
	border-radius: 5px;
	border: #f2f2f2 solid 1px;
}
.chat_body {
	flex: 1 1 0;
	padding-left: 1rem;
}
.chat_meta {
	position: relative
}
.chat_name {
	color: #0054a6;
	font-weight: bold;
	display: inline-block;
	padding-right: 2rem;
}
.chat_time {
	color: #999;
	font-size: 80%;
}
.chat_tools {
	position: absolute;
	right: 0;
	top: 0;
}
.chat_message {
	color: #333;
}
.chat_deleted {
	background-color: #f2f2f2;
	font-size: 80%;
	border-radius: 5px;
	color: #333;
	padding: 0 10px;
}
.chat_edited {
	font-size: 80%;
	color: #999;
}
.chat_edit, .chat_delete {
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	background-position: center;
	display: inline-block;
}
.chat_edit {
	background-image: url(../images/chat_edit.png);
	margin-right: 1rem;
}
.chat_delete {
	background-image: url(../images/chat_delete.png);
}
.chat_composer {
	display: flex;
	padding: 1rem;
}
.chat_input_wrap {
	position: relative;
	flex: 1 1 0;
}
.chat_input {
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px;
	min-height: 46px;
	-webkit-user-select: text;
}
.chat_input br.inline {
	display: none;
}
.chat_emoji {
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url(../images/emoji.png);
	background-repeat: no-repeat;
	background-position: center;
	bottom: 5px;
	right: 5px;
}
.emoji-container {
	position: absolute;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 100;
	border: #999 solid 1px;
	box-shadow: 1px 2px 8px #999;
}
.emoji-container-hidden {
	display: none;
}
.emoji_header {
	display: flex;
}
.emoji_header img {
	width: 48px;
	height: 29px;
	background-image: url(../images/emoji/IconsetSmiles.png);
	background-repeat: no-repeat;
	border: #fff solid 1px;
}
.emoji_cat0 {
	background-position: center -34px;
}
.emoji_cat1 {
	background-position: center -145px;
}
.emoji_cat2 {
	background-position: center -89px;
}
.emoji_cat3 {
	background-position: center -196px;
}
.emoji_cat4 {
	background-position: center -248px;
}
.emoji_cat0.active {
	background-position: center -5px;
}
.emoji_cat1.active {
	background-position: center -118px;
}
.emoji_cat2.active {
	background-position: center -61px;
}
.emoji_cat3.active {
	background-position: center -170px;
}
.emoji_cat4.active {
	background-position: center -222px;
}
.emoji_cat0.active, .emoji_cat1.active, .emoji_cat2.active, .emoji_cat3.active, .emoji_cat4.active {
	border: #d5f0f6 solid 1px;
	background-color: #d5f0f6;
}
.emojicat0 {
	background-image: url(../images/emoji/emoji_spritesheet_0.png);
	background-size: 675px 175px;
}
.emojicat1 {
	background-image: url(../images/emoji/emoji_spritesheet_1.png);
	background-size: 725px 100px;
}
.emojicat2 {
	background-image: url(../images/emoji/emoji_spritesheet_2.png);
	background-size: 825px 175px;
}
.emojicat3 {
	background-image: url(../images/emoji/emoji_spritesheet_3.png);
	background-size: 850px 75px;
}
.emojicat4 {
	background-image: url(../images/emoji/emoji_spritesheet_4.png);
	background-size: 850px 175px;
}
.emoji_body {
	padding: 5px;
	max-height: 150px;
	overflow: auto;
	border-top: #d5f0f6 solid 1px;
}
.emoji_body a {
	display: inline-block;
	padding: 5px;
}
.emoji_body a span, .emoji {
	width: 25px;
	height: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.info-grid {
	display: flex;
}
.label-text {
	flex: 0 0 auto;
	min-width: 25%;
	font-size: 1.4rem;
	text-transform: uppercase;
	line-height: 2.4rem;
	align-self: center;
	padding-top: 0.25rem;
	color: #999;
}
.value-text {
	flex: 1 1 auto;
	padding-left: 1rem;
	align-self: center;
}
.profile-header {
	background-color: #f2f2f2;
}
.dark-panel {
	background-color: #f2f2f2;
}
/*********  Campaign page editing ***************/
.page-banner-update, .page-image-update, .page_visibity_switch  {
	display: inline-block;
	position: absolute;
	background-image: url(../images/camera.png);
	height: 32px;
	min-width: 35px;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}
.page-banner-switch {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px;
	box-shadow: 0 0 4px #999;
}
.banner-switch-item {
	width: 80px;
	height: 80px;
	padding: 5px;
	cursor: pointer;
	position: relative;
}
.banner-switch-item img {
	width: 80px;
	height: 80px;
	border: #ccc solid 1px;
}
.page_visibity_switch {

	cursor:pointer;
	top:22px; 
	right:80px;

	background-position: 100% center;
}
.page-banner-add {
	display: inline-block;
	position: absolute;
	background-image: url(../images/add-image.png);
	height: 85px;
	min-width: 10px;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}
.page-banner-update span, .page-image-update span, .page-banner-add span, .page_visibity_switch span {
	display: inline-block;
	padding: 0.5rem;
	color: #fff;
	display: none;
}
.page-banner-add span {
	display: inline-block;
	padding: 0.5rem;
}
.page-banner-update span, .page-banner-add span, .page_visibity_switch span {
	padding-right: 40px;
}
.page-image-update span {
	padding-left: 40px;
}
.page-banner-update:hover, .page-image-update:hover, .page-banner-add:hover, .page_visibity_switch:hover {
	background-color: #000;
}
.page-banner-update:hover span, .page-image-update:hover span, .page-banner-add:hover span, .page_visibity_switch:hover span {
	display: inline-block;
}
.page-banner-update {
	right: 25px;
	top: 20px;
	background-position: 100% center;
}
.page-banner-add {
	right: -9px;
	top: 19px;
	background-position: 100% center;
}
.page-image-update {
	left: 25px;
	bottom: 30px;
	background-position: 2px center;
}
#page_goal, #recruitment_goal {
	display: inline-block;
	padding-right: 25px;
	min-width: 150px
}
.page-public {
background-image:url(../images/eye-white.png);	
}
.page-private {
	background-image:url(../images/eye-crossed-white.png);	
}
.dynamic {
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.inline-edit {
	border: #00aeef solid 1px;
	box-shadow: 0 0 5px #00aeef;
	background-color: #fff;
	background-image: none !important;
}
.inline-edit:hover {
	background-color: #fff;
}
#inline-confirm {
	position: absolute;
	z-index: 8000;
	background-color: #f2f2f2;
	border: #999 solid 1px;
	box-shadow: 0px 3px 6px #666;
	display: none;
}
#inline-confirm a {
	background-position: 5px center;
	display: inline-block;
	padding: 10px 10px 10px 30px;
	color: #333;
	background-repeat: no-repeat;
}
#inline-confirm a:hover {
	text-decoration: none;
	background-color: #00aeef;
	color: #fff;
}
.inline-commit {
	border-right: #999 solid 1px;
	background-image: url(../images/icon_tick.png);
}
.inline-cancel {
	background-image: url(../images/delete.png);
}
#sticky_header {
	display: none;
}
/**************** Donation Receipt Page ***********/

.donation_receipt {
}
#donation_receipt .donation_receipt_header {
	text-align: center;
}
.donation_receipt_body {
	border: #d5f0f6 solid 1px;
	padding: 1rem;
}
.donation_receipt_body .line {
	margin-bottom: 1rem;
	overflow: auto;
}
.donation_receipt_body .line .line-left {
	width: 30%;
	/*min-width: 150px;*/
	float: left;
	margin-right: 2rem;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.donation_receipt_body .line .line-right {
	/*width: 60%;*/
	float: left;
}

/************ diffrent widths *********/
.p100 {
	width: 100%;
}
.p66 {
	width: 66.6%;
}
.p50 {
	width: 50%;
}
.p33 {
	width: 33.3%;
}
.p40 {
	width:40%;	
}
.p25 {
	width: 25%;
}
.p20 {
	width: 20%;	
}
.hardrow {
	display: block;
}
.col3 {
	width: 29%
}
.col1 {
	width: 95%;
}
.col2 {
	width: 45%
}
/********** Error messages ************/
.form-errors {
	color: #fff;
	background-color: #f00;
	padding: 1rem;
}
.form-success {
	color: #fff;
	background-color: #29be71;
	padding: 1rem;
}
label.amperror {
	bottom: -1.5rem;
	color: #fff;
	right: 2rem;
	position: absolute;
	/*background-color:#fefce1;*/
	background-color: #f00;
	box-shadow: #999 1px 1px 2px;
	padding: 0 5px;
	z-index: 2000;
	border: #f00 solid 1px;
	font-size: 90%;
	border-radius: 0 0 5px 5px;
	white-space: nowrap;
}
span.amperror {
	color:#f00;
}
input.amperror, select.amperror, textarea.amperror {
	border-color: #f00 !important;
}


.registration-soldout {
	background-color: #f2f2f2;
	padding: 2rem;
	text-align: center;
	border-radius: 3px;
	width: 60%;
	margin: auto;
	margin-top: 100px;
}
.success_message {
	border: #00aa18 solid 1px;
	padding: 1rem;
	color: #00aa18;
	background-color: #e6f9e8;
	background-image: url(../images/icon_tick.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px
}
.error_message {
	border: #f00 solid 1px;
	padding: 1rem;
	color: #00aa18;
	background-color: #f7e5e5;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.gdpr {
	position:fixed;
	background-color:#fdffc8;
	color:#000;
	padding:0.5rem 1rem;
	display:flex;
	bottom:0;
	left:0;
	right:0;
	align-items:center;	
	box-shadow: 0 0 8px #999;	
}
.gdpr-message {
	flex:1 1  auto;
	padding-right:1rem;	
}
.gdpr-accept {
	position:0 0 auto;	
}
/********** HQ Menu **************/

.hq-menu-email #hqmenu {
	position: absolute;
	right: 2rem;
	top: 0.875rem;
}
.hq-left #hqmenu {
	display: none;
}
#hqmenu-inner {
	border-bottom: #ccc solid 1px;
}
.hqmenu-container {
	overflow: hidden;
}
#hqmenu a {
	background-color: #fff;
	padding: 1rem;
	display: block;
	border-bottom: #ccc solid 1px;
	border-top: #fff solid 1px;
	color: #999;
	position: relative;
	padding-left: 6rem;
	background-position: 85% center;
	background-repeat: no-repeat;
	background-image: url(../images/hq-menu-arrow.png);
	cursor: pointer;
}
#hqmenu a:hover {
	text-decoration: none;
	background-color: #d5f0f6;
}
#hqmenu a:last-child {
	border-bottom: none;
}
#hqmenu a.hqmenu-header {
	font-weight: bold;
	background-color: #d5f0f6;
	padding-left: 2rem;
	color: #0054a6;
	background-image: url(../images/hq-menu-arrow-closed.png);
	background-position: 95% center;
	text-transform: uppercase;
	overflow: hidden;
	transition: all 1s;
}
#hqmenu a.hqmenu-header-active {
	background-image: url(../images/hq-menu-arrow-open.png);
}
#hqmenu a.hqmenu-active {
	color: #0054a6;
}
#hqmenu a span {
	position: absolute;
	background-color: #0054a6;
	color: #fff;
	left: 1rem;
	border-radius: 50px;
	padding: 2px 8px;
	font-size: 1.5rem;
	line-height: 2rem;
}
#hqmenu a.hqmenu-lead {
	background-color: transparent;
	background-image: none;
	border: 0;
	color: #0054a6;
	font-size: 26px;
	padding: 0;
	text-decoration: none;
}
#hqmenu.hqmenu-max {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	overflow: auto;
	z-index: 1002;
}
#hqmenu.hqmenu-max a.hqmenu-lead {
	padding: 1rem;
	text-align: right;
}
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 12rem;
	background-color: #29be71;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	left: 100%;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
	margin-left: 1rem;
}
.tooltip .tooltiptext::before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #29be71 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.hq-donations-filter {
	background-color: #d5f0f6;
	color: #0054a6;
	padding: 1rem 1rem 2rem;
}
#page_switch {
	font-weight: bold;
	background-color: #fff;
	padding: 0.25em;
	background-image: url(../images/page-arrow.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	text-transform: capitalize;
	overflow: hidden;
	transition: all 1s;
	cursor: pointer;
}
#ext-pages {
	border: #ccc solid 1px;
	border-bottom: none;
	display: none;
	overflow: hidden;
}
#ext-pages a {
	background-color: #fff;
	border-bottom: #ccc solid 1px;
	border-top: #fff solid 1px;
	color: #999;
	padding: 1rem;
	cursor: pointer;
	display: block;
}
#ext-pages a:hover {
	text-decoration: none;
	background-color: #d5f0f6;
}
/***************  Main Menu *********************/
.nav {
	margin: 0;
	padding: 0;
	padding-left: 100px;
	flex: 1 1 auto;
}
/* common */
.nav ul.navlist {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right; /*padding-left: 400px;*/
	background-color: #383838;
	list-style: outside none none;
}
.nav ul.navlist li {
	display: inline-block;
	transition: all 0.3s linear;
}
.nav ul.navlist li a {
	color: #fff;
	text-decoration: none;
	padding: 1rem;
	display: inline-block;
	white-space: nowrap;
	line-height: 3.6rem;
}
.nav ul.navlist li ul {
	position: absolute;
	display: none;
	z-index: 9000;
	box-shadow: 0 0 2px #666;
}
.nav ul.navlist li ul li {
	background-color: #fff;
	float: none;
}
.nav ul.navlist li.mini > a {
	line-height: 2rem;
}
.nav ul.navlist li.rich > a img {
	height: 25px;
	width: 25px;
	border: #fff solid 1px;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 10px;
}
.nav ul.navlist ul li.rich > a {
	padding: 0.5rem 1rem;
}
.nav ul.navlist li.rich > a {
	font-size: 90%;
	border-left: #a4a4a4 solid 1px;
}
li.rich > a > span > label {
	display: block;
	font-size: 80%;
	padding-left: 5rem;
}
#more_nav_link > a {
	font-size: 90%;
}
.nav ul.navlist li.profile-menu > a, #more_nav_link > a {
	background-image: url(../images/tiny-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 55%;
	padding-right: 20px;
}
.nav ul.navlist li.profile-menu:hover > a, #more_nav_link:hover > a {
	background-image: url(../images/tiny-arrow-black.png);
}
/** top level */
.nav > ul.navlist > li {
	position: relative;
}
/** 2nd level and above expansion */
.nav ul.navlist li:hover > ul {
	display: block;
	min-width: 100%;
	border-radius: 0 0 5px 5px;
}
.nav ul.navlist li ul li:last-child {
	border-radius: 0 0 5px 5px;
}
.nav ul.navlist li ul li ul {
	float: right;
}
.nav ul.navlist li ul li, .nav ul.navlist li ul li a {
	display: block;
}
.nav ul.navlist ul li.rich {
	border-bottom: #a4a4a4 solid 1px;
}
.nav ul.navlist ul li.rich > a img {
	height: 40px;
	width: 40px;
	border: none;
}
.nav ul.navlist ul li.subpage > a {
	padding-left: 25px;
	line-height: 2rem;
}
.nav ul.navlist ul li.individual > a {
	line-height: 2rem;
}
.nav ul.navlist ul li.subpage > a span, .nav ul.navlist ul li.individual > a span {
	display: inline-block;
}
.nav ul.navlist ul li.subpage > a span label, .nav ul.navlist ul li.individual > a span label {
	display: block;
	font-size: 90%;
	color: #666;
	padding-left: 0rem;
}
.nav ul.navlist ul li.subpage > a img, .nav ul.navlist ul li.individual > a img {
	vertical-align: top;
}
.nav ul.navlist li:hover {
	background-color: #fff;
}
.nav ul.navlist li:hover a {
	color: #383838;
}
.nav ul.navlist li ul li:hover {
	background-color: #f2f2f2;
}
#addhome, .addhome{
	display: none;
}
/********** floating menu styles **********/
#floating-panel {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 0;
	z-index: 101;
	min-height: 100vh;
}
#floating-menu ul.navlist {
	margin: 0;
	padding: 0;
	list-style: none; /*padding-left: 400px;*/
}
#floating-menu {
	position: relative;
	overflow: hidden;
}
#floating-menu ul {
	position: absolute;
	top: 0;
}
#floating-menu ul.navlist li {
	background-color: #f2f2f2;
}
#floating-menu ul.navlist li a, .floating-back {
	color: #333;
	text-decoration: none;
	padding: 1rem;
	display: block;
	white-space: nowrap;
	padding-right: 36px;
	border-bottom: #a4a4a4 solid 1px;
	font-size: 120%;
}
#floating-menu ul.navlist li.profile-menu, #floating-menu ul.navlist li.profile-menu:hover {
	background-color: #a4a4a4;
}
#floating-menu ul.navlist li.profile-menu > a {
	color: #fff;
	padding: 2px 36px 2px 1rem;
	font-weight: bold;
}
#floating-menu ul.navlist li a img {
	height: 40px;
	width: 40px;
	border: #fff solid 1px;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 10px;
}
#floating-menu ul.navlist li.subpage > a {
	padding-left: 25px;
}
#floating-menu ul.navlist li.profile-menu > a img {
	height: 25px;
	width: 25px;
	margin-right: 25px;
}
#floating-menu ul.navlist li {
	transition: all 0.3s;
}
#floating-menu ul.navlist li:hover {
	background-color: #f2f2f2;
}
#floating-menu ul.navlist li a.has_child {
	background-image: url(../images/nav_arrow_next.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
.floating-back {
	background-image: url(../images/nav_arrow_left.png);
	text-align: center;
	background-position: 1rem center;
	background-repeat: no-repeat;
	font-style: italic;
	background-color: #f2f2f2;
	display: none;
	cursor: pointer;
}
#floating-handle {
	position: fixed;
	width: 40px;
	height: 30px;
	margin-left: -50px;
	margin-top: 1rem;
	cursor: pointer;
}
#floating-handle.closed {
	position: absolute;
}
#floating-handle span {
	display: block;
	width: 40px;
	height: 30px;
	background-image: url(../images/nav_trigger.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}
#floating-handle:hover span {
	background-color: #666;
}
/*** Modal dialog ****************/
#simplemodal-container {
	background-color: #fff;
	box-shadow: #333 1px 1px 8px;
}
#simplemodal-overlay {
	background-color: #333;
}
#simplemodal-container a.modalCloseImg {
	display: none;
}
/********** in-page notification ****************/
#notifier {
	background-color: #fffb91;
	padding: 0.25rem 3rem;
	position: fixed;
	z-index: 999;
	box-shadow: #999 1px 1px 10px;
	top: 1rem;
	display: none;
}
.filter_expand {
	/*position: absolute;*/
	font-weight: bold;
	border: 0;
	background-image: url(../images/black_arrow_down.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 37%;
}
.footernav {
	margin: 1em auto;
}
.footernav ul.navlist {
	margin: 0;
	list-style: none;
}
.footernav ul.navlist li {
	display: inline-block;
	padding: 1rem;
}
.footernav ul.navlist li:first-child {
	padding-left: 0;
}
.footernav ul.navlist li a {
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.footernav ul.navlist li a:hover {
	border-bottom: 0;
}
.footernav ul.navlist li ul {
	position: relative;
}
.footernav ul.navlist li ul li {
	display: block;
	padding-left: 0;
	padding-bottom: 0;
}
.footernav ul.navlist li ul li a {
	font-weight: normal;
}
.footer .addthis_sharing_toolbox {
	margin: 1em auto 0;
    position: static;
    z-index: 0;
}
.right {
	float: right;
}
.lbd-name {
	font-size: 100% !important;
	overflow-wrap: break-word;
	word-break: break-word;
}
/******** Popup Dialog ***/
.simplemodal-container {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.popup-header {
	padding: 0.5rem 1rem;
	font-weight: bold;
	position: relative;
	cursor: move;
	background-color: #d5f0f6;
}
.simplemodal-wrap {
	overflow: hidden !important;
}
.popup-header a {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	font-weight: normal;
	display: block;
	padding: 0.5rem 2rem;
	z-index: 3000;
}
.popup-header a:hover {
	text-decoration: none;
	color: #f00;
}
/***** Fixes for addThis ***/
.at_flat_counter {
	display: inline !important
}
.centered {
	text-align: center;
}
.hidden-row {
	display: none;
}
.DonorRollWidget {
	overflow: hidden;
}
.honor_comment {
	position: relative;
	color: #000;
	background-color: #d5f0f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: .75em;
	font-size: .75em;
	font-family: "Open Sans", Arial, sans-serif;
	font-style: italic;
	float: left;
	margin-top: 1rem;
}
.honor_comment:before {
	content: "";
	margin-top: -15px;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #d5f0f6 transparent;
	display: block;
	width: 0;
}
.honor_comment.top {
	background-color: #f2f2f2;
	margin: 0 0 0 15px;
	position: relative;
	line-height: 1.2;
}
.honor_comment.top:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #f2f2f2;
	border-bottom: 10px solid transparent;
	content: "";
	display: block;
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.honor_comment_hq {
	color:#666;
display: block;
font-weight: normal;
font-size: 85%;
font-style: italic;
background-color:#f2f2f2;
padding: 1px 5px;
border-radius: 5px;	
}
.waiver-outer {
	max-height: 200px;
	overflow: auto;
	border: #999 solid 1px;
}
.waiver-inner {
	padding: 1rem;
	font-size: 90%;
	background-color: #fff;
	color: #666;
}
.panel-placeholder {
	text-align: center;
	padding: 2rem 0;
}
.flex-row, .flex-total {
	padding: 0.75rem 1rem;
	display: flex;
}
.flex-row-left {
	width: 65%;
	padding-left: 3rem;
}
.flex-row-center {
	width: 20%;
}
.flex-row-right {
	width: 10%;/*text-align: right;*/
}
.flex-total {
	font-size: 2rem;
	background-color: #d5f0f6;
	padding-top: 1.5rem;
	padding-left: 14rem;
}
.flex-total .flex-row-left {
	text-align: right;
}
.flex-total .flex-row-right {
	width: 15%;
}
.section_header {
	font-weight: bold;
	display: flex;
	font-size: 15px;
	color: #333;
}
.mini-button {
	height: 20px;
	width: 24px;
	background-image: url(../images/icon_edit.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: center;
	display: inline-block;
}
.mini-button:hover {
	text-decoration: none;
}
#billing_address_block {
	display: none
}
.discount-amount {
	/*color: #f00;*/
	color: #a54525;
	font-size: 20px;
	float: right;
}
.items {
	display: inline-block;
	width: 60px;
	height: 60px;
	position: relative;
	vertical-align: bottom;
	transform: none;
	background: transparent !important;
}
.donation_receipt_body .line .line-lefts {
	width: 80%;
	float: left;
	margin-right: 2rem;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.donation_receipt_body .line .line-rights {
	width: 100%;
}
.regitem {
	font-size: 18px;
	color: #0054a6;
	font-family: Montserrat, Regular;
}
.regcurr {
	font-size: 20px;
	color: #0054a6;
	font-family: Montserrat, Regular;
	float: right;
}
.regtotal {
	font-size: 15px;
	color: #333;
	font-family: Montserrat, Regular;
	margin-right: 3rem;
	font-weight: bold;
}
.regtotalcur {
	font-size: 22px;
	font-family: Montserrat, Regular;
	float: right;
	color: #0054a6;
}
.section_inner_header {
	margin-left: 1rem;
}
.teamroster {
	line-height: 4rem;
	font-size: 1.6rem;
	color: #000;
}
.teamheader {
	border-bottom-width: 0px !important;
	margin: 0rem;
	border-top-width: 4px !important;
}
.don-header {
	padding: 1rem 2rem;
	text-transform: uppercase;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	border-radius: 10px 0 10px 0;
	box-shadow: 0 0 5px #ccc;
	overflow: hidden;
}
.alert {
	padding: 20px;
	background-color: #0054a6;
	color: #fff;
}
.closebtn {
	margin-left: 15px;
	color: #fff;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}
.closebtn:hover {
	color: #000;
}
/*#search-grid-on{
			background-image: url(../images/grid-blue.png);

}

#search-list-on{
		background-image: url(../images/list_blue.png);
}*/


.gridlist {
	display: none;
}
.video-url-placeholder {
	color:#666;	
}
.page-attendees {
	border:#ccc solid 1px;
	border-width:1px 0;
	padding:1rem;
}
.page-attendees-header {
	border:none;
	padding:0;
	font-size:2rem;
	line-height:3rem;
}

.amp-icon-visible , .amp-icon-invisible {
	width:24px;
	height:24px;
	background-position:center;
	display:inline-block;
	background-repeat:no-repeat;
	background-image:url(../images/icon-eye-gray.png);
	margin-right:1rem;
	cursor:pointer;
}
.amp-icon-invisible {
	background-image:url(../images/icon-eyex-gray.png);
}


/*********** Old styles **********/
@media (min-width: 768px) {
.columnContainer {
	display: flex;
}
.column2 {
	flex: 1;
}
.column1 {
	width: 33%;
	padding-right: 2%;
}
.column3 {
	width: 65%;
}
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
.beta {
	position: relative !important;
}
.form-expand-close {
	display: none !important;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.container {
	width: 970px;
}
.firstcontainer .container-widget-search {
	max-width: 970px;
}
.banner, .banner .banner-image {
	width: 970px;
	height: 306px;
}
.alpha {
	width: 595px;
}
.beta {
	width: 375px;
	position: relative !important;
}
.gamma {
	width: 250px;
}
.delta {
	width: 345px;
}
.hq-main {
	float: none;
	padding-right: 1rem;
	width: auto;
}
.hq-right {
	width: 695px;
}
.hq-sub {
	width: 100%
}
.fundraiser-video iframe {
	height: 220px;
}
.group-video iframe {
	width: 220px;
	height: 125px;
}
.search-page-block {
	float: none !important;
	width: 542px;
}
.form-expand-close {
	display: none !important;
}

.donate-result-canvas {
	min-width: 100px;
}
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
.container {
	width: 750px;
}
.firstcontainer .container-widget-search {
	max-width: 750px;
}
.banner, .banner .banner-image {
	width: 750px;
	height: 237px;
}
.flex-columns {
	display: block;
}
.alpha {
	width: 750px;
}
.beta {
	position: relative;
	width: 100%;
}
.gamma {
	width: 300px;
}
.delta {
	width: 450px;
}
.hq-main {
	float: none;
	padding-right: 1rem;
	width: auto;
}
.hq-right {
	width: auto;
	float: none;
}
.hq-left {
	width: auto;
	float: none;
	min-height: auto;
	padding-bottom: 1rem;
}
.hq-sub {
	width: 100%
}
.fundraiser-video iframe {
	height: 242px;
}
.group-video iframe {
	width: 270px;
	height: 152px;
}
/*
				#inline_donation_form .column-title {
						display: none;
				}
				#inline_donation_form .placement {
						display: none;
				}
				*/
#inline_donation_form #sticky_header {
	border-radius: 10px 10px 0 0;
	bottom: 0;
	display: block;
	left: 5px;
	position: fixed;
	right: 5px;
}
.donation-search-link {
	width: 90%;
}
.section {
	box-shadow: 0 -6px 6px #ccc;
	margin: 0 -2rem;
}
.donation_receipt {
	width: 80%
}
.search-page-block {
	width: 100%
}
#email_labels {
	display: flex;
}
#email_labels > div {
	margin: 1rem 0.5rem;
	flex: 1 1 auto;
	width: 33%;
}
#email_labels {
	display: flex;
}
#email_labels > div {
	margin: 1rem 0.5rem;
	flex: 1 1 auto;
}
#hqmenu-inner {
	display: none
}
#hqmenu a.hqmenu-lead, .hqmenu-max #hqmenu-inner {
	display: block
}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {


.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}
.banner .social-bar .soc_sms {
	display: block;
}
.content {
	margin-top: 60px;
}
.page-banner-update {
	top: 90px;
}
.search-page-block {
	width: 90%;
	float: none !important;
}
.flex-columns {
	display: block;
}
.banner {
	display: none;
}
.banner-mobile {
	display: flex;
	flex-direction: column;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 25%;
	min-height: 130px;
	position: relative;
}
.page-image {
	width: 16%;
	min-width: 80px;
	position: relative;
	margin: auto;
	left: 0;
	bottom: 0;
	flex: 0 0 auto;
}
.fundraiser-name {
	position: relative;
	margin: auto;
	left: 0;
	bottom: auto;
	text-align: center;
	font-size: 2rem;
	line-height: 3.6rem;
	flex: 0 0 auto;
}
.page-image-update {
	left: 0;
	bottom: 0;
}
.page-image-update:hover span {
	display: none;
}
#page_name {
	text-align: center;
	font-size: 3rem;
	line-height: 3rem;
}
.page-raised {
	display: block;
	font-size: 2.6rem;
	text-align: center;
	font-weight: bold;
	color: #0054a6;
	line-height: 2.4rem;
	padding-bottom: 1rem;
}
.columns {
/*overflow:visible;	*/
}
.column {
	float: none;
}
.lplacement, .rplacement, .cplacement, .dplacement {
	padding: 1rem;
}
.container {
	width: 100%;
}
.alpha {
	width: 100%;
}
.beta {
	position: relative;
	width: 100%;
}
.gamma {
	width: 100%;
}
.delta {
	width: 100%;
	float: right;
}
.forms {
	width: 100%
}
.p25, .p33, .p50, .p66 {
	width: 100%
}
#simplemodal-container {
	top: 5px !important;
	bottom: 5px !important;
	left: 5px !important;
	right: 5px !important;
	height: auto !important;
	width: auto !important;
	position: absolute;
}
#simplemodal-data, #simplemodal-data .popup-body > iframe {
	height: 100% !important;
}
.facebook-login {
}
div.inline-row label.formLabel {
/*width: 100%;*/
}
.profile-image {
	width: 60px;
}
.hq-fundraiser-name {
	color: #0054a6;
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
}
.hq-main {
	float: none;
	width: auto;
}
.hq-right {
	width: auto;
	float: none;
}
.hq-left {
	width: auto;
	float: none;
	min-height: 0;
}
.hq-sub {
	width: 100%
}
.hq-inner-left {
	padding: 0
}
.hq-inner-right {
	padding: 1rem 0 0 0;
}
.hq-label {
	min-width: 40%
}
.hq-page-actions {
	width: 100%;
}
.hq-button-mini, .hq-button-mini-active, .hq-button-mini-disable {
	font-size: 1.5rem;
	line-height: 2.6rem;
	padding: 0.8rem 1.5rem;
}
.hq-page-info, .search-page-info {
	padding-left: 1rem;
}
.hq-bar select {
	width: 95%;
	margin: 0.5rem;
}
.hq-page-donor-block {
	display: block;
	overflow: auto;
}
.hq-page-donor-detail {
	float: left;
}
.hq-page-donor-edit {
	float: right;
}
.hq-page-donor-thank {
	clear: both;
	overflow: auto;
	text-align: center;
}
.hq-page-donor-thank a {
	display: inline-block;
}
.hq-flex {
	display: inline-block;
}

.fundraiser-video iframe, .group-video iframe {
	height: 225px;
	width: 400px;
	margin: auto;
}
.search-page-info-name {
	font-size: 1.4rem;
	height: auto;
}
#simplemodal-data {
	display: flex;
	flex-direction: column;
}
.popup-header {
	flex: 0 0 auto;
}
.popup-body {
	flex: 1 1 auto;
}
.popup-body iframe {
	width: 100% !important;
}
#sticky_header {
	display: block;
	border-radius: 10px 10px 0 0;
	bottom: 0;
	display: block;
	left: 5px;
	position: fixed;
	right: 5px;
	z-index: 1001;
	border: #fff solid 1px;
	box-shadow: 0 -5px 10px #333;/* margin-left: -1rem;*/
}
/*
					.column-title a.form-expand-close {
							display: inline-block;
					}*/
#inline_donation_form .placement {
/*display: none;*/
}
.donation-search-link {
	width: 100%;
}
.mobile-view {
	display: block;
}
.donation_receipt {
	width: 100%;
}
.pc-view {
	display: none;
}
.story-toggle {
	display: inline-block;
}
.beta-maxd {
	margin-left: 0em;
}
label.option_label {
	width: 88%;
	display: inline-block;
	padding-top: 1rem;
}
label.amperror {
	position: relative;
	display: block;
	right: auto;
	bottom: auto;
	top: -2px;
	white-space: normal;
}
.inline-row .field-cover {
	display: block;
}
div.inline-row input[type="text"], div.inline-row input[type="number"], div.inline-row input[type="password"], div.inline-row select, div.inline-row textarea, .amp-input {
	width: 100%;
}
.registration-soldout {
	width: 80%
}
.cg-header div {
	display: none
}
.cg-num span {
	display: inline-block;
}
.cg-num {
	width: 150px;
	text-align: left;
}
.cg-acbtn div {
	width: 30%
}
#searchButton {
	display: none;
}
#email_labels {
	display: flex;
}
#email_labels > div {
	margin: 1rem 0.5rem;
	flex: 1 1 auto;
}
#hqmenu-inner {
	display: none
}
#hqmenu a.hqmenu-lead, .hqmenu-max #hqmenu-inner {
	display: block
}
.donate-result-canvas {
	min-width: 100px;
}
.donate-result-grid-name {
	display: flex;
}
.donate-result-block, .donate-result-group, .donate-result-bottom {
	display: block;
}
.donate-result-imt {
	display:none;
}

.donate-result-btn {
	padding-bottom: 0;
	padding-top: 1rem;
}
.donate-result-btn a {
	width: 100%;
}
.donate-result-grid .search_result_container {
	margin:0;
}

.donate-result-grid .donate-result-block {
	width: 100%;
}
.gdpr { display:block; }
    
.privacy-statement {
    padding: 2rem ;
}
}

@media (min-width: 600px) {
	.container-search-result-count {
					min-width: 100%;
	}

	.donate-result-grid .search_result_container {
					display: -webkit-box;
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
					-webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	}
	
	
}


/* Portrait phones and smaller */
@media (max-width: 480px) {
label.option_label {
	width: 79%;
	display: inline-block;
	padding-top: 1rem;
}
.flex-columns {
	display: block
}
.banner .social-bar {
	left: auto;
	right: 0;
	bottom: 5px;
}
.forms {
	width: 100%
}
.data-row .key, .data-row .value {
	width: 100%;
}
.search-result-block {
	width: 90%
}
.fundraiser-video iframe, .group-video iframe {
	height: 225px;
	width: 100%;
}
#addhome {
	display: block;
}
.option-cover {
	max-width: 50% !important;
}
.gamma {
	max-width: 100%
}
.table {
	display: block;
}
.table-row {
	display: block;
	overflow: auto;
}
.table-cell {
	display: block;
	width: 48%;
}
.tcl {
	float: left;
}
.tcr {
	float: right;
}
#searchButton {
	display: none;
}
#email_labels {
	display: block;
}
#email_labels > div {
	width: 100%;
}
}

/* Small screens */
@media screen and (max-width: 599px) {
.firstcontainer {
	display: none;
}

}

@media screen and (min-width: 30em) {
.hq-page-info-icon {
	position: absolute;
	top: 0.25em;
	right: 5px;
}
}

@media screen and (min-width: 600px) {
.donate-search-inputs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.search_drop_list {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	flex-basis: 50%;
	margin: 0 1em 0 0;
}
.ampGrid tr.ampGrid-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.ampGrid .search-list-team {
	display: block;
	font-size: 0.777em
}
.table-list-search.ampGrid .search-list-name {
	-ms-flex-preferred-size: 33.333%;
	-webkit-flex-basis: 33.333%;
	-moz-flex-basis: 33.333%;
	flex-basis: 33.333%;
}
.hq-tabs {
	margin: 0;
}
.hq-tabs a {
	margin: 0 5px;
	max-width: none;
	padding: 0.833em;
}
.hq-tab-text {
	display: block;
}
.hq-tabs [class^="amp-icon-"], .hq-tabs [class*=" amp-icon-"] {
	display: none;
}
.ampGrid tr {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.ampGrid-head .search-list-raised {
	display: block;
}
.ampGrid-head .discounts-button {
	display: block;
	-webkit-flex-basis: 8em;
	-moz-flex-basis: 8em;
	-ms-flex-preferred-size: 8em;
	flex-basis: 8em;
}
.ampGrid tr {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
}
.ampGrid .search-list-name, .ampGrid .search-list-team, .ampGrid .search-list-raised {
	flex-basis: calc(33.333% - 80px - 1em);
	-ms-flex-preferred-size: calc(33.333% - 80px - 1em);
	-webkit-flex-basis: -webkit-calc(33.333% - 80px - 1em);
	-webkit-flex-basis: calc(33.333% - 80px - 1em);
	-moz-flex-basis: calc(33.333% - 80px - 1em);
	flex-basis: calc(33.333% - 80px - 1em);
}
.ampGrid .search-list-raised {
	margin: 0 0 0 1em;
}
.ampGrid .search-list-button {
	-webkit-flex-basis: 8em;
	-moz-flex-basis: 8em;
	-ms-flex-preferred-size: 8em;
	flex-basis: 8em;
}
.search_result_container > .grid-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px 0 1em -19px;
}
.grid-list-search > .grid-tile {
	-ms-flex-preferred-size: calc(50% - 20px);
	-webkit-flex-basis: -webkit-calc(50% - 20px);
	-webkit-flex-basis: calc(50% - 20px);
	-moz-flex-basis: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	margin: 20px 0 0 19px;
	max-width: -webkit-calc(50% - 20px);
	max-width: calc(50% - 20px);
	min-width: 0;
}
}
@media screen and (max-width: 767px) {
.option_item  {
		display:block;
		width:100%;	
	}
	
input[type=radio] ~ label.amperror, input[type=checkbox] ~ label.amperror {
	position:absolute;
	bottom:-25px;
	left:0;
	border-radius:5px;
	width:auto;
	top:auto;
}

}
@media screen and (min-width: 768px) {
.button {
	font-size: 1.6rem;
	padding: 0.5rem 3.6rem;
	width: auto;
}
.donation_search_result {
	font-size: 1.8rem;
}
.container-search-result-count {
	margin: 1em 0;
}
.container-search-result-count {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}
.hq-main-inner {
	padding: 2rem;
}
.hq-tabs a {
	font-size: 1.6rem;
}
.hq-dashboard-block, .hq-user-mobile .hq-page-block {
	background-color: #d5f0f6;
	padding: 1rem;
}
.hq-group-block {
	background-color: #f2f2f2;
	padding: 1rem;
}
.content > .container {
/*min-height: 0;*/
}
.hq-page-image {
	height: auto;
	margin: 0;
	padding: 0;
	width: 80px;
}
.hq-page-info-icon {
	position: static;
}
.hq-page-info-progress {
	display: none;
}
.hq-block-raised, .hq-block-goal, .hq-block-members {
	display: block;
}
.hq-widget-tasks {
	display: block;
}
.hq-sub {
	display: block;
	min-height: 200px;
}
.hq-dashboard-block ~ .hq-donors {
	display: block;
}
.hq-button-mini-add-donations-mobile {
	display: none;
}
/**** Group Campaign Page ***********/
.container-campaign-group .group-member-count-company, .container-campaign-group .container-button-group-create, .container-widget-grouplist {
	display: block;
}
.container-widget-child-list {
	padding: 2rem 1rem;
}
.container-widget-group-roster {
	padding: 2rem 0;
}

}

@media screen and (min-width: 992px) {
.alpha:not(.alpha-first-last) .grid-list-search > .grid-tile {
	-ms-flex-preferred-size: calc(100% - 20px);
	-webkit-flex-basis: -webkit-calc(100% - 20px);
	-webkit-flex-basis: calc(100% - 20px);
	-moz-flex-basis: calc(100% - 20px);
	flex-basis: calc(100% - 20px);
	max-width: -webkit-calc(100% - 20px);
	max-width: calc(100% - 20px);
}
.hq-menu-email #hqmenu, #hqmenu a.hqmenu-lead {
	display: none;
}
.hq-left > .placement {
	padding: 1rem;
}
.hq-left #hqmenu {
	display: block;
}
.hq-tabs {
	margin: 0 2rem;
	background-color: #d5f0f6;
}
.hq-tabs a.active {
	border: 0;
}
.hq-tabs::after {
	display: none;
}
.hq-user-desktop {
	display: block;
}
.hq-user-mobile {
	display: none;
}
.footer {
	text-align: left;
}
.footer .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.footer .container > :first-child {
	margin: 1em 0;
	min-width: 100%;
}
.footernav {
	margin: 0;
}
.footer .addthis_sharing_toolbox {
	margin: 0;
}
}

@media screen and (min-width: 1024px) {
.alpha-first-last .grid-list-search > .grid-tile {
	-ms-flex-preferred-size: calc(33.333% - 20px);
	-webkit-flex-basis: -webkit-calc(33.333% - 20px);
	-webkit-flex-basis: calc(33.333% - 20px);
	-moz-flex-basis: calc(33.333% - 20px);
	flex-basis: calc(33.333% - 20px);
	max-width: -webkit-calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
}
.alpha:not(.alpha-first-last) .grid-list-search > .grid-tile {
	-ms-flex-preferred-size: calc(50% - 20px);
	-webkit-flex-basis: -webkit-calc(50% - 20px);
	-webkit-flex-basis: calc(50% - 20px);
	-moz-flex-basis: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	max-width: -webkit-calc(50% - 20px);
	max-width: calc(50% - 20px);
}
.donate-result-grid.col-3-layout .donate-result-block  {
	width: -webkit-calc(33.333% - 21px);
	width: calc(33.333% - 21px);
}
}

@media screen and (min-width: 1200px) {
.donate_search_form {
	max-width: 60em;
}
.alpha-first-last .donate_search_form {
	margin: auto;
}
.alpha-first-last .donation_search_result {
	max-width: 900px;
	margin: auto;
}
.donation_search_result {
	/*font-size: 1em;*/
	overflow: visible;
}
.container-search-result-count {
	font-size: 1em;
}
.ampGrid-head td {
	font-size: 0.933em !important;
}
.search-page-name {
	font-size: 1.2em;
}
.ampGrid .search-list-team {
	font-size: 0.9em;
}
.ampGrid .search-list-raised {
	font-size: 1.2em;
}
.hq-main-inner {
	padding: 2rem 1rem 2rem 2rem;
}
.hq-sub-inner {
	padding: 2rem 2rem 2rem 1rem;
}
}
/*************** Custom Checkbox ***************/

 /* Customize the label (the container) */
.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #f2f2f2;
	border: #ccc solid 1px;
}
/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
	background-color: #00aeef;
	border-color: #00aeef;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.tox-tinymce {
	border: #bebebe solid 1px !important;
}

.tox-statusbar__branding {
	display: none !important;
}

.popup-body {
	overflow: auto;
	max-height: 80vh;
}