﻿/* wizard.css */



/* Wizard UI Elements & Content Styles */

#wizardSteps {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 30px;
}

    #wizardSteps ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        height: 30px;
        position: relative;
        display: block;
        overflow: visible;
        width: 100%;
        position: relative;
    }

        #wizardSteps ul li {
            padding: 0;
            height: 23px;
            background: #D8D8D8;
            display: inline-block;
            position: relative;
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
            text-align: center;
            margin: 0;
            top: -4px;
        }

            #wizardSteps ul li:not(:first-child) {
                margin-left: 10px;
            }

.no-touch #wizardSteps ul li:not(.current):hover {
    top: 0;
    height: 30px;
}

#wizardSteps ul li.current {
    background: #555;
    padding-right: 10px;
    height: 30px;
    top: 0;
}

#wizardSteps ul .tooltip-inner {
    text-transform: uppercase;
}

#wizardSteps ul li a {
    text-decoration: none;
    height: 100%;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

#wizardSteps ul li:not(.current) > a {
    display: none;
}

#wizardSteps ul li.current a,
.no-touch #wizardSteps ul li:hover a {
    text-transform: uppercase;
    min-height: 30px;
    line-height: 30px;
}

.stepNum {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .stepNum a {
        width: 23px;
        height: auto;
        position: relative;
        text-decoration: none;
        text-align: center;
        display: block;
        color: #fff;
    }


.wizardNav + .wizard {
    margin-top: 45px;
    position: relative;
    padding-top: 0;
    padding-right: 0;
}

#stepButtons {
    margin-top: 60px;
}

#nextStepButton i,
#previousStepButton i {
    position: relative;
    top: 1px;
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

.wizard > .row.aside-container {
    overflow: hidden;
}

    .wizard > .row.aside-container .asideSecond > div {
        padding-bottom: 9999px;
        margin-bottom: -9969px;
    }

    .wizard > .row.aside-container ~ .row {
        padding-right: 30px;
    }

.split-1:not(.aside-2) .wizard {
    padding-right: 30px;
}




/*----- Last year giving review styles -----*/

#lastYearTabs.nav-pills > li {
    overflow: hidden;
}

    #lastYearTabs.nav-pills > li + li {
        margin-left: 0;
    }

    #lastYearTabs.nav-pills > li a {
        color: #256C98;
        padding: 15px;
        background: #eee;
    }

.no-touch #lastYearTabs.nav-pills > li a:hover {
    background: #dfdfdf;
}

#lastYearTabs.nav-pills > li a:before {
    font-family: FontAwesome;
    float: left;
    display: inline-block;
    font-size: 45px;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1;
    margin-right: 15px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
    /* Netscape */
    -moz-opacity: 0.67;
    /* Safari 1.x */
    -khtml-opacity: 0.67;
    /* Good browsers */
    opacity: 0.67;
}

#lastYearTabs.nav-pills > li .renewBtn:before {
    content: '\f01e'
}

#lastYearTabs.nav-pills > li .modifyBtn:before {
    content: '\f040'
}

#lastYearTabs.nav-pills > li .goToSSOBtn:before {
    content: '\f007'
}

#lastYearTabs.nav-pills > li .byPassSSOBtn:before {
    content: '\f090'
}

#lastYearTabs.nav-pills > li .createBtn:before {
    content: '\f06b'
}

#lastYearTabs.nav-pills > li.active > a {
    background: #256C98;
    color: #fff;
    font-weight: bold;
}

#givingAccordions #create {
    margin-top: 30px;
}

    #givingAccordions #create .panel-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }

#leftPane #givingAccordions .panel-title .accordion-toggle span:last-child:after,
.lt-ie9 #leftPane #givingAccordions .panel-title .accordion-toggle span:last-child {
    font-family: FontAwesome;
    float: right;
    text-decoration: none;
}

#leftPane #givingAccordions .panel-title .accordion-toggle > span:first-child:before {
    font-family: FontAwesome;
    float: left;
    content: '\f192';
    margin-right: 10px;
}

#leftPane #givingAccordions .panel-title .accordion-toggle.collapsed > span:first-child:before {
    font-family: FontAwesome;
    float: left;
    content: '\f10c';
    margin-right: 10px;
    color: #8f8f8f;
}

#leftPane #givingAccordions .panel-title .accordion-toggle > span:last-child:after,
.lt-ie9 #leftPane #givingAccordions .panel-title .accordion-toggle > span:last-child:after {
    content: '\f0d7';
}

#leftPane #givingAccordions .panel-title .accordion-toggle.collapsed > span:last-child:after,
.lt-ie9 #leftPane #givingAccordions .panel-title .accordion-toggle.collapsed > span:last-child:after {
    content: '\f0d8';
}

#leftPane .panel-title .accordion-toggle:focus,
#leftPane .panel-title .accordion-toggle span:focus,
#leftPane .panel-title .accordion-toggle:active,
#leftPane .panel-title .accordion-toggle span:active {
    text-decoration: none;
    outline: none;
}

#givingAccordions span.displayAmount:before {
    content: '$';
}

#givingAccordions .panel-body {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

    #givingAccordions .panel-body .row > div:first-child {
        padding-left: 0;
        padding-right: 0;
    }

        #givingAccordions .panel-body .row > div:first-child .gift-detail-group > div,
        #givingAccordions .panel-body .row > div:first-child .gift-detail-group > ul {
            padding: 0 15px;
        }

        #givingAccordions .panel-body .row > div:first-child .gift-detail-group > div {
            background: #eef3f6;
        }

.sliderSidebar {
    background: #DFE7ED;
    padding-top: 15px;
    padding-bottom: 1015px;
    margin-bottom: -1000px;
}

.giftTemplateChoices > .radio:first-child {
    margin-top: 0;
}

.accordionDetailHeading {
    background: #F7F9FA;
}

#givingAccordions .panel-body .list-group-item {
    padding: 0;
    background: none;
    border: none;
}

.prevPledgeType ul li, .prevDes ul, .prevAffinity ul li, .prevPersonalInfo ul li {
    list-style-type: none;
}

.accordionDetailHeading {
    line-height: 30px;
    margin-bottom: 7px;
    margin-bottom: .5rem;
}

.accordionDetailCopy, .prevDes ul li, .prevPledgeType ul li, .prevAffinity ul li, .prevPersonalInfo ul li {
    line-height: 1.8;
}

    .prevDes ul li:before, .prevPledgeType ul li:before, .prevAffinity ul li:before, .prevPersonalInfo ul li:before {
        font-family: FontAwesome;
        margin-right: 5px;
    }

    .prevPledgeType ul li:before {
        font-size: 10px;
        font-size: 0.666666666667rem;
        content: '\f155';
        display: inline-block;
        background: #008C0C;
        width: 15px;
        height: 15px;
        line-height: 15px;
        position: relative;
        top: -1px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 3px;
        text-align: center;
        color: #fff;
    }

    .prevDes ul li:before {
        content: '\f004';
        color: #8C0000;
    }

    .prevAffinity ul li:before {
        content: '\f0c0';
        color: #2C6E96;
    }

    .prevPersonalInfo ul li.noPub:before {
        content: '\f057';
        color: #8C0000;
    }

    .prevPersonalInfo ul li.pub:before {
        content: '\f058';
        color: #008C0C;
    }

#modify.tab-pane.active ~ #killBtnWrapper {
    display: none;
}






/*----- Payment method styles -----*/

.salFields {
    display: none;
    clear: left;
}

.dollarFields {
    display: none;
    clear: left;
}

.totalAmountDisplay {
    display: none;
    clear: left;
}

.amountPerPeriodDisplay {
    display: none;
    clear: left;
}

#leftPane .panel-group .panel {
    position: relative;
}

#leftPane .panel-group {
    margin-bottom: 30px;
    margin-bottom: 2rem;
}

#leftPane .panel-title .accordion-toggle > span:first-child:before,
.lt-ie9 #leftPane #paymentMethodAccordions .panel-title .accordion-toggle > span:before,
#leftPane .panel-title .accordion-toggle.collapsed > span:first-child:before,
.lt-ie9 #leftPane #paymentMethodAccordions .panel-title .accordion-toggle.collapsed > span:before {
    font-family: FontAwesome;
    float: left;
    margin-right: 10px;
}

#leftPane .panel-title .accordion-toggle > span:first-child:before,
.lt-ie9 #leftPane #paymentMethodAccordions .panel-title .accordion-toggle > span:before {
    content: '\f0d7';
}

#leftPane .panel-title .accordion-toggle.collapsed > span:first-child:before,
.lt-ie9 #leftPane #paymentMethodAccordions .panel-title .accordion-toggle.collapsed > span:before {
    content: '\f0d8';
    color: #8f8f8f;
}

#leftPane .accordion-close {
    position: relative;
    float: right;
    cursor: pointer;
}

#leftPane .accordion-toggle.collapsed,
#leftPane .accordion-toggle.collapsed + .accordion-close,
#leftPane .accordion-toggle.collapsed ~ .pmtMethodAmt {
    color: #8f8f8f;
}

.lt-ie9 #leftPane .accordion-toggle ~ .pmtMethodAmt {
    color: #95B6CB;
}

.lt-ie9 #leftPane .accordion-toggle.collapsed ~ .pmtMethodAmt {
    color: #c2c2c2;
}

#leftPane .pmtMethodAmt {
    position: absolute;
    right: 45px;
    top: 6px;
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

#leftPane .pmtMethodTotal {
    overflow: hidden;
    padding: 0 45px 0 35px;
}

    #leftPane .pmtMethodTotal > span {
    }

    #leftPane .pmtMethodTotal > div {
        display: inline-block;
        float: right;
    }

        #leftPane .pmtMethodTotal > div div {
            display: inline-block;
        }

#paymentMethodRows {
    max-height: 465px;
    overflow-y: scroll;
    padding: 15px 15px 0 15px;
    border: 1px solid #e5e5e5;
    background: #eee;
}

    #paymentMethodRows .well {
        background-color: #fff;
        margin-bottom: 10px;
        padding: 15px;
    }






/*----- Designation styles -----*/

/* Designation Gauge */
#designationGaugeWrapper {
    position: relative;
    height: 32px;
    width: 100%;
    margin-bottom: 15px;
}

#designationGauge {
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

#leftover {
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
}

.no-touch #leftover {
    transition: width .6s ease;
}

.touch .progress-bar {
    transition: none;
}

#designated span,
#leftover span {
    line-height: 32px;
    min-width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#leftover span {
    font-size: 12px;
    text-align: center;
}






/*----- Affinity group styles -----*/






/*----- Gift review styles -----*/






/* Data/Content Grids */
#gridContainer {
    position: relative;
}

.charityPicker .k-grid {
    outline: 0;
    position: relative;
    zoom: 1;
}

.charityPicker .k-grid-content {
}

div.k-grid-header, div.k-grid-footer {
    padding-right: 17px;
    zoom: 1;
}

.charityPicker .k-grid-header /*,
#givingHistory .k-grid-header,
#givingHistory + div #giftDetailHeading*/ {
    border-bottom: 1px solid #ccc;
}

.k-grid-header th {
    text-align: left;
    padding: 0 5px;
}

.charityPicker th:first-child {
    text-align: center;
}

.k-grid-content {
    position: relative;
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    zoom: 1;
}

    .k-grid-header table, .k-grid-content table,
    .k-grid-footer table {
        table-layout: fixed;
    }

.k-grid table {
    width: 100%;
    border-collapse: separate;
    empty-cells: show;
    border-width: 0;
}

.k-grid table {
    border-collapse: separate;
    empty-cells: show;
}

.k-grid tr {
    height: 30px;
    line-height: 30px;
}

.k-grid-pager {
    border-top: 1px solid #E5E5E5;
    margin-top: 2em;
}

.k-pager-wrap {
    height: 30px;
}

    .k-pager-wrap * {
        float: left;
        display: inline-block;
    }

    .k-pager-wrap .k-link {
        outline: none;
    }

    .k-pager-wrap .k-icon {
        width: 15px;
        height: 0px;
        padding-top: 15px;
        overflow: hidden;
        background: transparent url(/themes/workplacegiving/styles/images/gridPagingArrows.png) 0 0 no-repeat;
        margin: 0;
    }

    .k-pager-wrap .k-i-arrow-60-left {
        background-position: -15px 0;
    }

    .k-pager-wrap .k-i-arrow-60-right {
        background-position: -30px 0;
    }
    .k-pager-wrap .k-i-arrow-end-right {
        background-position: -45px 0;
    }

.k-pager-info {
    float: right;
    margin-right: 10px;
    line-height: 30px;
}

.k-pager-numbers {
    padding: 0 10px;
    margin: 0;
}

    .k-pager-numbers li {
        line-height: 1;
        width: 23px;
        height: 23px;
        padding: 4px;
    }

        .k-pager-numbers li:last-child {
            margin-right: 0;
        }

    .k-pager-numbers + a .k-icon {
        margin-left: 0;
    }

    .k-pager-numbers .k-link {
        color: #222;
        text-decoration: none;
        padding: 2px 4px;
    }

.no-touch .k-pager-numbers .k-link:hover {
    color: #e88a42;
    text-decoration: none;
}

.k-pager-nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
}

.k-pager-numbers .k-state-selected {
    background: #285597;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    display: block;
    float: none;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
}

#window tbody {
    white-space: normal;
}

#window .k-grid tr {
    line-height: 20px;
}

#window td {
    vertical-align: middle;
}
/*.affinityDetail                                 { display: none; position: relative; }*/
#addedCharities {
    overflow: hidden;
}

    #addedCharities :first-child {
        margin-left: 0;
    }

.addCharity {
    margin: 0 10px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    display: none;
    float: left;
}

    .addCharity.norm {
        margin-bottom: 8px;
    }

    .addCharity .charityClose {
        cursor: pointer;
    }

#addedCharities button {
    position: relative;
}

#details-container #addedCharities button {
    margin-bottom: 15px;
}

.charityPicker .modal-footer {
    max-height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.charityPicker #responsiveContent {
    height: 100%;
}

.charityPicker .logo-container {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0 auto;
}

    .charityPicker .logo-container img {
        width: 100%;
        height: auto;
    }

.charityPicker th.cp-logo {
    max-width: 45px;
}

    .charityPicker th.cp-logo > div {
        width: 45px;
    }

.charityPicker th.cp-name > div {
    min-width: 300px;
}

.charityPicker td.cp-logo {
    padding: 5px 0;
}


.charity-details-container.modal {
    overflow: hidden;
}

.charity-details-container .modal-header {
    background-color: #1D4863;
    border-bottom: none;
    height: 100px;
    padding: 0;
}

    .charity-details-container .modal-header .close {
        width: 21px;
        margin: 10px 10px 0 0;
        color: #fff;
    }

    .charity-details-container .modal-header h3 {
        display: none;
    }

.charity-details-container .modal-body .row {
    padding-top: 36px;
    text-align: center;
}

.charity-details-container .charity-details-description {
    border-top: 1px solid #e0e0e0;
    padding-top: 23px;
    text-align: left;
}





/* Datepicker */
.k-datepicker .input-group-addon {
    cursor: pointer;
}

.k-animation-container {
    width: 185px !important;
    border: 1px solid #CCCCCC;
    background: #eee;
    -webkit-box-shadow: 0 5px 5px #999;
    -moz-box-shadow: 0 5px 5px #999;
    box-shadow: 0 5px 8px #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.k-calendar {
    background: #eee;
    overflow: hidden;
    width: 183px;
}

    .k-calendar .k-header, .k-calendar .k-footer {
        position: relative;
        text-align: center;
        zoom: 1;
    }

    .k-calendar .k-header {
        background: #fff;
        padding: 3px;
        height: 30px;
    }

    .k-calendar .k-nav-fast {
        color: #222;
        text-decoration: none;
        line-height: 20px;
    }

        .no-touch .k-calendar .k-nav-fast:hover,
        .k-calendar .k-nav-fast:active {
            color: #db6d1a;
        }

    .k-calendar .k-content {
        width: 183px;
        height: 126px;
        float: left;
        font-size: 85%;
        border-width: 0;
        border-spacing: 0;
        table-layout: fixed;
        margin: 0 auto;
    }

        .k-calendar .k-content thead tr {
            height: 30px;
            vertical-align: middle;
        }

        .k-calendar .k-content thead th {
            text-align: center;
        }

        .k-calendar .k-content tbody {
            background: #fff;
        }

        .k-calendar .k-content td {
            text-align: center;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            cursor: pointer;
            vertical-align: middle;
        }

            .no-touch .k-calendar .k-content td:hover,
            .k-calendar .k-content td:active {
                background: #444;
            }

            .k-calendar .k-content td a {
                text-decoration: none;
                color: #222;
            }

            .k-calendar .k-content td.k-other-month a {
                color: #999;
            }

            .no-touch .k-calendar .k-content td:hover a,
            .k-calendar .k-content td:active a {
                color: #fff;
            }

    .k-calendar .k-nav-prev,
    .k-calendar .k-nav-next {
        display: block;
        position: absolute;
        top: 11px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .k-calendar .k-nav-prev {
        left: 5px;
        border-right: 10px solid #ccc;
    }

    .k-calendar .k-nav-next {
        right: 5px;
        border-left: 10px solid #ccc;
    }

    .no-touch .k-calendar .k-nav-prev:hover,
    .k-calendar .k-nav-prev:active {
        border-right: 10px solid #db6d1a;
    }

    .k-calendar .k-nav-next:hover,
    .k-calendar .k-nav-next:active {
        border-left: 10px solid #db6d1a;
    }

    .k-calendar .k-footer {
        clear: both;
        height: 30px;
        line-height: 30px;
    }

        .k-calendar .k-footer a {
            color: #222;
            text-decoration: none;
            font-size: 85%;
        }

.no-touch .k-calendar .k-footer a:hover {
    color: #db6d1a;
}

.k-today {
    background: #ccc;
}







/* Campaign Goal Widget */
#thermometer {
    position: relative;
    left: 30px;
}

#dashSummary {
    margin-left: 90px;
    margin-right: 15px;
}

#dashboard .progress {
    overflow: visible;
}

.progress.vertical.bottom {
    position: relative;
    height: 100%;
    min-height: 140px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 10px #ddd, 0 0 10px #888;
    -moz-box-shadow: inset 0 0 10px #ddd, 0 0 10px #888;
    box-shadow: inset 0 0 10px #ddd, 0 0 10px #888;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}

.progress.wide {
    width: 30px;
    margin-bottom: 0;
}

.progress.vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0;
    z-index: 90;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress.vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    transition: height 0.6s ease;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}

#thermometer .circleWrapper {
    position: relative;
    height: 0;
    bottom: 0;
    left: -20px;
    width: 70px;
    overflow: hidden;
    padding-bottom: 70px;
    z-index: 10;
    margin-bottom: -20px;
}

#thermometer .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../Images/thermBtm.png) 0 0 no-repeat;
}

.lt-ie9 #thermometer .circle {
    background: url(../Images/thermBtmNoShadow.png) 0 0 no-repeat;
}

.goalMet #thermometer .circle {
    background: url(../Images/thermBtmGr.png) 0 0 no-repeat;
}

.lt-ie9 .goalMet #thermometer .circle {
    background: url(../Images/thermBtmGrNoShadow.png) 0 0 no-repeat;
}

#thermGauge + .ticks {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33%;
    height: 100%;
    z-index: 95;
    background-image: url(../Images/thermTicks.png);
    background-image: -webkit-repeating-linear-gradient(transparent, transparent 8%, black 10%);
    background-image: -moz-repeating-linear-gradient(0deg, transparent, transparent 8%, black 10%);
    background-image: -ms-repeating-linear-gradient(0deg, transparent, transparent 8%, black 10%);
    background-image: -o-repeating-linear-gradient(0deg, transparent, transparent 8%, black 10%);
    background-image: repeating-linear-gradient(0deg, transparent, transparent 8%, black 10%);
    background-repeat: repeat-y;
    -webkit-border-radius: 100px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    border-radius: 100px 0 0 0;
}

#thermGoal {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 4px;
    left: 50%;
    margin-left: -15px;
    /*display: none;*/
    z-index: 100;
    cursor: pointer;
    background: yellow;
    border-top: 1px solid #ddcd00;
    border-bottom: 1px solid #ddcd00;
}

    #thermGoal span {
        display: none;
        padding: 5px;
        font-size: 12px;
        line-height: 12px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
        -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
        box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
        border: 1px solid #ddd;
        position: absolute;
        right: 45px;
        background: #fff;
        z-index: 9999;
        top: 50%;
        color: #333;
    }

.no-touch #thermGoal:hover span {
    display: block;
}

#thermGoal span .notch {
    position: absolute;
    top: 50%;
    right: -9px;
    margin-top: -8px;
}



/* Vertically centers amount raised if percentage is turned off in admin */


#goalProgressAmountWidget .currencyOnly + #dashboard .panel-body {
    position: relative;
}

#goalProgressAmountWidget .currencyOnly + #dashboard #percentage {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    text-align: center;
}

    #goalProgressAmountWidget .currencyOnly + #dashboard #percentage span,
    #percentage.no-percentage span {
        letter-spacing: -.025em;
        font-size: 60px;
        line-height: 60px;
    }

#goalProgressAmountWidget .currencyOnly + #dashboard #raised {
    position: absolute;
    bottom: 25%;
    display: block;
    width: calc(100% - 30px);
    text-align: center;
}
/* Hides amount raised if show goal is turned off in admin */
#goalProgressAmountWidget .noGoal + #dashboard #raised {
    display: none !important;
}

#pledgeReview span.form-control {
    background: transparent;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}





/* Growls - http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/ */
#gritter-notice-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 301px;
    z-index: 9999;
}

    #gritter-notice-wrapper.top-left {
        left: 20px;
        right: auto;
    }

    #gritter-notice-wrapper.bottom-right {
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
    }

    #gritter-notice-wrapper.bottom-left {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 20px;
    }

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    background: url('images/ie-spacer.gif'); /* ie7/8 fix */
}

.gritter-top {
    background: url(images/gritter.png) no-repeat left -30px;
    height: 10px;
}

.hover .gritter-top {
    background-position: right -30px;
}

.gritter-bottom {
    background: url(images/gritter.png) no-repeat left bottom;
    height: 8px;
    margin: 0;
}

.hover .gritter-bottom {
    background-position: bottom right;
}

.gritter-item {
    display: block;
    background: url(images/gritter.png) no-repeat left -40px;
    color: #eee;
    padding: 2px 11px 8px 11px;
    font-size: 11px;
}

.hover .gritter-item {
    background-position: right -40px;
}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 300;
}

.gritter-close {
    display: none;
    position: absolute;
    top: 5px;
    right: 3px;
    background: url(../Images/gritter.png) no-repeat left top;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.gritter-title {
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px 0 #000; /* Not supported by IE :( */
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-with-image,
.gritter-without-image {
    padding: 0;
}

.gritter-with-image {
    width: 220px;
    float: right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(/themes/stratuslive.workplacegiving.unitedway/images/gritter-light.png);
    color: #222;
}

.gritter-light .gritter-title {
    text-shadow: none;
}

.gritter-item .large {
    display: block;
    text-align: center;
    margin: 15px 0;
    font-weight: 300;
}





/* Sliders */
#sliderContainer > .form-group,
#sliderContainer .form-control {
    font-size: 13px;
    font-size: .833333333333333333rem;
}

#sliderContainer > .form-group {
    min-height: 62px;
}

#sliderContainer .form-control {
    padding: 6px;
    text-align: right;
}

.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin: 17px 22px 16px;
    text-align: left;
}

#sliderContainer .ui-slider-horizontal {
    margin-top: 12px;
}

.ui-slider.ui-widget-content {
    border: 0;
    background: #aaa;
    cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    width: 45px;
    height: 30px;
    font-size: 10px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    top: -10px;
    margin-left: -22px;
    outline: none;
    background: #fff;
    border: 1px solid #c0c0c0;
    color: #444;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ui-slider .ui-widget-header {
    background: #e97743;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    display: block;
    border: 0;
    height: 100%;
}

#sliderContainer {
    position: relative;
    display: block;
    clear: left;
}

    #sliderContainer > div {
        overflow: hidden;
    }

    #sliderContainer .checkbox input[type="checkbox"] {
        margin-top: 6px;
    }

    #sliderContainer .checkbox label span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }





    /*----- Convert designation checkboxes to switches -----*/

    /* The switch - the box around the slider */


    /*#sliderContainer > div {
    padding-left: 45px;
}*/

    /*#sliderContainer label .checkbox span:not(.checkbox-switch-slider) {
    overflow: visible;
    display: inline-block;
    position: absolute;
    display: none;
}*/

    #sliderContainer .switch {
        position: absolute;
        display: block;
        width: 16px;
        height: 17px;
        right: 0;
        top: 0;
        margin-bottom: 0;
        cursor: pointer;
        z-index: 999;
    }

/*#sliderContainer .form-group:last-child .switch {
    top: 50%;
}

.switch + div {
    padding: 0;
}*/

/*label .checkbox .switch {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 16px;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

.checkbox-switch-slider {
    position: absolute: width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
}

    .checkbox-switch-slider:before {
        content: '\f014';
        font-family: 'FontAwesome';
        font-size: 16px;
        line-height: 1;
        color: #888;
        display: block;
        cursor: pointer;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.switch:hover .checkbox-switch-slider:before {
    content: '\f1f8';
    color: #333;
}

/* The slider */
/*.checkbox-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.checkbox-switch-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .checkbox-switch-slider {
  background-color: #5CB85C;
}

input:focus + .checkbox-switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .checkbox-switch-slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.switch-off {
    opacity: .4;
    pointer-events: none;
}*/

/* Rounded sliders */
/*.checkbox-switch-slider.round {
  border-radius: 30px;
}

.checkbox-switch-slider.round:before {
  border-radius: 50%;
}
*/
.slider-input-col {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

    .slider-input-col .row {
        position: relative;
    }

        .slider-input-col .row > div:last-child {
            padding-right: 0;
        }

.charity-logo-col {
    padding-left: 0;
}

#sliderContainer .charity-logo {
    position: relative;
    text-align: center;
}

.charity-details-container .charity-logo {
    position: absolute;
    left: calc(50% - 36px);
    top: -38px;
}

    #sliderContainer .charity-logo img,
    .charity-details-container .charity-logo img {
        width: 72px;
        height: 72px;
        border-radius: 36px;
        overflow: hidden;
        box-shadow: 0 0px 10px rgba(0,0,0,.25);
        display: block;
        margin: 10px auto 8px auto;
    }

    .charity-details-container .charity-logo img {
        margin: 0;
        background-color: #fff;
    }

#sliderContainer .form-group {
    position: relative;
    display: table;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#sliderContainer .charity-name {
    font-size: 11px;
    line-height: 1;
    text-align: center;
    position: relative;
    min-width: 120px;
    max-width: 120px;
    margin: 0 auto;
}

#sliderContainer .charity-info {
    display: inline-block;
    position: absolute;
    left: auto;
    top: 54px;
    right: 15px;
    font-size: 15px;
    line-height: 1;
    background: #fff;
    border-radius: 50%;
}

#sliderContainer h4 {
    margin-bottom: 23px;
}

#sliderContainer .form-group > div {
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: middle;
}

/*#sliderContainer > .form-group:last-child {
    margin-bottom: 0 !important;
}*/

#sliderContainer .form-group:not(:last-child) {
    padding-bottom: 15px;
}

#sliderContainer .form-group:after {
    content: '';
    position: absolute;
    width: calc(100% + 25px);
    left: -25px;
    bottom: 0;
    border-bottom: 1px solid #e0e0e0;
}

#sliderContainer .form-group:last-child:after,
#sliderContainer .form-group.invisible:after,
#sliderContainer .form-group.pre-invisible:after {
    display: none;
}

/*#sliderContainer .form-group:visible:last-child:after {
    display: none;
}

#sliderContainer .form-group.last-designation {
    padding-bottom: 0;
    margin-bottom: 0;
}

#sliderContainer .form-group.last-designation:after {
    border-bottom: none;
}
*/






/*----- Charity Picker fixes -----*/

.modal-overflow.modal.fade.in.charityPicker {
    top: 0;
}

.charityPicker .modal-body {
    max-height: calc(100% - 131px) !important;
    overflow-y: auto !important;
}

.charityPicker.modal {
    top: -27%;
    height: 100vh;
}

.charityPicker .k-grid-header {
    display: none;
}

.chooseCharity,
.viewCharityDetails {
    /*    height: 0;
    padding-bottom: 16px;
*/ position: relative;
    display: block;
    /*    visibility: collapse;
    width: 20px;
    overflow: hidden;*/
    margin: 0;
}

    .chooseCharity .logo-container,
    .viewCharityDetails .logo-container {
        width: 80%;
        max-width: 72px;
        height: 72px;
        border: 1px solid #e0e0e0;
        border-radius: 50%;
        display: block;
    }

        .chooseCharity .logo-container img,
        .viewCharityDetails .logo-container img {
            width: 100%;
            height: auto;
        }

/*.chooseCharity:before,*/
.charityPicker #gridContainer .detailBtn:before {
    content: '\f067';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1;
    visibility: visible;
}

.charityPicker #gridContainer .k-grid-header .k-header {
    padding-left: 0;
}

.charityPicker #gridContaienr .detailBtn {
    height: 0;
    padding-bottom: 16px;
    display: inline-block;
}


.charityPicker #gridContainer .detailBtn:before {
    content: '\f05a';
    color: #428bca;
}
/*
.chooseCharity:hover:before {
    content: '\f055';
    
}*/

/*.charityPicker #gridContainer .detailBtn:hover:before {
    content: '\f05a';
    color: #428bca;
}*/

.charityPicker #gridContainer tbody tr td {
    /*    line-height: 1;
    vertical-align: middle;
    padding-right: 8px;*/
    width: 25%;
    display: block;
    float: left;
    height: 118px;
    transition: all .2s linear;
    position: relative;
}



    .charityPicker #gridContainer tbody tr td:nth-child(n + 5) {
        margin-top: 23px;
    }

.charityPicker #gridContainer th.cp-logo,
.charityPicker #gridContainer tbody td.cp-logo,
.charityPicker #gridContainer tbody td.cp-choose,
.charityPicker #gridContainer th.cp-choose,
.charityPicker #gridContainer tbody td.cp-info,
.charityPicker #gridContainer th.cp-logo {
    padding-left: 0;
    padding-right: 0;
}

/*.charityPicker #gridContainer tbody tr td:last-child {
    max-width: 30px;
}*/

.charityPicker #gridContainer .detailBtn {
    background: #F7F9FA;
    height: 0;
    padding-bottom: 16px;
    position: absolute;
    display: block;
    visibility: collapse;
    left: auto;
    right: 23px;
    top: 50px;
}

    .charityPicker #gridContainer .detailBtn span {
        display: none;
    }

.charityPicker #gridContainer table {
    table-layout: fixed;
}



.charityPicker #gridContainer .cp-name {
    padding: 5px 0 0;
    max-width: 75%;
    margin: 0 auto;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.charityPicker #gridContainer tbody td.cp-city {
    min-width: 100px;
    padding-right: 8px;
}

.charityPicker #gridContainer thead tr {
    background: #666;
    height: 40px;
}

    .charityPicker #gridContainer thead tr th {
        color: #fff;
    }

.charityPicker #gridContainer tbody tr:nth-child(2n + 2) {
    background: #efefef;
}




/* Tabs */
.tabStripWrapper {
    display: table;
    table-layout: auto;
    width: 100%;
}

#tabStrip {
    display: table-row;
    width: 100%;
    height: 100%;
}

    #tabStrip li {
        display: table-cell;
        float: none;
        vertical-align: middle;
        word-wrap: break-word;
        height: 100%;
    }

        #tabStrip li:not(:last-child) {
            padding-right: 1%;
        }

        #tabStrip li a {
            text-align: center;
            font-size: 10px;
            font-weight: bold;
            line-height: 1;
            display: block;
            white-space: nowrap;
            width: auto;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px 5px;
            vertical-align: middle;
        }

            #tabStrip li a span {
                display: block;
                margin: 0 auto;
            }

.tab-content {
    padding-top: 15px;
}

.paneMsg {
    display: none;
}

    .paneMsg i + div {
        margin-left: 35px;
    }



/* Review styles */

#pledgeReview .row > div:first-child, .list-group-label {
    padding-top: 11px;
}

#givingAccordions .form-group .list-group {
    margin-bottom: 0;
}



/* Error Msgs */
#reviewErrorMessages ul {
    margin: 0;
    margin-bottom: 25px;
}

#reviewErrorMessages li {
    margin: 0;
    display: table;
    height: auto;
}

    #reviewErrorMessages li:not(:first-child) {
        margin-top: 10px;
    }

    #reviewErrorMessages li div {
        display: table-cell;
        vertical-align: middle;
        line-height: 1;
        padding: 0;
    }

#errorMsg {
    min-height: 30px !important;
}

    #errorMsg dl {
        margin: 0;
    }

    #errorMsg dd {
        padding: 0;
        margin: 0;
    }

.k-window.errorMsg {
    width: 450px;
    z-index: 15000;
}

.errMsg {
    position: absolute;
    right: 15px;
    white-space: nowrap;
    font-weight: normal;
    z-index: 999;
}

    .errMsg.radio {
        top: 7px;
        min-height: 1px;
        padding-top: 2px;
    }

    .errMsg.text {
        top: 9px;
        right: 24px;
    }

.datePickerWrapper + .errMsg {
    right: 60px;
}

#leftPane .accordion-toggle.collapsed,
.openPanel .accordion-toggle {
    text-decoration: none;
}

.no-touch #leftPane .accordion-toggle.collapsed:hover {
    color: #2C6E98;
}

.no-touch .openPanel .accordion-toggle:hover {
    color: #f4f6d3;
}

.errInside .accordion-toggle span:after {
    font-family: FontAwesome;
    content: '\f071';
    margin-left: 30px;
    margin-right: 5px;
    color: #D9534F;
}

.errInside .accordion-toggle:after {
    content: 'Errors to correct!';
    font-weight: 100;
    color: #D9534F;
}

.openPanel.errInside .accordion-toggle span:after,
.openPanel.errInside .accordion-toggle:after {
    color: #fff;
}






/* Contribution Sidebar */
.killBtnWrapper {
    padding: 45px 0 30px 0;
    float: none;
}

.btn-kill {
    background: #b46b6b;
}

.no-touch .btn-kill:hover {
    background: #bf8686;
    color: #fff;
}

.wizard .mainContent, .wizard .zone-aside-second {
    padding-top: 45px;
    z-index: 0;
    padding-bottom: 45px;
}



    .wizard .mainContent #after-content {
        clear: left;
    }

.wizard .mainContent {
    padding-bottom: 45px;
}

.wizard .zone-aside-second {
    padding-bottom: 30px;
}

.wizard .asideSecond {
    height: 100%;
    min-height: 100%;
}

.wizard .zone-aside-second .leftHandle,
.wizard .zone-aside-second .rightHandle {
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -12px;
    line-height: 1;
    background: #F2EEE4;
    color: #828280;
    padding: 5px;
    cursor: pointer;
}

.wizard .zone-aside-second .leftHandle {
    right: -6px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.wizard .zone-aside-second .rightHandle {
    right: 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.wizard .zone-aside-second h3:first-child {
    margin-top: .5em;
    margin-bottom: .5em;
    font-weight: bold;
    padding: 0;
}

html #giftTotals .giftBold > div:first-child {
    margin-bottom: 0;
    font-weight: bold;
}

.wizard .widget-aside-second > .panel {
    margin-bottom: 0;
}

.wizard .asideSecond .list-group {
    margin-bottom: 15px;
}

.giftDetailSummaryBlock .list-group-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background: none;
    padding: 5px 5px 10px 5px;
    border-color: #CFCCC6;
}

    .giftDetailSummaryBlock .list-group-item:before {
        font-family: FontAwesome;
        float: left;
        line-height: 30px;
        margin-top: 5px;
        font-size: 30px;
    }

#paymentSummary .list-group-item:before {
    font-size: 18px;
    font-size: 1.16666666666667rem;
    content: '\f155';
    background: #69b06f;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    color: #F2EEE4;
}

#designationSummary .list-group-item:before {
    content: '\f004';
    color: #b46b6b;
}

#matchingGiftSummary .list-group-item:before {
    content: '\f06b';
    color: coral;
}

#recognitionSummary .list-group-item:before {
    content: '\f091';
    color: #e8cf7f;
}

#affinityGroupSummary .list-group-item:before {
    content: '\f0c0';
    color: #6f98b0;
}

.giftDetailSummaryBlock .list-group-item .sideBarTxt > div,
.giftDetailSummaryBlock .list-group-item .sideBarTxt .content-item > div {
    padding-left: 45px;
}



#recLvl {
    margin-bottom: 10px;
    margin-bottom: .666666666667rem;
}

    #recLvl .panel-heading {
        cursor: pointer;
    }

        #recLvl .panel-heading .giftBold:after {
            content: " \f0d7";
            font-family: FontAwesome;
        }

        #recLvl .panel-heading.closed .giftBold:after {
            content: " \f0d8";
        }

#designationSummary .row:not(:last-child) {
    margin-bottom: 8px;
}

#currentGivingLvl, #stepUpWrapper {
    display: none;
}

#stepUpWrapper {
    margin-bottom: 10px;
    margin-bottom: .666666667rem;
}

#stepUp .panel-heading .lead {
    display: block;
    font-weight: bold;
}

#stepUp .panel-body {
    display: none;
}

    #stepUp .panel-body .plan {
        display: none;
        padding-bottom: 15px;
    }

#stepUp .plan .signUp,
.optOut {
    overflow: hidden;
    position: relative;
    padding: 0;
    top: 15px;
}

.optOut {
    height: 40px;
    top: 0;
    margin-top: 30px;
}

    #stepUp .plan .signUp > span,
    .optOut > span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        padding: 0;
    }

        #stepUp .plan .signUp > span i,
        .optOut > span i {
            font-size: 30px;
            line-height: 30px;
            position: absolute;
            top: 50%;
            margin-top: -14px;
            left: 8px;
        }

        #stepUp .plan .signUp > span span,
        .optOut > span span {
            position: absolute;
            left: 41px;
            width: 75%;
            top: 50%;
            margin-top: -11px;
            line-height: 1;
            vertical-align: middle;
            height: auto;
        }

        .optOut > span span {
            left: 0;
            width: 100%;
            margin-top: -6px;
            display: block;
            text-align: center;
        }

    #stepUp input[type="radio"].radioBox,
    .optOut input[type="radio"].radioBox {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 999;
        padding: 5px;
    }
        /*
#stepUp label:after {
    content: "Click to choose this giving plan";
    position: absolute;
    z-index: 9999;
    font-weight: normal;
    right: 0;
}
    */
        #stepUp .plan div.signUp input[type="radio"].radioBox ~ span,
        .optOut input[type="radio"].radioBox ~ span {
            visibility: hidden;
        }

        #stepUp .plan div.signUp input[type="radio"].radioBox:checked ~ span,
        .optOut input[type="radio"].radioBox:checked ~ span {
            visibility: visible;
        }

#stepUp .plan div.signUp input[type="radio"].radioBox ~ .alert-default,
#stepUp .plan div.signUp input[type="radio"].radioBox ~ .alert-success {
}
/*
#stepUp .plan div.signUp input[type="radio"].radioBox:checked ~ label:after
{
    color: #468847;
    content: "I'm choosing this giving plan";
}
    */
#stepUp label.radio,
.optOut label.radio {
    width: auto;
    font-size: 12px;
    height: auto;
    line-height: 1;
    min-width: inherit;
    width: auto;
    padding: 5px 5px 5px 0;
}

.asideSecond .widget-opt-out {
    margin-left: 8.33333333333333%; /* Column offset 1*/
    width: 83.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
}

.currentYr {
    font-weight: bold;
}

.no-touch .leftHandle,
.no-touch .rightHandle {
    display: none;
}



/* Bootbox confirm dialog styles */
.bootbox .modal-dialog {
    padding: 0;
    width: auto;
    margin: 0 auto;
}

/*----- Giving History -----*/

.wizardNav + .wizard.historyPage {
    padding-right: 30px;
}

.historyPage > .row {
    margin-left: 0;
    margin-right: 0;
}

    .historyPage > .row .mainContent {
        padding: 30px 0 0 0;
    }

.row.historyWrapper {
    overflow: hidden;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}

.historySidebar {
    background: #eee;
    min-height: 100%;
    padding-bottom: 9999px;
    margin-bottom: -9939px;
}

.historySidebarNav {
    margin-left: -15px;
    margin-right: -15px;
}

.historyContents {
    padding: 0 0 60px 30px;
}

    .historyContents .tab-content {
        padding-top: 0;
    }

.nav-pills.historySidebarNav > li > a {
    border-radius: 0;
}

.historyWrapper .col-xs-height {
    display: table-cell;
    height: 100%;
}

.historyWrapper .summary {
    display: table;
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px 0;
}

    .historyWrapper .summary > div {
        background: #eee;
        padding: 15px;
        width: 50%;
        display: table-cell;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .historyWrapper .summary .summarySpacer {
        width: 0;
        padding: 0 15px 0 0;
        background: none;
    }

.summaryInnerWrapper {
    position: relative;
    z-index: 2;
}

.historyWrapper .summaryGiftPlan .summaryInnerWrapper {
    z-index: 3;
}

.historyGiftDetail {
    background: #eee;
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .historyGiftDetail:not(:last-child) {
        margin-bottom: 15px;
    }

    .historyGiftDetail > .row > div > div:first-child {
        border-bottom: 1px solid #bbb;
        margin-bottom: 10px;
    }

    .historyGiftDetail > .row > div:first-child > :last-child {
        color: #bbb;
    }

    .historyGiftDetail .clearfix.visible-sm {
        margin-bottom: 15px;
    }


.summaryGiftPlan .dropdown > a {
    display: block;
}

.summaryGiftPlan .dropdown li {
    color: #b0b0b0;
}

    .summaryGiftPlan .dropdown li.gpCurrent {
        color: #000;
    }

.summaryAffinity h3 span {
    display: block;
}

    .summaryAffinity h3 span:not(:first-child) {
        margin-top: 10px;
    }

.historyWrapper .dropdown-menu {
    padding: 5px 5px 0 10px;
    z-index: 9999;
}

.historyGiftDetail ul {
    margin: 3px 0 0 0;
    list-style-type: none;
    padding-left: 0;
}

.historyWrapper .dropdown-menu li,
.historyGiftDetail li {
    font-size: 12px;
    position: relative;
    padding-left: 17px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.historyGiftDetail ul > :last-child {
    margin-bottom: 0;
}

.historyWrapper .dropdown-menu li i,
.historyGiftDetail li i {
    position: absolute;
    left: 0;
    top: 1px;
}

.historyWrapper .fa-check-circle {
    color: #008c0c;
}

.historyWrapper .fa-times-circle, .fa-heart {
    color: #8c0000;
}

.historyWrapper .fa-dollar {
    color: #fff;
    background: #008c0c;
    padding: 1px 3px;
    font-size: 9px;
    border-radius: 2px;
}

.historyWrapper .summary > div:after {
    font-family: FontAwesome;
    position: absolute;
    right: -2px;
    top: 0;
    line-height: 1;
    font-size: 150px;
    z-index: 1;
    color: rgba(255, 255, 255, .8);
}

.historyWrapper .summaryAffinity:after {
    content: '\f007';
}

.historyWrapper .summaryGiftPlan:after {
    content: '\f0ca';
}

.historyWrapper .summaryTotal:after {
    content: '\f06b';
}




/*----- Designations Retrofit -----*/

#designationSettings.collapse {
    display: none;
}

    #designationSettings.collapse.in {
        display: block;
        visibility: visible;
    }

#designationToggleForm label input[type="radio"] {
    display: none;
}

#designationToggleForm label.btn {
    text-align: left;
}

    #designationToggleForm label.btn span:not(:before) {
        margin-top: -3px;
    }

    #designationToggleForm label.btn span:before {
        font-size: 18px;
        font-size: 1.1666666666666666667rem;
        font-family: FontAwesome;
        margin-right: 15px;
    }

#designationToggleForm label.btn-default {
    color: #aaa;
}

    #designationToggleForm label.btn-default span:before {
        content: '\f0c8';
    }

#designationToggleForm label.btn-primary span:before {
    content: '\f14a';
}

label[for="default_designation"] {
    font-size: 18px;
    font-size: 1.1666666666666666667rem;
}

#charitySearchAction {
    visibility: hidden;
}


.wizard ~ .credits {
    background: #2C6E98;
    padding: 5px 0;
}




@media screen and (max-width: 980px) {
    .charity-details-container .charity-logo {
        top: calc(0% + 63px);
    }

    body .charityPicker.modal.fade.in {
        top: 0;
    }

    .charityPicker.modal {
        height: calc(100vh - 0px) !important;
    }

    .charityPicker .modal-footer {
        max-height: 75px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}



@media screen and (max-width: 768px) {
    .historySidebar {
        min-height: inherit;
        height: auto;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .historySidebarNav li {
        display: table-cell;
        width: 1%;
    }

    .historyContents {
        padding-left: 0;
    }


    #sliderContainer .charity-logo img {
        margin: 10px auto 8px auto;
    }


    .charityPicker .modal-footer {
        max-height: inherit;
    }

    .charityPicker .modal-footer {
        max-height: inherit;
    }

    .charityPicker #gridContainer tbody tr td {
        height: 98px;
    }

    .charityPicker #gridContainer tbody tr td:nth-child(n + 5) {
        margin-top: 12px;
    }

    .charityPicker.modal .modal-footer .btn {
        font-size: 12px;
        width: calc(50% - 8px);
        margin: 0;
    }

    .charityPicker .modal-footer .btn + .btn {
        margin-top: 0 !important;
        margin-right: 16px;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    body .charityPicker.modal.fade.in {
        top: 0;
    }

    body .charityPicker.modal {
        height: calc(100vh - 0px);
        min-height: calc(100vh - 0px);
    }

    body .charityPicker .modal-body {
        height: calc(100vh - 60px) !important;
    }

    .charityPicker .modal-footer {
        position: absolute;
        bottom: 0;
    }
}

@media only screen and (max-width: 820px) and (max-height: 415px) and (orientation: landscape) {
    .charityPicker #search .well .form-group label {
        line-height: 1;
        font-size: 13px;
    }

    .charityPicker #search .well .form-group .btn {
        display: block;
        width: 100%;
    }

    .charityPicker #gridContainer tbody tr td:nth-child(n + 5) {
        margin-top: 12px;
    }

    .charityPicker #search .well .form-group:first-child + .form-group {
        display: none;
    }

    .charityPicker #gridContainer tbody tr td {
        height: 98px;
    }

    .charityPicker.modal .modal-footer {
        position: fixed;
        bottom: 0;
        width: calc(100vw - 15px);
        left: 0;
        background: #fff;
        padding: 10px;
        margin-top: 0;
    }

        .charityPicker.modal .modal-footer .btn {
            width: calc(50% - 8px);
            margin: 0;
        }

            .charityPicker.modal .modal-footer .btn:first-child {
                float: right !important;
            }

            .charityPicker.modal .modal-footer .btn + .btn {
                float: left !important;
                margin: 0;
            }

    .charityPicker.modal .modal-body {
        padding-bottom: 114px;
    }
}




@media only screen and (max-width: 600px) {
    .historyWrapper .summary {
        display: block;
        margin-top: -15px;
    }

        .historyWrapper .summary > div {
            display: block;
            width: 100%;
            padding: 15px 30px;
            background: none;
        }

            .historyWrapper .summary > div:after {
                display: none;
            }

    #sliderContainer .form-group > div {
        display: block;
    }

    #sliderContainer .charity-logo {
        margin-bottom: 15px;
    }

    #sliderContainer .charity-info {
        right: auto;
        left: calc(50% + 51px);
    }

    .charityPicker.modal .modal-footer {
        position: fixed;
        bottom: 0;
        width: 100vw;
        left: 0;
        background: #fff;
        padding: 10px;
        margin-top: 0;
    }

        .charityPicker.modal .modal-footer .btn {
            font-size: 12px;
            width: calc(50% - 8px);
            margin: 0;
        }

            .charityPicker.modal .modal-footer .btn:first-child {
                float: right !important;
            }

            .charityPicker.modal .modal-footer .btn + .btn {
                float: left !important;
                margin: 0;
            }

    .charityPicker #search .well {
        margin-bottom: 10px;
        padding-top: 10px;
    }

        .charityPicker #search .well .form-group:first-child {
            margin-bottom: 0;
        }

    .charityPicker .logo-container {
        /*        width: 14px;
        height: 14px;
        position: relative;
        top: 8px;
        float: left;
        border: 0;
        border-radius: 0;*/
        display: none;
    }

    .charityPicker #gridContainer .cp-name {
        max-width: inherit;
        height: 30px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .charityPicker .k-grid {
        height: auto !important;
        margin-bottom: 15px;
    }


    .charityPicker .addCharity.norm {
        font-size: 12px;
        padding-top: 5px;
    }

    .wizard h1.xxl {
        font-size: 30px;
        line-height: 1;
    }

    .wizard #leftPane h1,
    .wizard #leftPane h3,
    .wizard #leftPane h4 {
        text-align: center;
    }

    body .modal.fade.in {
        top: 0;
    }

    body .charityPicker.modal {
        min-height: 100vh;
    }

    .charityPicker #gridContainer tbody tr td {
        width: calc(50% - 15px);
        height: 30px;
        position: relative;
    }

        .charityPicker #gridContainer tbody tr td:nth-child(n + 5) {
            margin-top: 0;
        }

    .k-pager-info {
        display: none;
    }

    .charityPicker .k-pager-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {

    .wizard .zone-aside-second .leftHandle {
        padding-left: 0;
    }

    .slider-input-col > .row > div {
        padding-left: 0;
        padding-right: 0;
    }

    .k-pager-numbers {
        padding: 0;
        margin-top: 3px;
    }

        .k-pager-numbers li {
            width: auto;
            padding: 0;
        }





    .charityPicker .well {
        padding: 10px;
    }


    .wizard h1.xxl {
        font-size: 30px;
        line-height: 1;
    }

    .wizard #leftPane h1,
    .wizard #leftPane h3,
    .wizard #leftPane h4 {
        text-align: center;
    }

    .wizard .zone-aside-second .leftHandle {
        padding-left: 0;
    }

    .slider-input-col > .row > div {
        padding-left: 0;
        padding-right: 0;
    }

    .k-pager-numbers {
        padding: 0;
        margin-top: 3px;
    }

        .k-pager-numbers li {
            width: auto;
            padding: 0;
        }

    .charityPicker.modal .modal-footer {
        position: fixed;
        bottom: 0;
        width: 100vw;
        left: 0;
        background: #fff;
    }

    .charityPicker.modal .modal-body {
        padding-bottom: 114px;
    }

    .charityPicker .well {
        padding: 10px;
    }



    .charityPicker #gridContainer tbody tr td {
        width: calc(50% - 15px);
        height: 30px;
        position: relative;
    }

        .charityPicker #gridContainer tbody tr td:nth-child(2n + 2) {
            margin-left: 30px;
        }

        .charityPicker #gridContainer tbody tr td:nth-child(n + 5) {
            margin-top: 0;
        }

    .charityPicker .logo-container img {
        display: none;
    }

    .charityPicker .logo-container {
        width: 14px;
        height: 14px;
        position: relative;
        top: 8px;
        float: left;
        border: 0;
        border-radius: 0;
    }

        .charityPicker .logo-container:before {
            content: '\f067';
            font-family: 'FontAwesome';
            font-size: 15px;
            line-height: 1;
            color: #5CB85C;
        }

    .charityPicker .k-pager-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .charityPicker .k-pager-nav {
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin-top: 0;
    }

    .charityPicker .k-grid-pager {
        margin-top: 15px;
    }

    .wizard .zone-aside-second {
        padding-top: 70px;
    }

    .charityPicker #gridContainer .cp-name {
        max-width: inherit;
        height: 30px;
        line-height: 30px;
        padding: 0;
        margin: 0 20px;
        text-align: left;
    }

    .charityPicker #gridContainer .detailBtn {
        left: auto;
        right: 0;
        top: 7px;
        -webkit-transform: none;
        transform: none;
        width: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    body .modal.fade.in {
        top: 0;
    }

    body .modal-scrollable {
        z-index: 99999999999 !important;
    }



    .k-pager-info {
        display: none;
    }

    .charityPicker .k-grid {
        height: auto !important;
        margin-bottom: 15px;
    }
}


@media print {
    #head {
        display: none;
    }

    html {
        font-size: 10px;
    }

    body {
        padding: 0;
    }

    h1 {
        margin-top: 0;
    }

    h3 {
        font-size: 22px;
        font-size: 2.25rem;
    }

    .historySidebar {
        display: none;
    }

    body > .container {
        width: 100%;
    }

    .historyContents {
        padding: 0;
        width: 100%;
    }

    table .dropdown > a {
        display: none;
    }

    .summary > div {
        background: #eee !important;
    }

    .summaryAffinity:after, .summaryGiftPlan:after, .summaryTotal:after {
        display: none;
    }

    .summaryGiftPlan .dropdown > a i {
        display: none;
    }

    .dropdown ul.dropdown-menu {
        display: block;
        position: static;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 0;
    }
}
/* Campaign Impact Widget Styles*/

.impact-widget {
    --dark-blue: #111827;
    --gray: #6b7280;
    --ignitegray-300: rgba(209, 213, 219, 1);
    --border-color: #d1d5db;
    --white: #ffffff;
    font-family: "Barlow", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.impact-dashboard {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    background-color: var(--white);
    border-radius: 12px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex-wrap: wrap;
    width: inherit;
    height: inherit;
}

.singlecolumn-impact-dashboard {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
}

    .singlecolumn-impact-dashboard .impact-section {
        margin: 10px 0px;
    }

    .singlecolumn-impact-dashboard .impact-icon-container {
        margin-bottom: 0px;
    }

    .singlecolumn-impact-dashboard .impact-section.employees .impact-number,
    .singlecolumn-impact-dashboard .impact-section.donors .impact-text-container .impact-number,
    .singlecolumn-impact-dashboard .impact-section.contributions .impact-number,
    .singlecolumn-impact-dashboard .impact-section.volunteers .impact-number {
        font-size: 24px;
    }


.singlerow-impact-dashboard {
    grid-template-columns: repeat(4, 1fr);
}
.wizard *.impact-section,
.impact-section {
    background: var(--white);
    border-radius: 8px !important;
    padding-inline: 20px;
    padding-block-start: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-color);
}

    /* Text and Labels */
    .impact-section h2 {
        font-size: 1.66666666666667rem;
        font-weight: 700;
        text-align: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }

.impact-number {
    font-size: 24px;
    font-weight: bold;
    color: var(--black);
    margin: 0;
}

.impact-label {
    font-size: 16px;
    color: var(--black);
    padding: 0;
    font-weight: 500;
    text-wrap: nowrap;
}

/* Informative Data Holders */
.impact-section-group {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
}

    .impact-section-group.volunteers {
        flex-direction: column;
    }

    .impact-section-group.volunteers .impact-info-group {
        align-items: start;
    }

.impact-section.contributions,
.impact-section.donors,
.impact-section.employees,
.impact-section.volunteers {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-inline: 16px;
}

.impact-section-group.donors {
    align-items: end;
}

.impact-section-group.contributions {
    flex-direction: row;
}

.impact-subgroup.contributions,
.impact-section-group.donors,
.impact-section-group.employees{
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
}

.impact-subgroup {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .impact-subgroup.contributions .impact-info-group .impact-number {
        font-size: 18px;
    }

.impact-info-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

    .impact-info-group.raised .impact-number,
    .impact-info-group.volunteers .impact-number,
    .impact-section-group.donors .impact-number,
    .impact-section-group.employees .impact-number {
        font-size: 32px;
    }

.impact-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

/* Icons */
.impact-icon {
    color: #547eab;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 6px !important;
    border: 1px solid var(--ignitegray-300);
    font-size: 14px;
}


.impact-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
    flex: 1;
    margin-bottom: 10px
}

.radial-gauge {
    transform: scale(0.8);
}

.impact-section.employees .impact-icon {
    display: inherit;
    margin-left: 20px;
}

/* Division Lines */
hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #d9d9d9;
    margin: 8px;
}

.vertical,
.radial-division-line {
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
}

@media (min-width: 600px) {
    .impact-dashboard {
        grid-template-columns: repeat(2, 1fr);
    }
    .impact-text-container{
        align-items: center;
    }
    .impact-number {
        font-size: 24px;
    }
}

@media (min-width: 800px) {
    .impact-dashboard {
        grid-template-columns: repeat(4, 1fr);
        flex-direction: row;
        width: auto;
    }
    .impact-dashboard:has(> :nth-child(-n+3):last-child) {
        grid-template-columns: repeat(3, 1fr)
    }
    .impact-dashboard:has(> :nth-child(-n+2):last-child) {
        grid-template-columns: repeat(2, 1fr)
    }

    .impact-dashboard:has(> :nth-child(-n+1):last-child) {
        grid-template-columns: repeat(1, 1fr)
    }
    /*Text and Labels*/
    .impact-section h2 {
        text-align: center;
        margin: 0 0 10px 0;
    }

    /*Informative Data Holders*/
    .impact-section {
        flex-direction: column;
        width: auto;
        align-content: baseline;
    }

    .impact-section-group {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }

        .impact-section-group.employees,
        .impact-section-group.volunteers,
        .impact-section-group.donors {
            flex-direction: column;
            width: 100%;
        }

        .impact-section-group.donors {
            align-items: center;
        }

    .impact-text-container {
        align-items: center;
    }

    .impact-info-group.average,
    .impact-subgroup.contributions,
    .impact-info-group.capita,
    .impact-section-group.donors {
        align-items: center;
        margin-bottom: 16px;
    }

    .impact-section.contributions {
        display: flex;
        min-width: 250px;
    }

        .impact-section.contributions .impact-number {
            font-size: 32px;
        }

    .impact-section-group.volunteers .impact-info-group {
        align-items: center;
        text-align: center;
    }

    /*Icons*/
    .impact-icon {
        display: none;
        border-radius: none;
        border: none;
    }

    .impact-section-group.employees .impact-icon {
        margin-left: 0;
    }
    /* Division Lines */
    .radial-division-line {
        width: 100%;
        border: none;
        height: 1px;
        background-color: #d9d9d9;
    }
    .wizard *.impact-radial-progress,
    .impact-radial-progress {
        border: 4px solid #fff;
        position: relative;
        width: 3.75em;
        height: 3.75em;
        background-color: #b0b0b0;
        border-radius: 50% !important;
    }

        .impact-radial-progress .circle .mask,
        .impact-radial-progress .circle .fill {
            width: 3.75em;
            height: 3.75em;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -1.875em;
            margin-top: -1.875em;
            border: 4px solid #fff;
            border-radius: 50% !important;
            transition: -webkit-transform 1s;
            transition: -ms-transform 1s;
            transition: transform 1s;
            -webkit-backface-visibility: hidden;
            background-color: #b0b0b0;
        }
        .impact-section-group.donors .percentage.impact-number {
            font-size: 16px;
        }

        .impact-radial-progress .circle .mask {
            clip: rect(0px, 3.75em, 3.75em, 1.875em);
        }

            .impact-radial-progress .circle .mask .fill {
                clip: rect(0px, 1.875em, 3.75em, 0px);
                background-color: #da2d29;
            }

        .impact-radial-progress .inner-circle {
            width: 2.5em;
            height: 2.5em;
            border-radius: 50% !important;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            box-sizing: border-box;
        }

            .impact-radial-progress .inner-circle .percentage {
                background: #fff;
                color: #555;
                margin: 0;
                line-height: 1;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .impact-radial-progress span {
            background: #fff;
        }
}

.impact-widget-admin-subsetting {
    margin-left: 2em;
}

/* Integrated Campaign Progress Widget Styles */


.progress-widget, .progress-widget * {
    font-family: 'Gotham', sans-serif;
}

.progress-widget {
    background: #002654;
}

.radial-progress {
    border: 4px solid #fff;
    margin: 15px auto 0;
    position: relative;
    width: 120px;
    height: 120px;
    background-color: #b0b0b0;
    border-radius: 50%;
}

    .radial-progress .circle .mask,
    .radial-progress .circle .fill {
        width: 120px;
        height: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -60px;
        margin-top: -60px;
        border: 4px solid #fff;
        border-radius: 50%;
        transition: -webkit-transform 1s;
        transition: -ms-transform 1s;
        transition: transform 1s;
        -webkit-backface-visibility: hidden;
        background-color: #b0b0b0;
    }

    .radial-progress .circle .mask {
        clip: rect(0px, 120px, 120px, 60px);
    }

        .radial-progress .circle .mask .fill {
            clip: rect(0px, 60px, 120px, 0px);
            background-color: #da2d29;
        }

    .radial-progress .circle.goal-met .mask .fill {
        background-color: #1B8211;
    }

    .radial-progress .inner-circle {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        box-sizing: border-box;
    }

        .radial-progress .inner-circle .percentage {
            background: #fff;
            font-size: 30px;
            color: #555;
            margin: 0;
            line-height: 1;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .radial-progress span {
        background: #fff;
    }

.progress-widget-title {
    font-size: 30px;
    margin: 0 0 30px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.progress-widget-goals,
.progress-widget-indicators {
    line-height: 1;
}

.flexbox .progress-widget-goals,
.flexbox .progress-widget-indicators {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.no-flexbox .progress-widget {
    display: block;
    width: 100%;
}

.no-flexbox .progress-widget-goals,
.no-flexbox .progress-widget-indicators {
    overflow: hidden;
}

.no-flexbox .financial-goal,
.no-flexbox .financial-goal-indicator,
.no-flexbox .participation-goal,
.no-flexbox .participation-goal-indicator {
    float: left;
    display: inline-block;
    width: 50%;
}

.progress-widget-goals {
    position: relative;
}

    .progress-widget-goals > :first-child {
        position: relative;
    }

        .progress-widget-goals > :first-child:after {
            width: 30px;
            height: 30px;
            position: absolute;
            right: -15px;
            top: calc(35%);
            color: #fff;
            font-size: 20px;
            line-height: 1;
            font-weight: bold;
        }

    .progress-widget-goals .financial-goal,
    .progress-widget-goals .participation-goal {
        text-align: center;
        color: #fff;
        width: 50%;
        align-self: center;
    }

        .progress-widget-goals .financial-goal .goal-number,
        .progress-widget-goals .participation-goal .goal-number {
            font-size: 50px;
            letter-spacing: -0.025em;
            font-weight: bold;
        }

        .progress-widget-goals .financial-goal .goal-currency,
        .progress-widget-goals .participation-goal .goal-currency,
        .progress-widget-goals .financial-goal .goal-multiplier,
        .progress-widget-goals .participation-goal .goal-multiplier {
            font-size: 30px;
            line-height: 1;
        }
        /*
.progress-widget-goals .financial-goal .goal-currency,
.progress-widget-goals .participation-goal .goal-currency {
  margin-right: 5px;
}
.progress-widget-goals .financial-goal .goal-multiplier,
.progress-widget-goals .participation-goal .goal-multiplier {
  margin-left: 5px;
}
*/
        .progress-widget-goals .financial-goal .goal-denomination,
        .progress-widget-goals .participation-goal .goal-denomination,
        .progress-widget-goals .financial-goal .goal-participant-type,
        .progress-widget-goals .participation-goal .goal-participant-type {
            display: block;
            font-size: 30px;
            line-height: 1;
            margin-top: -5px;
        }

        .progress-widget-goals .financial-goal:only-child,
        .progress-widget-goals .participation-goal:only-child,
        .progress-widget-goals .financial-goal-indicator:only-child,
        .progress-widget-goals .participation-goal-indicator:only-child {
            width: 100%;
        }

.current-progress-title {
    font-size: 23px;
    color: #fff;
    line-height: 1;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

.progress-widget-indicators .financial-goal-indicator,
.progress-widget-indicators .participation-goal-indicator {
    text-align: center;
    color: #fff;
    width: 50%;
    align-self: center;
}

    .progress-widget-indicators .financial-goal-indicator .amount,
    .progress-widget-indicators .participation-goal-indicator .amount {
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 8px;
    }

.pledge-button {
    background: #AE2215;
    color: #fff;
    font-size: 60px;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: 'league-gothic', sans-serif !important;
}


/*Extract Widgets*/

.zone:has(article):has(form):has(.horizontalExtractWidget) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 1fr;
    gap: .5em;
    height: auto !important;
    margin-top: .5em;
    margin-bottom: .5em;
}

.zone:has(article > header) > article:not(:has(header)) {
    align-self: flex-end;
    height: 50% !important;
    
}

.zone:has(article > header) > article > header,
.zone:has(article > header) > article > form {
    height: 50% !important;
}
    .zone:has(article > header) > article > header > h1{
        margin-top: .333em;
    }

    article:has(form):has(.horizontalExtractWidget) {
        display: flex;
        flex-direction: column;
    }

form:has(.horizontalExtractWidget) {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

.horizontalExtractWidget {
    width: 100%;
    box-sizing: border-box;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25em !important;
}

article:has(form):has(.horizontalExtractWidget) > .aligned-button:nth-child(4n+1) {
    margin-left: auto;
}

article:has(form):has(.horizontalExtractWidget) > .aligned-button:nth-child(4n) {
    margin-right: auto;
}

@media (max-width: 799px) {
    article:has(form):has(.horizontalExtractWidget) {
        grid-template-columns: 1fr;
    }
}


.zone:has(article):has(form):has(.verticalExtractWidget) {
    display: grid;
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    gap: .5em;
    height: auto !important;
    align-items: stretch;
}

article:has(form):has(.verticalExtractWidget){
    display: flex;
    align-self: stretch;
}

form:has(.verticalExtractWidget)
{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.verticalExtractWidget {
    width: 75% !important;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: .25em !important;
    justify-content: stretch;
}

.HighLevelContainer{
    display: flex;
    flex-direction:row;
    justify-content: space-evenly;
}

.highLevelWidget {
    display: flex;
    justify-content: space-between;
    align-items: center;
}