/********** Social sharing widget ****/
.center-box-share {
	margin: 1em 0 0;
	background: #d5f0f6;
}
.social-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin: 0.25em 0 0.75em -5px;
	padding: 0 5px;
	position: relative;
}
.mobile-social-bar {
	display: none;
}
.social-bar a {
	height: 48px;
	width: 48px;
	display: block;
	float: left;
	margin: 0 5px 0 10px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.social-bar .soc_fb {
	background-image: url('../images/soc_fb.png');
}
.social-bar .soc_tw {
	background-image: url('../images/soc_tw.png');
}
.social-bar .soc_ig {
	background-image: url('../images/soc_ig.png');
}
.social-bar .soc_gp {
	background-image: url('../images/soc_gp.png');
}
.social-bar .soc_em {
	background-image: url('../images/soc_em.png');
}
.social-bar .soc_link {
	background-image: url('../images/soc_link.png');
}
.link_share_message {
	position: absolute;
	background-color: #fffb91;
	padding: 1rem;
	box-shadow: 2px 2px 6px #666;
	display: none;
}
.social-bar .soc_em_mobile {
	display: none;
	background-image: url('../images/soc_em.png');
}
.social-bar .soc_sms {
	display: none;
}
.social-bar .addthis_toolbox {
	float: left;
}
.social-bar .addthis_toolbox a.addthis_button_email {
	width: 40px;
}
.banner .social-bar .soc_sms {
}
/********* Registration type selection widget *******/
.regtypewidgetoption, .parttypewidgetoption, .activityoption {
	border: #d5f0f6 solid 1px;
	border-radius: 5px;
	padding: 1rem;
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	min-height: 5rem;
	margin-bottom: 1rem;
	background-position: 15px center;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #0054a6;
	background-color: #fff;
	background-size: 64px;
}
.regtypewidgetoption-header {
	background-color: #f0f0f0;
	color: #333;
	border: #ccc solid 1px;
	background-image: none !important;
	padding: 0.5rem 0.5rem 0.5rem 3rem !important;
}
.group-option-block {
	padding: 0 3rem;
}
.parttypewidgetoption {
	padding-left: 25px;
}
.regtypewidgetoption {
	padding-left: 100px;
}
.parttypewidgetoption {
	display: flex;
	justify-content: space-between;
}
.ptw-desc {
	flex: 0 1 auto;
}
.ptw-amount {
	flex: 0 1 auto;
	align-self: center;
	text-align: right;
	padding-right: 40px;
	min-height: 32px;
	font-size: 2.4rem;
}
.regtypewidgetoption-individual, .parttypewidgetoption-individual {
	background-image: url(../images/icon-individual.png);
}
.regtypewidgetoption-join {
	background-image: url(../images/icon-team-join.png)
}
.regtypewidgetoption-create {
	background-image: url(../images/icon-team-start.png);
}
.regtypewidgetoption-active, .parttypewidgetoption-active, .activityoption-active {
	background-color: #d5f0f6;
}
.regtypewidgetoption-active span.icon, .parttypewidgetoption-active .ptw-amount {
	background-image: url(../images/icon_tick-big.png);
	background-repeat: no-repeat;
	background-position: 99% center;
}
.regtypewidgetoption:hover {
	text-decoration: none;
}
.regtypewidgetoption span.icon, .parttypewidgetoption span.icon {
	display: block;
	padding-top: 1rem;
}
.regtypewidgetoption span.desc, .parttypewidgetoption span.desc, .parttypewidgetoption span.fee-desc {
	padding-top: 1rem;
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 1.4rem;
	padding-right: 50px;
}
.parttypewidgetoption span.fee-desc {
	font-style: italic;
	padding-top: 0.5rem;
}
.activity-header {
	padding: 1rem 0;
	font-size: 2rem;
	/*color: #0054a6;

	*/
	font-weight: bold;
	margin-top: 1rem;
}
.category-sub-header {
	font-weight: bold;
	padding-bottom: 0.5rem;
	color: #0054a6;
	font-size: 1.8rem;
	margin-top: 1rem;
}
.activity-sub-header {
	font-weight: bold;
	padding-bottom: 0.5rem;
	color: #333;
}
.activity-desc {
	padding-bottom: 1rem;
	color: #666;
	font-size: 1.4rem;
	line-height: 2rem;
}
/*
.activity-option {
	width: 30%;
	border: #00aeef solid 1px;
	text-align: center;
	margin: 0 6px 6px 0;
	padding: 10px 0;
	float: left;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
}
*/
.activity-option {
	border: #00aeef solid 1px;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border-radius: 5px;
	cursor: pointer;
	padding-right: 40px;
}
.activity-option:hover {
	background-color: #d5f0f6;
}
.activity-disabled {
	background-color: #eee;
	color: #666;
	border-color: #9999;
	cursor: not-allowed;
}
.activity-disabled:hover {
	background-color: #eee;
}
.activity-container {
	overflow: auto;
}
.activity-name {
	font-size: 1.6rem;
	/*font-weight: bold;
	height: 5rem;*/
	font-weight: bold;
	display: block;
}
.activity-alt {
	color: #666;
	font-size: 1.3rem;
	line-height: 1.8rem;
	display: block;
	text-align: left;
	padding-top: 0.5rem;
}
.activity-option:hover .activity-alt {
	height: auto;
}
.picked {
	background-color: #d5f0f6;
	background-image: url(../images/icon_tick-big.png);
	background-repeat: no-repeat;
	background-position: 99% center;
}
.locked {
	border-color: #9999;
	background-color: #fff;
	cursor: pointer;
}
.locked:hover {
	background-color: #fff;
}
.activity-error {
	color: #F00;
	padding: 1rem 0;
	clear: both;
}
.att-sum-name {
	flex: 1 1 auto;
}
.att-sum-price {
	text-align: right;
}
/************ Social login widget *************/
.facebook-login {
	background-color: #4267b2;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	line-height: 3.6rem;
	margin: 1rem 0;
	min-width: 200px;
	padding: 8px 30px 8px 60px;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../images/soc_fb-small.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
	background-size: 36px 36px;
}
.facebook-login:hover {
	text-decoration: none;
}
/********* Campaign type selection widget *********/
.campaignselectlabel {
	border: #d5f0f6 solid 1px;
	border-radius: 5px;
	padding: 1rem;
	display: block;
	text-decoration: none;
	display: block;
	overflow: auto;
	margin: 1rem 0;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 99% center;
	background-repeat: no-repeat;
}
.campaignselectlabel div {
/*float: left*/
}
.campaignselecttick {
	width: 40px;
}
.campaignselectimage {
	float: left;
}
.campaignselectimage img {
	height: 10rem;
	border: #407fbc solid 2px;
	float: left;
}
.campaignselectinfo {
	padding-left: 1rem;
	max-width: 70%;
	float: left;
}
.campaignselectname {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	font-size: 1.8rem;
	color: #0054a6;
}
.campaignselectdesc {
	color: #666;
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	padding-right: 50px;
	padding-top: 0;
	line-height: 1.8rem;
}
.campaignselectraised {
	overflow: auto;
}
.campaignselectraised div {
	float: left;
	padding: 2px 0 7px;
}
.campaignselectraised .amount {
	color: #0054a6;
	font-size: 2.6rem;
	padding-right: 5px;
	font-weight: bold;
}
.campaignselectraised .label {
	color: #666;
	font-size: 1.3rem;
}
.campaignselectlabel-active {
	border: #d5f0f6 solid 1px;
	background-color: #d5f0f6;
	background-image: url(../images/icon_tick-big.png)
}
/************* Team search widget ************/
.paging {
	padding: 0.5rem 0;
}
#manual_buffer_trigger {
	background-color: #f5f5f5;
	border: #00aeef solid 1px;
	border-radius: 5px;
	padding: 0.5rem 1rem;
}
#manual_buffer_trigger:hover {
	text-decoration: none;
}
#group_search {
	background-image: url(../images/search_ico.png);
	background-position: 98% center;
	background-repeat: no-repeat;
}
.group-search-box {
}
#group_search_result {
	padding: 2rem 0;
}
#group_search_inner {
/*overflow: auto;
	max-height: 300px;*/
}
.tsw-item {
	display: flex;
	margin-bottom: 1rem;
	border: #d5f0f6 solid 1px;
	border-radius: 5px;
	background-color: #fff;
	padding-right: 30px;
}
.tsw-item:hover {
	text-decoration: none;
    background-color: #d5f0f6;
}
.tsw-active {
	background-color: #d5f0f6;
	background-image: url(../images/icon_tick.png);
	background-position: 99% center;
	background-repeat: no-repeat;
}
.tsw-item img {
	width: 48px;
	height: 48px;
	float: left
}
.tsw-item img.bigge {
	width: 72px;
	height: 72px;
}
.tsw-item span.outer {
	padding: 10px;
	display: block;
}
.tsw-item span.name {
	display: block;
	font-weight: bold;
}
.tsw-item span.parent {
	display: block;
	color: #666;
}
.tsw-raised {
	width: 10rem;
}
/************ Team roaster widget ***********/
.GroupRosterWidget-title, .GroupListWidget-title {
	font-size: 2.1rem;
	font-family: "Montserrat", sans-serif;
	line-height: 2.4rem;
	padding-bottom: 0.5rem;
	border-bottom: #e6e6e1 solid 1px;
	margin-bottom: 1rem;
	color: #383838;
}
.GroupRosterWidget-body2 {
/*	border-top: #e6e6e1 solid 1px; */
}
.GroupRosterWidget-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 0 -2em;
	overflow: auto;
}
.GroupRosterWidget-data:not(.GroupRosterWidget-leader) {
	margin-top: 0.5em;
}
GroupRosterWidget-part {
	display: inline-block;
	float: left;
	overflow: auto;
	width: 250px;
	padding: 1rem 0;
	border-bottom: #e6e6e1 solid 1px;
}
.GroupRosterWidget-data:not(.GroupRosterWidget-leader) .GroupRosterWidget-part {
	border: 0;
	display: inline-block;
	float: left;
	-webkit-flex-basis: -webkit-calc(25% - 2em);
	-ms-flex-preferred-size: calc(25% - 2em);
	flex-basis: calc(25% - 2em);
	margin: 0 0 0 2em;
	min-width: 8em;
	overflow: auto;
	padding: 1rem 0;
	text-align: center;
	width: auto;
}
.GroupRosterWidget-body2 .GroupRosterWidget-part {
	display: flex;
	float: none;
	padding: 0.5rem 0;
	border-bottom: #e6e6e1 solid 1px;
	width: auto;
}
.container-widget-child-list .GroupRosterWidget-data {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 0 0 -1em;
}
.container-widget-grouplist .GroupRosterWidget-data {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.container-widget-grouplist .GroupChildWidget-part {
	margin: 0 0 0 2em;
	-webkit-flex-basis: -webkit-calc(33.333% - 2em);
	-ms-flex-preferred-size: calc(33.333% - 2em);
	flex-basis: calc(33.333% - 2em);
}
.container-widget-child-list .GroupChildWidget-part {
	margin: 0 0 0 1em;
}
.GroupRosterWidget-partimg {
	width: 60px;
	margin: auto;
}
.GroupRosterWidget-partdesc {
	-webkit-flex-basis: -webkit-calc(100% - 60px - 0.25em);
	-ms-flex-preferred-size: calc(100% - 60px - 0.25em);
	flex-basis: calc(100% - 60px - 0.25em);
}
.GroupRosterWidget-partimg img {
	width: 48px;
	height: 48px;
	border-radius: 100px;
	border: #eee solid 1px;
}
.GroupRosterWidget-body2 .GroupRosterWidget-data {
	display: block;
	margin: 0;
	font-size: 17px;
}
.GroupRosterWidget-body2 .GroupRosterWidget-data .GroupRosterWidget-part {
	margin: 0;
	width: 100%;
	text-align: left;
	float: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: #e6e6e1 solid 1px;
}
.GroupRosterWidget-body2 .GroupRosterWidget-partimg {
	min-width: 60px;
}
.GroupRosterWidget-body2 .GroupRosterWidget-partimg img {
	border-radius: 0;
	float: left;
}
.GroupRosterWidget-body2 .GroupRosterWidget-partdesc {
	margin-left: 0.25em;
}
.GroupRosterWidget-name {
	font-weight: bold;
	font-size: 90%;
	word-wrap: break-word;
}
.GroupRosterWidget-name span {
	font-weight:normal;
	display:block;
	color:#666;	
}
.GroupRosterWidget-raised {
	color: #666;
	font-size: 90%;
	display: block;
	font-weight:bold;
}
.can-email {
	cursor: pointer;
	background-image: url(../images/icon_mail.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
.GroupRosterWidget-leader {
	text-align: center;
}
.GroupRosterWidget-leader .GroupRosterWidget-part {
	border: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 2em;
	text-align: left;
	width: auto;
}
.GroupRosterWidget-leader .GroupRosterWidget-partimg {
	width: 90px;
}
.GroupRosterWidget-leader .GroupRosterWidget-partimg img {
	width: 80px;
	height: 80px;
}
.GroupRosterWidget-leader .GroupRosterWidget-partdesc {
	-webkit-flex-basis: -webkit-calc(100% - 90px);
	-ms-flex-preferred-size: calc(100% - 90px);
	flex-basis: calc(100% - 90px);
}
.GroupRosterWidget-leader .GroupRosterWidget-name {
	font-size: 1.8rem;
	display: block;
	padding-top: 10px;
}
.GroupRosterWidget-leader .GroupRosterWidget-raised {
	font-size: 100%;
}
.GroupRosterWidget-more {
	padding: 1rem;
	font-size: 85%;
	text-align: center;
}
.GroupChildWidget-part {
	padding: 1rem 0;
	border-bottom: #e6e6e1 solid 1px;
	overflow: auto;
	display: flex;
}
.hq-box2 .GroupRosterWidget-part {
	padding-left: 0.5rem;
	display: flex;
}
/*********** Child group widget ***************/
.GroupChildWidget-group {
	display: flex;
	border-bottom: #e6e6e1 solid 1px;
	padding: 0.5rem;
	align-items:center;
}
.GroupListWidget-img {
	width: 60px;
	margin: auto;
	flex: 0 0 auto;
}
.GroupListWidget-img img {
	width: 48px;
	height: 48px;
	border-radius: 100px;
	border: #eee solid 1px;
}
.GroupListWidget-name {
	flex: 1 1 auto;
	padding-left: 1rem;
	font-size:110%;
}
.GroupListWidget-raised {
	flex: 0 0 auto;
	font-size:110%;
}
/*********** Donor Roll widget *****************/

.DonorRollWidget-item {
	overflow: hidden;
	padding: 0.5rem 5px;
}
.DonorRollWidget-label {
	float: left;
}
.DonorRollWidget-name {
	color: #383838;
	/*font-weight:bold;*/
	font-size: 1.6rem;
}
.DonorRollWidget-time {
	color: #666;
	font-size: 1.3rem;
	line-height: 1.6rem;
}
.DonorRollWidget-amount {
	float: right;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
}
/********* Leader board widgets ****/
/*
.lbd-row {
	display: flex;
	padding:5px 0;
	cursor:pointer;
}
.lbd-image {
	width: 60px;
	flex:0 0  auto;
}
.lbd-index {
	align-self: center;
	flex:0 0  auto;
	padding:0.5rem;
}
.lbd-image img {
	width: 100%
}
.lbd-name {
	align-self: center;
	flex:1 1 auto;
	padding:0.5rem;
}
.lbd-raised {
	align-self: center;
	flex:0 0  auto;
	padding:0.5rem;
}
*/

/**************** Site wide thermometer *******************/

.thermometer {
	width: 1150px;
	background-color: #8a8a8a;
	position: relative;
	padding: 0.4rem 1rem 0.5rem;
	min-height: 5rem;
	display: flex;
}
.thermometer_search {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background-color: #dfe0db;
	border-radius: 5px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.7em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	margin: 1em 0 0;
	padding: 1em;
	width: 100%;
}
.container_therm_search {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 2em;
}
.therm_progress_search {
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	margin: 0 0 0.333em;
	text-transform: uppercase;
}
.therm_progress_search_list {
	color: #0071BE;
}
.raised {
	text-transform: uppercase;
	color: #fff;
	font-size: 0.75em;
	font-family: 'Open Sans', sans-serif;
}
.donate_display_search {
	width: 20%;
	float: left;
}
.goal {
	text-transform: uppercase;
	color: #fff;
	font-size: 0.75em;
	font-family: 'Open Sans', sans-serif;
	padding-right: 1rem;
}
.therm {
	height: 55px;
	padding-right: 1em;
	padding-left: 1em;
	flex: 1;
}
.therm_bar {
	height : 100%;
}
.progressBar_therm {
	height: 32%;
	background-color: white;
	border-radius: 22px;
}
.progressBar_therm_search {
	height: 1.5em;
	background-color: white;
	border-radius: 22px;
}
.progressBar_therm_search div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 22px;
	width: 0;
	background-color: #09f;
	border-radius: 22px;
}
.progressBar_therm div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 22px;
	width: 0;
	background-color: #09f;
	border-radius: 22px;
}
/*.progressBar_therm_search_list {
	height: 1em;
	background-color: #f2f2f2;
}*/
.progressBar_therm_search_list {
	height: 1em;
	background-color: #f2f2f2;
	margin-top: 5px;
}
.progressBar_therm_search_list.hightlight {
	background-color: #fff;
}
.therm .therm_progress {
	left: 1rem;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	font-size: 0.75em;
	font-family: 'Open Sans', sans-serif;
}
.therm_numbers {
	font-size: 1.5em;
	font-family: Montserrat;
}
.ticker {
	display: flex;
	flex: 0 0 auto;
	align-self: center;
	padding-left: 2rem;
}
.search-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: 1.5rem;
	font-weight: normal;
	line-height: 2.8;
	padding: 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
.search-button:hover {
	text-decoration: none;
	box-shadow: 4px 4px 8px #666;
}
.search-button-list {
	padding: 0.2rem 1.5rem;
}
.thermometer .therm_goal {
	position: absolute;
	bottom: 0.2rem;
	right: 1rem;
	color: #71716c;
	font-weight: bold;
	text-transform: uppercase;
}
.thermometer .therm_raised {
	color: #71716c;
	font-weight: bold;
	left: 1rem;
	text-transform: uppercase;
	top: 0.5rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.thermometer .therm_goal {
	color: #71716c;
	text-transform: uppercase;
	top: 1.5rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.header .ticker .alert {
	background-color: inherit;
}
.raised_ticker {
	flex: 0 0 auto;
	padding: 0 1rem;
	text-transform: uppercase;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75em;
	font-family: 'Open Sans', sans-serif;
}
.goal_ticker {
	flex: 0 0 auto;
	padding: 0 1rem;
	text-transform: uppercase;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75em;
	font-family: 'Open Sans', sans-serif;
}
.ticker_font {
	color: #089fd7;
	font-size: 1.5em;
	font-family: 'Montserrat';
}
/**************** HQ thermometer *******************/
.hq-page-block .widget-therm {
	display: none;
}
.widget-tab {
	display: flex
}
.widget-tab div {
	width: 50%;
	background-color: #d5d5d5;
	border-bottom: #999 solid 1px;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	border-left: #fff solid 1px;
	cursor: pointer;
}
.widget-tab div.active {
	background-color: #00b2da;
	border-color: #00b2da;
}
.widget-tab-body {
	padding: 1rem;
	overflow: auto;
	max-height: 210px;
}
.widget-header {
	background-color: #f0f0f0;
	color: #666;
	padding: 0.5rem 1rem;
	color: #000;
	font-weight: bold;
}
.widget-sortable {
	padding: 0.5rem;
	padding-left: 1rem;
}
.widget-sortable div {
	padding: 5px 10px;
	margin-bottom: 5px;
	padding-left: 25px;
	cursor: move;
	background-color: #f8f8f8;
	border: #bebebe solid 1px;
}
/*** Signup form *****/
.signin-profile {
	display: inline-block;
	margin: 10px;
	overflow: auto;
	padding: 0;
	width: 120px;
	text-decoration: none;
}
.signin-profile:hover {
	text-decoration: none;
}
.signin-profile img {
	width: 120px;
	float: left;
}
.signin-profile span {
	display: block;
	font-size: 1.3rem;
	overflow: hidden;
	width: 120px;
	text-align: center;
	color: #333;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

@media (min-width: 992px) {
.container-widget-grouplist .GroupRosterWidget-data {
	display: block;
	margin: 0;
}
.container-widget-grouplist .GroupChildWidget-part {
	margin: 0;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.thermometer {
	width: 951px;
}
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
.thermometer {
	width: 730px;
}
.ticker {
	display: none;
}
.search-page-block {
	width: 46%;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.campaignselectimage {
	display: none;
}
.campaignselectinfo {
	max-width: 100%;
}
.campaignselectname {
	font-size: 2rem;
}
.campaignselectdesc {
	font-size: 1.5rem;
	padding-top: 0.5rem;
	line-height: 2rem;
}
.padding > .padding {
	padding: 0
}
.regtypewidgetoption {
	background-size: 36px;
	padding-left: 1rem;
}
.regtypewidgetoption > span {
	padding-left: 50px;
}
.regtypewidgetoption span span {
	font-size: 1.5rem;
}
.regtypewidgetoption-header {
	padding: 0.5rem 0.5rem 0.5rem 1.5rem !important;
}
.regtypewidgetoption-header > span {
	padding-left: 1rem;
}
.group-option-block {
	padding: 0 1.5rem;
}
#donate_search_form {
/*width : 95%;*/
}
.mobile-social-bar {
	display: block;
	padding: 2rem 0 1rem 0;
	text-align: center;
}
.thermometer {
	display: flex;
	width: auto;
}
.therm {
	display: none;
}
.raised {
	padding-left: 1rem;
}
.goal {
	padding-left: 1rem;
}
.ticker {
	display: none;
}
.therm_bar_search {
	width: 100%;
	padding-bottom: 1rem;
}
.search-page-block {
	width: 88%;
	height: auto;
}
.donation-search-link {
	margin-left: 0%;
	width: auto;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.parttypewidgetoption {
	display: block;/*min-height: 180px;*/
}
.ptw-amount {
	float: left;
	min-height: 30px;
	padding-top: 1rem;
}
.ptw-desc {
	display: block;
}
.ptw-amount {
	display: block;
	float: none;
	text-align: left;
}
.social-bar .soc_sms {
	display: block;
	background-image: url('../images/soc_sms2.png');
}
.mobile-social-bar a, .social-bar a {
	width: 60px;
	height: 60px;
}
}

@media (max-width: 400px) {
.mobile-social-bar a, .social-bar a {
	width: 48px;
	height: 48px;
}
}
/********** Leaderboard widgets ****/

.homepage-widget {
	float: none !important;
	margin: 2em 0;
}
.lbd-header {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1rem 2rem;
	text-align: center;
	text-transform: uppercase;
}
.ldb-headerlink {
	display: block;
	position: static !important;
}
.lbd-image {
	margin: 0 0 0 10px;
	min-width: 60px;
	width: 60px;
}
.lbd-text {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
/* Leaderboard type 1 */

.lbd-type1 {
	border-radius: 10px 0 10px 0;
	box-shadow: 0 0 5px #ccc;
}
.lbd-type1 .lbd-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-bottom: #e8e8e8 solid 1px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
}
.lbd-type1 .lbd-index {
	font-size: 1.6rem;
	padding: 0 1rem 0 2rem;
}
.lbd-text {
	margin: 0 0 0 10px;
}
.lbd-type1 .lbd-name {
	max-width: -webkit-calc(100% - 1em);
	max-width: calc(100% - 1em);
}
/* Leaderboard type 2 */

.lbd-type2 {
	border-radius: 10px;
	box-shadow: 0 0 5px #ccc;
}
.lbd-type2 .lbd-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-bottom: #e8e8e8 solid 1px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5rem 0;
}
.lbd-type2 .lbd-index {
	font-size: 2.8rem;
	font-weight: bold;
	padding: 0 1rem 0 2rem;
}
.lbd-type2 .lbd-image img {
	width: 100%;
}
.lbd-type2 .lbd-text {
	margin: 0 0 0 10px;
}
.lbd-type2 .lbd-name {
	font-size: 1.6rem;
	max-width: -webkit-calc(100% - 1em);
	max-width: calc(100% - 1em);
}
.lbd-type2 .lbd-raised {
	font-size: 1.6rem;
}
/* Leaderboard type 3 */

.lbd-type3 .lbd-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-bottom: #e8e8e8 solid 1px;
	cursor: pointer;
	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;
	margin: 0 0 0 -10px;
	overflow: auto;
	padding: 0.5em 1em;
}
.lbd-type3 .lbd-image img {
	width: 100%;
}
.lbd-type3 .lbd-text {
	line-height: 1.2;
	margin: 0 0 0 10px;
}
.lbd-type3 .lbd-name {
	font-size: 1.8rem;
	font-weight: bold;
}
.lbd-type3 .lbd-raised {
	font-size: 1.7rem;
	font-weight: normal;
	margin: 0.333em 0 0;
}
.lbd-type3 .lbd-button {
	border-radius: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 2px 10px;
	text-transform: uppercase;
}
/* Leaderboard type 4 */

.lbd-type4 {
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 5px #ccc;
	overflow: hidden;
}
.lbd-type4 .lbd-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-bottom: #e8e8e8 solid 1px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5rem 0;
}
.lbd-type4 .lbd-index {
	line-height: 60px;
	padding: 0 1rem 0 2rem;
	font-weight: bold;
	font-size: 2.8rem;
}
.lbd-type4 .lbd-image {
	border-radius: 50%;
}
.lbd-type4 .lbd-image img {
	border-radius: 50%;
	width: 100%;
}
.lbd-type4 .lbd-text {
	line-height: 1.2;
	margin: 0 0 0 10px;
}
.lbd-type4 .lbd-name {
	font-size: 1.7rem;
	font-weight: normal;
}
.lbd-type4 .lbd-raised {
	font-size: 2rem;
	font-weight: bold;
	margin: 0.5em 0 0;
}
.lbd-type4 .lbd-row-0, .lbd-type4 .lbd-row-1, .lbd-type4 .lbd-row-2 {
	border: none;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 5px;
	padding: 1rem 0;
	vertical-align: top;
	width: -webkit-calc(33.333% - 10px);
	width: calc(33.333% - 10px);
}
.lbd-type4 .lbd-row-0 .lbd-index, .lbd-type4 .lbd-row-1 .lbd-index, .lbd-type4 .lbd-row-2 .lbd-index {
	display: none;
}
.lbd-type4 .lbd-row-0 .lbd-image, .lbd-type4 .lbd-row-1 .lbd-image, .lbd-type4 .lbd-row-2 .lbd-image {
	margin: 0;
	text-align: center;
	width: 100%;
}
.lbd-type4 .lbd-row-0 .lbd-image img, .lbd-type4 .lbd-row-1 .lbd-image img, .lbd-type4 .lbd-row-2 .lbd-image img {
	width: 80px;
}
.lbd-type4 .lbd-row-0 .lbd-raised, .lbd-type4 .lbd-row-1 .lbd-raised, .lbd-type4 .lbd-row-2 .lbd-raised {
	text-align: center
}
.lbd-type4 .lbd-row-0 .lbd-name, .lbd-type4 .lbd-row-1 .lbd-name, .lbd-type4 .lbd-row-2 .lbd-name {
	line-height: 1.8rem;
	text-align: center;
}
.lbd-type4 .lbd-row:nth-child(n+4) .lbd-name {
	max-width: -webkit-calc(100% - 1em);
	max-width: calc(100% - 1em);
}
/* Leaderboard type 5 */

.lbd-type5 {
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 5px #ccc;
	overflow: hidden;
}
.lbd-type5 .lbd-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-bottom: #e8e8e8 solid 1px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5rem 0;
}
.lbd-type5 .lbd-index {
	line-height: 60px;
	padding: 0 1rem 0 2rem;
	font-weight: bold;
	font-size: 1.8rem;
}
.lbd-type5 .lbd-image {
	border-radius: 50%;
}
.lbd-type5 .lbd-image img {
	border-radius: 50%;
	width: 100%;
}
.lbd-type5 .lbd-text {
	line-height: 1.2;
	margin: 0 0 0 10px;
}
.lbd-type5 .lbd-name {
	font-size: 1.5rem;
	font-weight: normal;
}
.lbd-type5 .lbd-raised {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0.5em 0 0;
}
.lbd-type5 .lbd-row-0, .lbd-type5 .lbd-row-1, .lbd-type5 .lbd-row-2 {
	border: none;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 5px;
	padding: 1rem 0;
	vertical-align: top;
	width: -webkit-calc(33.333% - 10px);
	width: calc(33.333% - 10px);
}
.lbd-type5 .lbd-row-0 .lbd-index, .lbd-type5 .lbd-row-1 .lbd-index, .lbd-type5 .lbd-row-2 .lbd-index {
	float: left;
	line-height: 1px;
	margin-top: 1rem;
	padding-left: 1rem;
}
.lbd-type5 .lbd-row-0 .lbd-image, .lbd-type5 .lbd-row-1 .lbd-image, .lbd-type5 .lbd-row-2 .lbd-image {
	margin: 0;
	text-align: center;
	width: 100%;
}
.lbd-type5 .lbd-row-0 .lbd-image img, .lbd-type5 .lbd-row-1 .lbd-image img, .lbd-type5 .lbd-row-2 .lbd-image img {
	width: 80px;
}
.lbd-type5 .lbd-row-0 .lbd-raised, .lbd-type5 .lbd-row-1 .lbd-raised, .lbd-type5 .lbd-row-2 .lbd-raised {
	font-size: 2rem;
	text-align: center;
}
.lbd-type5 .lbd-row-0 .lbd-name, .lbd-type5 .lbd-row-1 .lbd-name, .lbd-type5 .lbd-row-2 .lbd-name {
	font-size: 1.6rem;
	text-align: center;
}
.lbd-type5 .lbd-row:nth-child(n+4) .lbd-name {
	max-width: -webkit-calc(100% - 1em);
	max-width: calc(100% - 1em);
}
/* Leaderboard type 6 */

.lbd-type6 {
	border-radius: 10px;
}
.lbd-type6 .lbd-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-bottom: #e8e8e8 solid 1px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
}
.lbd-type6 .lbd-index {
	font-weight: bold;
	font-size: 1.7rem;
}
.lbd-type6 .lbd-text {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.4;
	margin: 0 0 0 20px;
}
.lbd-type6 .lbd-name {
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 1em;
}
.lbd-type6 .lbd-raised {
	font-size: 1.8rem;
	font-weight: bold;
}
/* Leaderboard type 7 */

.lbd-type7 {
	border-radius: 10px;
}
.lbd-type7 .lbd-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-bottom: #e8e8e8 solid 1px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
}
.lbd-type7 .lbd-index {
	font-size: 1.8rem;
	font-weight: bold;
}
.lbd-type7 .lbd-image img {
	width: 100%;
}
.lbd-type7 .lbd-text {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.4;
	margin: 0 0 0 10px;
}
.lbd-type7 .lbd-name {
	font-size: 1.7rem;
	font-weight: bold;
	margin-right: 1em;
}
.lbd-type7 .lbd-raised {
	font-size: 1.9rem;
	font-weight: bold;
}
.lbd-type7 .lbd-row-0 .lbd-index {
	font-size: 2.6rem;
}
.lbd-type7 .lbd-row-0 .lbd-name {
	font-size: 2rem;
}
.lbd-type7 .lbd-row-0 .lbd-raised {
	font-size: 2.4rem;
}
/* Leaderboard type 8 */

.lbd-type8 {
	border-radius: 10px 10px 0 0;
}
.lbd-type8 .lbd-row {
	border-bottom: #e8e8e8 solid 1px;
	cursor: pointer;
	display: block;
	padding: 5px 0;
}
.lbd-type8 .lbd-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;
}
.lbd-type8 .lbd-index {
	font-weight: bold;
	font-size: 1.8rem;
}
.lbd-type8 .lbd-image img {
	width: 100%;
}
.lbd-type8 .lbd-text {
	margin: 0 0 0 10px;
}
.lbd-type8 .lbd-name {
	font-size: 1.7rem;
	font-weight: bold;
	max-width: -webkit-calc(100% - 1em);
	max-width: calc(100% - 1em);
}
.lbd-type8 .lbd-raised {
	font-size: 1.7rem;
	font-weight: bold;
}
.lbd-type8 .lbd-row-0 {
	padding-bottom: 1rem;
}
.lbd-type8 .lbd-row-0 .lbd-inner {
	background-color: #fff;
	border-radius: 10px;
	margin: 0 1rem 0 3rem;
	padding: 10px;
}
.lbd-type8 .lbd-row-0 .lbd-index {
	font-size: 2.6rem;
	margin-left: -3rem;
}
.lbd-type8 .lbd-row-0 .lbd-name {
	font-size: 2rem;
}
.lbd-type8 .lbd-row-0 .lbd-image {
	background-color: #fff;
	margin: 0 0 0 10px;
}
.lbd-type8 .lbd-row-0 .lbd-image img {
	border-radius: 50%;
}
.lbd-type8 .lbd-row-0 .lbd-raised {
	background-color: #fff;
	font-size: 2.4rem;
}
/* Leaderboard type 9 */

.lbd-type9 {
	border-radius: 10px;
	padding-bottom: 1rem;
}
.lbd-type9 .lbd-row {
	background-color: #fff;
	border-radius: 10px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0.5rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
}
.lbd-type9 .lbd-index {
	margin: 0 5px 0 0;
}
.lbd-type9 .lbd-image {
	border-radius: 50%;
	min-width: 60px;
	width: 60px;
}
.lbd-type9 .lbd-image img {
	border-radius: 50%;
	width: 100%;
}
.lbd-type9 .lbd-text {
	margin: 0 0 0 10px;
}
.lbd-type9 .lbd-name {
	font-size: 1.8rem;
	font-weight: bold;
}
.lbd-type9 .lbd-raised {
	font-size: 1.7rem;
	font-weight: normal;
	margin: 0.333em 0 0;
}
.lbd-type9 .lbd-button {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-flex-item-align: start;
	align-self: flex-end;
	border-radius: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 2px 10px;
	text-transform: uppercase;
}
/* Leaderboard type 10 */

.lbd-type10 {
	margin: auto;
	min-width: -webkit-calc(320px - 3em);
	min-width: calc(320px - 3em);
}
.lbd-type10 .lbd-body {
	margin: -10px 0 0;
}
.lbd-type10 .lbd-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
 align-items: center border-bottom: #e8e8e8 solid 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0 0;
	padding: 10px;
	width: 100%;
}
.lbd-type10 .lbd-image {
	margin-right: 10px;
	max-width: 60px;
	min-width: 60px;
}
.lbd-type10 .lbd-image img {
	border-radius: 50%;
	height: auto;
	width: 100%;
}
.lbd-type10 .lbd-text {
	font-size: 1.4rem;
}
.lbd-type10 .lbd-name {
	font-weight: bold;
	line-height: 1.3;
}
.lbd-type10 .lbd-raised {
	line-height: 1;
	margin: 10px 0 0;
}
/*************** Additional participant block styles ***********/
.attendee-block {
	border: #b0e3ef solid 1px;
	background-color: rgba(229,242,250,0.5);
	border-radius: 3px;
	display: none;
	margin: 1rem 0 2rem 0;
}
.attendee-block-header {
	display: none;
	cursor: pointer;
	padding: 1rem;
	background-color: rgba(229, 242, 250);
}
.attendee-block-body {
	padding: 1rem;
}
.attendee-collapsed .attendee-block-header {
	display: block;
}
.attendee-collapsed .attendee-block-body {
	display: none;
}
.attendee-block.in-use {
	display: block;
}
.attendee-price-child {
	display: none
}
.attendee_name {
	font-weight: bold;
}
.attendee-price {
	padding: 0.5rem;
	color: #000;
	font-weight: bold;
	text-align: right;
}
.attendee_charge {
	color: #666;
	font-size: 90%;
	flex: 0 1 auto !important;
}
.attendee-remove-btn {
	padding: 0.5rem 1rem;
	text-align: right;
	display: flex;
}
.attendee-remove-btn div {
	padding: 0.5rem 2rem 0 0;
}
#add_more_paticipants {
	padding: 0.5rem 1rem;
	text-align: right;
}
#add_more_paticipants a {
	position: relative;
	padding: 0.5rem 2rem 0.5rem 5rem;
	font-weight: bold;
}
#add_more_paticipants a::before {
	content: '+';
	font-size: 4rem;
	font-weight: bold;
	position: absolute;
	left: 1.5rem;
}

@media screen and (min-width: 480px) {
.lbd-type10 {
	border-bottom: #e8e8e8 solid 1px;
}
.lbd-type10 .lbd-body {
	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;
}
.lbd-type10 .lbd-row {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.lbd-type10 .lbd-row:nth-child(2n):nth-last-child(2),  .lbd-type10 .lbd-row:nth-child(2n):last-child,  .lbd-type10 .lbd-row:nth-child(2n + 1):last-child {
	border: 0;
}
}

@media screen and (min-width: 768px) {
.center-box-share {
	background-color: transparent;
	margin: 1em 0;
}
.widget-container {
	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;
	margin: -2em 0 0 -2em;
}
.homepage-widget {
	margin: 2em 0 0 2em;
}
.hq-page-block .widget-therm {
	display: block;
}
}

@media screen and (min-width: 1024px) {
.widget-container {
	-ms-flex-pack: distribute;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
}
}

@media screen and (min-width: 1200px) {
.thermometer_search {
	font-size: 1em;
}
}
