﻿@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/slick/slick.woff') format('woff'), 
        url('../fonts/slick/slick.ttf') format('truetype'), 
        url('../fonts/slick/slick.svg#slick') format('svg');
}

.spacer5 {
    height:5px;
}

.spacer10 {
    height:10px;
}

.spacer15 {
    height:15px;
}

.team-page-image {
    height: 80px;
    padding-bottom: 5px;
}

.page-theme {
    color: #FFF;
    background-color: #F36D20;
}

#TeamDonationGrid_pager {
	display: none;
}

.page-container {
	border: 1px solid #B0B2B5;
}

.page-theme-color { color: #F36D20; }

.page-theme-color-subtle { color: #808080; }

.inner-left-main { width: 184px; }

.inner-right-main { width: 560px; }

#main-frp h1 { margin-top: 0px; }

#main-left-inner-right { padding-top: 0px; }

#main-right { width: 197px; }

#main-right a.flexi-button { margin: 0px; }

h4.beneficiary-header { font-size: 18px; }

.gray-gradient {
    /* default background colour, for all layout engines that don't implement gradients */
    background: #fff; /* gecko based browsers */
    background: -moz-linear-gradient(top, #fff, #eee); /* webkit based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    height: auto; /* gradient uses the full height of the element */
}

h4.teaminfo-header {
    background-color: gray;
    height: 25px;
    width: 100%;
    font-weight: normal;
}

h4.share-header {
    font-size: 15px;
    color: #fff;
    background-color: gray;
}

#sponsorinfo-header {
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

#sponsorinfo-header-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
}

#largest-sponsors-list { padding-left: 30px; }

a.donate-button-small {
    padding: 9px 24px 9px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
}

a.donate-button-large {
    font-size: 20px;
    width: 190px;
    text-align: center;
    padding: 13px 2px 11px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
}

div.jointeam-button-large {
    font-size: 20px;
    width: 190px;
    text-align: center;
    padding: 13px 0px 11px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
}

.round-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.round-all { border-radius: 10px; }

h4.fundometer-header {
    font-size: 18px;
    font-weight: normal;
}

#fundometer { font-size: 18px; }

span.fundometer-target-amount {
    font-size: 18px;
    font-weight: bold;
}

span.fundometer-raised-amount {
    font-size: 18px;
    font-weight: bold;
}

span.fundometer-raised-amount-page {
    font-size: 18px;
    font-weight: normal;
}

h4.fundometer-target-header {
    color: gray;
    font-size: 14px;
    font-weight: bold;
        margin-bottom: 5px;
        margin-top:0;
}

h4.fundometer-raised-header {
    padding-top: 15px;
    color: gray;
    font-size: 14px;
    font-weight: bold;
margin-bottom: 5px;
    padding-top: 10px;
    margin-top:0;

}

h4.fundometer-raised-page {
    padding-top: 5px;
    color: gray;
    font-size: 12px;
    margin:0;
}

h4.fundometer-raised-team {
    padding-top: 0;
    margin:0;
    color: gray;
    font-size: 14px;
    font-weight: bold;
}

div.fundometer-left {
    height: 205px;
    left: 5px;
    background-image: url("/content/images/fundometer/fundometer_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

div.fundometer-right {
    position: absolute;
    right: 15px;
    top: 40%;
    margin-top: -80px;
}

div.fundometer-right-no-team {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -66px;
}

#fundometer-footer { font-size: 14px; }

#social-support-container { display: inline; }

#TeamMembersGrid .t-grid-header, #PagesNotInTeamGrid .t-grid-header, #PagesInTeamGrid .t-grid-header { display: none; }

#TeamMembersGrid .t-grid-bottom, #PagesNotInTeamGrid .t-grid-bottom, #PagesInTeamGrid .t-grid-bottom { border: none; }

#DonationGrid, #DonationGrid .t-header, #DonationGrid td, #TeamMembersGrid, #TeamMembersGrid .t-header, #TeamMembersGrid td, #PagesNotInTeamGrid, #PagesInTeamGrid, #PagesNotInTeamGrid td, #PagesInTeamGrid td { border: none; }

#TeamMembersGrid .t-alt { background-color: #fff; }

#fundraising-description {
    overflow: hidden;
    text-overflow: ellipsis;
}

#fundraiser-rebate {
    display: block;
    padding: 10px 10px 10px 200px;
}

#teaminfo-header { padding-top: 5px; }

#teaminfo-header div { margin-top: 6px; }

[id^="team-total"] { margin-right: 20px; }

#teaminfo-image {
    margin-top: 10px;
    float: left;
}

#loading {
    position: absolute;
    display: none;
    vertical-align: middle;
}

.container-header {
    font-size: 16px;
    font-weight: bold;
}

.team-header-right {
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

.no-titlebar .ui-dialog-titlebar {
	display: none;
}

div.join-team-container.team-member-container a { color: #FFFFFF !important; }

#jointhisteam .flexi-button { color: #FFFFFF !important; }

#jointhisteam .break-line { margin-bottom: 0px; }

#charity-text {
    height: 10em;
    overflow: hidden;
}

#team-info-text {
    height: 10em;
    overflow: hidden;
}

#team-info-text-wrapper {
    float: left;
    padding: 10px;
    width: 650px;
}

.helptext { font-weight: bold; }

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#TeamDonationGrid_pager, #TeamMembersGrid_pager, #PagesInTeamGrid_pager, #PagesNotInTeamGrid_pager{
    clear: both;
}



/* ============================================================
    Event Creator Vision Header Styles
    for system pages
*/

body.vision-event {
    font-size:14px;
}

/* ----HEADER---- */
body.vision-event #header, body.vision-event #header >div {
    height: auto;
}

body.vision-event .ec-page-grid-row.banner-row {
    padding: 0 0 15px 0;
    float: none;
}

body.vision-event div[widget-id="ec-banner-1"] {
    padding: 0;
}

body.vision-event .ec-page-grid-row.banner-row:after {
    content: '';
    clear: both;
    display: block;
}


body.vision-event .ec-page-grid-row.banner-row:after {
    content: '';
    clear: both;
    display: block;
}

/*----CONTENT----*/
body.vision-event div#main-wrapper #main-left .inner-right-main {
    width: calc(70% - 0px);
    padding: 10px;
}
body.vision-event div#main-wrapper #main-left div:after {
    content: '';
    clear: both;
    display: block;
}
body.vision-event div#main-wrapper #main-left .inner-left-main img {
    display: block;
    width: 80%;
    margin:0 auto;
    padding:10px;
}
body.vision-event div#main-wrapper #main-left .inner-left-main {
    width: 30%;
    padding: 0;
}
body.vision-event div#main-wrapper #main-left #main-left-inner-right {
    width: calc(70% - 10px);
}
body.vision-event div#main-wrapper #main-frp {
    padding: 30px;
    padding-left:15px;
}
body.vision-event div#main-wrapper #main-right {
    width: 25%;
}
body.vision-event div#main-wrapper #main-left {
    width: calc(100% - 25%);
    padding: 5px;
}
body.vision-event div#main-wrapper #main-right a.donate-button-large {
    display: block;
    width: 100%;
}

@media screen and (max-width:991px) {
    body.vision-event div#main-wrapper #main-right div > a.donate-button-large {
        text-align: center;
        display: block;
        width: 100%;
        margin: 20px auto;
    }

    body.vision-event div#main-wrapper #main-right {
        float: none !important;
        padding: 10px;
        margin: 0;
        display: block;
        width: 100% !important;
    }
    body.vision-event div#main-wrapper #main-left .inner-right-main {
        width: 100%;
        margin: 20px 0;
    }
    body.vision-event div#main-wrapper #main-left #main-left-inner-right > div {
        margin: 15px 0;
    }
    body.vision-event div#main-wrapper #main-left .inner-left-main img {
        max-width: 200px;
        margin: 0 auto;
    }
    body.vision-event div#main-wrapper #main-left #main-left-inner-right {
        float: none;
        width: 100%;
        margin: 20px 0;
    }
    body.vision-event div#main-wrapper #main-left .inner-left-main {
        float: none;
        width: 100%;
        padding: 10px;
    }
    body.vision-event div#main-wrapper #main-left {
        width: 100%;
        padding: 5px;
        float: none !important;
    }
}

body.vision-event .flexi-button {
    border: 0;
    width:100%;
}

/*
body.vision-event div#modal-wrapper {
    display: block !important;
}
*/

body.vision-event .addthis_toolbox a.at300b, body.vision-event .addthis_toolbox a.at300m {
    width:60px;
}

body.vision-event .hidden-div {
    display: none;
}

body.vision-event #jointhisteam .small.joinTeam.flexi-button {
    width: 80%;
    margin: 10px auto 0;
}

body.vision-event #jointhisteam .small.leaveTeam.flexi-button {
    width: 80%;
    margin: 10px auto 0;
}

body.vision-event #teaminfo-header .flexi-button {
    width: auto;
}

body.vision-event div#teaminfo-header {
    padding-bottom: 15px !important;
}
body.vision-event div#teaminfo-header > div:nth-child(1) {
    margin-top: 10px;
}
body.vision-event div#team-total {
    margin-top: 10px;
}

body.vision-event div#team-info-text-wrapper {
    padding: 20px 15px;
}


body.vision-event #TeamDonationGrid_pager {
    margin-bottom: 20px;
}
body.vision-event div#donate-team-grid {
    padding: 15px;
    height: auto !important;
}
body.vision-event div#donate-team-grid a.donate-button-small {
    margin: 20px auto 20px;
    display: block;
    max-width: 300px;
}

body.vision-event div#sponsorinfo-header:after {
    clear: both;
    content: '';
    display: block;
}

body.vision-event div#sponsorinfo-header a.flexi-button {
    text-align: center;
}
body.vision-event div#sponsorinfo-header {
    padding: 20px 15px !important;
    height: auto !important;
}

body.vision-event .frp-section-header a.flexi-button {
    width: 100%;
    max-width: 70px;
    text-align: center;
}

[id^="team-total"] {
    margin-top: 5px;
}

body.vision-event div#main-wrapper #main-frp {
    padding: 30px;
}

body.vision-event div#fundraising-description {
    margin-top: 25px !important;
    font-size: 13px;
    line-height: 18px;
}

body.vision-event #main-frp h1 {
    margin: 0 0 10px 0;
}

body.vision-event .small-padding.page-container span {
}

body.vision-event .btnhomejt {
    padding: 10px 20px;
    display: block;
    border-radius: 50px;
}


.activity-container-bg {
    background-color:white;
    position: relative;
    opacity: 100;
}

.activity-container-bg.area-hidden {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.activity-tabbed-area {
    position: relative;
}

#activity-container, #team-activity-container{
    position:relative;
}

.activity-tab {
    min-width: 30% !important;
    width: auto !important;

    padding: 5px 10px !important;
}

#activity-slider, #team-activity-slider {
    overflow: hidden;
    height: 230px;
    height: auto;
    position: relative;
}

.activity-slide {
    position: relative;
}

.ad-date .activity-header {
    font-size: 15px !important;
    color: #333 !important;
    font-weight: bold !important;
}


#activity-slider ul, #team-activity-slider ul {
  list-style: outside none;
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  transition: all 0.6s ease;
  padding: 0;
  margin: 0;
}

.activity-map, .no-activity-map {
    min-height: 230px;
    opacity: 0.3;
}

    .activity-map .activity-map-error {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 25%;
        font-size: 20px;
        font-weight: bold;
        font-family: Dosis;
    }

.activity-details{
    position:absolute; 
    top:0px; 
    left: 0px; 
    width: 100%;
    padding-top: 15px !important;
}

.activity-details.mobile{
    padding-top: 0px !important;
}

.activity-provider-logo img {
    width: 100px;
    position: absolute;
    top: 15px;
    right: 10px;
}


.activity-nav-bottom {
    position:absolute;
    bottom: 10px;
    left: 0px;
    margin: auto;
    width: 100%;
}

.activity-nav-top {
    position:absolute;
    top:10px;
    left: 0px;
    margin: auto;
    width: 100%;
}

.activity-nav img {
    cursor: pointer;
}


h4.activity-header {
    padding-top: 15px;
    color: gray;
    font-size: 14px;
    font-weight: bold;
}

span.activity-value {
    font-size: 18px;
    font-weight: bold;
}


    .activity-slide.mobile .activity-header {
        font-size: 14px;
    }

    .activity-slide.mobile .activity-value {
        font-size: 16px;
    }




/* activity tracker mobile */
#activity-tracker.bg-static-block, #team-activity-tracker.bg-static-block {
    text-align: center;
}

.m-activity-tracker-label {
    font-size: 0.8em; 
    margin-top: 0.2em;
}


.fb-comments {
    position: relative;
    z-index: 0;
}

body.vision-event div#charity-text p, body.vision-event div#fundraising-description p {
    line-height: 1.175;
}


/* RIGHT ACTIVITY TRACKER */
#activity-tracker .track-value, #team-activity-tracker .track-value {
    color: #333 !important;
    font-size: 17px;
}

#activity-tracker fitness-track-wrap .fg-static-block, #team-activity-tracker fitness-track-wrap .fg-static-block {
    width: auto;
}

#activity-tracker .fitness-track-wrap img, #team-activity-tracker .fitness-track-wrap img {
    height: 30px;
    width: auto;
    display: inline-block;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
}

#activity-tracker .fg-static-block .track-value, #team-activity-tracker .fg-static-block .track-value {
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#activity-tracker .fg-static-block, #team-activity-tracker .fg-static-block  {
    font-size: 13px;
    font-family: 'bariolreg','Arial','Helvetica';
    padding: 0;
}
div#activity-tracker, div#team-activity-tracker {
    padding: 15px 2px;
}


/*ACTIVITY SLIDER*/
#activity-slider .fg-static-block .track-value, #team-activity-slider .fg-static-block .track-value  {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
#activity-slider .fg-static-block, #team-activity-slider .fg-static-block {
    font-family: 'bariolreg','Arial','Helvetica';
    font-size: 12px;
    background: #F3F3F3;
    padding: 5px 15px 10px;
}
#activity-slider .fg-static-block img, #team-activity-slider .fg-static-block img  {
    height: 30px;
    padding:3px;
    width: auto;
    margin: 5px auto;
}

.activity-nav {
    display: none;
}

div#activity-container, div#team-activity-container {
    border: 0;
}

#activity-slider .slick-dots, #team-activity-slider .slick-dots {
    padding: 10px 5px;
}

.ad-time .activity-header {
    font-size: 14px !important;
    display: inline-block;
    vertical-align: middle;
    font-family: 'bariolreg','Arial','Helvetica';
    font-weight: normal;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    color: #333 !important;
}

.ad-time img {
    display: inline-block !important;
    width: 15px;
    vertical-align: middle;
}

.ad-time {
    margin-top: 4px;
}

.ad-date {
    margin-top: 6px;
}


.activity-image {
    width: 65px;
    display: inline-block;
    vertical-align:top;
    padding: 4px;
}

    .activity-image img {
        width: 100%;
    }

.activity-details-header {
    /*padding: 20px 5px;*/
    display: inline-block;
    height: 70px;
}

.ad-date .activity-header {
    font-size: 15px !important;
    color: #333 !important;
    font-weight: bold !important;
    margin: 0;
    padding: 0;
}

.ad-name .activity-header.activity-name {
    font-size: 17px !important;
    color: #333 !important;
    font-weight: normal !important;
    margin: 0 0 0 26px;
    padding: 2px 0 0 0;
}

.activity-details-header .user-image{
    width: 20px;
    height: 20px;
    position: absolute;
    overflow: hidden;
    display: inline-block;
    background-size: cover;
    background-position-x: 50%;
    border-radius: 25px;
    background-image: url("/content/images/thumb-person.jpg");
}

.user-image span{
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position-x: 50%;
    display: inline-block;
}


/* CUSTOM SLICK DOTS */
.slick-dots li button:before{
    opacity:0.4;
    transition:all 0.4s;
    -ms-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    -webkit-transition:all 0.4s;
}
.slick-dots li.last-dot button:before {
    opacity: 0.1;

}
.slick-dots li.second-to-last-dot button:before {
    opacity: 0.2;
    transition:all 0.4s;
    -ms-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    -webkit-transition:all 0.4s;
}

.slick-dots li.slick-active button:before {
    opacity:1;
    color: #000;
    font-size: 14px;
    transition:all 0.4s;
    -ms-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    -webkit-transition:all 0.4s;
}

.slick-dots li.slick-pre-active button:before {
    opacity: .85;
    color: #6B6B6B;
    font-size: 12px;
    transition:all 0.4s;
    -ms-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    -webkit-transition:all 0.4s;
}

.slick-dots li.slick-ne-active button:before {
    opacity: .85;
    color: #6B6B6B;
    font-size: 12px;
    transition:all 0.4s;
    -ms-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    -webkit-transition:all 0.4s;
}



img.spinner-loading {
    display: block;
    margin: 10px auto;
    width: 30px;
}


.hidden-div {
    display:none;
}



.medium-padding:after {
    clear: both;
    content: '';
    display: block;
}

#main-frp h1 {
}

.system-dropdown-toggle span:before {
    color:#415d6e !important;
}
.system-dropdown-toggle.active span:before {
    color:#f47d32 !important;
}

#system-wrap > li {
    padding: 0 5px !important;
}
a#systemdropdown-hb {
    line-height: normal !important;
    font-size: 21px;
    display: block;
}

div#left-controls a {
    padding: 10px !important;
    padding-left: 45px !important;
    position: relative;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

a#promote {
    display: block;
    margin: 0 auto;
}



#teaminfo-header, 
#sponsorinfo-header, 
.beneficiary-header, 
.fundometer-header, 
#fundometer-footer, 
.frp-section-header,
h4.share-header{
    margin-bottom:0px;
}

/* ============================
    FITNESS TRACKER DESKTOP ICONS AND DETAILS CSS
    WEB-2390
============================ */
#activity-tracker .fg-static-block > div, #team-activity-tracker .fg-static-block > div {
    display: inline-block;
    float: none;
    vertical-align: middle;
    word-wrap:break-word;
}

.fit-tracker-img-wrap {
    width: auto;
    padding: 0;
    margin-right: 0;
}

.fit-tracker-title {
    width: auto;
    padding: 0;
    font-size: 14px;
    color: #868686;
}


div#main-wrapper #main-left .inner-left-main img {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

div#left-controls a span, div#left-controls button span {
    font-size: 12px;
}

div#left-controls a span.fa, div#left-controls button span.fa {
    font-size: 14px;
}

#main-right .addthis_toolbox a {
    width: auto !important;
    padding: 2px;
    display: inline-block;
}

.tab {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

h4.fundometer-header {
    margin: 0;
    border-radius: 0;
}

/*fundometer-tabs*/
#fundometer-tabs {
    margin-top: 0px;
}
#fundometer-tabs:after {
    clear: both;
    display: block;
    content: '';
}
#fundometer-tabs > div {
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #cacaca;
    padding: 6px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
}

#fundometer-tabs span.creator-name {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#fundometer-tabs > div.active {
    background: #cacaca;
    border-color: transparent;
}


/*Leaderboard*/
#activity-leaderboard {
    font-family: 'bariolreg','Arial','Helvetica';
    border-left: solid 1px #cacaca;
    border-right: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
}

.leaderboard-heading .heading-white, .leaderboard-heading .heading-gray{
    padding:15px 5px 15px 8px;
    font-size: 14px;
    font-weight: bold;
}

.leaderboard-heading, .leaderboard-row {
    background-color: #f4f4f4;
}

.mobile-leaderboard .leaderboard-row {
    background-color: white;
    padding: 20px 0px;
    border-top: solid 1px #cacaca;
}

.mobile-leaderboard .leaderboard-row:first-child {
    border-top: none;
}

.leaderboard-row .col-white, .leaderboard-row .col-gray {
    padding:25px 5px 25px 8px;
    font-size: 14px;
    height: 100%;
}


.leaderboard-row .col-left {
    display: inline-block;
    width: 20%;
    height: auto;
    position: relative;
    vertical-align: top;
}

.leaderboard-row .col-right {
    display: inline-block;
    width: 78%;
}

.leaderboard-row .col-values {
    font-weight: bold;
}

.heading-white, .col-white {
    display: inline-block;
    width: 43%;
    margin: 0px;
    position: relative;
}

.heading-gray, .col-gray {
    display: inline-block;
    width: 13%;
    margin: 0px;
}

.leaderboard-heading .heading-gray, .col-gray {
    text-align: center;
}

.leaderboard-heading .heading-white, .col-white {
    background-color: #ffffff;
}

.leaderboard-rank {
    display: inline-block;
    width: 20px;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
}

.leaderboard-row.active .leaderboard-rank {
    color: white;
    background-color: black;
}

.mobile-leaderboard .leaderboard-rank {
    position: absolute;
    top:20px;
    font-weight: bold;
    width: 20%;
}


.leaderboard-image{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    overflow: hidden;
    display: inline-block;
    background-size: cover;
    background-position-x: 50%;
    border-radius: 25px;
    background-image: url("/content/images/thumb-person.jpg");
}

.leaderboard-image span{
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position-x: 50%;
    display: inline-block;
}

.mobile-leaderboard .leaderboard-image{
    top: 10px;
    right: 5px;
}

.leaderboard-name {
    margin-left: 50px;
    max-width: 55%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.mobile-leaderboard .leaderboard-name{
    margin-left: 0px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
    max-width: 90%;
    margin-bottom: 4px;
}

#share .jssocials-share-email a i {
    background: #3490F3;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 8px 10px;
}

#share .jssocials-share-email a {
    background: transparent;
    text-align: left;
}

.jssocials-share-facebook .jssocials-share-link i {
    background: #3b5998;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 8px 10px;
}

.jssocials-share-twitter .jssocials-share-link i {
    background: #00aced;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 8px 10px;
}

.jssocials-share-linkedin .jssocials-share-link i {
    background: #007bb6;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 8px 10px;
}

.jssocials-share-googleplus .jssocials-share-link i {
    background: #3b5998;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 8px 10px;
}

.jssocials-share-googleplus .jssocials-share-link i {
    background: #dd4b39;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 8px 10px;
}

.jssocials-share-copylink .jssocials-share-link i {
    background: #999;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 8px 10px;
}

.jssocials-share-sms .jssocials-share-link i {
    background: #f47d32;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 8px 10px;
}

#share .jssocials-share-link {
    display: block;
    text-align: left;
    background: transparent;
        padding-left: 0;
}

/*
#share .jssocials-share-facebook > div:after {
    content: 'Share via Facebook';
    display: inline;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 14px;
    color:#777;
    margin-left: 10px;
}

#share .jssocials-share-twitter > div:after {
    content: 'Share via Twitter';
    display: inline;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 14px;
    color:#777;
    margin-left: 10px;
}

#share .jssocials-share-linkedin > div:after {
content: 'Share via LinkedIn';
    display: inline;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 14px;
    color:#777;
    margin-left: 10px;
}



#share .jssocials-share-googleplus > div:after {
content: 'Share via Google Plus';
    display: inline;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 14px;
    color:#777;
    margin-left: 10px;
}

#share .jssocials-share-copylink > a:after {
content: 'Copy Link';
    display: inline;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 14px;
    color:#777;
    margin-left: 10px;
}

#share .jssocials-share-sms > a:after {
content: 'Share via SMS';
    display: inline;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 14px;
    color:#777;
    margin-left: 10px;
}

#share .jssocials-share-email > a:after {
content: 'Share via E-Mail';
    display: inline;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 14px;
    color:#777;
    margin-left: 10px;
}
*/

#desk-share span.jssocials-share-label {
    display: none;
}

#desk-share .jssocials-share-link i {
    border-radius: 50px;
    width: 38px;
    height: 36px;
    line-height: 1.5;
}

#desk-share .jssocials-share {
    display: inline-block;
    width: 50px;
    padding: 0 5px;
    border: 0;
}

#desk-share .jssocials-share-link {
    border-radius: 5px;
    background: transparent;
    padding: 0;
    display: block;
    cursor: pointer;
}

#desk-share .jssocials-share-email a i {
    padding: 9px;
    display: block;
    background: #999;
}


div#desk-share {
    padding: 5px;
    background: #fff;
    margin-top: 15px;
    position: relative;
    display: none;
}

#toolbar-btns > div.float-share {
    position: relative;
}

div#toolbar-share .jssocials-share-email a i {
    display: block;
    background: #777;
    border-radius: 50px;
}

div#toolbar-share .jssocials-share {
    padding: 10px 0;
}

div#toolbar-share .jssocials-share-link i {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 1.2;
}

div#toolbar-share .jssocials-share-link {
    margin: 0 auto;
    display: block;
    width: 35px;
    height: 35px;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

div#toolbar-share .jssocials-share-label {
    display: none;
}

div#toolbar-share {
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
    background: #f8f8f8;
    top: 40px;
    border-bottom: 2px solid #ddd;
}


.team-members-grid-wrapper > div > div {
    display: block;
    min-height: 200px;
}

#share .jssocials-share {
    cursor: pointer;
}
#share .jssocials-share-sms {
    display: none;
}
body.ios #share .jssocials-share-sms {
    display: block;
}
body.android #share .jssocials-share-sms {
    display: block;
}


@media screen and (max-width:767px) {
    div#share:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #fff transparent transparent transparent;
        line-height: 0px;
        _border-color: #007bff #000000 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        content: '';
        display: block;
        right: 13%;
        position: absolute;
    }
}

@media screen and (min-width:768px) {
    .share-wrap {
height: auto !important;
    bottom: 0 !important;
    position: fixed !important;
    background: transparent !important;
    width: 100% !important;
    max-width: 460px;
    top: 40%;
    left: 50% !important;
    transform: translate(-50%,-50%);
}

    div#share {
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}
}

@media screen and (max-width:480px) {
    .jssocials-share {
        padding: 5px !important;
    }
}

.cause-desc > div.truncate em {
    font-style: italic;
}

.cause-desc > div.truncate img, 
.cause-desc > div.truncate blockquote, 
.cause-desc > div.truncate cite {
    display: block;
    width: 100%;
    margin: 15px auto;
}
.bbc-quotecontent {
    padding-left: 15px;
    border-left: 5px solid #eaeaea;
    margin: 15px 0 15px;
    font-style:italic;
}
body br {
    height: 0px;
    display: block;
}