/* Fonts */
@font-face {
    font-family: 'geomanist';
    src: url('https://phtro-assets.s3-us-west-2.amazonaws.com/fonts/geomanist-medium-webfont.woff2') format('woff2'),
    url('https://phtro-assets.s3-us-west-2.amazonaws.com/fonts/geomanist-medium-webfont.woff') format('woff'),
    url('https://phtro-assets.s3-us-west-2.amazonaws.com/fonts/geomanist-medium-webfont.eot'),
    url('https://phtro-assets.s3-us-west-2.amazonaws.com/fonts/geomanist-medium-webfont.eot?#iefix') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Open Sans';
    src: url('https://phtro-assets.s3-us-west-2.amazonaws.com/fonts/opensans-bold.woff2') format('woff2'),
    url('https://phtro-assets.s3-us-west-2.amazonaws.com/fonts/opensans-bold.woff') format('woff'),
    url('https://phtro-assets.s3-us-west-2.amazonaws.com/fonts/opensans-bold.eot'),
    url('https://phtro-assets.s3-us-west-2.amazonaws.com/fonts/opensans-bold.eot?#iefix') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;

}
.center-flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.notice-container{
    background-color: #fff;
    width: 100%;
    max-width: 360px;
    margin: 40px auto;
    box-shadow: 1px 1px 2px #00000030;
    padding: 30px;
    border-radius: 3px;
    box-sizing: border-box;
}
.notice-container > .footer{
    border-top: 1px dashed #c3c3c3;
    padding: 30px 0 0 0;
}
.notice-container > .message{
    margin: 30px 0;
    color: #000;
    font-size: 33px;
    font-weight: bold;
    line-height: 1em;
}
/* QR Code */
div.qr-code{
    position: absolute;
    top: 30px;
    left: 30px;
}
div.poster-tagline,div.poster-title{
    color:#000;
    margin-left: 210px;
}
div.poster-byline{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background-color: #ffc63c;
    text-align: center;
}
div.poster-title{
    margin-top: 40px;
    font-size: 58px;
    text-transform: uppercase;
    width: 275px;
    line-height: 49px;
    padding-left: 149px;
}
div.poster-tagline{
    font-size: 15px;
    margin-top: 15px;
    padding-left: 155px;
    width: 250px;
}
div.poster-title:before{
    content: 'Donate To Pug Hug';
}
div.poster-tagline:before{
    content: 'Donate, Volunteer and Learn more';
}
div#donation-poster{
    width: 700px;
    position: absolute;
    left: 0;
    border-radius: 3px;
    height: 585px;
    background-image: url('img/header/cute-dog.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
div.qr-code rect#r0, div.qr-code path, div.qr-code polygon{
    fill: #000;
}
div.qr-code > svg{

}
.look-down-right:before, .look-down:before {
     content: "\25BC";
     position: absolute;
     top: 20px;
     font-size: 10px;
     color: #555;
 }
.look-down-right:before {
    right: 75px;
}
.look-down:before {
    right: 10px;
}
[data-label]::before {
    content: attr(data-label);
}
/* Update Notice */
#update-notice{
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    box-shadow: inset -1px 1px 2px rgba(0,0,0,0.2);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100px;
    display: block !important;
}
#update-notice b{
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #afafaf;
}
#update-notice p{
    font-size: 13px;
    line-height: 1.6em;
    color: #676767;
}
#update-notice p + p{
    margin-top: 10px;
}
/* Fundraiser Form */
div.fundraiser-title{
    margin: 5px 0 0;
    font-size: 22px;
}
div.fundraiser-title:before{
    content: 'I\'m Giving My Birthday To Pug Hug!';
}
div.fundraiser-description{
    margin: 20px 0 0;
}
div.fundraiser-description:before{
    content: 'For my birthday, I would love for all my family and friends to give to Pug Hug in lieu of gifts. This means a lot to me because I take this Pug Life seriously. Stay four paws down - Gang Gang.';
    font-size: 13px;
    color: #9b9b9b;
    line-height: 20px;
}
#mobile-peer-to-peer-fundraiser div.progress-bar{
    margin: 40px 0 20px;
}
#mobile-peer-to-peer-fundraiser .progress{
    background-color: #6ec37c !important;
    fill: #6ec37c;
}
div.benefiting-campaign:before{
    content:'Pug Hug Adoption Drive';
}
div.benefiting-campaign{
    padding: 20px;
    background-color: #6ec37c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23ffffff' fill-opacity='0.1' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
    border-radius: 3px;
    color: #ffffff;
    margin: 20px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 27px;
}
div.fundraiser-social{
    margin-bottom: 20px;
    border-bottom:1px dotted #dedede;
    padding-bottom: 30px;
}
div.fundraiser-bitly{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 160px;
    border-radius: 30px
}
div.fundraiser-bitly:before{
    content: 'bit.ly/ce31D';
    color: #888;
    font-size: 13px;
}
div.fundraiser-share-icon{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color:#f3f3f3;
    border-radius: 50%;
    margin-right: 10px;
    height: 30px;
    width: 30px;
}
div.fundraiser-social > div{
    display: inline-block;
    vertical-align: top;
}
div.fundraiser-benefits:before {
    content: 'My Fundraiser Benefits';
    font-size: 13px;
}
div.total-donors, div.total-raised{
    font-size: 13px;
    color: #9b9b9b;
    margin-top: 5px;
}
div.total-donors:before {
    content: 'Donors';
}
div.total-raised:before {
    content: 'Raised';
}
div.total-donor-count, div.total-raised-count{
    font-size: 22px;
}
div.total-donor-count:before{
    content: '4';
}
div.total-raised-count:before{
    content: '$100 / $1,000';
}
div.fundraising-stats{
    margin: 0 0 30px;
}
div.fundraising-stats .table-cell{
    text-align: left;
    padding-right: 15px;
    white-space: nowrap;
}
div.fundraising-stats .table-cell + .table-cell{
    border-left: 1px dotted #dedede;
    width: 100%;
    padding-left: 15px;
}
/* Event Ticketing Form */
div.event-title{
    margin-bottom: 10px;
}
div.event-date, div.event-time{
    color:#be2323;
    font-size: 15px;
    line-height: 1.3em;
}
div.event-title{
    font-size: 34px;
    line-height: 0.9em;
}
div.event-date:before{
    content: 'Tuesday, December 18, 2023';
}

div.event-time:before{
    content: '6:00pm - 11:00pm';
}
div.event-description{
    margin-top: 30px;
}
div.event-description:before{
    content: 'All proceeds benefit our no-kill shelter and brand spanking new Pug adoption center! #PugLife';
    font-size: 13px;
    color: #9b9b9b;
    line-height: 20px;
}
div.event-map{
    margin: 30px 0;
}
div.event-ticket:before{
    content: 'Ticket Selection';
    font-size: 13px;
}
div.event-ticket-disclaimer:before {
    content: 'Please select from the ticket options below.';
    font-size: 13px;
    color: #9b9b9b;
}
div.event-ticket-container{
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 3px;
    font-size: 40px;
    color: #bdbdbd;
    margin: 20px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* Form Elements */
button,
input,
select,
a,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
select:focus::-ms-value{
    background-color: #fff;
    color: inherit;
}
select:invalid,
select option[value=""] {
    color: #999999;
}
[hidden] {
    display: none;
}
/* Paragraph Styling */
p{
    font-size: 15px;
    color: #717171;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}
span.key-point{
    font-size: 50px;
    margin: 0 0 40px;
    letter-spacing: -1px;
    font-weight: 600;
    word-break: keep-all;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    line-height: 1.05em;
    display: block;
}
.container > hr{
    margin: 80px 0;
}
.container p + hr, hr.help-divider{
    margin: 50px 0;
}
p + hr,.container > hr, hr.help-divider {
    border-top-style: dotted;
}
p + p{
    margin-top: 20px;
}
p > a{
    color: #2a7d9b;
    text-decoration: none;
}
p > b{
    color:#222;
}
/* List Styling */
li > a, b.emphasis{
    display: block;
}
#update-notice p > a{
    color: #215d73;
    text-decoration: underline;
}
/* H Tag Styling */

h3, h5, h6, b.emphasis{
    word-break: keep-all;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    line-height: 1.05em;
}
h6{
    word-break: keep-all;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    line-height: 1.05em;
    font-size: 40px;
    margin: 0 0 30px 0;
    font-weight: 600;
    letter-spacing: -1px;
}
h3, b.emphasis{
    text-transform: uppercase;
}
h1, h2, h4{
    font-family: 'geomanist', sans-serif;
    font-weight: 400;
}
h1{
    font-size: 60px;
    color: #444;
    line-height: 54px;
    margin: -7px 0 30px 0;
    word-break: keep-all;
    padding: 0;
}
h2 {
    font-size: 44px;
    margin: 0 0 40px;
    padding: 0;
    line-height: 1em;
    word-break: keep-all;
}
h3, b.emphasis{
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #444;
}
h4{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 50px 0;
}
h1 > span, h4 > span{
    white-space:nowrap;
    display: block;
}
button, a{
    outline: none;
}
div.footer p{
    font-size: 13px;
}
div.site-map ul{
}
div.site-map li{
    width: 48.5%;
    display: inline-block;
}
div.site-map li > a{
    line-height: 2em;
}
div.languages, div.site-map{
    padding: 50px 0 0;
}
div.languages li.active > a{
    background-color:#356e90;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
}
div.languages li > a, div.site-map li > a{
    color:#707070;
    text-decoration: none;
    font-size: 15px;
}
div.languages li{
    display: inline-block;
}
div.languages li + li{
    margin-left: 10px;
}
div.languages ul, div.site-map ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* Iconography */
.icon-button:focus, .icon-button:active{
    outline: none;
}
.icon-button{
    vertical-align: top;
    border: none;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath id='chevron-right' fill='%23ffffff' d='M23.32849,16.70709,13.12115,26.91425a.50007.50007,0,0,1-.70715,0l-2.82806-2.8285a.5.5,0,0,1,0-.70709L16.96436,16,9.58594,8.62134a.5.5,0,0,1,0-.70709L12.414,5.08575a.50007.50007,0,0,1,.70715,0L23.32849,15.29291A.99988.99988,0,0,1,23.32849,16.70709Z'/%3E%3C/svg%3E");
    background-size: 50px;
    background-color: #126ca3;
    background-repeat: no-repeat;
    background-position: center center;
}

.chevron-right:before {
    content: "\E224";
}

.chevron-left:before {
    content: "\E225";
}


/* Gradient */
.right-gradient, .left-gradient{
    position: absolute;
    height: 330px;
    bottom: 100px;
    padding-top: 120px;
    width: 140px;
    z-index: 2;
    box-sizing: border-box;
}
.right-gradient{
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    right: 0;
    padding-right: 50px;
}
.left-gradient{
     background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
     left: 0;
     padding-left: 50px;
}

/* Sidebar Styling */
.side-menu ul{
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.side-menu ul > li a{
    text-decoration: none;
    display: block;
    line-height: 1.8em;
    color:#356e90;
}
div.side-menu{
    padding-right: 40px;
    border-right: 1px dotted #dedede;
}
div.definition + ul.help-points{
    margin-top: 30px;
}
ul.help-points{
    color:#747474;
    line-height: 1.8em;
}
ul.help-points b{
    color:#000;
}
.side-menu + .side-content{
    padding-left: 40px;
}
.side-menu, .side-content{
    padding: 100px 0;
}
.side-content > .notice-container{
    margin-bottom: 50px;
}
.notice-container > .content-notice.bad{
    background-color: #fde6e2;
    border-left: 5px solid #fb4a4a;
}
.notice-container > .content-notice.good{
    background-color: #fffbec;
}
.notice-container > .content-notice + .content-notice{
    margin-top: 10px;
}
.notice-container > .content-notice{
    padding: 25px;
    font-size: 14px;
    line-height: 1.5em;
    border-left: 5px solid #fbc375;
}
b.question{
    display: block;
    margin-bottom: 10px;
}
p + .sidenote{
    margin-top: 30px;
}
.code-container + .sidenote{
    margin-top: 30px;
}
.sidenote > p{
    font-size: inherit;
    line-height: inherit;
}
.sidenote{
    background-color: #f6fbff;
    border-left: 5px solid #518abd;
    padding: 25px;
    font-size: 14px;
    line-height: 1.5em;
}
.code-container .code-notice, .code-container .code-header, .code-container .code-footer{
    padding: 30px;
    color: #000;
}
.code-container .code-body{
    border-top: 1px dotted #dedede;
    padding: 30px;
}
.code-container .code-body + .code-footer{
    border-top: 1px dotted #dedede
}
.code-container{
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.6em;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    overflow: hidden;
    background-color:#f7f7f7;
}
.code > div.bury{
    opacity: 0.2;
}
.code{
    background-color: #000000;
    padding: 30px;
    font-family: 'Courier New', monospace, serif;
    color: #ffffff;
}
.code .hil{
    background-color: #424242;
    display: inline-block;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 2px;
    line-height: 15px;
}

/* Theme Styling */

.dark-theme .breadcrumb > a{
    color:#fff;
}
.dark-theme .breadcrumb{
    color:#fff;
}
.bg-gray p{
    color: #6f6f6f;
}

ul.right-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.right-list li{
    line-height: 1.8em;
}
ul.right-list li a{
    color: #2a7d99;
    font-size: 15px;
    text-decoration: none;
}

.relative{
    position: relative;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}

abbr[title], acronym[title] {
    text-decoration: none;
}
label{
    cursor: pointer;
}
.sr-only {
    position:absolute;
    left:-10000px;
    top:-1px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.section.padding-half{
    overflow: visible;
}
#analytics-section.section{
    padding: 150px 0;
}
/* Label Button */
.label-button-switch:checked + label.label-button{
    background-color: #356e90;
    color: #fff;
}
a.register-button{
    border-color: #126ca3;
    color: #fff;
    background-color: #126ca3;
    text-decoration: none;
    border-radius: 30px;
    letter-spacing: 1px;
    padding: 17px 40px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 50px;
    display: block;
}
.label-button-container{
    border-radius: 30px;
    overflow: hidden;
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    line-height: 1.05em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
label.label-button{
    display: table-cell;
    font-size: 14px;
    padding: 17px 0;
    text-align: center;
    background-color: #f3f3f3;
    color: #676767;
    width: 50%;
    letter-spacing: 1px;
}

/* Pricing Table */
.feature-name, .feature-price{
    display: block;
}
.feature-price{
    margin-top: 2px;
    color: #356e90;
    display: none;
}
div.requirement-list{
    margin-top: 50px;
}
div.requirement-list b{
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
}
div.requirement-list p{
    margin-left: 20px;
    margin-bottom: 30px;
    color: #bcbcbc;
    font-size: 14px;
    border-left: 1px dotted #525252;
    padding-left: 20px;
}
div.requirement-list p > span{
    display: block;
    margin-top: 10px;
    background-color: #d9f6c2;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 15px;
    color: #40af3a;
    width: 165px;
}
div.feature-list, div.price-list{
    font-size: 14px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    margin-top: 30px;
}
div.price-list b + p{
    margin-top: 10px;
}
.price-chart > div.feature-list{
    margin-top: 50px;
}
div.feature-option-list{
    font-size: 14px;
    background-color:#fff;
}
div.feature-option-list div.table-cell + div.table-cell{
    width: 30px;
    padding-left: 30px;
}
span.description{
    color:#767676;
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
div.feature-option-list .table-cell{
    padding-bottom: 30px;
}
div.feature-option-list > div.table-row:nth-child(odd){

}
div.feature-option-list div.switch{
    position: absolute;
    right: 0;
}
div.cost-label{
    border-left: 1px dashed rgba(0, 0, 0, 0.15);
    padding: 40px;
}
div.cost-padding-top{
    color: #357d2d;
}
div.cost-calculation{
    padding: 40px;
    width: 95px;
    text-align: right;
}
div.cost-calculation > div{
    white-space:nowrap;
}
div.rate-example{
    background-color: #ffffff;
    margin-bottom: 40px;
    word-break: keep-all;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}
div.feature-option-list div.table-row + div.table-row > div.table-cell{
    padding-top: 30px;
    border-top:1px dotted #dedede;
}
div.feature-list div.table-cell + div.table-cell, div.feature-option-list div.table-cell + div.table-cell, div.price-list div.table-cell + div.table-cell{
    text-align: right;
}
div.feature-list div.table-cell + div.table-cell{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath id='check' fill='%233a964a' d='M27.37592,9.70459l-14.151,15.97693a.99985.99985,0,0,1-1.47558.02356L4.59711,18.1322a.99992.99992,0,0,1-.05384-1.31128L5.495,15.63123a.99994.99994,0,0,1,1.22808-.26966L12,18,24.79724,7.09863a.99991.99991,0,0,1,1.35553.0542l1.1817,1.18164A1,1,0,0,1,27.37592,9.70459Z'/%3E%3C/svg%3E%0A");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

div.feature-list div.table-cell, div.price-list div.table-cell{
    padding: 15px;
}
div.requirement-list > div.table-row:nth-child(odd){
    background-color: #404040;
}
div.feature-list > div.table-row:nth-child(odd), div.price-list > div.table-row:nth-child(odd){
    background-color: rgba(0, 0, 0, 0.03);
}
div.price-chart + div.price-chart, div.feature-option-list + div.price-chart{
    margin-top: 70px;
}
.feature-name > span.popular{
    font-size: 10px;
    display: inline-block;
    padding: 5px 20px;
    background-color: #e9f7ff;
    color: #356e90;
    vertical-align: bottom;
    border-radius: 20px;
    margin-left: 10px;
}
.feature-name > span.popular:before{
    content: 'Popular';
}
div.option-features{
    padding: 50px 40px 40px 40px;
    background-color:#fff;
}
div.price-chart.fixed{
    width: 433px;
    position: fixed;
    top: 0;
}
div.price-chart.fixed + div.option-features{
    margin-top: 412px;
}
div.price-chart{
    padding: 40px;
    background-color:#fff;
    z-index: 4;
    box-sizing: border-box;
    /*box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);*/
}
span.price-cadence{
    font-size: 50px;
}
div.price-chart > h3, div.price-chart > b.emphasis{
    font-size: 15px;
}
.lower-case{
    text-transform: lowercase !important;
}
.support-footer{
    margin-top: 50px;
}
.support-footer div.container{
    padding: 40px 0;
    border-top: 5px solid #222;
}
.support-footer a{
    font-size: 14px;
    margin: 5px 0 0 0;
    color: #444;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.question-block{
    padding: 40px;
    background-color: #1c6ca3;
    z-index: 4;
    margin-top: 70px;
    box-sizing: border-box;
}
.support-footer b{
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
}
.question-block a, .question-block p, .question-block b{
    color:#fff;
}
.support-footer b, .support-footer a, .question-block a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.question-block a{
    background-color: transparent;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 15px 40px;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 30px;
    border: 3px solid #fff;
}
.nav-flag{
    position: absolute;
    right: -15px;
    padding: 3px 12px;
    background-color: #126ca3;
    color: #fff;
    font-size: 10px;
    top: -25px;
    border-radius: 2px;
    white-space: nowrap;
}
.nav-flag:before{
    content: 'SELF-PACED';
}
.nav-flag > span:before{
    content: 'V';
}
.nav-flag > span{
    position: absolute;
    bottom: -11px;
    color: #126ca3;
    font-size: 28px;
    font-family: serif;
    right: 1px;
    z-index: -1;
}
.price{
    color: #000;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 40px 0;
    line-height: 1.05em;
    font-weight: 600;
    text-align: center;
    font-size: 70px;
    margin-bottom: 40px;
    border-bottom: 3px solid #dedede;
}

/* Login */
.access-panel p.description{
    color: #bcbcbc;
    margin-bottom: 40px;
}
.check-circle > input{
    display: none;
}
.check-circle{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: block;
    box-sizing: border-box;
    background-color: #e7e7e7;
    position: relative;
}
.add-on-label{
    color: #e7e7e7;
    font-size: 14px;
    text-align: center;
    display: block;
    position: relative;
    top: 7px;
}
.check-circle > input:checked + label{
    color: #3a964a;
}
div.border-wrap > button{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 53px;
    box-sizing: border-box;
    width: 60px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 1px dotted #dedede;
    background-color: #fff;
    color:#126ca3;
    z-index: 1;
    cursor: pointer;
}
div.border-wrap > button{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath id='chevron-right' fill='%23126ca3' d='M23.32849,16.70709,13.12115,26.91425a.50007.50007,0,0,1-.70715,0l-2.82806-2.8285a.5.5,0,0,1,0-.70709L16.96436,16,9.58594,8.62134a.5.5,0,0,1,0-.70709L12.414,5.08575a.50007.50007,0,0,1,.70715,0L23.32849,15.29291A.99988.99988,0,0,1,23.32849,16.70709Z'/%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.shield{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -10;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.access-panel > label{
    font-size: 14px;
}
.access-panel{
    width: 500px;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: #303030;
    transition: all 0.1s linear;
    box-sizing: border-box;
    padding: 50px;
    color:#fff;
    overflow-x: hidden;
    overflow-y: auto;
}
.footer label.link-label{
    font-size: 13px;
    color:#2a7d9b;
    display: inline;
}
label.link-label, a.link-label{
    color: #717171;
    line-height: 1.8em;
    text-decoration: none;
}
#left-login{
    background: url('https://phtro-assets.s3-us-west-2.amazonaws.com/img/header/amazing.jpg') no-repeat right center;
    background-size: cover;
}
#left-signup{
    background: url('https://phtro-assets.s3-us-west-2.amazonaws.com/img/header/incredible.jpg') no-repeat right center;
    background-size: cover;
}
.left-login-panel{
    background-size: cover;
    background-blend-mode: soft-light;
    width: 40%;
}
#login:checked + #forgot-password + div label[for=login], #forgot-password:checked + div label[for=forgot-password], #register:checked + #required + div label[for=register], #required:checked + div label[for=required]{
    background-color:#126ca3;
}
#login:checked + #forgot-password + div .forgot-password-only, #forgot-password:checked + div .login-only{
    display: none;
}
#login-container{
    padding: 50px 0 0;
    max-width: 390px;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}
#login-container p{
    margin-bottom: 30px;
}
#update-notice p {
    margin-bottom: 15px;
}
.full-height{
    height: 100%;
    box-sizing: border-box;
}
.center{
    text-align: center;
}
.full-height + .full-height:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    user-select: none;
}
.heading{
    font-family: 'geomanist', sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1em;
    margin: -7px 0 30px 0;
    word-break: keep-all;
    padding: 0;
    display: block;
}

#login:checked + #forgot-password + div.login > span.heading:before{
    content: 'Hello There';
}
#forgot-password:checked + div.login > span.heading:before{
    content: 'Password Reset';
}
#login-container > .standalone-logo{
    margin-bottom: 40px;
}
#login-container #philantro-logo-svg{
    height: 32px;
}
#login-container div.border-wrap{
    border: 1px solid #ddd;
}
.standalone-logo{
    position: relative;
}
.standalone-logo > .logo-reg{
    color: rgba(70, 70, 70, 0.5);
}
#register-panel:checked + div{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    filter: blur(2px);
}
#register-panel:checked + div + div > #registration-view-panel{
    display:block;
}
#register-panel:checked + div + div{
    right: 0;
}
#register-panel:checked + div > label.shield{
    z-index: 4;
    display: block;
}
#forgot-password:checked + div #password, #forgot-password:checked + div #update-notice{
    display: none !important;
}
div.register-view, div.required-view{
    display: none;
}
#register:checked + #required + div > div.register-view, #required:checked + div > div.required-view{
    display: block;
}
label.line-tab{
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 12px 0;
    text-align: center;
    background-color: #404040;
    border-radius: 30px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
label.line-tab + label.line-tab{
    margin-left: 6%;
}
/* Campaign Dashboard */
.round-key.donations.bg-green + div:before{
    content: 'Donations by Month';
}
.round-key.bg-dark-blue + div:before{
    content: 'Checks';
}
.round-key.donations.bg-orange + div:before{
    content: 'Sustained Recurring';
}
.round-key.donations.bg-red + div:before{
    content: 'New Recurring';
}
.round-key.bg-purple + div:before{
    content: 'Other';
}

/* Nonprofit Dashboard */
.round-key.bg-green + div:before{
    content: 'Credit / Debit Card';
}
.round-key.bg-dark-blue + div:before{
    content: 'Checks';
}
.round-key.bg-orange + div:before{
    content: 'PayPal';
}
.round-key.bg-red + div:before{
    content: 'Cash';
}
.round-key.bg-purple + div:before{
    content: 'Other';
}
div.attendees:before{
    content: 'Attendees';
}
div.filter:before{
    content: 'Filter';
}
div.search-event:before{
    content: 'Search Transactions';
}
div.search-event{
    border-radius: 40px;
    width: 300px;
    color: #bdbdbd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    line-height:  34px;
    font-size: 12px;
    text-indent: 20px;
    top: 0;
    background-color: #f3f3f3;
}
div.button-grid{
    border-bottom: 1px dotted #dedede;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 220px;
    position: relative;
}
div.gray-button + div.gray-button{
    margin-left: 10px;
}
div.gray-button{
    background-color: #e9e9e9;
    color: #989898;
    border-radius: 2px;
    display: inline-block;
    font-size: 10px;
    padding: 12px;
}
div.shadow-pad{
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}
div.pad{
    padding: 30px;
}
div.pad > hr{
    margin: 30px 0;
    border-top: 1px dotted #dedede;
}
div.donation-chart{
    padding: 30px 0 0 0;
    height: 300px;
    box-sizing: border-box;
    overflow: hidden;
}
div.donation-chart > svg{
    vertical-align: top;
    width: 922px;
    height:100%;
    margin-left: -1px;
}
div.eight, div.four{
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: top;
}
div.recent-table{
     border-radius: 5px;
     overflow: hidden;
     box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
div.eight{
    width: 75%;
}
div.four{
    width: 25%;
    font-size: 12px;
}
div.four > div+div{
    margin-top: 12px;
}
div.monthly-recurring + div.explanation:before{
    content: 'Total amount of recurring donations processed during this period.';
}
div.donor-conversion + div.explanation:before{
    content: 'The percentage of leads who have completed their donation.';
}
div.pending-transfer + div.explanation:before{
     content: 'Your net funds pending direct deposit.';
}
div.campaign-performance + div.explanation:before{
    content: 'Forecasted growth given ARR, MRR, Pledge and PT data.';
}
div.explanation:before{
    color:#999;
    line-height: 1.4em;
}
div.random-number, div.random-percentage, div.random-integer, div.another-random-number{
    color:#222;
    font-size: 25px;
    font-family: 'geomanist', sans-serif;
    font-weight: 400;
}
div.random-percentage:before{
    content: '84.02%'
}
div.random-number:before{
    content: '$200.00';
}
div.another-random-number:before{
    content: '$82.61';
}
div.random-integer:before{
    content: '15';
}
div.pending-transfer:before{
    content: 'Transfer';
}
div.lost-recurring:before{
    content: 'Lost Recurring';
}
div.donor-conversion:before{
    content: 'Donor Conversion';
}
div.average-donation:before{
    content: 'Average Donation';
}
div.monthly-recurring:before{
    content: 'Recurring Donations';
}
div.y-t-d-gross:before{
    content: 'Year-to-Date Gross';
}
div.tickets-sold:before{
    content: 'Tickets Sold';
}
div.this-period:before{
    content: 'Total This Period';
}
div.checked-in:before{
    content: 'Checked In';
}

div.average-donation + div.explanation:before{
    content: 'Average donation amount for this campaign for current fiscal year.';
}
div.lost-recurring + div.explanation:before{
    content: 'The total number of recurring donors that were lost this fiscal year.';
}
div.checked-in + div.explanation:before{
    content: 'Total checked-in attendees who purchased during this period.';
}

div.tickets-sold + div.explanation:before{
    content: 'This is total number of tickets purchased during this period.';
}
div.this-period + div.explanation:before{
    content: 'This is the total amount raised during this period before fees.';
}
div.checked-in + div.explanation:before{
    content: 'Total checked-in attendees who purchased during this period.';
}

form.loading div.border-wrap > button{
    border: none;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    background-color: transparent;
}
div.notification:empty{
    display: none;
}
div.notification > div{
    padding: 20px;
    border-radius: 5px;
    background-color: #fea;
    font-size: 14px;
    color: #806823;
    margin-bottom: 20px;
}
#recurring-contribution-container > .data-container + .data-container{
    margin-top: 30px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* Illustrations */
@keyframes appear {
    0%{
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes select {
    0%{}
    100% {
        left: unset;
        right: 0;
    }
}
@keyframes turn-green {
    0%{}
    100% {
        background-color: #8ec38e
    }
}
.beta-bar, .beta-bar-soon{
    background-color: #e6f1f5;
    border-radius: 20px;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 30px;
}
.beta-bar-soon:after{
    content: 'Currently in limited release - woot woot!';
}
.beta-bar:after{
    content: 'Currently available by invitation only.';
}
.beta-label:before{
    content: 'BETA';
}
.beta-label{
    display: inline-block;
    color: #fff;
    background-color: #126ca3;
    padding: 7px 20px;
    border-radius: 20px;
    margin-right: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.country-bar, .country-bar-soon{
    background-color: #e6f1f5;
    border-radius: 20px;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 30px;
}

.country-label{
    display: inline-block;
    color: #fff;
    background-color: #126ca3;
    padding: 7px 20px;
    border-radius: 20px;
    margin-right: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.computer-screen.left{
    left: 0;
}
.computer-screen{
    position: absolute;
    background-color:#fff;
    overflow: hidden;
    border-radius: 6px;
    text-align: left;
    left: 110px;
    width: 920px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.event-screen{
    position: absolute;
    overflow: hidden;
    border-radius: 6px;
    text-align: left;
    left: -470px;
    width: 940px;
    height: 580px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    background-color: #be2323;
    transition: background-color 0.5s ease;
    animation: slide-right .5s ease-out forwards;
    animation-delay: 10s;
}
@keyframes slide-right {
    0% {
        left: -470px;
    }
    100% {
        left: 0;
    }
}
@keyframes scale-up-down {
    0%{
        transform: scale(1);
    }
    50% {
        transform: scale(1.8);
    }
    100% {
        transform: scale(1);
    }
}
.event-screen.event-almost{
    background-color:#dca831;
}
.event-screen.event-success .odometer{
    animation: scale-up-down .5s ease-out forwards;
}
.event-screen.event-success{
    background-color: #7de651 !important;
}
.goal-circle{
    width: 350px;
    position: relative;
}
.circular-chart {
    display: block;
}
.chart-amount{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 330px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}
.chart-label{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 400px;
    text-align: center;
    color: #490e0d;
    font-size: 23px;
}
.live-event-body{
    padding: 40px;
}
div.progress-wall > div.water{
    background: url('svg/wave.svg') repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 3s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
div.water:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-25px,0);
    }
    50% {
        transform: translate3d(0,5px,0);
    }
}
div.progress-wall{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    height: 0;
    transition: height 1s ease;
}
.circle {
    stroke: #fff;
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
.main-circle {
    stroke: #841812;
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}
.live-event-display{
    padding: 30px;
    position: relative;
}
.live-event-raised{
    color: #fff;
    text-align: center;
    font-size: 40px;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 400px;
    top: 0;
    bottom: 0;
}
.live-event-raised:before{
    content: '$3,500 Goal';
    background-color: #00000038;
    padding: 5px 40px;
    border-radius: 60px;
}
div#odometer{
    font-size: 150px;
    text-align: center;
    display: block;
    padding-top: 180px;
    color:#fff;
}
div.odometer-inside:before{
    content: '$';
    font-size: 130px;
}
.live-event-head{
    color: rgba(255, 255, 255, 0.7);
    font-size: 35px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
}
.event-display-shell{
    position: relative;
    z-index: 1;
}
.live-event-head span + span{
    display: inline-block;
    margin-left: 10px;
}
.live-event-head span.event-goal{
    display: block;
    margin-top: 20px;
}
.live-event-head span.event-name, .live-event-head span.event-number, .live-event-head span.event-goal{
    color: #fff;
}
.live-event-head span.event-text:before{
    content: 'Text';
}
.live-event-head span.event-to:before{
    content: ' to ';
}
.live-event-head span.event-name:before{
    content: 'PUGLIFE';
}
.live-event-head span.event-number:before{
    content: '510-822-7847';
}
#event-raised{
    font-size: 130px;
    color: #fff;
    text-align: center;
    line-height: 340px;
}
input#show-desktop-screen:checked + div.computer-screen{
    z-index: 4;
}
input#show-desktop-screen:checked + div.computer-screen div.desktop-window{
    animation-name: scroll-up-donation-window;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes scroll-up-donation-window {
    from {margin-top: 0;}
    to {margin-top: -280px;}
}
input#hide-desktop-screen:checked + input + div.computer-screen div.desktop-window{
    animation-name: scroll-down-donation-window;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes scroll-down-donation-window {
    from {margin-top: -280px;}
    to {margin-top: 0;}
}
input#show-desktop-screen:checked + div.computer-screen + div#donation-form-mobile > label.desktop-shield,
input#show-desktop-screen:checked + div.computer-screen + div#recurring-donation-mobile > label.desktop-shield,
input#show-desktop-screen:checked + div.computer-screen + div#recurring-donation-mobile-giftaid > label.desktop-shield,
input#show-desktop-screen:checked + div.computer-screen + div#mobile-peer-to-peer-fundraiser > label.desktop-shield{
    display: block;
}
#donation-form-mobile > label.desktop-shield,
#recurring-donation-mobile > label.desktop-shield,
#recurring-donation-mobile-giftaid > label.desktop-shield,
#mobile-peer-to-peer-fundraiser > label.desktop-shield{
    display: none;
}
.computer-screen .desktop-donation-form-example{
    margin: 50px;
}
#donation-form-mobile .switch .option-indicator, .donation-form-example .switch .option-indicator {
    display: block;
    animation-name: select;
    animation-duration: 0.5s;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
#donation-form-mobile .switch div.track, .donation-form-example .switch div.track {
    animation-name: turn-green;
    animation-duration: 0.1s;
    animation-delay: 2.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.theme-changer{
    position: absolute;
    bottom: 0;
    padding: 20px 20px 10px;
    border-radius: 3px;
    background-color: #000;
    z-index: 3;
    left: 390px;
    opacity: 0;
    animation-name: appear;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.d-sup{
    font-weight: 600;
    text-decoration: none;
    color: #282828;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #ffc63c;
    display: block;
    padding: 16px;
    position: absolute;
    top: -55px;
    right: 0;
    white-space: nowrap;
    border-radius: 3px;
}
div.iframe-block{
    overflow: hidden;
    border-radius: 5px;
    margin: 50px 0;
    height: 346px;
}
div.iframe-block > iframe{
    display: block;
    height: 348px;
    width: 100%;
}
.d-sup:before{
    content: 'Customize your color.';
}
.d-sup > span:before{
    content: 'V';
}
.d-sup > span{
    position: absolute;
    bottom: -29px;
    color: #FFC63C;
    font-size: 70px;
    font-family: 'Times New Roman', serif;
    right: 5px;
    z-index: -1;
}
.theme-changer > label{
    display: block;
    cursor: pointer;
}
.theme-changer > label{
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.theme-changer > label.active{
    border: 2px solid #fff;
    height: 16px;
    width: 16px;
}
.bold-os, .feature-name, .feature-price{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
}
.thin-os{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
}
.computer-screen .t-50:first-child{
    padding-right: 30px;
}
.computer-screen .t-50 + .t-50{
    padding-left: 30px;
}
/* -- Donor Dashboard --*/
div.desktop-donor-dashboard-example{
    padding: 50px;
}
div.recurring-table{
    border-radius: 5px;
    overflow: hidden;
    margin: 30px 0;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
div.contribution-listing{
    display: table;
    width: 100%;
}
div.contribution-listing.odd > div{
    background-color: rgba(0, 0, 0, 0.05);
}
div.contribution-listing > div{
    display: table-cell;
    color:#999;
    padding: 20px;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
div.contribution-listing > div + div{
    padding-left: 0 !important;
}
div.c-amount{
    width: 85px;
}
div.c-amount:before{
    content: '$10.00';
}
div.c-campaign{
    width: 200px;
}
div.c-campaign:before, div.recurring-campaign:before, div.donation-campaign:before{
    content: 'Pug Hug';
}
div.c-date:before{
    content: '2019-01-13 08:30:56';
}
div.contribution-listing.odd > div.c-date:before{
    content: '2019-02-13 08:30:56';
}
div.c-pm:before{
    content: 'Visa (4242)';
}
div.contribution-history:before{
    content: 'Contribution History';
    font-size: 13px;
}
div.recurring-head{
    padding: 20px;
    background-color: rgba(119, 193, 80, 0.2);
    color: #5d8943;
    font-size: 12px;
}
div.recurring-body{
    padding: 20px;
}
div.recurring-campaign:before{
    font-size: 13px;
}
div.recurring-cost:before{
    content: '$10 Monthly';
    font-size: 13px;
    color:#999;
}
div.recurring-head:before{
    content: 'Next Charge Scheduled: 2019-03-13';
}
div.active-recurring:before{
    content: 'Recurring Donations';
    font-size: 13px;
}
div.donor-dashboard-intro:before{
    content: 'Donor Dashboard';
    font-size: 13px;
    color:#999;
}
div.donor-dashboard-header{
    margin: 5px 0 20px 0;
    font-size: 25px;
}
div.donor-dashboard-header:before{
    content: 'Welcome Back';
}

div.donor-contact-header:before{
    content: 'Primary Information';
    font-size: 13px;
}
div.donor-contact-edit:before{
    content: 'Edit';
    font-size: 13px;
}
div.donor-contact-edit{
    text-align: right;
    color: #777777;
}
div.donor-photo{
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    color: #777777;
    text-align: center;
    font-size: 14px;
    background-size: 100%;
}
div.donor-name:before{
    content: 'Brandon Bissoon';
    font-size: 13px;
}
div.donor-address:before{
    content: '12456 Main Street';
    font-size: 13px;
    color: #9b9b9b;
}
div.donor-email:before{
    content: 'bbissoon@gmail.com';
    font-size: 13px;
    color: #9b9b9b;
}
div.total-donated-count, div.y-t-d-donations-count,div.total-recurring-count, div.total-transactions-count{
    font-size: 22px;
    margin-bottom: 3px;
}
div.total-donated-count:before{
    content: '$1000';
}
div.y-t-d-donations-count:before{
    content: '$100';
}
div.total-recurring-count:before{
    content: '$25';
}
div.total-transactions-count:before{
    content: '7';
}
div.total-donated:before{
    content: 'Total Donated';
    font-size: 13px;
    color: #9b9b9b;
}
div.y-t-d-donations:before{
    content: 'Y-T-D Donated';
    font-size: 13px;
    color: #9b9b9b;
}
div.total-transactions:before{
    content: 'Total Gifts';
    font-size: 13px;
    color: #9b9b9b;
}
div.total-recurring:before{
    content: 'Total Recurring';
    font-size: 13px;
    color: #9b9b9b;
}
div.donor-instructions:before{
    content: 'If you would like to update your donor information, please use the fields below. ';
    font-size: 13px;
    color: #9b9b9b;
}
.nonprofit-dashboard-example{
    position: relative;
}
.black-out{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    overflow: hidden;
}
.offline-donation-title{
    color: #fff;
    background-color: #32627f;
    padding: 20px;
    font-size: 13px;
}
.screen-text + .table-block, .textfield + .table-block, .screen-text + .textfield{
    margin-top: 20px;
}
.textfield{
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #bdbdbd;
    background-color: #f8f8f8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.screen-text{
    color: #9b9b9b;
    line-height: 20px;
}
.offline-donation-settings{
    background-color: #346f92;
    padding: 20px;
    color: #fff;
    font-size: 13px;
}
.offline-donation-window div.donation-amount{
    margin-bottom: 10px;
}
.offline-donation-window .m-10 > div{
    margin-left: 10px;
}
.donor-email-provided{
    margin-top: 5px;
}
.offline-donation-window{
    position: absolute;
    top: 30px;
    left: 100px;
    width: 730px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    font-size: 12px;
}
.offline-donation-settings > span:first-child > span{
    background-color:#fff;
}
.offline-donation-settings > span + span{
    margin-left: 20px;
}
.offline-donation-settings > span > span{
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #6c99b4;
}
.offline-donation-settings > span{
    display: inline-block;
}
.computer-screen.left div.chart-campaign, .computer-screen.left .chart-date{
    padding-left: 40px;
}
.computer-screen.left div.chart-legend{
    padding-left: 20px;
}
div.chart-legend{
    border-bottom: 1px solid #eaeaea;
    padding: 15px 20px 15px 100px;
    font-size: 12px;
    color: #7d7d7d;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}
div.chart-campaign:before{
    content: 'Adoption Campaign';
}
div.chart-campaign, div.chart-event{
    padding-left: 200px;
    margin-bottom: 5px;
    font-size: 13px;
}
div.chart-date{
    padding-left: 150px;
    font-size: 13px;
    color: #888;
}
div.chart-legend div.round-key{
    margin: 0 10px 0 20px;
}
div.key-container{
    width: 11px;
    padding-right: 0 !important;
    padding-top: 20px !important; 
    padding-bottom: 0 !important;
}
div.round-key{
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color:#000;
}
div.chart-legend > div{
    display: inline-block;
    vertical-align: top;
}
div.donor-instructions{
    margin-top: 10px;
}
div.donor-history-detail{
    border-top: 1px dotted #dedede;
    border-bottom: 1px dotted #dedede;
    margin: 30px 0;
}
div.donor-history-detail .table-cell{
    padding: 15px;
    text-align: right;
}
div.donor-history-detail .table-cell + .table-cell{
    border-left: 1px dotted #dedede;
}
div.donor-history-detail .table-row + .table-row > .table-cell{
    border-top: 1px dotted #dedede;
}
/*------------------*/

div.donation-campaign{
    margin-right: 10px;
}
div.donation-campaign:before{
    font-size: 13px;
}
div.donation-amount{
    padding: 20px;
    background-color:#f7f7f7;
    border-radius: 3px;
    font-size: 40px;
    color:#000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    margin: 20px 0 35px;
}
div.donation-amount:before{
    content: '100.00';
}
div.donation-gift:before{
    content: 'Gift Amount';
    font-size: 13px;
}
div.donor-detail:before{
    content: 'Your Information';
    font-size: 13px;
}
div.payment-detail:before{
    content: 'Payment Information';
    font-size: 13px;
}
div.payment-detail-disclaimer:before{
    content: 'Please enter your billing details below.';
    font-size: 13px;
    color: #9b9b9b;
}
div.donor-detail-disclaimer:before{
    content: 'Please complete the fields below';
    font-size: 13px;
    color: #9b9b9b;
}
div.gift-aid-action:before{
    content: 'I\'m a UK taxpayer and want to Gift Aid my donation.';
    font-size: 13px;
    color: #9b9b9b;
}
div.recurring-action:before{
    content: 'This is a Monthly Recurring Donation';
    font-size: 13px;
    color: #9b9b9b;
}
div.anonymous-action:before{
    content: 'Donate Anonymously, no public acknowledgment.';
    font-size: 13px;
    color: #9b9b9b;
}
div.recurring-disclaimer:before{
    content: 'Modify your donation at any time.';
    font-size: 13px;
    color: #9b9b9b;
}
div.donation-gift-disclaimer:before{
    content: 'Please enter your desired gift amount below.';
    font-size: 13px;
    color: #9b9b9b;
}
div.recurring-options, div.gift-aid-options{
    font-size: 13px;
    color: #9b9b9b;
    margin-top: 15px;
}
div.recurring-options > div.active:before{
    content: 'Continue every month until I cancel.';
}
div.recurring-options > div.not-active:before{
    content: 'Continue until fundraiser goal is met.';
}
div.gift-aid-options > div.active:before{
    content: 'The money I am donating is not from a fundraiser.';
}
div.gift-aid-options > div.not-active:before{
    content: 'I am donating my own money.';
}
div.recurring-options > div.active, div.gift-aid-options > div.active{
    background-color: #ffecbd;
    padding: 10px 17px;
    border-radius: 20px;
    margin-left: -20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.campaign-description:before{
    content: 'We\'re one step closer to completing our London office! Help us complete our renovations debt-free so we can help even more nonprofits focus more on their mission and less on logistics.';
    font-size: 13px;
    color: #9b9b9b;
    line-height: 20px;
}
div.secure{
    display: inline-block;
    text-align: center;
    text-indent: 0;
    background-color: #cfe0bb;
    color: #839542;
    padding: 0px 10px;
    border-radius: 10px;
    margin-right: 5px;
    font-size: 11px;
}
div.suggested + hr, .donation-form-example hr, .desktop-donation-form-example hr, .donor-dashboard-example hr, .desktop-donor-dashboard-example hr{
    margin: 30px 0;
    border-top-style: dotted;
}
div.recurring-title{
    margin-top: 15px;
    margin-bottom: 2px;
    padding-top: 20px;
}
div.gift-aid-title{
    margin-bottom: 2px;
    padding-top: 20px;
}
div.recurring-title:before{
    content: 'Recurring Preferences';
    font-size: 13px;
}
div.gift-aid-title:before{
    content: 'Brilliant - Please read and confirm the following';
    font-size: 13px;
}
div.desktop-shell{
    overflow: hidden;
    position: relative;
}
div.donation-form-example, div.donor-dashboard-example{
    position: relative;
    padding: 40px;
    z-index: -1;
}
div#text-mobile, div#text-donation-form, div#text-events{
    position: absolute;
    background-color: #fff;
    box-sizing: border-box;
    width: 375px;
    height: 615px;
    z-index: 2;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    top: 0;
}
div.speaker-section{
    background-color: #0d0d0d;
    height: 60px;
    position: relative;
    z-index:1;
}
div.speaker{
    position: absolute;
    top: 50%;
    height: 6px;
    width: 100px;
    background-color: #3a3a3a;
    border-radius: 20px;
    left: 50%;
    margin-left: -50px;
    margin-top: -3px;
}
div.mobile-url-bar:before{
    content: 'pughug.org';
}
div.mobile-url-bar{
    background-color: #f3f3f3;
    font-size: 9px;
    text-align: center;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    color: #8a8a8a;
    position: relative;
    z-index:1;
}
div.mobile-header{
    padding: 10px 20px;
    background-color: #3c3c3c;
    font-size: 10px;
    color: #868686;
    box-sizing: border-box;
    position: relative;
    z-index:1;
}
div.mobile-header > div{
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
}
div.carrier:before{
    content: 'Orange'
}
div.battery-icon{
    height: 6px;
    border: 1px solid #868686;
    display: inline-block;
    margin-left: 5px;
}
div.fuel{
    width: 7px;
    margin-right: 3px;
    margin-left: 1px;
    height: 4px;
    margin-top: 1px;
    background-color: #868686;
}
div.time{
    text-align: center;
}
div.bar{
    display: inline-block;
    width: 2px;
    background-color:#868686;
    margin-left: 5px;
}
div.bar + div.bar{
    margin-left: 2px;
}
div.bar-1{
    height: 4px;
}
div.bar-2{
    height: 6px;
}
div.bar-3{
    height: 8px;
}
div.battery{
    text-align: right;
}
div.battery:before{
    content: '86%';
}
div.time:before{
    content: '2:00 PM';
}
div#text-donation-form div.donation-form-views{
    display: none;
}
div#text-donation-form .donation-view, div#text-donation-form .suggested-amount-1, div#text-donation-form div.progress{
    background-color:#126ca3 !important;
}
div#text-donation-form div.donation-amount:before{
    content: '10.00';
}
div#text-donation-form div.suggested-amount-1:before{
    content: '$10';
}
div#text-donation-form label.desktop-shield{
    display: none;
}
div#text-donation-form{
    left: 390px;
}
.you-bubble, .text-response{
}
div.website-preview{
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}
div.preview-image{
    height: 130px;
    background-color:#eaeaea;
}
#text-mobile div.preview-image{
    background-image: url('https://phtro-assets.s3-us-west-2.amazonaws.com/img/header/text-pug.jpg');
}
#text-events div.preview-image{
    background-image: url('https://phtro-assets.s3-us-west-2.amazonaws.com/img/header/smug-pug.jpg');
}
div.preview-content{
    padding: 20px;
    background-color: #f3f3f3;
}
div.today-text, div.today-date{
    text-align: center;
    font-size: 12px;
    color: #cacaca;
}
div.today-text:before{
    content: 'Text Message';
    font-weight: bold;
}
div.today-date:before{
    content: 'Today 2:00PM';
}
div.text-screen{
    position: relative;
    padding: 20px 40px;
    text-align: right;
}
#text-mobile div.preview-title:before, div#text-donation-form div.donation-campaign:before{
    content: 'Pug Hug Adoption Drive';
}
#text-mobile div.bubble-1:before{
    content: 'PUGLIFE $10';
}
#text-mobile div.bubble-2 > div:before {
    content: ' philant.ro/MdxCu';
}
#text-mobile div.bubble-2:before{
    content: 'Thank you for supporting our 5th Annual Pug Hug Adoption Drive. Complete your gift at';
}


#text-events div.preview-title:before, div.chart-event:before, div.event-title:before{
    content: 'Smug Pug Photo Fest';
}
#text-events div.bubble-1:before{
    content: 'TICKETS';
}
#text-events div.bubble-2 > div{
    display: inline-block;
}
#text-events div.bubble-2 > div:before {
    content: ' philant.ro/MdxCu';
}
#text-events div.bubble-2:before{
    content: 'Smug Pug Photo Fest is December 10th @ 1:00pm. 100 tickets left starting at $15. Get tickets today at ';
}


div.preview-title:before{
    font-size: 12px;
}
div.preview-description:before{
    content: 'philantro.com';
    font-size: 12px;
    color: #989898;
}
div.bubble-2 > div:before{
    color: #5894ab;
    text-decoration: underline;
}
.you-bubble, .me-bubble{
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    line-height: 1.5em;
}
div.you-bubble{
    background-color: #126ca3;
    color: #fff;
    margin-top: 15px;
}
div.me-bubble{
    background-color: #f3f3f3;
    color: #333;
    margin-top: 20px;
}
.bubble-1{
    position: relative;
    right: -295px;
    animation-name: text-appear-right;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transition: all .15s cubic-bezier(0.83, -0.23, 1, 1);
    animation-delay: 0.5s;
}
.bubble-2, .bubble-3{
    position: relative;
    left: -295px;
    animation-name: text-appear-left;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transition: all .15s cubic-bezier(0.83, -0.23, 1, 1);
}
.bubble-2{
    animation-delay: 1.3s;
}
.bubble-3{
    animation-delay: 1.4s;
}
@keyframes text-appear-left {
    from {left: -295px;}
    to {left: 0;}
}
@keyframes text-appear-right {
    from {right: -295px;}
    to {right: 0;}
}
div.text-to{
    padding: 20px;
    background-color:#f3f3f3;
    color:#999;
    font-size: 13px;
}
div.text-to:before{
    content: 'To: 510-822-7847';
}
div.text-response{
    position: relative;
    width: 255px;
    text-align: left;
}
label.desktop-shield{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index:1;
}
div.donation-form-views{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #dedede;
    text-align: left;
}
div.donation-view:before{
    content: 'Donate';
}
div.fundraiser-view:before{
    content: 'Fundraisers';
}
div.donation-form-views > div + div{
    margin-left: 10px;
}
div.donation-form-views > div{
    padding: 10px 25px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    background-color: #f3f3f3;
    color: #a6a6a6;
    font-size: 11px;
}
div.payment-method{
    margin-bottom: 30px;
}
div.method{
    display: inline-block;
    box-sizing: border-box;
    background-color: #f3f3f3;
    color: #999;
    font-size: 11px;
    width: 31%;
    padding: 12px 0;
    text-align: center;
    border-radius: 3px;
}
div.foot-tab + div.foot-tab:before{
    content: 'Household';
}
div.foot-tab.active:before{
    content: 'Donor';
}
div.secure:before{
    content: 'Secure';
}
div.url-bar:after{
    content: 'pughug.org/donate';
}
div.url-bar-donor:after{
    content: 'pughug.org/donor-dashboard';
}
div.url-bar-nonprofit:after{
    content: 'nonprofit.philantro.com/dashboard';
}
div.campaign-performance:before{
    content: 'Campaign Performance';
}
div.method-1:before{
    content: 'Card';
}
div.method-2:before{
    content: 'PayPal';
}
div.method-3:before{
    content: 'Bank';
}
div.suggested-amount-1:before{
    content: '$250';
}
div.suggested-amount-2:before{
    content: '$500';
}
div.suggested-amount-3:before{
    content: '$1000';
}
div.method + div.method{
    margin-left: 3%;
}
div.suggested{
    margin-top: 25px;
    margin-bottom: 25px;
}
div.suggested-amount.active, div.method.active{
    color:#fff;
}
div.suggested-amount{
    display: inline-block;
    box-sizing: border-box;
    background-color:#f3f3f3;
    color:#999;
    font-size: 15px;
    width: 32%;
    padding: 15px 0;
    text-align: center;
    border-radius: 3px;
}
div.suggested-amount + div.suggested-amount{
    margin-left: 2%;
}
div.campaign-goal:before{
    content:'$3,000 Fundraising Goal';
    font-size: 14px;
    color: #999;
}
div.donor-contact-data:before{
    content: 'Donor Contact Information';
}
div.donor-payment-data:before{
    content: 'Donor Preferred Payment Method';
}
div.donor-contact-data, div.donor-payment-data{
    padding: 20px;
    border: 1px dotted #dedede;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    font-size: 13px;
    color: #9b9b9b;
    line-height: 50px;
}
div.progress-bar{
    height: 15px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f3f3f3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}
input#blue-theme:checked + input + input + input + div div.progress,
input#blue-theme:checked + input + input + input + div div.suggested-amount.active,
input#blue-theme:checked + input + input + input + div div.donation-view,
input#blue-theme:checked + input + input + input + div div.method.active,
input#blue-theme:checked + input + input + input + div svg.gift-aid-logo-mini path{
    background-color:#126ca3 !important;
    fill:#126ca3;
}
input#red-theme:checked + input + input + div div.progress,
input#red-theme:checked + input + input + div div.suggested-amount.active,
input#red-theme:checked + input + input + div div.donation-view,
input#red-theme:checked + input + input + div div.method.active,
input#red-theme:checked + input + input + div svg.gift-aid-logo-mini path{
    background-color:#d45252 !important;
    fill:#d45252;
}

input#green-theme:checked + input + div div.progress,
input#green-theme:checked + input + div div.suggested-amount.active,
input#green-theme:checked + input + div div.donation-view,
input#green-theme:checked + input + div div.method.active,
input#green-theme:checked + input + div svg.gift-aid-logo-mini path{
    background-color:#6ec37c !important;
    fill:#6ec37c;
}
input#purple-theme:checked + div div.progress,
input#purple-theme:checked + div div.suggested-amount.active,
input#purple-theme:checked + div div.donation-view,
input#purple-theme:checked + div div.method.active,
input#purple-theme:checked + div div svg.gift-aid-logo-mini path{
    background-color:#a35fd0 !important;
    fill:#a35fd0;
}
input#purple-theme:checked + div label.bg-purple, input#green-theme:checked + input + div label.bg-green, input#red-theme:checked + input + input + div label.bg-red, input#blue-theme:checked + input + input + input + div label.bg-dark-blue{
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
}
input#blue-theme:checked + input + input + input + div div.d-sup, input#red-theme:checked + input + input + div div.d-sup, input#purple-theme:checked + div div.d-sup{
    display: none;
}
div.progress, div.suggested-amount.active, div.donation-view{
    color:#fff !important;
    background-color:#126ca3;
}
div.progress{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
}
@keyframes recurring-scroll-up {
    from {margin-top:0;}
    to {margin-top: -420px;}
}
#recurring-donation-mobile > div.charity-picture{
    animation-name: recurring-scroll-up;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes scroll-gift-aid-up {
    from {margin-top: -0px;}
    to {margin-top: -860px;}
}
#recurring-donation-mobile-giftaid > div.charity-picture{
    animation-name: scroll-gift-aid-up;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
#recurring-donation-mobile, #donation-form-mobile, #recurring-donation-mobile-giftaid, #event-form-mobile, #mobile-peer-to-peer-fundraiser{
    position: absolute;
    left: 2px;
    background-color: #fff;
    box-sizing: border-box;
    top: 67px;
    width: 375px;
    background-position-y: 10px;
    background-size: cover;
    z-index: 2;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.address-bar{
    background-color: #f7f7f7;
    padding: 15px;
    position: relative;
    text-align: left;
}
.close{
    display: inline-block;
    height: 24px;
    width: 24px;
    background-color: #ff7a7a;
    border-radius: 50%;
    vertical-align: top;
}
.minimize{
    display: inline-block;
    height: 24px;
    width: 24px;
    background-color: #bad69a;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 7px;
}
.url-bar, .url-bar-donor, .url-bar-nonprofit{
    background-color: #fff;
    border-radius: 20px;
    padding: 5px;
    font-size: 12px;
    color: #bfbfbf;
    text-align: left;
    text-indent: 4px;
    display: inline-block;
    width: 800px;
    margin-left: 10px;
}

.close-button{
    border: none;
    color: #4e4e4e;
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 0;
    padding: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
}
.cookie-button-container{
    display: table-cell;
    width: 100px;
    position: relative;
    border-left: 1px dotted #ddd;
}
#cookie-disclaimer{
    position: fixed;
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.45);
    background-color: #fff;
    display: none;
    width: 990px;
    left: 50%;
    margin-left: -495px;
}
#cookie-disclaimer p{
    line-height: 1.3em;
}
.cookie-illustration svg{
    vertical-align: top;
    margin: 20px;
    width: 100px;
    height: 100px;
}
.cookie-illustration path{
    fill:#000;
}
.cookie-illustration{
    background-color: #ffc63c;
    overflow: hidden;
    max-height: 200px;
    display: table-cell;
    width: 110px;
    vertical-align: middle;
}
.cookie-shadow{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0, 0, 0, 0.3));
    z-index: 2;
}
.cookie-illustration + div{
    padding: 30px;
    display: table-cell;
}
/* End Illustrations */

.definition{
    border-left: 5px solid #ffc63c;
    padding: 0 25px 0;
}

html, body{
    height: 100%;
}
html, body, p{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}
.callout{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 450px;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    overflow: hidden;
    background-color: #628ead;
}
.callout-content{
    padding: 30px;
    background-color: #fff;
}
div.prayer{
    display: block;
    white-space: nowrap;
    margin-top: 100px;
    margin-left: -1800px;
    left: 50%;
    padding: 0;
    position:relative;
    transition: all .25s ease-out;
    font-size: 0;
    height: 400px;
}
div.feature{
    display: inline-block;
    width: 300px;
    height:330px;
    vertical-align: bottom;
    box-sizing: border-box;
    white-space:normal;
    border-radius:5px;
    margin: 0 30px;
    transition: all .25s ease-out;
    padding: 0 30px 30px;
    z-index: 2;
    background-color:#fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: absolute;
}
div#feature-1{
    left:0px;
}
div#feature-2{
    left: 360px;
}
div#feature-3{
    left: 720px;
}
div#feature-4{
    left: 1080px;
}
div#feature-5{
    left: 1440px;
}
div#feature-6{
    left: 1800px;
}
div#feature-7{
    left: 2160px;
}
div#feature-8{
    left: 2520px;
}
div#feature-9{
    left: 2880px;
}
div#feature-10{
    left: 3240px;
}
div#feature-11{
    left: 3600px;
}
div#feature-12{
    left: 3960px;
}
div#feature-12{
    left: 4320px;
}
div.feature b{
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 30px;
    display: block;
    height: 52px;
    text-transform: uppercase;
}
div.callout-complete{
    background-color: #fff;
    padding: 30px;
    border-top: 1px dotted #dedede;
}
div.callout-disclaimer a{
    color: #58adcc;
    text-decoration: none;
}
div.callout-disclaimer{
    font-size: 12px;
    color: #737373;
    padding: 20px 30px;
    background-color: #f3f3f3;
    border-top: 1px solid #eaeaea;
}
div.check-list{
    font-size: 14px;
    margin-top: 30px;
}
div.check-list .table-row + .table-row div.table-cell{
    padding: 10px 0 0 0;
}

div.check-list div.table-cell + div.table-cell{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath id='check' fill='%233a964a' d='M27.37592,9.70459l-14.151,15.97693a.99985.99985,0,0,1-1.47558.02356L4.59711,18.1322a.99992.99992,0,0,1-.05384-1.31128L5.495,15.63123a.99994.99994,0,0,1,1.22808-.26966L12,18,24.79724,7.09863a.99991.99991,0,0,1,1.35553.0542l1.1817,1.18164A1,1,0,0,1,27.37592,9.70459Z'/%3E%3C/svg%3E%0A");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}


div.feature a{
    display: block;
    position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px;
    text-align: center;
    padding: 15px ;
    text-decoration: none;
    background-color: #078CB1;
    color: #fff;
    border-radius: 5px;

}
div.prayer > div:hover{
    transform:translate(0,-40px);
}
.humility{
    padding: 100px 0 30px;
    position: relative;
    overflow: hidden;
}
.humility h2{
    letter-spacing: 0;
    margin: 0 0 10px 0;
}
.bg-red{
    background-color:#d45252 !important;
}
.bg-white{
    background-color:#fff;
}
.bg-charcoal{
    background-color:#fff;
}
.bg-light-charcoal{
    background-color:#232323 !important;
}
.bg-blue{
    background-color:#58adcc !important;
}
.bg-green{
    background-color: #6ec37c !important;
}
.bg-purple{
    background-color: #a35fd0 !important;
}
.bg-orange{
    background-color: #e9ae33 !important;
}
.bg-dark-blue{
    background-color: #126ca3 !important;
}
.bg-gray{
    background-color:#f1f3f6;
}
.dot{
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 10px;
}
.section.bg-blue h1, .section.bg-blue p.grace, .section.bg-light-charcoal h1{
    color:#fff;
}
.bg-light-charcoal h3, .bg-light-charcoal h2, .bg-light-charcoal b.emphasis{
    color:#fff;
}
.section.bg-blue .large-button.hollow-button, .section.bg-light-charcoal .large-button.white-button{
    background-color:#fff;
    color:#3c3c3c;
    border: none;
}
.qr-example{
    border: 1px solid #dedede;
    margin-top: 40px;
    border-radius: 3px;
}
.qr-example b, .qr-example p{
    display: block;
    margin-left: 10px;
}
.qr-example b{
    font-size: 14px;
    margin-bottom: 10px;
}
.qr-example p{
    line-height: 1.5em;
}
.qr-example .table-cell{
    vertical-align: middle;
}
.hollow-button{
    color: #5a5a5a;
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 17px 40px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #5a5a5a;
    background-color: transparent;
}
.container{
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.text-blue{
    color:#21718f !important;
}
.text-charcoal{
    color:#444 !important;
}
.text-white{
    color:#fff !important;
}
.text-gray{
    color:#888 !important;
}
.text-green{
    color: #398431 !important;
}
.text-red{
    color: #992c2c !important;
}
#foot p, #foot a{
    font-size: 14px;
    color: #9f9f9f;
}
.p-50-0{
    padding: 50px 0 !important;
}
.major-side-banner b{
    font-size: 80px;
    line-height: 80px;
    margin: 10px 0 30px 0;
    word-break: keep-all;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    display: block;
}
.white-btn{
    background-color: #fff;
    border: none;
    color: #222;
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 19px 40px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 50px;
}
.major-side-banner b,.major-side-banner p, .major-side-banner h3, .major-side-banner b.emphasis{
    color:#fff;
}
.major-side-banner{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 460px;
    padding: 55px;
    box-sizing: border-box;
    background-color: #222;
    color:#fff;
    z-index: 2;
}
.grace{
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #aaa;
    line-height: 24px;
}
.hollow.large-button{
    background-color: transparent;
    border-color:#fff;
}
.large-button{
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 15px 40px;
    text-align: center;
    box-sizing: border-box;
    background: #58adcc;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #58adcc;
}
.large-button.hollow-button{
    border-color: #6f6f6f;
    color: #6f6f6f;
    background-color: transparent;
}
.d-right{
    text-align: right;
}
.d-center{
    text-align: center;
}
.large-button + .large-button{
    margin-left: 20px;
}
.table-block .table-block{
    min-width: 100%;
}
.table-block{
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.table{
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.table-row{
    display: table-row;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
.table-cell{
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
.v-b{
    vertical-align: bottom;
}
.v-m{
    vertical-align: middle;
}
.w-70{
    width: 70px;
}
.w-60{
    width: 60px;
}
.w-90{
    width: 90px;
}
.w-300{
    width: 300px;
}
.w-100{
    width: 100px;
    padding-right: 30px;
}
.w-200{
    width: 200px;
    padding-left: 30px;
}
.w-230{
    width: 230px;
    padding-right: 30px;
}
.w-400{
    width: 435px;
}
.w-40{
    width: 40px;
}
.w-40 + .w-40{
    border-left: 1px dotted #dedede;
}
.t-50{
    width: 50%;
}
.t-40{
    width: 40%;
}
.t-30{
    width: 30%;
}
.t-30 + .t-40{
    width: 40%;
    padding: 0 5%;
}
.t-h-550{
    height: 380px;
}
.checklist{
    font-size: 14px;
}
.checklist .table-row > div{
    padding-bottom: 30px;
    vertical-align: top;
}
.checklist .table-row:last-child > div{
    padding-bottom: 0 !important;
}
.checklist .topic, .checklist .purpose{
    vertical-align: text-top;
}
.checklist .glyphicons{
    color: #3a964a;
}
.checklist .topic{
    width: 200px;
    padding-right: 30px;
}
.checklist .purpose{
}
.checklist .importance{
    width: 100px;
    padding-left: 30px;
}
.checklist b, .qr-example b{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    color: #444;
    vertical-align: top;
    display: block;
}
.faq + .faq{
    margin-top: 35px;
}
.faq b.question{
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 20px;
    color: #444;
    vertical-align: top;
    display: block;
}
.faq p.answer{
    font-size: 15px;
    color: #767676;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}
.nonprofit-importance{
    display: block;
    text-align: right;
    font-size: 20px;
}
div.side-mention > div{
    margin-top: 40px;
    padding-top: 40px;
    font-size: 14px;
    line-height: 1.5em;
    border-top: 2px solid #fbc63d;
}
div.side-mention + div.side-mention{
    margin-top: 0;
    border-top: none;
}
div.side-mention{
    border-top: 2px solid #ffc63c;
    border-bottom: 2px solid #ffc63c;
    padding: 40px 0;
    width: 282px;
    margin-left: 50px;
    margin-top: 35px;
}
div.side-mention > a{
    margin-top: 30px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
}

.pp:before{
    content: 'PayPal';
}

.optional{
    color: #bda335;
    background-color: #ffeccd;
}
.important{
    color:#3a964a;
}
.missing{
    color: #bd3d3d;
    background-color: #ffe9e9;
}
.icon{
    width: 100%;
    height: 10px;
    margin-bottom: 30px;
    margin-left: -30px;
    padding-right: 60px;
    font-size: 30px;
    text-align: center;
}

/* --- Older Colors----
.pink{
    background-color: #d45252;
    color: #c58989;
}
.yellow{
    background-color: #e9ae33;
    color: #dda988;
}
.blue{
    background-color: #126ca3;
    color: #7ca9c4;
}
.green{
    background-color: #6ec37c;
    color: #7cc488;
}
.purple{
    background-color: #a35fd0;
    color: #9589c5;
}
*/
.pink{
    background-color: #ffd1d1;
    color: #c58989;
}
.yellow{
    background-color: #ffeed1;
    color: #dda988;
}
.blue{
    background-color: #edfdff;
    color: #7ca9c4;
}
.green{
    background-color: #f1ffed;
    color: #7cc488;
}
.purple{
    background-color: #e4d1ff;
    color: #9589c5;
}
.tag-box{
    margin-top: 30px;
    display: none;
}
.tag-box > span{
    display: inline-block;
    border-radius: 40px;
    border: 2px solid #dedede;
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 10px;
    vertical-align: top;
    background-color: transparent;
    color: #ccc;
    margin-right: 10px;
}
.tag-box span.optional{
    border-color: #cea748;
    background-color: #fffbd6;
    color: #b39242;
}
.tag-box span.selected{
    border-color: #87b576;
    background-color: #e7f7df;
    color: #6e9471;
}
.tag-box span.not-valid{
    border-color: #da7b7a;
    background-color: #ffe5e4;
    color: #da7b7a;
}
.footer{
    padding: 50px 0;
    position: relative;
    z-index:1;
    overflow: hidden;
}
.section{
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.gradient-shield{
    background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index:2;
}
.m-r-20{
    margin-right: 20px;
}
.m-t-30{
    margin-top: 30px !important;
}
.m-t-70{
    margin-top: 70px;
}
div.stripe-holder{
    position: absolute;
    top: -200px;
    bottom: -200px;
    margin-left: -880px;
    left: 50%;
    transform: rotate(-30deg);
}
div.stripe-holder > div{
    display: inline-block;
    width: 110px;
    height: 100%;
}
div.stripe-holder > div.faint-blue{
    background-color:#e6f1f5;
}
div.stripe-holder > div.blue{
    background-color: #73a9d4;
}
div.stripe-holder > div.baby-blue{
    background-color: #c3e4f1;
}
.graph-holder{
    position: absolute;
    z-index: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
}
.graph-holder > div{
    top: -3px;
    position: relative;
    left: -1%;
    width: 102%;
}
#graph path{
    fill: #fff;
    stroke: #dfdfdf;
    stroke-dasharray: 1px;
}
.gradient{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.circle{
    border-radius: 50%;
    text-decoration: none;
    background-color:#eee;
    height: 200px;
    width: 200px;
    display: block;
    box-sizing: border-box;
    z-index: 1;
}
.circle > img{
    display: block;
    max-width: 100%;
}
.c-1, .c-2, .c-3, .c-5, .c-6{
    text-indent: -400px;
    overflow: hidden;
}
.c-1, .c-2, .c-3, .c-4, .c-5, .c-6{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
}
.c-1{
    right: 25px;
    top: 150px;
    background-image: url('img/integration/giftaid.png');
    background-size: 150px;
}
.c-2{
    right: -15px;
    top: -40px;
    width: 150px;
    height: 150px;
    background-image: url('img/integration/google.png');
    background-size: 125px;
}
.c-3{
    right: 175px;
    top: 5px;
    width: 135px;
    height: 135px;
    background-image: url('img/integration/mailchimp.png');
    background-size: 95px;
}
.c-3 > img{
    margin: 20px auto;
    height: 95px;
}
.c-4{
    right: 270px;
    top: 80px;
    width: 305px;
    height: 305px;
    color: #fff;
    font-size: 220px;
    line-height: 300px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background-color: #58adcc;
}
.c-5{
    right: 340px;
    top: -53px;
    width: 115px;
    height: 115px;
    background-image: url('img/integration/paypal.png');
    background-size: 75px;
}
.c-6{
    right: 505px;
    top: -50px;
    width: 160px;
    height: 160px;
    background-image: url('img/integration/salesforce.png');
    background-size: 121px;
}
.c-connector{
    position: absolute;
    z-index: 0;
}
.p-2-g{
    right: 0;
    top: 70px;
}
.p-2-p{
    right: 145px;
    top: 55px;
}
.p-2-s{
    right: 60px;
    top: 45px;
}
.p-2-m{
    right: 145px;
    top: 90px;
}
.p-2-h{
    right: 230px;
    top: 90px;
}
.p-1-up{
    right: 482px;
    width: 138px;
    top: 270px;
    height: 138px;
}
.p-2-up line{
    stroke: #a9d674;
}
.p-1-down line, .p-2-down line, .p-3-down line{
    stroke: #d66e6e;
}
.graph-marker{
    display: inline-block;
    background-color:#58adcc;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    position: absolute;
    bottom: 24px;
    left: -20px;
}
.bold{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.nonprofit-dashboard-example .spot-details{
    top: 100px;
    bottom: auto;
    left: 255px;
    font-size: 12px;
}
.spot-details > span{
    color: #737373;
    line-height: 20px;
}
.spot-details{
    position: absolute;
    bottom: 70px;
    left: -152px;
    padding: 20px;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 6px;
    width: 218px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 14px;
}
.spot-heading{
    margin-bottom: 10px;
}
.p-2-up{
    right: 254px;
    width: 150px;
    top: 189px;
    height: 150px;
}
.p-3-up{
    right: -140px;
    width: 350px;
    top: -122px;
    height: 350px;
}
.p-1-down{
    right: 407px;
    width: 72px;
    top: 265px;
    height: 72px;
}
.p-2-down{
    right: 209px;
    width: 43px;
    top: 185px;
    height: 43px;
}
.p-2-d{;
    right: 400px;
    width: 900px;
    top: 270px;
}
.c-connector line{
    stroke-dasharray: 5px;
    stroke-width: 4px;
    animation: dash 5s infinite;
}
#integration-section line{
    stroke: #dfdfdf;
    stroke-dasharray: 5px;
    stroke-width: 4px;
    animation: dash 5s infinite;
}
.bg-gray.b-top{
    border-top-color:#e3e3e3;
}
.b-top{
    border-top: 1px solid #eaeaea;
}
.b-bottom{
    border-bottom: 1px solid #eaeaea;
}
.section.b-bottom{
    padding-bottom:0;
}
@keyframes dash {
    to {
        stroke-dashoffset: 100;
    }
}
div.top{
    height: 755px;
}
span.logo-reg:before{
    content: '\00ae';
}
.navigation{
    padding: 40px 0 45px;
    position: relative;
    z-index:2;
}
.bg-dark-blue p.description{
    color:rgba(255, 255, 255, 0.6);
}
.bg-dark-blue span.logo-reg{
    color: rgba(0, 0, 0, 0.5);
}
.bg-dark-blue .large-button.hollow-button{
    border-color: #fff;
    color: #fff;
}
.bg-white #philantro-logo-svg, .bg-white #logo{
    fill: #000;
}
.relative{
    position: relative;
}
div.dash{
    position: absolute;
    top: 0;
    right: 125px;
    background-color:#f2f2f2;
    padding: 20px;
    width: 500px;
    height: 500px;
    border-radius: 20px;
    border: 1px solid #dedede;
}
div.donor-report{
    position: absolute;
    top: 125px;
    right: 10px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 450px;
    height: 500px;
    border-radius: 20px;
    border: 1px solid #dedede;
}
div.donation-form{
    position: absolute;
    top: 260px;
    right: 80px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 430px;
    height: 500px;
    border-radius: 20px;
    border: 1px solid #dedede;
}
.tint{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    z-index:1;
}
#header-background.head_0{
    background-image:url('img/header/group.jpg');
}
#header-background.head_1{
    background-image:url('img/header/sticky-note.jpg');
}
#header-background{
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index:0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: top center;
    filter: blur(5px);
    opacity: .6;
}
.black-screen{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:-1;
    background-color:#000;
}
.svg-logo{
    min-height: 165px;
    margin-bottom: 30px;
}
.gift-aid-container .gift-aid-logo-mini{
    max-width: 260px;
}
.gift-aid-logo-mini{
    width: 100%;
}
.gift-aid-logo-mini path{
    fill: #444;
}
svg foreignObject{
    height: 1px;
    width: 1px;
    position: absolute;
    text-indent: -1000px;
}
.padding-half{
    padding: 70px 0;
}
#nonprofit-perfection .sphere-shadown{
    bottom: -580px;
}
#navigation{
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}
/* Light Theme Background */
.light-theme #philantro-logo-svg, .light-theme #logo{
    fill: #000000 !important;
}
.light-theme span.logo-reg{
    color: rgba(0, 0, 0, 0.5);
}
.light-theme #show-menu{
    color:#222;
}
.light-theme h1{
    color:#000;
}
.light-theme li.active > .donation-menu{
    color: #317790;
}
.light-theme div.drop-down-menu li.active > a{
    color:#317790;
}
.light-theme #navigation ul.sub-nav{
    border-top: 1px dotted rgba(0, 0, 0, .1);
}
.light-theme ul.sub-nav li > a{
    color: #212121;
}
.light-theme .donation-menu{
    color:#000000;
}
.light-theme #lovesplash div[data-rel=background]{
    background-color: #3c92b1;
}
.light-theme #lovesplash div{
    border-color:#3c92b1 !important;
}
div.site-map .large-hollow-button{
       color: #fff;
       border:2px solid #126ca3;
       background-color:#126ca3;
       white-space: nowrap;
}
.light-theme .large-hollow-button{
    color: #fff;
    border: 2px solid #126ca3;
    background-color: #126ca3;
    white-space: nowrap;
}
/* End Light Theme */

/* Dark Theme Background */
.dark-theme #philantro-logo-svg, .dark-theme #logo{
    fill: #fff;
}
.dark-theme span.logo-reg{
    color: rgba(255, 255, 255, .4);
}
.dark-theme #show-menu{
    color:#ffffff;
}
.dark-theme h1{
    color:#ffffff;
}
.dark-theme .large-hollow-button{
    background-color:#FFC107;
    border:2px solid #FFC107;
    color:#000;
}
.dark-theme h5{
    color: #fff;
}
.dark-theme li.active > .donation-menu{
    color: #FFC107;
}
.dark-theme div.drop-down-menu li.active > a{
    color: #FFC107;
}
.dark-theme #navigation ul.sub-nav{
    border-top: 1px dotted rgba(255, 255, 255, .2);
}
.dark-theme ul.sub-nav li > a{
    color: #ffffff;
}
.dark-theme .donation-menu{
    color:#ffffff;
}
.dark-theme #lovesplash div[data-rel=background]{
    background-color: #3c92b1;
}
.dark-theme #lovesplash div{
    border-color:#3c92b1 !important;
}
.dark-theme > #head-section p{
    color:#fff;
}
.dark-theme .nav-flag{
    background-color: #FFC107;
    color:#000;
}
.dark-theme .nav-flag > span{
    color: #FFC107;
}
/* End Dark Theme */
.perspective{
    background-color: #ffc63c;
    padding: 30px 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #58471e;
}
.card-reporting{
    fill: rgba(67, 128, 165, .1);
    stroke: #126ca3;
    stroke-dasharray: 2px;
    animation: dash 10s infinite;
}
.online-reporting{
    fill: rgb(186, 214, 154);
    stroke: #79a342;
    stroke-dasharray: 2px;
    animation: dash 10s infinite;
}
.check-reporting{
    fill: rgba(255, 145, 56, .1);
    stroke: #ff9138;
    stroke-dasharray: 2px;
}
.paypal-reporting{
    fill: rgba(204, 0, 0, .1);
    stroke: #c00;
    stroke-dasharray: 2px;
}
#head-section .yellow-button{
    margin-bottom: 50px;
    color:#fff;
    background-color: #126ca3;

}
#head-section .large-hollow-button{
    margin-top: 70px;
}
.large-hollow-button{
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 15px 40px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background-color: transparent;
}
p + .yellow-button, p + .hollow-button, div.definition + .yellow-button, .feature-list + .yellow-button{
    margin-top: 50px;
}
.yellow-button {
    border-color: #ffc63c;
    color: #111111;
    background-color: #ffc63c;
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 17px 40px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
#euro-zone-icon{
    position: absolute;
    left: 198px;
    top: 205px;
    z-index: -1;
    transform: scale(2.7) rotate(360deg);
    /*
    animation: spin 1s ease-out 1;
    animation-fill-mode: forwards;
    */
}
li.active > .donation-menu{
    color: rgba(0, 0, 0, .6);
}
li.active div.drop-down-menu{
    display: block;
}
div.drop-down-menu li.active > a{
    color:#fff;
}
#navigation ul.sub-nav{
    margin: 20px 0 0 0;
    padding: 20px 0 0;
    list-style: none;
    border-top: 1px dotted rgba(255, 255, 255, .4);
    position: absolute;
    right: 0;
    left: 0;
}
div.drop-down-menu{
    display: none;
}
ul.sub-nav li {
    display: inline-block;
}
ul.sub-nav li + li{
    margin-left: 15px;
}
ul.sub-nav li > a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}
#navigation > li + li{
    margin-left: 20px;
}
#navigation > li{
    display: inline-block;
    list-style: none;
    vertical-align: top;
}
a.btn{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 6px 20px;
    border-radius: 20px;
}
span.logo-reg{
    color: rgba(255,255,255, 0.5);
    position: absolute;
    top: 0;
}
a#philantro-logo{
    display: inline-block;
}
#philantro-logo-svg{
    height: 45px;
    vertical-align: top;
}
.donor-data-container, .campaign-data-container{
    padding: 30px;
    text-align: center;
}
div.table-holder div.table-row:nth-child(odd){
    background-color:#f3f3f3;
}
div.table-holder div.table-cell{
    padding: 15px 30px 15px 20px;
    color: #737373;
}
div#donor-name{
    margin-bottom: 5px;
    color:#222;
}
div.foot-tab{
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 20px;
    background-color: transparent;
    display: inline-block;
    width: 110px;
    text-align: center;
    font-size: 11px;
}
div.foot-tab.active{
    background-color:#222;
}
div.foot-tab + div.foot-tab{
    margin-left: 7px;
    color: #909090;
    border: 1px solid #dedede;
}
div.donor-data-container > div{
    color:#888;
}
div#donor-dash{
    position: absolute;
    left: 5px;
    border-radius: 10px;
    background-size: cover;
    box-sizing: border-box;
    width: 319px;
    top: 50px;
    line-height: 1.6em;
    font-size: 14px;
    background-color: #fff;
    box-shadow:1px 1px 6px rgba(0, 0, 0, 0.3);
    z-index:2;
    overflow: hidden;
}
div.profile-img{
    margin: 10px auto 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    border: 2px solid #fff;
}
.bar > span.inline-block{
    margin-top: 5px;
}
.site-map hr{
    border-top: 1px dotted #dcdcdc;
    margin: 30px 0;
}
.segment + .segment{
    margin-top: 50px;
}
.major-segment{
    margin:60px 0;
}
hr{
    border-top: 1px solid #dedede;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 40px 0;
}
.corner-icon{
    position: absolute;
    top: 0;
    right: 0;
    color: #cacaca;
    padding: 15px;
    font-size: 22px;
}
.example-footer{
    font-size: 13px;
    padding: 20px 15px;
    background-color:#f3f3f3;
    color:#999;
    border-top: 1px solid #dedede;
    z-index: 1;
}
div#gift-eligible{
    background-color: #cfe0bb;
    color: #839542;
}
.badge{
    color: #fff;
    background-color: #126ca3;
    padding: 1px 20px;
    border-radius: 30px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
}
.m-t-50{
    margin-top: 50px !important;
}
.m-b-50{
    margin-bottom: 50px;
}
.m-b-100{
    margin-bottom: 100px;
}
.m-t-20{
    margin-top: 20px;
}
.relative{
    position: relative;
}
.d-left{
    text-align: left;
}
tr.odd td{
    background-color:#f3f3f3;
}
div.table-holder div.scroll{
    position: absolute;
    height: 69px;
    right: 7px;
    top: 10px;
    width: 7px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 20px;
    z-index: 2;
}
div#donor-dash.extend{
    top: 67px;
}
div.extend div.table-holder{
    height: 270px;
}
div.table-holder{
    position: relative;
    border-top: 1px solid #eaeaea;
    z-index: 0;
    height: 180px;
    overflow: hidden;
}
div.table-holder > table{
    font-size: 14px !important;
    color: #777;
}
#donor-total, #donor-ytd, #donor-mrr{
    line-height: 17px;
    font-size: 17px;
}
.p-2-g line, .p-2-m line, .p-2-h line{
    stroke: #e8ae31;
    animation: dash 2s infinite;
    stroke-width: 5px;
    stroke-dasharray: 10 10;
}
table.interaction{
    margin-top: 20px;
}
table.interaction td{
    height: 22px;
    box-sizing: border-box;
    padding: 0 !important;
    border-radius: 50%;
    background-color:#f3f3f3;
}
.b-top-bottom.thick{
    border-width: 3px;
}
.b-top-bottom{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#user-case{
    margin: 35px 0;
}
.donor-pic{
    display: inline-block;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
}
.grayscale{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#donor-4{
    background-image: url('https://phtro-assets.s3-us-west-2.amazonaws.com/img/users/4.jpg');
}
.donor-pic + .donor-pic{
    margin-left: 20px;
}
#lovesplash{
    position: absolute;
    left: calc(45% + 70px);
    top: -380px;
    z-index: 0;
    opacity: 0.1;
}
#lovesplash div{
    border-radius: 50%;
    border: 3px solid #ccc;
    width: 1000px;
    filter: none;
    height: 1000px;
    position: relative;
    display: block;
}
#lovesplash div.d2{
    width: 800px;
    height: 800px;
    left: -45px;
}
#lovesplash div.d3{
    width: 600px;
    height: 600px;
    top: 100px;
    left: 300px;
}
#lovesplash div.d4{
    background-color: transparent !important;
    left: -100px;
    top: 100px;
    width: 300px;
    height: 300px;
}
#lovesplash div.d5{
    filter: blur(4px);
    width: 400px;
    top: 345px;
    height: 400px;
    left: -185px;
}
#lovesplash div.d6{
    top: 150px;
    background-color: transparent !important;
    filter: none;
    width: 100px;
    height: 100px;
    left: 400px;
}
.hotspot.h-c1{
    right: 35px;
    top: 160px;
    height: 175px;
    width: 175px;
}
.hotspot.h-c5{
    right: 338px;
    top: -60px;
    width: 115px;
    height: 115px;;
}
.coldspot {
    background-color: #222;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    top: 184px;
    left: 238px;
    z-index: 2;
}
.hotspot {
    border: 2px solid #58adcc;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: 28px;
    left: -54px;
    background-color: #dff0f7;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}
.shadow-container{
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    bottom: -4px;
    height: 5px;
}
.top-shadow{
    position: absolute;
    top: -1px;
    left: -10px;
    right: -10px;
    height: 1px;
    z-index: 6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5)
}
.bottom-shadow{
    position: absolute;
    bottom: -1px;
    left: -10px;
    right: -10px;
    height: 1px;
    z-index: 6;
    box-shadow: 0 1px 3px #000;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.4, 0.4); opacity: 0.5;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.5;}
}

#show-menu{
    display: none;
}
#head-section{
    padding:0;
    overflow: hidden;
    position: relative;
}
#header-image{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#event-ticketing-header{
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: bottom;
    filter: blur(5px);
    background-color: #000;
    background-image: url('img/header/event-4.jpg');
}
#menu-container{
    display: none;
}

a.donation-sub-more{
    background-color: #126ca3;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 20px;
    display: block;
    text-decoration: none;
}
a.donation-sub-menu{
    text-decoration: none;
    display: block;
    padding: 20px;
    max-width: 330px;
    background-color: #fff;
}
a.donation-sub-menu > b, a.donation-sub-menu > span{
    display: block;
    text-decoration: none;
}
a.donation-sub-menu > b {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color:#333;
}
a.donation-sub-menu > span{
    color: #999;
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 10px;
}
.donation-menu{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color:#fff;
    text-decoration: none;
    position: relative;
}
.online-donation-information{
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.switch {
    position: relative;
    display: block;
    overflow: visible;
    width: 38px;
    border-radius: 38px;
    height: 12px;
    margin: 2px 0;
}
.switch > input[type=checkbox], .switch > input[type=radio] {
    position: absolute;
    width: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
}
.switch > input[type=checkbox]:checked + label, .switch > label.selected, .switch > input[type=radio]:checked + label {
    background-color: #8ec38e;
}
.switch > input[type=checkbox]:checked + label + .option-indicator, .switch > label.selected + .option-indicator, .switch > input[type=radio]:checked + label + .option-indicator {
    right: -1px;
    display: block;
    left: auto;
}
.switch label.track, .switch div.track {
    height: 16px;
    display: block;
    box-sizing: border-box;
    background-color: #e7e7e7;
    border-radius: 20px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px inset;
    vertical-align: middle;
    cursor: pointer;
}
.switch .option-indicator {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dedede;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
    left: -1px;
}
.table-cell > label {
    display: inline-block;
    cursor: pointer;
    line-height: 1.5;
}
label > span.bold-os{
    display: block;
    font-size: 14px;
}
label > span.bold-os + span{
    color:#555;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.filled-submit-button{
    display: block;
    width: 100%;
    margin-top: 30px;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 15px 40px;
    text-align: center;
    box-sizing: border-box;
    background: #58adcc;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #58adcc;
}
input[type=text], input[type=password] {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 14px;
    height: 54px;
    display: block;
    margin: 0;
    vertical-align: top;
    outline: none;
}
.no-outline{
    outline: none;
}
div.border-wrap input{
    border: none;
}
div.border-wrap.bordered{
    border: 1px solid #ddd;
}
div.border-wrap + div.border-wrap{
    margin-top: 40px;
}
div.border-wrap div.table-block + div.table-block input, div.border-wrap div.table-block + div.table-block .selector,  div.border-wrap div.table-block input + label + input, div.border-wrap div.table-block input + label + div.selector{
    border-top: 1px solid #ddd;
}
div.border-wrap{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-color:#fff;
}
div.border-wrap .selector {
    border: none;
    height: 54px;
}
div.border-wrap div.w-90 + div.table-cell > input{
    border-left: 1px solid #ddd !important;
}
div.border-wrap .selector > select{
    padding-left: 20px;
    font-size: 14px;
    height: 54px;
    width: calc(100% + 30px);
    border: none;
}
.selector {
    position: relative;
    vertical-align: top;
}
.selector > select {
    -webkit-appearance: none;
    color: #555;
    margin: 0;
    border: none;
    background-color: transparent;
    line-height: 20px;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100px;
    max-width: 505px;
}
div.illustration{
    display: none;
}
div.illustration > svg{
    margin-bottom: 40px;
    width: 100%;
    height: 150px;
}
#nonprofit-perfection{
    height: 365px;
    right: -100px;
    top: -85px;
    position: absolute;
}
#nonprofit-perfection .orbits,#nonprofit-perfection #nucleus{
    display: block;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center center;
}
#nucleus{
    width: 200px;
    height: 200px;
    background-color:#fefefe;
    border-radius: 50%;
    background-size: 100%;
    margin-top: 100px;
    box-shadow: inset 0 2px 1px rgba(0,0,0,.4);
}
.donor-data{
    position: absolute;
    padding: 10px 20px;
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
}

.point-1, .point-2, .point-3, .point-13, .point-14, .point-15{
    background-color: #d45252;
}
.point-4, .point-5, .point-6{
    background-color: #e9ae33;
    opacity: 0.7;
}
.point-7, .point-8, .point-9, .point-10, .point-16{
    background-color: #126ca3;
    opacity: 0.4;
}
.point-11, .point-12{
    background-color: #a35fd0;
    opacity: 0.2;
}
.point-1{
    left: 157px;
    top: -12px;
}
.point-2{
    left: 0px;
    top: 56px;
}
.point-3{
    right: -85px;
    top: 145px;
}
.point-14{
    right: -23px;
    top: 277px;
}
.point-15{
    left: -2px;
    top: 280px;
}
.point-4{
    top: 50px;
    left: 25px;
}
.point-5{
    top: 129px;
    right: -36px;
}
.point-6{
    top: -16px;
    left: 234px;
}
.point-7{
    top: 193px;
    left: -12px;
}
.point-8{
    top: 514px;
    right: -18px;
}
.point-9{
    top: -16px;
    left: 327px;
}
.point-10{
    top: 127px;
    right: 15px;
}
.point-16{
    top: 500px;
    left: 9px;
}
.point-11{
    top: -10px;
    left: 278px;
}
.point-13{
    top: 160px;
    left: -50px;
}
.point-12{
    top: 46px;
    right: 171px;
}
.orbits{
    border: 2px dotted #c8c8c8;
    border-radius: 50%;
    margin-top:50px;
}
.orbit-1{
    height: 400px;
    width: 400px;
    margin-top:75px;
}
.orbit-2{
    height: 550px;
    width: 550px;
    margin-top:80px;
    border-color: #d8d8d8;
}
.orbit-3{
    height: 700px;
    width: 700px;
    margin-top:100px;
    border-color: #e8e8e8;
}
.orbit-4{
    height: 900px;
    width: 900px;
    border-color: #f3f3f3;
}
#online-donation-privacy-check{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
}
.notice-header button{
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-top: -5px;
    top: 3px;
    letter-spacing: 1px;
}
.hidden{
    display: none !important;
}
.notice-header{
    background-color: #227091;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color:#fff;
}
.notice-content{
    padding: 20px;
    background-color:#fff;
}
p + .definition{
    margin-top: 50px;
}
/* Donation Receipt */
.donation-receipt{
    width: 500px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    overflow: hidden;
}
.donation-receipt-shell{
    width: 500px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 120px;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    background-color: #fff;
    overflow: hidden;
}
.coverage-notice{
    border-left: 4px solid #3c92b1;
    padding: 15px;
    background-color: #eff6f9;
    font-size: 15px;
    line-height: 1.5em;
    color: #667c84;
}
.receipt-messaging{
    padding-bottom: 25px;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 25px;
}
.receipt-messaging:before{
    content: 'Add custom messaging to appear on your receipts. All required tax deduction messaging, based on country of registration, along with your respective tax IDs and contact information are located near the bottom.';
    line-height: 1.7em;
    color: #888;
    font-size: 15px;
}
.coverage-notice:before{
    content: 'Thank you for going over and beyond to help us retain more of your generous donation!';
}
.receipt-header{
    margin-bottom: 10px;
}
.receipt-header:before{
    content: 'Org Name';
    font-size: 35px;
    line-height: 35px;
}
.generic-donor-name:before{
    content: 'Donor\'s Full Name';
    font-size: 13px;
}
.generic-donor-email:before{
    content: 'donor-email@philantro.com';
    font-size: 13px;
    color: #888;
}
.receipt-amount{
    color: #777;
    margin-bottom: 30px;
}
.receipt-amount:before{
    content: '$100.00';
    font-size: 35px;
    line-height: 35px;
}
.receipt-email-head{
    padding: 50px;
    text-align: center;
    border-bottom: 1px dashed #dddddd;
    position: relative;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23999999' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: -52px;
}
.receipt-email-head > div.nonprofit-logo{
    display: inline-block;
    margin-bottom: 0;
    border-color:#dddddd;
}
.receipt-email-body{
    padding: 50px;
}
/* Donation Notification */
#recurring-donation-notification{
    width: 500px;
    padding: 50px;
    border-radius: 15px;
    position: absolute;
    right: 5px;
    top: -30px;
    box-sizing: border-box;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
.notification-header{
    position: relative;
    display: inline-block;
}
.notification-header > label.circle-button{
    top: 0 !important;
}
.nonprofit-logo{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 120px;
    color: #777777;
    border: 1px dashed #8eccec;
    background-color:#fff;
}
.nonprofit-logo:before{
    content: 'Your Logo';
}
.donor-greeting:before{
    content: 'Hi Brandon,';
    line-height: 1.5em;
    color: #888;
    font-size: 15px;
}
.nonprofit-message:before{
    line-height: 1.7em;
    color: #888;
    font-size: 15px;
}
.charge-failure-reason:before{
    content: 'Card Expired - Visa: 4242 (Exp 10/20)';
}
.charge-failure-reason{
    background-color: #ffeeed;
    border-left: 5px solid #af6f6f;
    padding: 20px;
    margin-top: 30px;
    color: #af6f6f;
    font-size: 14px;
}
.donor-greeting{
    margin-bottom: 10px;
}
.try-tomorrow{
    margin-bottom: 40px;
    text-transform: capitalize;
}
.try-tomorrow:before{
    content: 'We\'ll Try Again Tomorrow, Thank You';
    font-size: 47px;
    line-height: 42px;
}
.gift-aid-detail{
    margin-bottom: 20px;
}
.gift-aid-detail:before{
    content: 'If you are a UK taxpayer, the value of your gift can be increased by 25% under the Gift Aid scheme at no extra cost to you.';
    font-size: 13px;
    color: #9b9b9b;
    line-height: 20px;
}
.gift-aid{
    margin: 20px 0;
    line-height: 1.4em;
}
.gift-aid:before{
    content: 'When you Gift aid your donation, the Government will give our charity \00a3 25.00 on top of your \00a3 100 donation.';
    font-size: 13px;
}
.donor-self-service-btn{
    border-radius: 35px;
    padding: 23px;
    text-align: center;
    font-size: 14px;
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 1px;
}
.donor-self-service-btn:before{
    content: 'Modify Recurring Donation';
}
#donor-self-service{
    position: absolute;
    padding: 40px;
    top: 100px;
    right: -10px;
    border-radius: 6px;
    width: 375px;
    box-sizing: border-box;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
div.nonprofit-logo + label.circle-button{
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 25px;
}
div.nonprofit-logo > svg{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 5px;
    left: 0;
    display: none;
}
div.receipt-email-head > svg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}
label.circle-button, label.long-button{
    background-color: #cc0000;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
label.circle-button{
    color: #fff;
    background-color: #cc0000;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
label.long-button{
    position: absolute;
    bottom: 20px;
    border-radius: 40px;
    padding: 10px;
    line-height: 15px;
    left: 20px;
}
label.long-button > span{
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    vertical-align: bottom;
}
label.long-button > span:before{
    content: 'Background Image'
}
input#email-header-background:checked + div.receipt-email-head{
    border-bottom-color: transparent;
    background-color: #ffc63c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23ffffff' fill-opacity='0.4' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}
input#email-header-logo:checked + div.nonprofit-logo{
    background: none;
    border-color: transparent;
}
input#email-header-logo:checked + div.nonprofit-logo > svg{
    display: block;
}
input#email-header-logo:checked + div.nonprofit-logo + label.circle-button, input#email-header-background:checked + div.receipt-email-head > label.long-button{
    display: none;
}
.button-container{
    margin-top: 50px;
}
#world-map{
    top: -120px;
    position: absolute;
    left: -100px;
}
#world-map circle{
    fill: #dadada;
}
.only-mobile{
    display: none !important;
}
.breadcrumb{
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #6c6c6c;
}
.breadcrumb > a{
    display: inline-block;
    color:#317a94;
    text-decoration: none;
}
.divider {
    margin: 0 10px;
    display: inline-block;
}
.breadcrumb > .divider:before{
    content: '/';
    color:#999;
}
.charity-picture{
    height: 300px;
    position: relative;
    background-color:#000;
    overflow: hidden;
    z-index:0;
}
.charity-picture > .content{
    position: relative;
    z-index: 1;
    height: 100%;
}
div.square-logo:before{
    content: 'Pug Hug';
}
div.square-logo{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    font-size: 24px;
    border: 3px solid #fff;
    position: absolute;
    height: 100px;
    top: 50%;
    padding-top: 25px;
    left: 50%;
    width: 100px;
    box-sizing: border-box;
    text-align: center;
    margin-left: -50px;
    margin-top: -50px;
}
.charity-picture > .img{
    position: absolute;
    z-index: 0;
    left: -3px;
    right: 3px;
    top: -3px;
    bottom: -3px;
    background-image: url('https://phtro-assets.s3-us-west-2.amazonaws.com/img/header/pughug.jpg');
    background-size: cover;
    background-position: top center;
    filter: blur(2px);
    opacity: 0.8;
    width: 930px;
}
div#event-form-mobile > div.charity-picture,
div#text-donation-form > div.charity-picture,
div#recurring-donation-mobile > div.charity-picture,
div#recurring-donation-mobile-giftaid > div.charity-picture,
div#mobile-peer-to-peer-fundraiser > div.charity-picture,
div#donation-form-mobile > div.charity-picture{
    height: 130px;
}

@keyframes first-scroll-up-donation-window {
    from {margin-top: 0;}
    to {margin-top: -130px;}
}
div#donation-form-mobile > div.charity-picture, div#mobile-peer-to-peer-fundraiser > div.charity-picture{
    animation-name: first-scroll-up-donation-window;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}
.charity-picture > .donation-img, .charity-picture > .event-img{
    position: absolute;
    z-index: 0;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: top center;
}
.charity-picture > .donation-img{
    background-image: url('https://phtro-assets.s3-us-west-2.amazonaws.com/img/header/donation-pug.jpg');
}
.charity-picture > .event-img{
    background-image: url('https://phtro-assets.s3-us-west-2.amazonaws.com/img/header/event-pug.jpg');
}


div.ticket-event{
    border: 1px dashed #99c579;
    padding: 15px;
}
div.ticketing-options b{
    display: block;
    border-radius: 20px;
    padding: 0;
    word-break: keep-all;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.05em;
    text-transform: uppercase;
    font-size: 15px;
}
div.ticketing-options > ul{
    color: #6f6f6f;
    border-left: 1px dashed #99c579;
    margin: 0 0 0 35px;
    list-style: none;
    font-family: monospace;
    padding: 20px 0;
}
div.ticketing-options > ul li{
    display: block;
    margin-left: 20px;
}
div.ticketing-options > ul li + li{
    margin-top: 15px;
}
#philantro-mini-logo{
    margin-bottom: 30px;
    display: block;
    position: relative;
}
svg#philantro-mini-logo-svg{
    width: 170px;
    height: 40px;
}
#philantro-mini-logo > span.logo-reg {
    color: rgba(107, 107, 107, 0.5);
}
.fundraising-line-1{
    font-size: 30px;
    color:#fff
}
.fundraising-line-2{
    font-size: 50px;
    color: #fff;
    margin-top: 11px;
}
.fundraising-left{
    font-size: 85px;
    color:#fff;
    line-height: 1em;
    margin-bottom: 10px;
}
.fundraising-labels{
    color:rgba(255,255,255,0.7);
    font-size: 20px;
    line-height: 23px;
}
.message-box{
    position: fixed;
    top: 50px;
    z-index: 9;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px 0px #0006;
}
.message-body{
    padding: 30px;
    background-color: #fff;
}
#full-screen-fundraiser{
    height: 100%;
    background-color:#143b5d;
    position: relative;
    display: table;
}
.fundraising-row{
    display: table-row;
}
.fundraising-row div#chart-header, .fundraising-row div#chart-body, .fundraising-row div#chart-footer, .fundraising-row div#chart-donate{
    display: table-cell;
    box-sizing: border-box;
    padding: 0 50px;
}
div#chart-header, div#chart-footer{
    padding: 50px !important;
}
div#chart-body {
    height: 100%;
}
div#chart-donate > button{
    display: block;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background-color: white;
    border: none;
    width: 100%;
    color: #133b5d;
}
@media only screen and (max-width: 768px) {
    div.fundraising-row.only-mobile{
        display: table-row !important;
    }
    div#chart-donate{
        padding: 0 50px 50px !important;
    }
    div#chart-footer, div#chart-header{
        padding: 50px !important;
    }
    .fundraising-line-1, .fundraising-labels{
        font-size: 15px;
    }
    .major-segment{
        margin: 0 0 60px 0;
    }
    .fundraising-labels{
        line-height: 20px;
    }
    .fundraising-line-2{
        font-size: 30px;
    }
    .fundraising-left{
        font-size: 30px;
        line-height: 1em;
        margin-bottom: 5px !important;
    }
    #login-container{
        margin: 50px 30px 0;
        width: calc(100% - 60px);
    }
    .left-login-panel{
        width: 100% !important;
        height: 200px;
    }
    .full-height + .full-height:before{
        display: none;
    }
    .access-panel{
        width: 100%;
    }
    div.breadcrumb + div.d-center{
        text-align: left;
    }
    .price{
        font-size: 60px;
    }
    .only-mobile{
        display: block !important;
    }
    #navigation > li + li{
        margin-left: 0;
    }
    #navigation, .donation-menu{
        display: block;
    }
    #navigation ul.sub-nav{
        margin: 0;
        position: relative;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 10px;
        border-bottom: 1px dotted rgba(0, 0, 0, .1);
        border-top: 1px dotted rgba(0, 0, 0, .1) !important;
    }
    li.active div.drop-down-menu{
        display: block;
        margin: 15px -30px;
        background-color: #f3f3f3;
        border-right: 10px solid #58adcc;
    }
    .mobile-table-cell{
        display: table-cell;
    }
    .mobile-table-cell > div{
        display: block;
    }
    .mobile-table-cell > div.purpose{
        margin-top: 10px;
    }
    ul.sub-nav li > a{
        color: rgba(0, 0, 0, .5) !important;
    }
    div.drop-down-menu li.active > a {
        color: #317790 !important;
    }
    .donation-menu{
        color:#222 !important;
    }
    div.top{
        height: unset;
    }
    .t-h-300{
        height: 300px;
    }
    .t-h-550{
        height: 550px;
        overflow: hidden;
        margin-bottom: -40px;
    }
    .container{
        width: auto;
        margin: 0 20px;
        box-sizing: border-box;
    }
    .padding-half{
        padding: 30px 0;
    }
    #philantro-logo-svg{
        height: 35px;
        width: 150px;
    }
    .donor-pic{
        height: 70px;
        width: 70px;
    }
    .fs-55{
        font-size: 45px;
        line-height: 45px;
    }
    h2{
        font-size: 35px;
    }
    h1{
        font-size: 45px;
        line-height: 1em;
    }
    h6{
        font-size: 23px;
    }
    div.side-mention{
        width: 100%;
        margin: 50px 0 0 0;
        border-bottom: none;
        padding: 40px 0 0 0;
    }
    .checklist .topic{
        width: auto;
    }
    .non-mobile, .nav-flag{
        display: none;
    }
    .mobile-block{
        display: block;
    }
    .mobile-block > .table-cell{
        display: block;
        width: auto;
    }
    .mobile-block > .w-70{
        border-top: 1px dotted #dedede;
        margin-top: 40px;
        padding-top: 40px;
    }
    .section, #analytics-section.section{
        padding: 50px 0;
    }
    .mobile-padding{
        padding-bottom: 50px;
    }
    .no-mobile, #lovesplash, .bottom-shadow{
        display: none !important;
    }
    .mobile-only{
        display: block !important;
    }
    #header-background{
        background-image: none !important;
        filter: none;
        background-color:#6b4286;
    }
    .mobile-block .t-30 + .t-40, .mobile-block .t-40 + .t-30{
        border-top: 1px dotted #dedede;
        margin-top: 20px;
        padding: 30px 0 0;
    }
    p.description{
        line-height: 1.6em;
    }
    .mobile-block .d-right{
        text-align: left;
    }
    .large-button, .large-hollow-button{
        padding: 15px 30px;
    }
    .button-container{
        margin-top: 30px;
    }
    div.prayer{
        left: 0;
        margin-top: 60px;
    }
    .right-gradient{
        background-image: none;
        width: 90px;
        right: 20px;
        padding-right: 0;
        text-align: center;
    }
    .humility{
        padding: 50px 0 0;
    }
    #foot p{
        font-size: 12px;
        margin-top: 20px;
    }
    .navigation{
        z-index: 10;
        position: relative;
    }
    .navigation .v-m{
        vertical-align: top;
    }
    #show-menu{
        background-color: transparent;
        color: #fff;
        border: none;
        font-size: 20px;
        margin: 0;
        padding: 0;
        vertical-align: bottom;
        display: inline-block;
    }
    #menu-container:checked + #menu-shelf{
        width: 140px;
        position: absolute;
        right: 0;
        top: 60px;
        background-color: #fff;
        padding: 30px;
        display: block;
        border-radius: 3px;
    }
    #menu-container:checked + #menu-shelf > label{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
    div.side-menu{
        border: none;
        padding: 50px 0;
        width: 100%;
        display: block;
    }
    div.side-content{
        border-top: 1px solid #dedede;
        display: block;
    }
    #head-section{
        z-index: 3;
        overflow: visible;
        padding-bottom: 30px;
    }
    #menu-shelf li{
        display: block;
        text-align: right;
        margin: 0 0 5px 0;
        color: #000;
    }
    a.btn{
        padding: 0;
        background-color: transparent;
    }
    .callout{
        width: auto;
        margin: 20px;
        right: auto;
        bottom: auto;
        position: relative;
    }
    #nonprofit-perfection{
        right: 50%;
        position: absolute;
        margin-right: -556px;
        top: 0;
    }
    .side-menu + .side-content{
        padding-left: 0;
    }
    .code{
        font-size: 12px;
    }
    .cookie-button-container{
        display: block;
        border-top: 1px solid #ddd;
        border-left: none;
        height: 50px;
        width: 100%;
    }
    #cookie-disclaimer{
        width: auto;
        left: 0;
        margin: 0 20px 0 20px;
    }
    .cookie-illustration + div{
        display: block;
    }
    .cookie-illustration{
        display:block;
        width: auto;
        max-height: 160px;
    }
    .cookie-illustration svg{
        height: 200px;
        width: 100%;
    }
}

@media print {
    .button-container{
        display: none;
    }
}