﻿.transition {
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#main-message {
    display: none !important;
}


#main-wrapper {
    margin: 0 auto;
}

#header {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

div#header a {
    display: block;
}

div#header img {
    width: 100%;
    display: block;
}

#main-frp.main-frp-new {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

div#top-controls {
    padding: 15px 15px 20px;
    background: #f8f8f8;
}

    div#top-controls:after {
        clear: both;
        content: '';
        display: block;
    }

div#profile-img-wrap {
    border-radius: 500px;
    margin: -26% auto 0px;
    cursor: pointer;
    z-index: 10;
    position: relative;
    margin-top: calc( -30px + -15px);
}

div.profile-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}



.fundo-bar {
    width: 100%;
    height: 15px;
    overflow: hidden;
    border-radius: 50px;
    margin: 7px 0;
    background: #fff;
}

div#fundo {
    font-family: 'Open Sans';
}

.fundo-raised {
    font-weight: bold;
}

span.fundo-raised {
    font-size: 30px;
}

#fundo > h3 {
    font-size: 22px;
    font-weight: 400;
    color: #666;
    margin: 0;
}

.fundo-bar-inner {
    width: 50%;
    height: 100%;
}

#fundo p {
    font-weight: 400;
    color: #777;
    font-size: 14px;
}

.total-days,
.total-people {
    font-weight: bold;
}

a.main-donate-btn > span {
    margin-right: 5px;
}

a.main-donate-btn {
    text-decoration: none !important;
    width: 100%;
    padding: 8px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-family: 'Open Sans';
    font-size: 20px;
    margin: 25px 0 10px;
}

a.main-jointeam-btn {
    text-decoration: none !important;
    width: 100%;
    padding: 8px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    background: #a7a7a7 !important;
    color: #fff !important;
    box-shadow: none !important;
    line-height: normal;
    font-weight: normal !important;
}

#btns-wrap[data-g2g="true"] .top-btns-wrap > a,
#btns-wrap[data-g2g="true"] .top-buttons-wrap a {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 45px;
}

a.g2g-donate-btn {
    background: #f8f8f8;
    text-decoration: none !important;
    width: 100%;
    padding: 8px;
    display: inline-block;
    text-align: center;
    color: #898989;
    border-radius: 50px;
    font-family: 'Open Sans';
    font-size: 16px;
    margin: 25px 0 10px;
    border: 2px solid #898989;
}

    a.g2g-donate-btn:hover {
        background: #898989;
        color: #f8f8f8;
    }

    a.g2g-donate-btn span.g2g-btn-header {
        font-weight: bold;
        font-size: 13px;
    }

    a.g2g-donate-btn span {
        display: block;
    }


#btns-wrap[data-g2g="true"] #join-team a {
    margin-top: 10px;
    font-size: 14px !important;
    padding: 7px;
    margin-top: 0;
}

#btns-wrap[data-g2g="true"] .top-buttons-wrap > div:nth-child(1) {
    padding-right: 0;
}

a.main-donate-btn:hover {
    background: #f47d32;
    color: #fff;
}

a.like-btn {
    background: #edf0f7;
    color: #35599a;
}

a.share-btn {
    background: #3a5475;
    color: #f3f3f3;
}

.share-btns-wrap {
    margin: 0px 0 20px;
}

    .share-btns-wrap > * {
        font-family: 'Open Sans';
        text-decoration: none;
        text-align: center;
        padding: 0px !important;
        border-radius: 50px;
        color: #777;
    }

    .share-btns-wrap > div > * {
        border-radius: 50px;
        font-size: 14px;
        display: block;
        padding: 0;
        text-decoration: none;
    }

div#btns-wrap:after {
    clear: both;
    content: '';
    display: block;
}

.share-btns-wrap:after {
    content: '';
    clear: both;
    display: block;
}

.share-btns-wrap span.total-number {
    margin: 0px 5px;
    font-weight: bold;
}

.share-btns-wrap a,
.share-btns-wrap span.views {
    text-decoration: none !important;
    display: block;
    padding: 7px 0;
    border-radius: 50px;
}

.share-btns-wrap > div > div > div {
    padding: 0;
}

    .share-btns-wrap > div > div > div.likewrap {
        padding: 0 14px;
    }

a.share-btn:hover {
    background: #6a88ad;
    color: #fff;
}

.top-buttons-wrap > div:nth-child(1) {
    padding-right: 15px;
}

.top-buttons-wrap > div {
    padding: 0;
}

a.like-btn:hover {
    background: #f47d32;
    color: #fff;
}

div#biggest-supporters {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #f8f8f8;
}

#biggest-supporters h3 {
    padding: 8px 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #777;
    margin: 0;
    border-bottom: 1px solid #f8f8f8;
}

#biggest-supporters > div {
    background: #fff;
}

.bs-item span.heart-icon {
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.bs-item .detail {
    display: inline-block;
    padding: 9px;
    vertical-align: middle;
    width: calc(100% - 45px);
    position: relative;
}

    .bs-item .detail p {
        margin: 0;
        color: #666;
    }

.bs-item {
    padding: 0px 15px;
    border: 2px solid #f8f8f8;
    border-top: 0;
}

    .bs-item .item-img {
        display: inline-block;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        border-radius: 50px;
        overflow: hidden;
    }

.item-img-wrap {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bs-item .detail p.detail-raised {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

.bs-item .detail p {
    margin: 0;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
}

a.follow-link > span {
    margin-right: 5px;
}

a.follow-link {
    display: block;
    margin-top: 45%;
    width: 80%;
    max-width: 200px;
    border: 2px solid #D6D6D5;
    border-radius: 50px;
    padding: 7px 5px;
    text-align: center;
    font-family: 'Open Sans';
    text-decoration: none !important;
    color: #999999;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}

    a.follow-link:hover {
        color: #fff;
        background: #999;
    }

.vfc-title {
    padding: 50px 15px;
}

.cause-title {
    border-bottom: 1px solid #dfdfdf;
}

    .cause-title h1 {
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        font-weight: 300;
        font-family: 'Open Sans';
        color: #999;
        font-size: 20px;
    }

#view-frp-content .vfc-right button,
#view-frp-content .vfc-right a {
    display: block;
    width: 90%;
    padding: 10px !important;
    text-align: center;
    border: 1px solid #999;
    background: transparent;
    border-radius: 50px;
    font-family: 'Open Sans';
    font-size: 12px;
    color: #999;
    margin: 0 auto 10px;
    min-width: auto;
}

    #view-frp-content .vfc-right button:hover,
    #view-frp-content .vfc-right a:hover {
        background: #999;
        color: #fff;
    }

    #view-frp-content .vfc-right button > span.fa,
    #view-frp-content .vfc-right a > span.fa {
        margin-right: 5px !important;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        display: inline;
    }

.description h3 {
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #666;
}

.description p *,
.description p {
    line-height: 1.7;
}

    .description p.truncate {
        overflow: hidden;
    }

.description p {
    height: auto;
    overflow: auto;
}

.cause-desc p {
    word-break: break-word;
}

.description {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.toggle-truncate {
    cursor: pointer;
    font-size: 12px;
    font-family: 'Open Sans';
    font-style: italic;
    text-decoration: underline;
    display: inline-block;
    border-top: 1px dashed #ccc;
    padding-top: 3px;
}

body.edit-mode .toggle-truncate {
    display: none !important;
}

div#cause-section {
    margin: 20px 0 0;
    padding: 15px;
    font-family: 'Open Sans';
}

    div#cause-section > div {
        border: 1px solid #f6f6f6;
        padding: 15px;
        border-radius: 5px;
    }

.cause-desc {
    margin: 25px 0;
}

.cause-image {
    width: 100%;
    height: 150px;
}

.cause-image-wrap {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

p.charity-name {
    text-align: center;
    font-weight: bold;
    color: #777;
    margin: 10px 0 15px 0;
}

.cause-desc div.truncate {
    overflow: hidden;
    line-height: 20px !important;
    display: none;
}

.fundraisingfor-desc p.truncate {
    opacity: 0;
    overflow: hidden;
    line-height: 20px !important;
}

.fundraisingfor-img-wrap {
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 10px 0;
    width: 100%;
}

.reg-details p > span {
    margin-right: 5px;
}

.reg-details p {
    font-family: 'Open Sans';
    font-size: 14px;
    margin-bottom: 5px;
}

.right-section {
    margin-bottom: 0;
    padding: 15px;
}

p.right-section-title {
    background: #f6f6f6;
    padding: 10px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-family: 'Open Sans';
}

.right-section > div {
    border: 1px solid #f6f6f6;
    border-top: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 15px;
    border-radius: 5px;
}

.creator-image-wrap {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.creator-cause > span {
    font-weight: normal;
}

.creator-image {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
    vertical-align: top;
}

.creator-info {
    width: calc(100% - 60px);
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}

p.creator-name {
    font-weight: normal !important;
    margin-bottom: 3px !important;
    font-size: 13px !important;
    color: #222;
}

.creator-info p {
    margin: 0;
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: bold;
    color: #999;
}

button.toggle-fb-comment > span {
    margin-right: 5px;
}

button.toggle-fb-comment {
    display: block;
    font-size: 12px;
    margin: 25px 0 20px;
    width: 80%;
    max-width: 150px;
    text-align: center;
    padding: 10px;
    border: 2px solid #a6a6a6;
    background: transparent;
    border-radius: 50px;
    color: #a6a6a6;
}

    button.toggle-fb-comment:hover {
        border: 2px solid #3b5998;
        background: #3b5998;
        color: #fff;
    }

#facebook-comments-section {
    display: none;
}

#activities-tab > #tabs > span.active {
    border-bottom: 2px solid #f47d32;
    color: #f47d32;
}

.add-activity {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.add-activity:hover, .add-activity:visited, .add-activity:active {
	text-decoration: none;
}

#activities-tab > #tabs > span > span.number {
    color: #fff;
    border-radius: 50px;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
    line-height: 1.6;
    margin-left: 10px;
}

#activities-tab {
    padding: 30px 0;
}

    #activities-tab > #tabs > span {
        text-align: center;
        padding: 15px;
        border-bottom: 1px solid #c6c6c6;
        color: #c6c6c6;
        font-family: 'Open Sans';
        font-weight: bold;
        position: relative;
        cursor: pointer;
        font-size: 14px;
    }

        #activities-tab > #tabs > span:hover {
            border-bottom: 1px solid #f47d32;
            color: #f47d32;
        }

.right-section.ranks > div:nth-child(2) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.right-section.ranks > div:nth-child(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #f6f6f6;
}

.right-section.ranks > div {
    border-radius: 0px;
}

.rank-stat > span:nth-child(1) {
    font-weight: bold;
}

.rank-stat {
    color: #999;
}

.rank-title {
    font-weight: bold;
    color: #666;
    font-size: 13px;
    margin: 0 0 5px 0;
}

.rank-section-wrap > div {
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans';
    font-size: 13px;
    margin-right: 5px;
    text-align: left;
}


/* Alignment styles for images, videos and iframes in editable regions */


/* Center (default) */

[data-editable] iframe,
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}


/* Left align */

[data-editable] .align-left {
    clear: initial;
    float: left;
    margin-right: 0.5em;
}


/* Right align */

[data-editable].align-right {
    clear: initial;
    float: right;
    margin-left: 0.5em;
}


/* Alignment styles for text in editable regions */

[data-editable] .text-center {
    text-align: center;
}

[data-editable] .text-left {
    text-align: left;
}

[data-editable] .text-right {
    text-align: right;
}


/* =====================================================
    EDTABLE FIELDS*/

.trumbowyg-box,
.trumbowyg-editor {
    min-height: 50px !important;
}

.trumbowyg-editor {
    height: 100% !important;
}

.edit-detail {
    position: absolute;
    border-radius: 5px;
    top: 0;
    right: 0;
    font-size: 13px !important;
    color: #fff;
    padding: 5px 6px;
    color: #1a3a49;
    background: transparent;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
    /* display: none !important;
        background: #bbbbbb;
    */
}

    .edit-detail:after {
        content: 'edit';
        margin-left: 5px;
        font-size: 14px;
        font-family: 'Open Sans';
    }

.cause-title.editable {
    position: relative;
}

    .cause-title.editable:hover {
        background: #f7f7f7;
    }

#cause-title-wrap {
    position: relative;
}

    #cause-title-wrap .trumbowyg-button-pane {
        display: none !important;
    }

    #cause-title-wrap:hover > span.edit-detail {
        display: block !important;
    }

.cause-title.editable.trumbowyg-editor:hover {
    background: #fff;
}

#cause-title-wrap.editable:hover > span.edit-detail {
    display: none !important;
}

.done-edit {
    cursor: pointer;
    display: none;
}

    .done-edit p > span {
        margin-right: 5px;
        font-family: 'fontAwesome';
        color: #fff;
    }

    .done-edit > span {
        display: inline-block;
        padding: 3px 10px;
        text-align: center;
    }

    .done-edit p {
        display: inline-block;
        margin-bottom: 0;
        border-right: 1px solid #fff;
        padding: 5px 10px;
        line-height: normal;
        color: #fff;
        overflow: initial;
        margin: 0 !Important;
    }

.done-edit {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-family: 'Open Sans';
    background: #545454;
    font-size: 13px;
}

#cause-title-wrap.editable:hover > .done-edit {
    display: block !important;
}

div#description-wrap {
    position: relative;
}

    div#description-wrap:hover .edit-detail {
    }

    div#description-wrap > .edit-detail:hover .desc-edit > p {
        background: #f7f7f7;
    }

    div#description-wrap.editable:hover .edit-detail {
        display: none !important;
    }

    div#description-wrap.editable:hover .done-edit {
        display: block !important;
    }

.desc-edit p *,
.desc-edit p,
.non-desc-edit p *,
.non-desc-edit p {
    /*line-height: 22px !important;*/
    line-height: 1.6em !important;
}

#editable-desc:hover {
    background: #f7f7f7;
}

div#description-wrap.editable #editable-desc:hover {
    background: #fff;
}

.editable-hovered {
    /* background: #f7f7f7; */
}

#cause-title-wrap .edit-detail,
#cause-title-wrap .done-edit {
    top: -25px;
}

#activity-tracker-section div#activity-tracker,
#activity-tracker-section div#team-activity-tracker {
    padding: 0 10px;
    border: 0;
    background: #fff;
}

#activity-tracker-section .track-value {
    font-family: 'Open Sans';
    font-size: 13px !important;
    font-weight: bold;
    color: #444 !important;
}

#activity-tracker-section .fit-tracker-title {
    font-family: 'Open Sans';
    font-size: 12px;
    color: #333;
}

.tab-slide.activity .page-container {
    border: 0;
    font-family: 'Open Sans';
    font-size: 12px;
}

div#tab-content .page-container {
    border: 0;
    color: #666;
}

.empty-bs {
    padding: 20px;
}

.fundometer-toggles > span.active {
    border-bottom: 2px solid #cfcfcf;
    color: #666;
    background: #f3f3f3;
}

.fundometer-toggles > span {
    color: #666;
    font-family: 'Open Sans';
    padding: 5px 15px;
    text-align: center;
    border-bottom: 2px solid #e1e1e1;
    min-width: 130px;
    display: inline-block;
    color: #e1e1e1;
    cursor: pointer;
}

#join-team a {
    font-weight: normal;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    width: 100%;
    padding: 12px;
    display: block;
    text-align: center;
    background: #a7a7a7;
    border-radius: 50px;
    margin: 23px 0 10px;
    line-height: normal;
}

div#floating-toolbar {
    position: fixed;
    z-index: 999999;
    top: -400px;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    padding: 10px 0;
    padding-top: 4px;
    padding-bottom: 5px;
}

.floating-toolbar-wrap {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#floating-toolbar .floating-toolbar-wrap > div > div:nth-child(2) {
    width: calc(100% - 53%);
    float: right;
    padding-left: 0px;
    padding-right: 0;
}

#floating-toolbar .floating-toolbar-wrap > div > div:nth-child(1) {
    padding-right: 0px;
    padding-left: 9px;
    /*width: 53%;*/
    width: calc(100% - 47%);
}

div#fundo-float {
    margin-top: -2px;
}

#fundo-float .fundo-raised {
    font-size: 18px;
}

#fundo-float .fundo-bar {
    margin: 1px 0 0 0;
    height: 12px;
}

#fundo-float h3 {
    font-size: 15px;
    margin: 0;
    font-family: 'Open Sans';
}

#toolbar-btns a > span {
    margin-right: 5px;
}

#toolbar-btns a {
    display: block;
    text-align: center;
    margin: 0;
    padding: 8px 0px;
    width: 100%;
    border-radius: 50px;
    font-family: 'Open Sans';
    font-size: 13px !important;
    text-decoration: none;
    padding-top: 8px;
    margin-top: -2px;
}

#toolbar-btns > div {
    padding: 0 5px;
    text-align: center;
}

#toolbar-btns > .float-like {
    width: 84px;
    margin-left: 4%;
    padding: 0 0;
}

#toolbar-btns > div.float-share {
    width: 25%;
    width: 90px;
}

#toolbar-btns > div.float-donate {
    /*width: 52%;*/
    width: calc(96% - 178px);
}

div#toolbar-btns {
    font-size: 14px;
    margin-top: 4px;
}

#floating-toolbar.vis {
    top: 0;
}

div#footer {
    max-width: 940px;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
}

#activity-tracker-section div#fundometer-tabs > div {
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#activity-tracker-section div#fundometer-tabs {
    margin-bottom: 15px;
}


/* team section styles */

.team-members #TeamMembersGrid > div {
    padding: 5px;
}

    .team-members #TeamMembersGrid > div > div {
        /*padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Open Sans';*/
        text-align: center;
    }

a.team-page-image {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 500px;
    width: 60px;
    height: 60px;
    margin: 10px auto 5px;
    padding-bottom: 0;
}

p.team-creator {
    margin: 0 0 5px 0;
    font-size: 12px;
}

.team-member-donation {
    font-weight: bold;
    font-size: 13px;
}

.team-member-meter {
    width: 100%;
    height: 7px;
    overflow: hidden;
    border-radius: 50px;
    background: #f3f3f3;
    margin: 5px 0 15px 0;
}

.team-member-meter-inner {
    width: 50%;
    position: relative;
    height: 100%;
    background: #f47d32;
}

.team-member-donate {
    padding: 7px;
    text-decoration: none !important;
    color: #fff !important;
    background: #f47d32;
    border-radius: 50px;
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 10px auto 10px;
    text-align: center;
    font-size: 11px;
    font-family: 'Open Sans';
}

div#teams {
    margin: 20px 0;
}

.team-rank {
    text-align: right;
}

    .team-rank .ctr {
        font-weight: bold;
    }

    .team-rank p {
        display: inline-block;
        margin: 0 0 0 10px;
        font-family: 'Open Sans';
    }

    .team-rank span.fa {
        margin-right: 5px;
    }

    .title-sect h3,
    .team-rank h3 {
        font-family: 'Open Sans';
        font-size: 13px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        color: #333;
        margin: 0;
    }

.team-members #TeamMembersGrid_pager {
    display: none !important;
}

.team-fundo-inner {
    width: 30%;
    height: 100%;
    background: #f37d32;
    position: relative;
}

.team-fundo-wrap {
    width: 100%;
    height: 15px;
    border-radius: 100px;
    background: #f3f3f3;
    margin: 10px 0;
    overflow: hidden;
}

.team-fundo p {
    margin: 0;
}

.team-fundo .team-total {
    font-weight: bold;
}

.team-fundo {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #777;
}

#team-section a {
    font-family: 'Open Sans' !important;
    font-weight: normal;
    color: #fff !important;
    text-transform: lowercase;
    font-size: 13px !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    background: #a7a7a7;
    border-radius: 50px;
    margin: 9px 0;
    line-height: normal;
}

.team-fundometer-section {
    margin: 20px 0 10px;
}

#TeamMembersGrid .slick-slide > div {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}

#TeamMembersGrid .slick-slide {
    padding: 10px;
}

.team-member-donate span.fa {
    font-size: 10px !important;
    margin-right: 5px;
}

#TeamMembersGrid .slick-track,
#TeamMembersGrid .slick-list,
#TeamMembersGrid {
    border-radius: 0;
}

.supporter-donation-comment .supporter-comment-desc > p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 2px;
    font-style: normal;
}

.supporter-donation-comment .supporter-comment-desc {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    font-style: italic;
    width: calc(100% - 50px);
    font-size: 13px;
}

.supporter-donation-comment .recent-supporter-image-comment > div {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-size: 100%;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
}

.supporter-donation-comment .recent-supporter-image-comment {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border-radius: 100px;
}

.supporter-donation-comment {
    padding: 10px;
    background: #f7f7f7;
    margin-top: 10px;
}

.supporter-comment {
    padding: 0 10px;
    font-size: 12px;
    font-style: italic;
}

.recent-supporter-amount {
    font-weight: bold;
    font-size: 15px;
}

.recent-supporter p {
    margin: 5px 0;
    word-wrap: break-word;
}

.recent-supporter {
    font-family: 'Open Sans';
    color: #666;
}

.recent-supporter-details {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    width: calc(100% - 55px);
}

.recent-supporter-image > div {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 100px;
}

.recent-supporter-image {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
}

.recent-supporter {
    position: relative;
    border-radius: 0 !important;
}

    .recent-supporter span.fa {
        position: absolute;
        top: 20px;
        right: 15px;
    }

p.recent-supporter-name {
    font-size: 13px;
}

.upload-wrap {
    display: none;
}

#l-box {
    display: none;
}

    #l-box .item button.saveImage {
        color: #f47d32;
        border: 1px solid #f47d32;
    }

.change-tool {
    padding: 10px;
    text-align: center;
}

#l-box .item button {
    font-family: 'Open Sans';
    background: transparent;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    min-width: 100px;
    margin-left: 5px;
    margin-right: 5px;
}

#l-box .item img {
    display: block;
    margin: 20px auto;
    height: auto;
    width: 100%;
    max-width: 550px;
}

.l-box-wrap {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

    .l-box-wrap.non-slick {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .l-box-wrap .slick-track,
    .l-box-wrap .slick-list,
    .l-box-wrap .slick-slider {
        border-radius: 0;
    }

    .l-box-wrap .slick-next:before,
    .l-box-wrap .slick-prev:before {
        color: #fff;
        font-size: 25px;
    }

    .l-box-wrap .slick-next {
        right: 15px;
    }

    .l-box-wrap .slick-prev {
        left: 15px;
    }

input.image-upload {
    padding: 5px;
    min-width: 200px;
    border-radius: 5px;
}

.save-cancel {
    margin: 10px 0;
}

.tab-slide .mobile-toggle p {
    margin: 0;
}

.tab-slide .mobile-toggle > span,
.mobile-accord .mobile-toggle > span {
    position: absolute;
    top: 15px;
    right: 15px;
}

.tab-slide .mobile-toggle {
	padding: 10px 15px;
	font-size: 16px;
	font-family: 'Open Sans';
	background: #f47d32;
	color: #fff;
	position: relative;
	cursor: pointer;
	display: none;
	text-transform: uppercase;
}

.fundometer-texture {
    background-image: url('/Content/images/fundometer-bg-image.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    border-radius: 50px;
}

div#frp-mobile-bottom {
    padding: 0 0;
    z-index: 900;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}

.donations-top {
    padding: 20px 15px;
    background: #f8f8f8;
}

a.share-donation {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    color: #35599a !important;
    font-family: 'Open Sans';
    font-weight: bold;
}

.donations-top p.recent-supporter-location {
    font-size: 13px;
    margin: 2px 0 7px;
}

.donations-top p.recent-supporter-donation > span {
    font-weight: bold;
}

.donations-top p.recent-supporter-donation {
    color: #2e2e2e;
    font-size: 14px;
}

.donations-top p.recent-supporter-name {
    font-size: 18px;
    color: #2e2e2e;
}

.donation-comment-top .total-like {
    margin-right: 15px;
}

.share-stats {
    position: absolute;
    right: 15px;
    top: 11px;
}

.donation-comment-top span.fa {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 5px;
}

.donation-comment-top {
    border: 1px solid #e8e8e8;
    padding: 10px 15px;
    position: relative;
    font-size: 13px;
    color: #b3b3b3;
}

#donations-tab .supporter-donation-comment .supporter-comment-desc > p:nth-child(3),
#all-tab .supporter-donation-comment .supporter-comment-desc > p:nth-child(3) {
    font-size: 14px;
    font-style: normal;
}

#donations-tab .supporter-donation-comment .supporter-comment-desc > p:nth-child(2),
#all-tab .supporter-donation-comment .supporter-comment-desc > p:nth-child(2) {
    margin: 3px 0 10px;
    font-style: normal;
    font-size: 13px;
}

#donations-tab .supporter-donation-comment .supporter-comment-desc > p:nth-child(1),
#all-tab .supporter-donation-comment .supporter-comment-desc > p:nth-child(1) {
    font-size: 14px;
    color: #454545;
}

#donations-tab .supporter-comment,
#all-tab .supporter-comment {
    padding: 0;
    position: relative;
}

    #donations-tab .supporter-comment span.fa,
    #all-tab .supporter-comment span.fa {
        z-index: 1;
        right: 20px;
    }

#donations-tab .recent-supporter-image-comment,
#all-tab .recent-supporter-image-comment {
    margin-right: 5px;
}

#donations-tab .supporter-comment > div,
#all-tab .supporter-comment > div {
    margin: 0;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    background: #fff;
    position: relative;
    padding: 20px;
}

a.share-donation > * {
    display: inline;
    float: none;
    color: #35599a !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.send-comment .recent-supporter-image-comment {
    width: 40px;
    margin-right: 15px !important;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border-radius: 100px;
    height: 40px;
}

    .send-comment .recent-supporter-image-comment > div {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        background-size: 100%;
        background-color: #ccc;
        background-position: center center;
        background-repeat: no-repeat;
    }

.send-comment > div:nth-child(2) {
    width: calc(100% - 65px);
    display: inline-block;
    vertical-align: top;
}

#donations-tab .supporter-comment > div.send-comment,
#all-tab .supporter-comment > div.send-comment {
    margin: 0;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    background: #f8f8f8;
    position: relative;
    padding: 20px;
}

textarea#comment-field {
    width: 100%;
    padding: 15px;
    min-height: 90px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Open Sans';
}

.comment-share > span:nth-child(3) {
    padding-right: 0;
    font-size: 13px;
}

.comment-share button {
    color: #fff;
    padding: 5px 20px;
    width: 100%;
    font-weight: bold;
    border-radius: 50px;
    font-size: 14px;
}

.comment-share input {
    margin-right: 5px;
}

.comment-share > span:nth-child(1) {
    padding-left: 0;
}

.comment-share {
    padding: 5px 0;
}


/* ACTIVITIES */

.activity-slider li,
.activity-slider ul > div {
    background: #f8f8f8;
    margin: 0 0 25px 0;
}

.activity-tabs > div.active {
    border-bottom: 2px solid #2e2e2e;
    color: #2e2e2e;
    background: #fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.activity-tabs > div {
    padding: 10px 15px;
    text-align: center;
    font-family: 'Open Sans';
    border-bottom: 1px solid #cacaca;
    color: #cacaca;
}

.act-toggle {
    cursor: pointer;
}

.activity-tabs {
    margin: 25px 0 0 0;
}

    .activity-tabs > div.clear {
        padding: 0;
        border: 0;
        height: 0px;
    }

.activity-container-bg.area-hidden {
    position: relative;
    width: 100%;
    display: none;
    opacity: 1;
}

.fitness-item .fitness-profile-image {
    width: 60px;
    height: 60px;
    border-radius: 500px;
    overflow: hidden !important;
    position: relative;
    margin-right: 25px;
}

.fitness-item > div {
    display: inline-block;
    vertical-align: top;
}

.fitness-item {
    padding: 30px 25px 15px;
}

.row.activity-details-info.align-center > div {
    display: inline-block;
    float: none;
    width: 24%;
}

.fitness-item .fitness-profile-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 500px;
    top: 0;
    left: 0;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}

.activity-provider-logo img {
    width: 70px;
    position: absolute;
    top: 27px;
    right: 0;
}

.fitness-item-right {
    width: calc(100% - 90px);
}

.fitness-item p.name {
    color: #2e2e2e;
    font-size: 18px;
    margin-bottom: 5px;
}

.fitness-item p.location {
    font-size: 13px;
    margin-bottom: 10px;
    color: #b3b3b3;
}

.fitness-item p.date {
    font-size: 14px;
    color: #2e2e2e;
}

    .fitness-item p.date span {
        text-align: right;
        float: right;
        color: #b3b3b3;
    }

.fitness-item-top {
    position: relative;
}

.share-activity {
    color: #35599a;
    font-size: 13px;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
    font-family: 'Open Sans';
    display: none;
}

.fitness-details {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 0;
    width: calc(100% - 125px);
    margin-right: 15px;
    margin-left: auto;
    margin-bottom: 30px;
    background: #f3f3f3;
}

.activity-slider .donation-comment-top {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 10px 15px;
    position: relative;
    font-size: 13px;
    color: #b3b3b3;
}

.activity-map,
.no-activity-map {
    opacity: 1;
}

span.activity-map-error {
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    margin: -5% 0;
    padding: 50% 0;
}

    span.activity-map-error:before {
        display: block;
        content: "\f278";
        font-family: 'fontAwesome';
        font-size: 19px;
    }

.donation-list > .recent-supporter,
.all-.donation-list > .recent-supporter {
    margin: 30px 0;
}

p.recent-supporter-message:before {
    content: '';
    width: 5px;
    background: #ccc;
    height: 100%;
    position: absolute;
    left: 0;
}

p.recent-supporter-message {
    font-style: italic;
    margin-top: 3px;
    color: #2e2e2e;
    position: relative;
    padding: 0 0 0 15px;
    margin: 15px 0;
}

.fb_dialog.fb_dialog_advanced {
    width: 95% !important;
    padding: 1px;
    left: 50% !important;
    overflow-x: scroll;
    transform: translateX(-50%);
    max-width: 600px;
}

.msg-saving {
    background: #f47d32;
}

.msg-success {
    background: #9eba46;
}

.msg-fail {
    background: #c35353;
}

.msg {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 10px;
    color: #fff;
    z-index: 99999999;
}

button.showmore span {
    margin-right: 5px;
}

button.showmore {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    width: 100%;
    color: #2e2e2e;
}

button#show-more-rece-list {
    border-radius: 5px !important;
    margin-top: 20px !Important;
    display: block;
    border: 1px solid #e1e1e1 !important;
}

button.showmore:hover {
    background: #e1e1e1 !important;
    color: #2e2e2e !important;
}

.team-members > div > div,
.team-members > li > div {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
}

.sm-sl {
    padding: 0 0 10px 0;
}

.team-show-toggle span {
    vertical-align: middle;
}

.team-show-toggle {
    color: #777;
    font-size: 13px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-align: center;
}

    .team-show-toggle span.fa {
        font-size: 9px;
        margin-right: 10px;
    }

    .team-show-toggle.disabled {
        opacity: 0.2;
        cursor: auto;
        pointer-events: none;
    }

    .team-show-toggle:hover {
        color: #fff;
        background: #d5d5d5;
    }

#editable-desc,
#non-editable-desc {
    overflow: hidden;
    /*line-height: 22px;*/
    line-height: 1.6em;
    /*display: none;*/
}

.team-members:after {
    clear: both;
    content: '';
    display: block;
}

.fit-tracker-img-wrap {
    /*vertical-align: top !important;*/
}

.track-value.primary-text {
    padding: 0 10px;
}

.fit-tracker-wrap {
    display: inline-block;
    vertical-align: top !important;
    font-size: 13px;
}

#fundometer-tabs > div {
    background: transparent;
    color: #cacaca;
    border: 0;
    border-bottom: 1px solid #cacaca;
}

    #fundometer-tabs > div.active {
        color: #2e2e2e;
        background: #fcfcfc;
        border-bottom: 2px solid #cacaca;
    }

.all-items > div[data-type="activity"] .fg-static-block {
    font-family: 'Open Sans';
    font-size: 11px;
}

.all-items > div[data-type="activity"] .fg-static-block {
    font-family: 'bariolreg', 'Arial', 'Helvetica';
    font-size: 12px;
    background: #F3F3F3;
    padding: 5px 15px 10px;
}

.all-items > div[data-type="activity"] {
    list-style: outside none;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    transition: all 0.6s ease;
    padding: 0;
    background: #f8f8f8;
    margin: 30px 0;
}

    .all-items > div[data-type="activity"] .donation-comment-top {
        border: 1px solid #e8e8e8;
        padding: 10px 15px;
        position: relative;
        font-size: 13px;
        color: #b3b3b3;
        background: #fff;
    }

    .all-items > div[data-type="activity"] .fg-static-block .track-value {
        color: #333;
        font-size: 14px;
        font-weight: bold;
        font-family: 'Open Sans';
    }

    .all-items > div[data-type="activity"] .fg-static-block img {
        height: 30px;
        padding: 3px;
        width: auto;
        margin: 5px auto;
    }

.all-items > div.recent-supporter {
    margin: 30px 0;
}

.frp-loader {
    display: block;
    width: 20px;
    margin: 20px auto;
}

.team-members > div,
.team-members > li {
    padding: 10px 15px;
}

p.mobile-supporting {
    font-size: 13px;
    text-align: center;
    margin: 20px auto;
    color: #2e2e2e;
    width: 85%;
    display: none;
}

.mobile-view {
    display: none;
}



.mobile-accord .mobile-toggle {
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Open Sans';
    background: #f47d32;
    color: #fff;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.mobile-toggle > span:before {
    content: '\f067' !important;
}

.mobile-toggle.active > span:before {
    content: '\f068' !important;
}

#all-tab > .mobile-toggle {
    border-bottom: 2px solid #eaeaea;
}

.mobile-toggle.active {
    border: 2px solid transparent !important;
}

.mobile-accord > div > div:nth-child(2) {
    padding: 10px 0px;
    display: none;
}

.mobile-accord > div#mobile-story > div:nth-child(2) {
    padding: 30px 0px 10px;
    display: none;
}

#mobile-indicator {
    display: none;
}

.mobile-all-spinner {
    display: none;
    width: 30px;
    margin: 10px auto;
}

/* BOTTOM FRP CONTROL */
.bottom-frp-wrap .bottom-fundo > p:nth-child(2) {
    text-align: right;
}

7
#bottom-frp .fg-static-block:first-child {
    text-align: left;
}

.bottom-frp-wrap .bottom-fundo > p {
    float: left;
    width: 50%;
}

.bottom-frp-wrap .bottom-fundo p {
    font-size: 90%;
    margin-bottom: 7px;
}

.bottom-raised {
    font-weight: bold;
}

.bottom-frp-wrap .fundo-bar {
    margin: 0;
    height: 8px;
}

#bottom-frp .row {
    margin: 0 !important;
}

.bottom-frp-buttons {
    text-align: center;
    padding: 0 5px 7px 10px !important;
}

    .bottom-frp-buttons > a.share-btn > span.fa {
        margin-right: 10px;
    }

    .bottom-frp-buttons > a {
        display: inline-block;
        font-size: 100% !important;
        text-align: center;
        padding: 0.3em;
        border-radius: 50px;
        text-decoration: none;
    }

        .bottom-frp-buttons > a.share-btn {
            width: 40%;
        }

        .bottom-frp-buttons > a.main-donate-btn {
            width: 57%;
            margin: 0 7px 0 0 !important;
        }

.bottom-frp-wrap,
.bottom-frp-buttons {
    background: #f3f0eb;
    padding: 0 15px;
}

.bottom-frp-toggles > span.active {
    border-bottom: 1px solid #f3f0eb;
    background: #f3f0eb;
    color: #2e2e2e;
    font-weight: bold;
}

.bottom-frp-toggles {
    margin-bottom: -1px;
}

    .bottom-frp-toggles > span {
        padding: 2px 5px;
        display: inline-block;
        background: #f1f1f1;
        min-width: 100px;
        text-align: center;
        border-bottom: 2px solid #eaeaea;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #ccc;
        cursor: pointer;
        font-size: 90%;
    }

.btmwrap {
    background: #f3f0eb;
}

.bottom-team {
    display: none;
}

#bottom-frp .fitness-track-wrap {
    float: none;
    display: block;
    padding: 0;
}

#bottom-frp .fg-static-block {
    width: 24% !important;
    display: inline-block;
    float: none;
    text-align: center;
    padding: 0;
    font-size: 13px;
}

#bottom-frp .fit-tracker-img-wrap {
    width: 13px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

#bottom-frp .fg-static-block:last-child {
    text-align: right;
}

.fit-tracker-details {
    text-align: left;
    display: inline-block;
    /* padding-left: 5px; 
        width:65%;
    */
    vertical-align: top;
    width: auto;
}

.bottom-fundo {
    color: #666;
}

.bottom-frp-wrap .bottom-fundo {
    padding: 10px 0 0;
}

#bottom-frp .fit-tracker-img-wrap img {
    width: 100%;
    display: block;
}

#bottom-frp .fitness-track-wrap .clear {
    clear: none;
    display: none;
}

.fit-tracker-details > .track-value {
    font-size: 80%;
    font-weight: bold;
}

.fit-tracker-details > * {
    padding: 0 !important;
    margin: 0;
    color: #484848;
}

.fit-tracker-details > .fit-tracker-title {
    font-size: 80%;
}

div#bottom-frp {
    position: fixed;
    bottom: -100%;
    width: 100%;
    display: none;
}

    div#bottom-frp.visi {
        bottom: 0;
    }

.bottom-frp-wrap > div {
    display: none;
}

.fundo-target {
    font-size: 18px;
}

.ui-dialog {
    font-size: 12px;
    top: 10% !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 90% !important;
}

#description-wrap * {
    word-wrap: break-word;
}

.team-member {
    display: none;
}

.comment-share label {
    font-size: 12px;
}

div#cause-section,
div#fundraisingfor {
}



.non-slick .profile-img-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.non-slick .profile-img-slide {
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 500px;
    overflow: hidden;
    border: 5px solid #fff;
    padding: 0;
    margin: 0 auto;
}



@media screen and (max-width:940px) {
    .non-slick .profile-img-slide {
        width: 300px;
        height: 300px;
    }
}




@media screen and (max-width:767px) {
    div#donate-team-grid {
        overflow: auto !important;
    }

    #l-box .item img {
        display: block;
        margin: 20px auto;
        height: auto;
        width: 80%;
        max-width: 350px;
    }

    .mobile-all-spinner {
        display: block;
    }

    body.edit-mode #bottom-frp {
        bottom: -100% !important;
    }

    body.edit-mode div#header-nav {
        top: -100% !important;
    }


    div#toolbar-btns {
        margin-top: 20px;
    }

    .team-fundometer-section {
        margin: 10px 0 10px;
    }

    .act-toggle span {
        font-size: 80%;
    }

    #floating-toolbar {
        display: none;
    }

    div#frp-mobile-bottom {
        display: none;
    }

    .top-buttons-wrap > div:nth-child(1) {
        padding-right: 0;
    }

    a.main-donate-btn.transition.primary-bg-color, a.g2g-donate-btn {
        margin: 0 0 10px;
    }

    #join-team  a {
        margin-top: 0;
    }

    .tab-slide {
        min-height: 1px;
    }

    .non-slick .profile-img-slide {
        width: 200px;
        height: 200px;
    }

    div#fundo {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .bs-item.col-md-6.col-sm-6.col-xs-6 {
        width: 100%;
    }

    .fundometer-toggles > span {
        width: 49%;
    }

    div#btns-wrap[data-g2g="false"] > .top-buttons-wrap * {
        font-size: 16px !important;
    }

    div#btns-wrap[data-g2g="false"] > .top-buttons-wrap .share-btns-wrap {
        padding-left: 0 !important;
    }

    div#btns-wrap[data-g2g="true"] > .top-buttons-wrap * {
        /*font-size: 16px !important;*/
    }

    #btns-wrap[data-g2g="true"] .top-btns-wrap > div:nth-child(2) {
        padding-left: 0 !important;
    }

    div#bottom-frp {
        display: block;
        z-index: 99;
    }

    #btns-wrap[data-g2g="true"] #join-team  a {
        margin-top: 10px;
        font-size: 14px !important;
        padding: 7px;
    }

    #btns-wrap[data-g2g="true"] a.g2g-donate-btn {
        margin: 0
    }

    div#header-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
    }

    .mobile-view {
        display: block;
    }

    #mobile-indicator {
        display: block;
    }

    #team-section > div {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    #team-section {
        margin-top: 10px !important;
    }

    div#teams {
        margin: 10px -10px;
    }

    .frp-loader {
        display: none;
    }

    .mobile-frp-loader {
        display: block;
    }

    div#tc-right {
        padding: 0px 20px 5px;
        margin: 0 -15px;
        background: #fff;
    }

    #fundo .fundo-bar {
        margin: 10px 0 10px !important;
        background: #f8f8f8;
    }

    #btns-wrap {
        margin: 10px 0;
    }

        #btns-wrap .share-btns-wrap {
            margin: 15px 0;
        }

            #btns-wrap .share-btns-wrap * {
                font-size: 12px;
            }

    div#top-controls {
        background: #fff;
        border-bottom: 2px solid #f8f8f8;
        padding: 15px 15px 0;
    }

    #header {
        background-size: cover;
    }

    .tab-slide .mobile-toggle {
        display: block;
    }

    .team-fundo p .team-target {
        color: #2e2e2e;
    }

    .team-fundo p {
        margin: 0;
        font-size: 20px;
    }

    #tabs {
        display: none;
    }

    .fitness-details {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .row.activity-details-info.align-center {
        margin: 0;
    }

    .comment-share > span {
        display: block;
        width: 100% !important;
        float: none !important;
        margin: 0 0 0 0 !important;
        padding: 6px 0;
    }

    div#left-controls button span,
    div#left-controls a span {
        position: relative !important;
        display: inline-block !important;
        left: 0 !important;
        top: 0 !important;
        vertical-align: middle;
    }

    div#left-controls button,
    div#left-controls a {
        text-align: center !important;
        display: block;
        width: 100% !important;
        padding: 10px 15px !important;
        background: transparent;
        color: #929292;
        border: 1px solid #929292;
        margin-bottom: 10px;
    }

    div#stats {
        margin: 0 -15px;
    }

    div#left-controls button span.fa,
    div#left-controls a span.fa {
        margin-right: 5px !Important;
        top: 0 !important;
        left: 0 !important;
    }

    #left-controls button:hover {
        background: #929292 !important;
        color: #fff !important;
        border: 1px solid #929292;
    }

    div#cause-section {
        margin: 0 0 0;
        padding: 0;
        font-family: 'Open Sans';
    }

    .vfc-left,
    .vfc-right {
        padding-left: 0;
        padding-right: 0;
    }

    .team-members > div,
    .team-members > li {
        margin: 10px 0;
    }

    div#activities-tab .mobile-toggle,
    .mobile-accord .mobile-toggle {
        margin: 0px -15px;
    }

    .vfc-title {
        padding: 10px 15px 30px;
    }

    .tab-slide > .tab-item {
        padding: 0 0 10px 0;
    }

    .tab-slide {
        margin-bottom: 2px !important;
    }

    .tab-slide {
        min-height: 1px;
    }

    div#description-wrap {
        position: relative;
        border: 0;
        padding-bottom: 0;
    }

    #activities-tab {
        padding: 0 0 30px 0;
    }

    .mobile-toggle {
        background: #fff !important;
        color: #757575 !important;
        font-weight: bold;
        border-top: 2px solid #eaeaea;
        padding: 7px 15px !important;
    }

        .mobile-toggle:hover {
            background: #fff !important;
            color: #757575 !important;
        }

    .leaderboard-row .col-white {
        display: block;
        width: 100%;
    }

    .leaderboard-container {
        border: 1px solid #f4f4f4;
    }

    .leaderboard-heading {
        display: none;
    }

    .leaderboard-row .col-gray {
        width: 24%;
    }

        .leaderboard-row .col-gray:nth-child(2):before {
            content: 'Distance';
            display: block;
            font-weight: bold;
            margin-bottom: 3px;
        }

        .leaderboard-row .col-gray:nth-child(3):before {
            content: 'Calories';
            display: block;
            font-weight: bold;
            margin-bottom: 3px;
        }

        .leaderboard-row .col-gray:nth-child(4):before {
            content: 'Time';
            display: block;
            font-weight: bold;
            margin-bottom: 3px;
        }

        .leaderboard-row .col-gray:nth-child(5):before {
            content: 'Steps';
            display: block;
            font-weight: bold;
            margin-bottom: 3px;
        }

    #footer {
        display: none;
    }
}

@media screen and (max-width:640px) {
    #floating-toolbar {
        display: none !important;
    }
}

@media screen and (max-width:400px) {
    #toolbar-btns a {
        font-size: 11px;
    }
}

@media all and (orientation:landscape) {
    /* Styles for Landscape screen 
  #bottom-frp {
        display:none;
    }*/
}


/* small height screens */
@media screen and (max-height:640px) {
    div#header-nav {
        position: relative;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
    }

    #header {
        margin-top: 0px !important;
    }
}

.fblikebtn {
    padding: 2px 0 3px;
}

    .fblikebtn iframe {
        /*transform: scale(1.2);*/
        border-radius: 500px;
    }

.activity-empty,
.post-empty {
    text-align: center;
    font-size: 13px !important;
}

#edit-successful span,
#email-successful span,
#loader span {
    text-align: center !important;
}

.hidden-for-release {
    display: none !important;
}

.profile-name {
    /*
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);

    padding: 20px 15px 25px 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 16px;
    */
    padding: 5px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 16px;
    margin: 20px 0 25px 0;
    background: rgba(0,0,0,0.4) !important;
}

.edit-profile-img-btn {
    visibility: hidden;
    display: none;
    width: auto;
    padding: 5px 15px;
    border-radius: 5px;
    background: #c7c7c7;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans';
    cursor: pointer;
    /*margin: 40% auto 25px;*/
    margin: 25% auto 15px;
    max-width: 80px;
    font-size: 13px;
}

    .edit-profile-img-btn span.fa {
        margin-right: 5px;
    }

    .edit-profile-img-btn:hover {
        background: #a7a7a7;
    }

.edit-target-btn {
    background: transparent;
    color: #1a3a49;
    font-family: 'Open Sans';
    padding: 0 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
}

#fundo h3 {
    position: relative;
}

.edit-target > input {
    font-family: 'Open Sans';
    border: 1px solid #a7a7a7;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

button#save-target,
button#cancel-edit-target,
button#save-team-target,
button#cancel-edit-team-target {
    margin-left: 10px;
    border-radius: 50px;
    padding: 5px 20px;
    background: transparent;
    font-family: 'Open Sans';
    color: #888;
    border: 1px solid #777;
    font-size: 13px;
}

    button#save-target:hover,
    button#cancel-edit-target:hover,
    button#save-team-target:hover,
    button#cancel-edit-team-target:hover {
        color: #fff;
        background: #a7a7a7;
    }

.edit-target {
    padding: 10px;
    background: #f3f3f3;
    border-top: 2px solid #ddd;
    margin-top: 14px;
    display: none;
}

#fundo h3:hover .edit-target-btn {
    display: inline-block;
}

.item-wrap {
    width: auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.activity-empty,
.post-empty {
    text-align: center;
    font-size: 13px !important;
}

#edit-successful span,
#email-successul span,
#loader span {
    text-align: center !important;
}

.bottom-fundo {
    color: #666;
}

.bottom-frp-wrap .bottom-fundo {
    padding: 5px 5px 2px;
    padding-top: 0;
}

.bottom-individual-tracker, .bottom-team-tracker {
    height: 43px;
}

.bottom-frp-wrap, .bottom-frp-buttons {
    background: #f3f0eb;
    padding: 2px 5px;
}

.individual-fundometer, .team-fundometer {
    border: 0px;
    padding-bottom: 3px;
    display: block;
}

.fitness-item, .fitness-details {
    color: #777;
}

.activity-map .activity-map-error {
    display: none;
}

#toolbar-btns .fblikebtn .fb-like iframe {
    border-radius: 500px;
}


/* editable target input */
#top-controls .fundo-target {
    position: relative;
}

    #top-controls .fundo-target.editable {
        /*padding: 0 15px;
    margin: 0 10px;*/
        margin: 0;
        padding: 0;
    }


    #top-controls .fundo-target input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 14px;
        border: 1px solid #a7a7a7;
        padding: 5px;
        border-radius: 5px;
        display: none;
    }

    #top-controls .fundo-target.editable input {
        display: block;
    }


/* HIDDEN FOR RELEASE */
div#rece span.fa-heart,
.bs-details span.fa-heart {
    display: none;
}

.done-edit p {
    display: none;
}






/* ============================= EDITOR v2 ======================= */

div.edit-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.3);*/
    background: transparent;
    top: 0;
    left: 0;
    z-index: 999998;
    display: none;
}


/* DESCRIPTION */
div#description-wrap.editable > .desc-edit .trumbowyg-box {
    z-index: 10000000;
    background: #fff;
    position: relative;
}

div#description-wrap.editable .done-edit {
    display: block;
    z-index: 9999999;
    top: 12px;
}

div#description-wrap.editable:hover .done-edit {
    display: block !important;
    z-index: 999999;
}


/* TILE EDIT */
#cause-title-wrap.editable .done-edit {
    display: block !important;
    z-index: 999999999;
}

#cause-title-wrap.editable .trumbowyg-box {
    position: relative;
    z-index: 99999999;
    background: #fff;
}

#description-wrap.editable .edit-detail {
    display: none !important;
}

#cause-title-wrap.editable .edit-detail {
    display: none !important;
}

/* TARGET EDIT */
div#ind-fundo.editable > h3,
div#team-fundo.editable > h3 {
    /*position: relative;
    z-index: 99999999999;
    background: #fff;
    display: inline-block;
    padding: 5px;*/
    position: relative;
    z-index: 99999999999;
    background: transparent;
    display: inline-block;
    padding: 5px;
}

#ind-fundo.editable .cancel-target,
#team-fundo.editable .cancel-target {
    /*display: block !important;
    position: absolute;
    top: -29px;
    background: #555;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    cursor: pointer;
    right: 0;
    z-index: 9999999;*/
    display: block !important;
    position: absolute;
    top: -5px;
    background: #555;
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
    cursor: pointer;
    right: 49px;
    z-index: 9999999;
}


#ind-fundo.editable .edit-target-btn,
#team-fundo.editable .edit-target-btn {
    display: none !important;
    z-index: 99999999999;
}

/*
div#edit-profile-image-btn {
    position: absolute;
    top: 75%;
    right: 0;
    background: #bbbbbb;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
    min-width: 70px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}*/

div#edit-profile-image-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255,255,255,0.7);
    color: #1a3a49;
    font-family: 'Open Sans';
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
    min-width: 70px;
    text-align: center;
    z-index: 999;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

    div#edit-profile-image-btn:hover {
        background: #fff;
    }

.share-wrap {
    border-radius: 5px;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 10000;
    position: fixed;
    bottom: -300px;
    left: 0;
    padding: 5px 10px;
    display: none;
    text-align: center;
}

    .share-wrap.share-open {
        bottom: 4em;
        display: block;
    }

.jssocials-share:first-child {
    margin-left: 0;
}

.jssocials-share:last-child {
    margin-right: 0;
    border-bottom: 0;
}

.jssocials-shares span {
    font-family: 'Open Sans';
    display: inline-block;
    margin-left: 10px;
}

.jssocials-share-email a {
    display: block;
    padding: 10px 0;
}

button.copycl {
    background: transparent;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

    button.copycl i {
        background: #9A9A9A;
        text-align: center;
        padding: 9px 8px !important;
        display: inline;
    }

.jssocials-share-email a {
    display: block;
    padding: 10px 0;
}

    .jssocials-share-email a i {
        padding: 9px;
        display: inline;
    }

.share-sms i {
    background: #F47D32;
    padding: 7px 12px;
    display: inline;
    margin: 0;
}

.bottom-frp-buttons > a span.fa {
    font-size: 80%;
    vertical-align: middle;
}

span.copied {
    font-family: 'bariolreg';
    display: block;
    text-align: center;
    background: #333;
    padding: 3px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    display: none;
    font-size: 100%;
}

.ios-share-link {
    position: fixed;
    padding: 15px 10px;
    top: 0;
    left: 0;
    background: #333;
    width: 100%;
    z-index: 999999;
    display: none;
}

    .ios-share-link p {
        font-family: 'Open Sans';
        color: #fff;
    }

    .ios-share-link textarea {
        width: 100%;
        padding: 6px;
        line-height: normal;
        display: block;
        height: auto;
    }

.shareWrap {
    width: 39%;
    display: inline-block;
    font-size: 100% !important;
    text-align: center;
    padding: 3px;
    border-radius: 50px;
}

a.frp-mobile-share-btn.frp-btn {
    background: #3a5475;
    color: #f3f3f3;
    display: block;
    border-radius: 50px;
    padding: 0.3em;
    text-decoration: none;
}

.frp-mobile-share-btn img {
    width: 1.1em;
    margin-top: -2px;
    margin-right: 5px;
}

.individual-fundometer, .team-fundometer {
    border: 0;
}

.bottom-ind, .bottom-team {
    padding: 5px 0 4px 0;
    border-bottom: 1px solid #d9d9d9;
}
/* JS SOCIAL SHARE */
.share-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    top: 0;
    left: 0;
}


.ad-time img {
    display: inline-block !important;
    width: 13px;
    vertical-align: middle;
}


.empty-list {
    display: none;
}

p.empty-list {
    color: #666;
    font-size: 13px;
    text-align: center;
    padding: 15px;
}
/* MOBILE SPECIFIC */


body.ios .fblikebtn iframe,
body.android .fblikebtn iframe {
    transform: scale(1.2);
    border-radius: 0;
    margin: 3px 5px;
}


.connect-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999999;
    display: none;
}

.connect-popup-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    color: #E0E0E0;
    line-height: 1.4;
    padding: 25px;
    letter-spacing: normal;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

    .connect-popup-wrap img {
        display: block;
        float: none;
        width: 100%;
        max-width: 200px;
        margin: 0 auto 15px;
    }

    .connect-popup-wrap a {
        margin-top: 20px;
        display: inline-block;
        color: #f47d32;
        padding: 5px;
        border: 1px solid #f47d32;
        border-radius: 50px;
        min-width: 100px;
        text-align: center;
        margin-bottom: 20px;
        text-decoration: none;
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        background: transparent;
    }

        .connect-popup-wrap a#close-overlay-btn {
            display: block;
            background: transparent !important;
            color: #406eda !important;
            font-size: 14px;
            border: 0;
            padding: 0;
            margin: 10px;
            cursor: pointer;
            padding-bottom: 5px;
            border-radius: 0;
            width: auto;
            min-width: 1px;
        }


/* ==========================================
            JOIN TEAM MODAL
========================================== */
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
    padding: 0;
}

.ui-widget-overlay {
    background: rgba(0,0,0,0.6);
    opacity: 1;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    font-family: 'Open Sans';
    background: #1b3949;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 15px;
    font-weight: normal;
    text-transform: uppercase;
}

div#jointhisteam #helptext p {
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #7c7c7c;
    text-transform: uppercase;
}

div#jointhisteam #helptext a {
    color: #1b3949;
    font-weight: bold;
}

#modal-wrapper {
    background: #fff;
    padding: 0;
}

#jointhisteam > div.form-wrapper p a {
    font-weight: bold;
    color: #1b3949;
}

#jointhisteam > div.form-wrapper {
    background: #fff;
    border: 0;
}

div#jointhisteam #helptext {
    font-weight: normal;
    color: #111;
}

div#jointhisteam {
    padding: 15px 25px;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 13px;
}

a#lnkJoinEventHome {
    border: 0;
    background: #f37d32;
    color: #fff;
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 50px;
}

    a#lnkJoinEventHome span {
        background: transparent;
        color: #fff;
        margin: 0 !important;
        padding: 0;
        font-weight: normal;
        line-height: normal !important;
        font-size: 14px !important;
        display: block;
        height: auto !important;
    }

/* FIRST USE POPUP DIV */
div#first-use {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
}

body.ios div#first-use {
    position: absolute;
}

.firstuse-inner {
    background: #fff;
    max-width: 600px;
    width: 90%;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    left: 50%;
}

div#first-use p,
div#first-use h4,
div#first-use a,
div#first-use button {
    font-family: 'bariol_regularregular';
    font-size: 15px;
}

.fu-profile-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 25px auto;
    border-radius: 500px;
}

    .fu-profile-img > div {
        width: 100%;
        height: 100%;
        /*background-size: 100% auto;*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.upload-fu-profile {
    text-align: center;
    padding: 7px 15px;
    border-radius: 100px;
    line-height: normal;
    background: #91a4b3;
    color: #fff;
    width: 150px;
}

.fu-screens h4 {
    font-weight: bold;
    font-size: 15px !important;
    color: #555;
}

.fu-wrap {
    padding: 25px 15px;
    text-align: center;
    max-height: 355px;
    overflow-y: auto;
}


.first-use-controls > span {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-weight: bold;
    cursor: pointer;
}

.first-use-controls button > span {
    position: absolute;
    font-size: 9px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.first-use-controls button#finish > span {
    right: auto;
    left: 15px;
}

.first-use-controls button {
    background: #f37d32;
    color: #fff;
    position: relative;
    width: 150px;
    border-radius: 80px;
    padding: 7px 15px;
    line-height: normal;
}

.first-use-controls {
    padding: 15px;
    text-align: center;
    position: relative;
    border-top: 1px solid #ddd;
}

#first-use .slick-list {
    border-radius: 0 !important;
}

p.fu-desc {
    text-align: left !important;
}

.fu-desc.trumbowyg-editor * {
    font-size: 14px !important;
    font-family: 'bariol_regularregular' !important;
    text-align: left;
}

.fu-desc.trumbowyg-editor {
    max-height: 200px !important;
    height: 200px !important;
    max-height: 200px !important;
    font-size: 14px !important;
    font-family: 'bariol_regularregular' !important;
    text-align: left !important;
}

.fu-screens {
    display: none;
}

    .fu-screens.active {
        display: block;
    }

.top-pagination span.active {
    color: #fff;
    background: #91a4b3;
}

.top-pagination span {
    display: inline-block;
    color: #91a4b3;
    border-radius: 10px;
    border: 1px solid #91a4b3;
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin: 0 3px;
}

#first-use h2 {
    text-align: center;
    padding: 15px 10px 0;
    font-family: 'bariol_boldbold';
    font-size: 16px;
    text-transform: uppercase;
    color: #1a3a49;
}

.top-pagination {
    text-align: center;
    padding: 0 15px 15px;
    border-bottom: 1px solid #ddd;
}

.firstuse-screens {
    min-height: 250px;
    position: relative;
}

#share-fu {
    margin: 0;
}

.close-fu, .close-th {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #838383;
    font-size: 18px;
    cursor: pointer;
}

.openfirstuse svg * {
    fill: #333;
}

.openfirstuse svg {
    width: 15px;
    height: auto;
    display: inline;
    vertical-align: top;
    margin-right: 5px;
    padding-top: 1px;
    font-family: 'Open Sans';
}

.close-fu:hover {
    color: #f47d32;
}

#share-fu span.jssocials-share-label {
    /*display: none;*/
}

#share-fu .jssocials-share.jssocials-share-sms {
    display: none;
}
/*
#share-fu .jssocials-share-facebook > div:after {
    content: 'Facebook';
    display: inline;
    margin: 5px 0 0 5px;
    font-family: 'bariol_regularregular';
        vertical-align: middle;
    font-size: 14px;
}

#share-fu .jssocials-share-copylink > a:after {
    content: 'Copy Link';
    display: inline;
    margin: 5px 0 0 5px;
    font-family: 'bariol_regularregular';
        vertical-align: middle;
    font-size: 14px;
}

#share-fu .jssocials-share-twitter > div:after {
    content: 'Twitter';
    display: inline;
    margin: 5px 0 0 5px;
    font-family: 'bariol_regularregular';
        vertical-align: middle;
    font-size: 14px;
}

#share-fu .jssocials-share-linkedin > div:after {
    content: 'LinkedIn';
    display: inline;
    margin: 5px 0 0 5px;
    font-family: 'bariol_regularregular';
        vertical-align: middle;
    font-size: 14px;
}

#share-fu .jssocials-share-googleplus > div:after {
    content: 'Google Plus';
    display: inline;
    margin: 5px 0 0 5px;
    font-family: 'bariol_regularregular';
        vertical-align: middle;
    font-size: 14px;
}
    */
#share-fu .jssocials-share {
    position: relative;
}


body.android #fu-url .fu-wrap,
body.ios #fu-url .fu-wrap {
    padding: 10px;
}
/*
#share-fu .jssocials-share-sms > div:after {
    content: 'SMS';
    display: inline;
    margin: 5px 0 0 5px;
    font-family: 'bariol_regularregular';
        vertical-align: middle;
    font-size: 14px;
}

#share-fu .jssocials-share-email > a:after {
    content: 'E-mail';
    display: inline;
    margin: 5px 0 0 5px;
    font-family: 'bariol_regularregular';
        vertical-align: middle;
    font-size: 14px;
}*/

body.ios #share-fu .jssocials-share.jssocials-share-sms {
    display: block;
}

body.android #share-fu .jssocials-share.jssocials-share-sms {
    display: block;
}

#share-fu .jssocials-share {
    text-align: center;
    border: 0 !important;
    padding: 5px 0;
}

    #share-fu .jssocials-share a,
    #share-fu div.jssocials-share-link {
        background: #efefef;
        display: block;
        margin: 0 auto;
        width: 160px;
        border-radius: 55px;
        padding: 12px 15px;
        position: relative;
        text-align: center;
        color: #555;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
    }


        #share-fu .jssocials-share a:hover,
        #share-fu div.jssocials-share-link:hover {
            background: #92a5b3;
            color: #fff;
            transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -ms-transition: all 0.4s;
        }


#share-fu .share-sms i {
    background: transparent;
    padding: 0;
    display: inline;
    margin: 0;
    vertical-align: top;
}

#share-fu .jssocials-shares span {
    margin-left: 5px;
    vertical-align: middle;
}

#share-fu i.jssocials-share-logo {
    padding: 0;
    vertical-align: middle;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}

#share-fu .jssocials-share.share-sms {
    display: none;
}

body.ios #share-fu .jssocials-share.share-sms,
body.android #share-fu .jssocials-share.share-sms {
    display: block;
}

#fu-donate a {
    /*color: #fff;
    background: #91a4b3;
    text-decoration: none;
    width: 160px;
    padding: 7px 15px;
    display: block;
    margin: 20px auto 10px;
    border-radius: 50px;
    width:100%;*/
    color: #fff;
    background: #91a4b3;
    margin: 20px auto 10px;
    border-radius: 50px;
    width: 100%;
    font-family: 'bariol_regularregular' !important;
    display: block;
    text-transform: uppercase;
    padding: 4px 8px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    max-width: 300px;
}



.fu-wrap h4 {
    margin-bottom: 20px;
}

.fu-wrap .connect-facebook img
.fu-wrap .toggle-facebook img {
    margin-top: -1px;
}

.fu-wrap .connect-strava,
.fu-wrap .toggle-strava {
    background: #fc4d03;
}

.fu-wrap .connect-fitbit,
.fu-wrap .toggle-fitbit {
    background: #2ebebf;
}

.fu-wrap .connect-facebook,
.fu-wrap .toggle-facebook {
    background: #3b5999;
}

.fu-wrap > div.connect-btn {
    width: 160px;
    text-align: center;
    padding: 10px 15px;
    margin: 10px auto;
    border-radius: 100px;
    cursor: pointer;
    display: none;
}

div#fu-connect[data-strava-con="False"] div.connect-strava,
div#fu-connect[data-fitbit-con="False"] div.connect-fitbit,
div#fu-connect[data-fb-con="False"] div.connect-facebook {
    display: block;
}

/* NOT CONNECTED */
div#fu-connect[data-strava-con="True"] div.toggle-strava,
div#fu-connect[data-fitbit-con="True"] div.toggle-fitbit,
div#fu-connect[data-fb-con="True"] div.toggle-facebook {
    display: block;
}

/* CONNECTED */
div#fu-connect[data-fb-con="True"] div.connect-facebook,
div#fu-connect[data-fitbit-con="True"] div.connect-fitbit,
div#fu-connect[data-strava-con="True"] div.connect-strava {
    display: none;
}



/* FB CONNECTED BUT FITNESS DISPLAY IS TRUE */
div#fu-connect[data-fbconnect="False"][data-fb-con="True"] div.toggle-facebook {
    opacity: 1;
}
/* FB CONNECTED BUT DISPLAY IS FALSE */
div#fu-connect[data-fbconnect="True"][data-fb-con="True"] div.toggle-facebook {
    opacity: 0.2;
}



/* STRAVA CONNECTED BUT FITNESS DISPLAY IS TRUE */
div#fu-connect[data-strava-con="True"][data-fitnessdisplay="True"] div.toggle-strava {
    opacity: 0.2;
}

/* STRAVA CONNECTED BUT FITNESS DISPLAY IS FALSE */
div#fu-connect[data-strava-con="True"][data-fitnessdisplay="False"] div.toggle-strava {
    opacity: 1;
}


/* FITBIT CONNECTED BUT FITNESS DISPLAY IS TRUE */
div#fu-connect[data-fitbit-con="True"][data-fitnessdisplay="True"] div.toggle-fitbit {
    opacity: 0.2;
}

/* FITBIT CONNECTED BUT FITNESS DISPLAY IS FALSE */
div#fu-connect[data-fitbit-con="True"][data-fitnessdisplay="False"] div.toggle-fitbit {
    opacity: 1;
}



div#strava-connect-success {
    background: #fc4d03;
}

div#fitbit-connect-success {
    background: #2ebebf;
}

div#fb-connect-success {
    background: #3b5999;
}

.fu-message {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    display: none;
}

div #fb-display-true,
div#fitness-display-true {
    background: #f47d32;
}

div #fb-display-false,
div#fitness-display-false {
    background: #233d49;
}

#fu-connect .connect-btn {
    position: relative;
}

div#fu-connect[data-fbconnect="True"][data-fb-con="True"] div.toggle-facebook {
    opacity: 1 !important;
    cursor: auto;
}


div#fu-connect[data-fitnessdisplay="True"][data-fitbit-con="True"] div.toggle-fitbit {
    opacity: 1 !important;
    cursor: auto;
}


div#fu-connect[data-fitnessdisplay="True"][data-strava-con="True"] div.toggle-strava {
    opacity: 1 !important;
    cursor: auto;
}

div#fu-connect[data-fbconnect="True"][data-fb-con="True"] div.toggle-facebook:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}


div#share-fu .jssocials-share.clicked .jssocials-share-link:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

div#fu-connect[data-fitnessdisplay="True"][data-fitbit-con="True"] div.toggle-fitbit:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

div#fu-connect[data-fitnessdisplay="True"][data-strava-con="True"] div.toggle-strava:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

div#fu-connect[data-fbconnect="True"][data-fb-con="True"] div.toggle-facebook:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0.7;
}

div#fu-connect[data-fitnessdisplay="True"][data-fitbit-con="True"] div.toggle-fitbit:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0.7;
}

div#fu-connect[data-fitnessdisplay="True"][data-strava-con="True"] div.toggle-strava:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.openfirstuse {
    cursor: pointer;
    margin: 15px auto;
    display: block;
    background: #ddd;
    border-radius: 50px;
    text-align: center;
    max-width: 150px;
    padding: 7px;
    font-size: 13px;
    color: #666;
}

#share .jssocials-share span {
    color: #333;
}

#share .jssocials-share a i {
    color: #fff;
    border-radius: 500px;
    width: 30px;
    height: 30px;
    padding: 8px 9px;
    display: inline-block;
}

#share .jssocials-share-email a i {
    background: #3490F3;
}

#share .jssocials-share-email .jssocials-share-link {
    background: transparent;
}

#share .share-sms a {
    padding: 0;
    display: block;
    text-align: left;
}

#fu-url[data-fb-shared="true"] .jssocials-share-facebook > .jssocials-share-link:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

#fu-url[data-twitter-shared="true"] .jssocials-share-twitter > .jssocials-share-link:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

#fu-url[data-linkedin-shared="true"] .jssocials-share-linkedin > .jssocials-share-link:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

#fu-url[data-googleplus-shared="true"] .jssocials-share-googleplus > .jssocials-share-link:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

#fu-url[data-email-shared="true"] .jssocials-share-email > .jssocials-share-link:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

#fu-url[data-sms-shared="true"] .jssocials-share-sms > .jssocials-share-link:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

#fu-url[data-link-shared="true"] .jssocials-share-copylink > .jssocials-share-link:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    display: inline;
    opacity: 1 !important;
    color: #bada55;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

@media screen and (max-width:480px) {
    .first-use-controls {
        padding: 10px 15px;
        text-align: center;
        position: relative;
        border-top: 1px solid #ddd;
    }

    .fu-wrap {
        padding: 5px 15px;
        text-align: center;
    }

    #first-use h2 {
        text-align: center;
        padding: 10px 10px 0;
        font-family: 'bariol_boldbold';
        font-size: 16px;
        text-transform: uppercase;
        color: #1a3a49;
        margin: 0 0 5px 0;
    }

    #share-fu .jssocials-share-link {
        padding: 7px !important;
    }
}

#team-view-section a {
    font-family: 'Open Sans' !important;
    font-weight: normal;
    color: #fff !important;
    text-transform: lowercase;
    font-size: 13px !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    background: #a7a7a7;
    border-radius: 50px;
    margin: 9px 0;
    line-height: normal;
}

.team-member-btn {
    padding: 0 5px;
}

a#teamname {
    font-family: 'Open Sans';
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    margin: 0;
    text-decoration: none;
}


#cause-section ol.bbc-list {
    list-style-type: decimal;
    padding: 0 0 0 20px;
}

#cause-section ul.bbc-list {
    list-style-type: disc;
    padding: 0 0 0 20px;
}

#view-frp-content .vfc-right .cause-desc a {
    border: 0;
    display: inline;
    width: auto;
    background: transparent;
    color: inherit;
    margin: 0;
    padding: 0 !important;
}

    #view-frp-content .vfc-right .cause-desc a:hover {
        color: inherit;
        background: transparent;
    }

body button.ui-button-icon-only {
    text-indent: -9999px;
}


/* MATCHED DONATIONS */
.matched-donations {
    display: none;
}

    .matched-donations[data-view="false"] {
        display: none;
    }

    .matched-donations[data-view="true"] {
        display: block;
    }

    .matched-donations .m-amount {
        font-weight: bold;
    }

    .matched-donations .m-image {
        width: 100%;
        height: 30px;
        /* margin-right: 10px; */
        /* border-radius: 50px; */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /* background-image: url(https://cdn.gofundraise.com.au/all/placeholder-images/profile-m.jpg) !important; */
    }

p.matched-details {
    font-size: 14px;
}

@media screen and (max-width:640px) {
    .matched-donations .m-image {
        background-position: left center;
    }
}

.matched-donations img.child-image {
    max-width: 80px;
    margin-right: 10px;
}

.matched-donations .matched-section {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.matched-donations {
    padding: 15px 0;
}

.matched-wrap:nth-child(even) {
    margin: 10px 0 10px 0;
}

p.matched-details span.m-type {
    font-weight: normal;
    text-transform: lowercase;
}

.recent-supporter p.total-donation-amount {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #888;
    margin: 0;
}

.matched-wrap:after {
    content: '';
    clear: both;
    display: block;
}

.matched-section.ms-l {
    width: 10%;
    margin-right: 15px;
}

.matched-section.ms-r {
    width: calc(85% - 15px);
    padding-top: 3px;
}

@media screen and (max-width:440px) {
    #btns-wrap[data-g2g="true"] > div.top-btns-wrap > a,
    #btns-wrap[data-g2g="true"] > div.top-buttons-wrap a {
        display: block;
        width: 100%;
    }
}


/* ------ TIMED HELPER ----- */
div#timed-helper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
}

    div#timed-helper #th-wrap {
        background: #fff;
        max-width: 600px;
        width: 90%;
        position: relative;
        top: 50%;
        margin: 0 auto;
        transform: translateY(-50%);
        border-radius: 5px;
    }

.th-wrap-head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.th-content {
    padding: 10px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#th-wrap h3, #th-wrap p {
    font-family: 'bariol_regularregular';
    font-size: 15px;
}

.th-wrap-main p {
    line-height: 23px;
}

#th-wrap .th-wrap-head h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    color: #1b3a49;
}

.th-or span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
}

    .th-or span.divider {
        height: 1px;
        width: 42%;
        background: #ccc;
        display: inline-block;
    }

.th-or {
    margin: 30px 0 30px 0;
    font-family: 'Open Sans';
    font-size: 13px;
}

.th-wrap-main {
    padding: 0 0 20px 0;
}

#timed-helper a.g2g-donate-btn {
    background: #f47d32;
    color: #fff;
    border: 0;
}

    #timed-helper a.g2g-donate-btn span {
        font-weight: bold;
        font-family: 'Open Sans';
        font-size: 13px;
        letter-spacing: 0.02em;
    }

        #timed-helper a.g2g-donate-btn span:nth-child(2) {
            font-size: 12px;
            text-transform: none;
            font-weight: normal;
        }

#timed-helper a {
    font-family: 'bariol_regularregular' !important;
    font-size: 13px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    padding: 4px 8px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.02em;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    #timed-helper a.main-donate-btn {
        padding: 13px;
        font-size: 15px;
    }

    #timed-helper a.g2g-donate-btn {
        /*background: #f47d32;
    color: #fff;
    border: 0;*/
        text-transform: none;
    }

tns-wrap[data-g2g="true"] .top-buttons-wrap .share-btns-wrap {
    padding-left: 5px;
}

#btns-wrap[data-g2g="true"] a.main-donate-btn {
    width: 100%;
}

#btns-wrap[data-g2g="true"] .top-buttons-wrap .share-btns-wrap a {
    width: 100%;
    height: auto;
}

#btns-wrap[data-g2g="true"] .top-btns-wrap > div:nth-child(2) {
    padding-left: 5px;
}

#btns-wrap[data-g2g="true"] .top-btns-wrap > div {
    padding: 0;
}

.share-btns-wrap > div > div > div.likewrap > div {
    position: absolute;
    left: 5px;
    top: 0;
}

.share-btns-wrap > div > div > div.likewrap {
    padding: 0 14px;
    position: relative;
}

#fu-donate a.g2g-donate-btn span {
    display: block;
    font-size: 11px;
    font-family: 'Open Sans';
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.02em;
}

    #fu-donate a.g2g-donate-btn span.g2g-btn-header {
        font-weight: bold;
        font-size: 13px;
    }

#fu-donate a.main-donate-btn {
    padding: 12px;
}

@media screen and (max-width:767px) {
    #th-wrap a.main-donate-btn.transition.primary-bg-color, a.g2g-donate-btn {
        margin: 25px 0 20px;
    }

    .th-content {
        width: 90%;
        margin: 0 auto;
    }

    a.g2g-donate-btn {
        margin: 10px 0;
    }

    #btns-wrap[data-g2g="true"] .top-btns-wrap > div {
        padding: 0 !important;
    }
}

@media screen and (max-width:767px) and (max-height:570px) {
    div#timed-helper #th-wrap {
        max-height: 460px;
        overflow-y: auto;
    }
}

#donate-team-grid .team-page-image > img {
    object-fit: cover;
    width: 100%;
	height: 100%;
}

#donate-team-grid .team-page-image {
    height: 80px;
    padding-bottom: 5px;
    overflow: hidden;
}

div#description-wrap .toggle-truncate {
    display: none;
}

p.m-message {
    font-style: italic;
    margin-top: 3px;
    position: relative;
    padding: 0 0 0 15px;
    margin: 15px 0;
    font-size: 12px;
}

    p.m-message:before {
        content: '';
        width: 5px;
        background: #ccc;
        height: 100%;
        position: absolute;
        left: 0;
    }