/* Empty. Add your own CSS if you like */


/* Apple Pay */

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }
    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }
    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }
    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }
    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    }
}

.payment-type-label {
    margin-bottom: -3px;
    font-size: 100%;
}


/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto;
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sk-double-bounce .sk-child {
    background-color: #fff;
}

.sk-wandering-cubes {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-wandering-cubes .sk-cube {
    background-color: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

@keyframes sk-wanderingCube {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        /* Hack to make FF rotate in the right direction */
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
    }
}


/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */

.sk-folding-cube {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    animation-delay: 0.9s;
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/*Loading Page*/


/*******1. General **********/


/*******2. Loading Screen**********/


/*******1. General **********/

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url(../fonts/ProximaNova-Bold.otf) format("opentype");
}

@font-face {
    font-family: 'ProximaNova-LightItalic';
    src: url(../fonts/ProximaNova-LightItalic.otf) format("opentype");
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url(../fonts/ProximaNova-Light.otf) format("opentype");
}

@font-face {
    font-family: 'ProximaNova-Reg';
    src: url(../fonts/ProximaNova-Reg.otf) format("opentype");
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url(../fonts/ProximaNova-Semibold.otf) format("opentype");
}

body,
html,
main {
    /* important */
    height: 100%;
}

body {
    text-shadow: none;
}


/*Hide Body until page finish loading*/

body>.inner {
    display: none;
}

body.pg-loaded>.inner {
    display: block;
}

.p-8 {
    padding: 8px;
}

.p-r-8 {
    padding-right: 8px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-60 {
    padding-top: 60px !important;
}

.height-98 {
    min-height: 98%;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}

.notification_position {
    border: 2px dashed #DFE5E9;
    height: 250px;
    position: relative;
    width: 100%;
}

.fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.fixed-bg.bg-1 {
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.5)), url("../img/page-bg-light.png") no-repeat;
}


/*******End 1. General **********/


/*******2. Loading Screen**********/

.loading-message {
    color: #fff;
}

.
/*pg-loading-screen {
    background: url("../img/page-bg-morehouse.png") no-repeat;
    background-size: cover;
}
*/


/******* End 2. Loading Screen**********/


/* Pages */

.ui-notification h3 {
    color: #fff;
}


/****/

.page-bg {
    background: url("../img/page-bg.png") no-repeat;
    background-size: 100% 100%;
}

.page-bg-light {
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.5)), url("../img/page-bg-light.png") no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.page-bg-img {
    background: url("../img/page-bg-light.png") no-repeat;
    background-size: 100% 100%;
}

.nav-bar-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #67809e;
}

.item-input input {
    font-family: ProximaNova-Semibold;
    font-size: 16px;
}

.back-text {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.bar-blue .back-text {
    color: #000;
}

.blue {
    color: blue;
}

.text-center,
.centered {
    text-align: center;
}

*::-webkit-input-placeholder {
    color: #808080 !important;
    font-family: ProximaNova-Light;
}

*:-moz-placeholder {
    color: #808080 !important;
    font-family: ProximaNova-Light;
}

*:-ms-input-placeholder {
    /* IE10+ */
    color: #808080 !important;
    font-family: ProximaNova-Light;
}

.color-white {
    color: #fff;
}

.color-grey {
    color: #666;
}

.color-light-grey {
    color: #ababab;
}

.btn-light {
    width: 100%;
    max-width: 152px;
    color: #58090c;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px s olid;
    border-radius: 4px;
    font-family: arial, helvetica, sans-serif;
    background: -webkit-linear-gradient(top, #becbe1 50%, #c3d1e3 100%);
    background-color: #becce1;
}

.main-cont {
    text-align: center;
    color: #bfcce1;
    margin: 0 12%;
    font-size: 20px;
    padding: 150px 0 29px 0;
}

.logo {
    max-width: 175px;
}

.main-cont p {
    padding: 70px 0 20px 0;
    font-size: 18px;
    font-family: ProximaNova-Light;
    color: #000;
}

.sub-title {
    font-size: 18px;
    font-family: ProximaNova-Light;
    padding-bottom: 90px;
    color: #000;
}


/******************************************** SIGN IN **************************************************/

.signin-cont {
    padding-top: 60px;
}

.questionnaire-cont .item-input,
.signin-cont .item-input,
.group-cont .item-input,
.home-cont .item-input {
    border: 1px solid #58091d;
    background: #000;
}

.signin-cont .item-input,
.group-cont .item-input {
    margin: -1px 10px;
}

.signin-cont .item-input input,
.group-cont .item-input input {
    color: #808080;
    font-weight: 700;
}

.btn-forgot {
    color: #808080 !important;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-family: ProximaNova-Light;
}

.btn-signin {
    text-transform: uppercase;
    background: #90755d;
    background: -webkit-linear-gradient(top, #90755d 0%, #957a5f 100%);
    color: #fff;
    font-weight: 700;
    width: 96%;
    margin-left: 2%;
    border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px -1px;
    border: 1px solid #f8f8f8;
}

.btn-cont {
    position: fixed;
    bottom: 0;
}


/*********************************************** Select Payment ******************************************/

.payment-cont {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    padding: 20px 10px 10px 10px;
}

.payment-cont .input-label {
    font-family: ProximaNova-Light;
    text-transform: none;
    color: #808080;
    font-size: 15px;
    padding: 0px;
    text-align: left;
    letter-spacing: normal;
    opacity: 1;
}

.section-box {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    background-color: #890D2A;
}

.section-box span {
    margin: 0;
}

.section-box button {
    margin: 0;
    font-size: 11px !important;
    font-weight: 700 !important;
    border-style: none;
    text-transform: uppercase;
}

.section-box.with-button {
    padding-bottom: 17px;
}

.nav-bar-btn {}

.section-area {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    padding: 10px 0px 10px 0px;
}

.section-area p {
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
}

.section-box p {
    margin: 0;
}

.payment-cont p {
    padding-top: 30px;
}


/*Form Styles*/

.help-block {
    color: #d0021b;
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #d0021b;
    text-align: center;
    border: none;
    font-family: Helvetica;
    height: 15px;
    padding-top: 5px;
    margin: 0px;
}

.help-block.ng-enter {
    animation: fadeIn 1s;
}

.help-block.ng-leave {
    animation: fadeOut 1s;
}

.size-32 {
    font-size: 32px;
}

.button.help-button {
    z-index: 4;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    vertical-align: middle;
    background-color: transparent;
    border-style: none;
    min-width: 40px;
}

.has-help-button {
    position: relative;
}

.terms {
    color: #808080 !important;
    font-family: ProximaNova-Light;
    font-size: 14px;
    color: #555;
    text-align: center;
    text-transform: none;
}

.terms a {
    color: #777;
    text-decoration: none;
}

.terms a:hover {
    opacity: .8;
    text-decoration: none;
}

.terms a:selected {
    opacity: .8;
    text-decoration: none;
}

.item-md-label input {
    background-color: transparent;
    color: #000;
    letter-spacing: normal;
}

.item-md-label {
    display: block;
    background: 0 0;
    box-shadow: none;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}


/*********************************************** Select Group ******************************************/

.group-cont {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #000;
    padding: 70px 10px 10px 10px;
}

.group-cont p {
    padding-top: 30px;
}

.btn-md {
    width: 50%;
    margin: 50px auto;
    display: block;
}


/******************************************** User Details **********************************************/

.user-details-cont {
    padding: 20px 10px;
}

.user-details-cont input {
    text-align: center;
}


/******************************************** Home ********************************************************/

.note-logo {
    width: 100%;
}


/*Nav Bar*/

.bar.bar-header .button+.title {
    text-align: center;
}

@media (max-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-color {
    background-color: #890D2A;
    border-color: #777777;
    opacity: 1;
}

.navbar-color .nav-bar-title {
    color: #fff;
    text-align: center;
}

.nav-bar-btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: transparent;
    border-style: none;
    text-transform: uppercase;
}

.bar button.nav-bar-btn {
    line-height: 44px;
}

[nav-bar-transition="ios"] [nav-bar="active"] .bar,
[nav-bar-transition="ios"] [nav-bar="entering"] .bar {
    background: #890D2A;
}


/*------***** Home Header Section *****/

@media (min-width: 768px) {
    .home-header .profile-img {
        width: 100%;
        height: 200px;
        max-height: 200px;
        top: 40px;
        position: relative;
        background-size: cover;
        /*    min-height: 150px;*/
    }
    .home-header img {
        max-width: 130px;
        max-height: 130px;
        position: absolute;
        top: -125px;
        left: 34px;
    }
}

@media (max-width: 768px) {
    .home-header .profile-img {
        width: 100%;
        height: 150px;
        top: 40px;
        position: relative;
        background-size: cover;
        /*    min-height: 150px;*/
    }
    .home-header img {
        max-width: 100px;
        max-height: 100px;
        position: absolute;
        top: -85px;
        left: 34px;
    }
}

.dollar-sym {
    font-size: 35px;
    font-family: ProximaNova-Bold;
    color: #890D2A;
}

.amt-desc {
    margin-top: 10px !important;
}

.amt-desc .col p {
    text-transform: uppercase;
    color: #5e5f5f;
    font-weight: 600;
    font-size: 13px;
    font-family: ProximaNova-Reg;
    padding-bottom: 10px;
}

.amt-desc .col.right-border {
    border-right: 2px solid #879cb3;
}

.home-cont,
.questionnaire-cont {
    padding: 40px 8px 8px 8px;
}

input[type="text"]#website { display: none; }

.grecaptcha-badge{
	visibility: collapse !important;
}

.home-cont {
    background-color: #fff !important;
}

.questionnaire-cont .row,
.row {
    background: rgba(255, 255, 255, 0.1);
}

.questionnaire-cont .row .col-33,
.home-cont .row .col-33 {
    font-family: ProximaNova-Bold;
    font-size: 18px;
    color: #890D2A;
    padding-right: 0;
    max-width: 136px;
}

.questionnaire-cont .row .col hr,
.home-cont .row .col hr {
    border-color: #ececec;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #eee;
}

.questionnaire-cont .username,
.home-cont .username {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    min-width: 300px;
    color: #890D2A;
    margin-top: 20px;
    padding-bottom: 15px;
}

.row-amt {
    padding-bottom: 10px;
}

.row-amt .col .button,
.btn-maron {
    position: relative;
    width: 100%;
    height: 50px;
    background: #890D2A;
    color: #fff;
    font-family: ProximaNova-Bold;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 0 6px;
    overflow: visible !important;
}

.button.button.btn-maron:disabled {
    background: #890D2A;
    color: #fff;
    opacity: .6;
}

.loading {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    vertical-align: middle;
}

.animate-show,
.animate-hide {
    -webkit-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -ms-transition: all linear 1s;
    -o-transition: all linear 1s;
    transition: all linear 1s;
}

.animate-show.ng-hide-remove,
.animate-hide.ng-hide-add.ng-hide-add-active {
    opacity: 0;
    display: block !important;
}

.animate-hide.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
    display: block !important;
}

.row-amt .col .button:hover,
.btn-maron:hover,
.row-amt .col .button:active,
.btn-maron:active {
    opacity: .8;
    color: #fff;
}

.btn-maron.button.activated {
    opacity: .8;
    background-color: #890D2A;
    color: #fff;
}

.questionnaire-cont .item-input,
.home-cont .item-input {
    background: #fff;
    width: 100%;
}

.questionnaire-cont .item-input input,
.home-cont .item-input input,
.questionnaire-cont input::-webkit-input-placeholder,
.home-cont input::-webkit-input-placeholder {
    padding: 10px;
    width: 100%;
    /*    color: #58090c;
*/
    font-weight: 900;
    font-family: ProximaNova-Bold;
}

.home-cont input::-webkit-input-placeholder {
    padding: 0px;
}

.btn-maron {
    margin-top: 10px;
}

.leaderboard-item:hover {
    background-color: #ececec;
    cursor: pointer;
}

.leaderboard-item:active {
    background-color: #e4e4e4;
}

.participation {
    padding-bottom: 25px;
}


/*A cool Animation that shakes a button*/

.shakeIt {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}


/*Count Down Timer*/

.countdown-timer {
    text-align: center;
    font-size: 25px;
    color: #890D2A;
    font-family: ProximaNova-Bold;
}

@media screen and (max-width: 400px) {
    .countdown-timer {
        font-size: 20px;
    }
}


/* Top Donors*/

#top-donors .dollar-sym {
    font-size: 30px;
    font-family: ProximaNova-Bold;
    color: #890D2A;
}

.top-donors-amount {
    font-size: 32px;
    padding-left: 13px;
    font-family: ProximaNova-Bold;
    color: #890D2A;
    margin-top: 0px;
    padding-left: 12px;
    text-align: left;
}

.top-donors-name {
    font-size: 20px;
    color: #890D2A;
    text-align: right;
    font-family: ProximaNova-Reg;
    text-transform: uppercase;
    color: #4d4d4d;
    line-height: 1em;
}

.btn-load-more {
    text-align: right;
    display: block;
    float: right;
    text-decoration: none;
    color: #a67c52;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 5px;
    border-width: 1px;
    padding: 5px;
    border-style: none;
}


/****************************Questionnaire****************************/

.item-md-label .input-label {
    color: #808080;
    letter-spacing: normal;
}

.no-border .item {
    border-style: none;
}

.question .switch {
    line-height: 2.2;
}

.md-button {
    margin: 0px;
}

.question md-switch {
    margin: 0px 0;
}

.noTopDonors {
    padding: 16px 10px 30px 10px;
    color: #b9b9b9;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.questionnaire-cont {
    margin: 10px;
}

.questionnaire-cont #topDonors hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.personalDetails md-input-container {
    margin: 0px 0;
}

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

.ccnumber-container {
    width: 75%;
}

.cvc-container {
    width: 25%;
}

.ccmonth-container {
    flex-grow: 1;
}

.ccyear-container {
    flex-grow: 1;
}

.cctype-container {
    flex-grow: 1;
}

.navbar .flex-item {
    flex-grow: 1;
    flex-basis: auto;
}

.navbar .home-button,
.navbar .give-button {
    width: 60px;
}

@media screen and (min-width: 320px) and (max-width: 667px) {
    .question .alumnus {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 320px) {
    .question .alumnus {
        font-size: 14px;
        line-height: 1.2;
    }
}

md-input-container {
    /* NOTE: Check the demo's HTML to see some additional RTL support CSS */
    /* Setup animations similar to the ng-messages */
}

md-input-container .hint {
    /* Position the hint */
    position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px;
    /* Copy styles from ng-messages */
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    /* Set our own color */
    color: grey;
}

md-input-container .hint.ng-hide,
md-input-container .hint.ng-enter,
md-input-container .hint.ng-leave.ng-leave-active {
    bottom: 26px;
    opacity: 0;
}

md-input-container .hint.ng-leave,
md-input-container .hint.ng-enter.ng-enter-active {
    bottom: 7px;
    opacity: 1;
}


/******************************************* Settings **************************************************/

.user-info {
    box-shadow: 0px 0px 5px 2px rgba(128, 128, 128, 0.6);
    margin: 30px 25px;
    height: 85px;
    padding: 0;
    color: #808080;
    font-family: 'ProximaNova-Light';
}

.user-info img {
    max-height: 65px !important;
    max-width: 65px !important;
}

.user-info a.item {
    padding: 18px 0 0 90px;
    border: 1px solid #808080;
}

.user-info a h2 {
    font-size: 24px;
    color: #808080;
    font-family: 'ProximaNova-Light';
}

.user-info a p {
    font-size: 16px;
}

.user-details {
    box-shadow: 0px 0px 5px 2px rgba(128, 128, 128, 0.6);
    margin: 20px 25px;
    color: #808080;
    font-family: 'ProximaNova-Light';
}

.user-details a.item {
    font-size: 18px;
    font-family: 'ProximaNova-Light';
    border: 1px solid #9c9c9c;
}

.user-details a.item img {
    position: absolute;
    right: 10px;
}


/*************************************** Popover ********************************************************/

.popover {
    border-radius: 10px;
    text-align: center;
    width: 320px;
    height: 200px;
    top: 30% !important;
}

.msg-cont {
    padding: 25px 20px 10px 20px;
    border-bottom: 1px solid #919191;
}

.msg-cont h1 {
    font-size: 24px;
    font-weight: 700;
}

.msg-cont p {
    font-size: 22px;
    line-height: 30px;
}

.popover .button {
    color: #007aff;
    font-weight: 700;
    font-size: 20px;
    padding: 6px;
}


/**************************************** Terms and Privacy ***************************************************/

.privacy {
    color: #555;
    font-family: ProximaNova-Light;
    font-size: 14px;
    padding: 10px;
}


/**************************************** Loading ***************************************************/

.loader {
    margin: 8em auto;
    font-size: 10px;
    position: relative;
    /*  text-indent: -9999em;*/
    border-top: 1.1em solid rgba(162, 180, 198, 0.6);
    border-left: 1.1em solid rgba(162, 180, 199, 0.6);
    border-bottom: 1.1em solid rgba(162, 180, 200, 0.6);
    border-right: 1.1em solid rgba(245, 247, 249, 0.6);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 20em;
    height: 20em;
}

.loader-msg {
    font-size: 28px;
    text-align: center;
    font-family: 'ProximaNova-Light';
    color: #67809e;
    font-weight: 700;
}

.logo-blue {
    max-width: 100px;
    padding-top: 70px;
    margin: 0 auto;
    display: block;
}


/**************************************** Mark  ***************************************************/

.feature {
    margin-top: 15px;
}

.section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.section .section-title {
    font-family: ProximaNova-Bold;
    font-size: 18px;
    color: #890D2A;
    padding-right: 0;
    max-width: 136px;
}

.width-100 {
    width: 100%;
}


/* ----------- iPhone  4S, 5 ----------- */


/* Portrait and Landscape */

select.soflow {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url("../img/caret.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 5px;
    overflow: hidden;
    padding: 10px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 80px;
}

@media screen and (min-width: 320px) and (max-width: 667px) {
    /*    .home-cont img {
        max-width: 80px;
        max-height: 90px;
        top: 75px;
        left: 15px;
    }*/
    .home-cont .row .col-33 {
        font-size: 14px;
        max-width: 225px;
    }
    .amt-desc .col span {
        font-size: 35px;
    }
}

.amt-desc .col span {
    font-family: ProximaNova-Bold;
    font-size: 44px;
    color: #890D2A;
    margin-top: 10px;
    padding-left: 8px;
}

@media screen and (min-width: 1150px) and (max-width: 1480px) {
    .amt-desc .col span {
        font-size: 30px;
    }
}

@media screen and (min-width: 880px) and (max-width: 1150px) {
    .amt-desc .col span {
        font-size: 34px;
    }
}

@media screen and (min-width: 350px) and (max-width: 667px) {
    /*    .home-cont img {
        max-width: 80px;
        max-height: 90px;
        top: 75px;
        left: 15px;
    }*/
    .home-cont .row .col-33 {
        font-size: 14px;
        max-width: 225px;
    }
    .amt-desc .col span {
        font-size: 25px;
    }
    .dollar-sym {
        font-size: 25px;
    }
}

@media screen and (max-width: 350px) {
    .row-amt .col .button,
    .btn-maron {
        font-size: 20px;
    }
    .amt-desc .col span {
        font-size: 20px;
    }
    .dollar-sym {
        font-size: 20px;
    }
}

.image-250 {
    max-width: 250px;
    width: 100%;
}

.image-300 {
    max-width: 300px;
    width: 100%;
}


/* Nav Bar Animations*/

.hide {
    display: flex;
}

.cover-left-right>.ng-enter,
.cover-left-right.ng-enter,
.cover-left-right>.ng-leave,
.cover-left-right.ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cover-left-right>.ng-enter,
.cover-left-right.ng-enter {
    /* NEW content placed far RIGHT BEFORE it slides IN from the RIGHT */
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.cover-left-right>.ng-enter.ng-enter-active,
.cover-left-right.ng-enter.ng-enter-active {
    /* NEW content ACTIVELY sliding IN from the RIGHT */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cover-left-right>.ng-leave.ng-leave-active,
.cover-left-right.ng-leave.ng-leave-active {
    /* OLD content ACTIVELY sliding OUT to the LEFT */
    -webkit-transform: scale(0.97, 0.96);
    -moz-transform: scale(0.97, 0.96);
    transform: scale(0.97, 0.96);
}

.cover-left-right.reverse>.ng-enter,
.cover-left-right.reverse.ng-enter,
.cover-left-right.reverse>.ng-leave,
.cover-left-right.reverse.ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cover-left-right.reverse>.ng-enter,
.cover-left-right.reverse.ng-enter {
    -webkit-transform: scale(0.97, 0.96);
    -moz-transform: scale(0.97, 0.96);
    transform: scale(0.97, 0.96);
    z-index: 1;
}

.cover-left-right.reverse>.ng-enter.ng-enter-active,
.cover-left-right.reverse.ng-enter.ng-enter-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.cover-left-right.reverse>.ng-leave,
.cover-left-right.reverse.ng-leave {
    z-index: 3;
}

.cover-left-right.reverse>.ng-leave.ng-leave-active,
.cover-left-right.reverse.ng-leave.ng-leave-active {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}


/************ Loading ***********/

.sk-wandering-cubes .sk-cube.color {
    background-color: #890D2A;
}


/********General ***********/

.p0,
.p-0 {
    padding: 0px !important;
}

.m0,
.m-0 {
    margin: 0px !important;
}

.m-8 {
    margin: 8px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.p-t-8 {
    padding-top: 8px !important;
}

.p-t-30 {
    padding-top: 30 !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-b-8 {
    padding-bottom: 8px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.t-center {
    text-align: center !important;
}

.f-18 {
    font-size: 18px;
}

.f-32 {
  font-size: 32px;
}

table>tbody>tr>td.vert-align {
    vertical-align: middle;
}


/*Spinner Overide*/

.pg-loading-screen .pg-loading-html p.loading-message {
    font-size: 25px;
    margin-bottom: 50px;
}

.pg-loading-screen .pg-loading-html p {
    color: #FFF;
    font-weight: 300;
    text-align: center;
}

.sk-double-bounce .sk-child {
    background-color: #fff;
}

.pg-loading-screen .pg-loading-html {
    margin-top: 60px;
}

.input-group-addon {
    padding: 6px 14px;
}

.sk-wandering-cubes .sk-cube2 {
    animation-delay: -0.9s;
}


/* Registration Form */

.registration-form .form-control.form-white:hover {
    background-color: #ffffff !important;
    border: 1px solid #C5C8CB;
    color: #555555;
    outline: none;
}

.registration-form .input-group .form-control {
    height: 50px;
    font-size: 18px;
}

.registration-form .input-group-addon {
    padding: 6px 14px;
}

.registration-form h2 {
    font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
}

.registration-form .input-group,
p,
label,
div,
section,
textarea {
    float: none;
    text-align: left;
}

.registration-form .help-block {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

.registration-form .help-block.gray {
    color: #AFAAAA !important;
}

.registration-form h3 {
    font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    font-size: 12;
}

.not-found {
    color: #AFAAAA;
    font-size: 20px;
}


/**********
*     Animations
*
*/


/** fade In Down */


/* fadeIn */

.fadeIn-custom.ng-enter {
    animation: 0.5s fadeIn ease;
    transition-delay: 0.0s;
    animation-delay: 0.0s;
    opacity: 0;
}

.fadeIn-custom.ng-enter.ng-enter-active {
    opacity: 1;
}

.fadeIn-custom.ng-leave {
    animation: 0.5s fadeOut ease;
}

.fadeIn-custom.ng-hide {
    opacity: 0;
}

.fadeIn-custom.ng-hide-remove {
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-delay: 0.0s;
}

.fadeIn-custom.ng-hide-add {
    opacity: 1;
    animation-name: fadeOutUp;
    animation-duration: 0.25s;
    animation-delay: 0.0s;
    transition-delay: 0.0s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: fadeOutUp;
    -webkit-animation-duration: 0.25s;
}


/* when hiding the picture */

.lightSpeed-animate.ng-hide-add {
    animation: 0.5s lightSpeedOut ease;
}


/* when showing the picture */

.lightSpeed-animate.ng-hide-remove {
    animation: 0.5s fadeIn ease;
}

.lightSpeed-animate.ng-enter {
    animation: 0.3s fadeInDown ease;
    /*  transition-delay: 0.3s;
  animation-delay: 0.3s;*/
    opacity: 0;
}

.registration-form.ng-enter.ng-enter-active {
    opacity: 1;
}

.registration-form.ng-leave {
    animation: 0.3s fadeOut ease;
}

.registration-form.ng-enter.ng-enter-active {
    opacity: 1;
}

button.select-btn {
    padding: 30px;
    width: 100%;
    max-width: 200px;
    margin-bottom: 1.0em;
    border-radius: 10px;
    background-color: rgba(239, 238, 237, 0.8);
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    color: #797979;
}

button.select-btn:hover {
    background-color: rgba(250, 250, 250, 0.8);
}

.questionnaire-social {
    margin-top: 20px;
    min-height: 72px;
    text-align: center;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

button.selected {
    border-color: #D7703C;
    border-width: 2px;
}

button:focus {
    outline: 0;
}

button {
    cursor: pointer;
    transition: all 0.3s ease-in;
}

button.select-btn:hover {
    background-color: rgba(250, 250, 250, 0.8);
}


/**** Registration Page ****/


/* The starting CSS styles for the enter animation */

.registration-success.ng-enter {
    animation: 0.5s fadeInDown ease;
    transition-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0;
}

.registration-success.ng-enter.ng-enter-active {
    opacity: 1;
}

.registration-success.ng-enter.ng-enter-active {
    opacity: 1;
}

.registration-success.ng-leave {
    animation: 0.5s fadeOut ease;
}

.registration-success.ng-enter.ng-enter-active {
    opacity: 1;
}

.registration-form.ng-hide-add {
    animation: 0.5s fadeOutUp ease;
}

.registration-form.ng-hide-remove {
    animation: 0.5s fadeInDown ease;
}


/**** Thank You Page ****/

.thank-you-view.ng-enter {
    animation: 0.5s fadeInDown ease;
    transition-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0;
}

.thank-you-view.ng-enter.ng-enter-active {
    opacity: 1;
}

.thank-you-view.ng-leave {
    animation: 0.5s fadeOut ease;
}

.social-icon.sm {
    font-size: 35px;
    color: rgba(173, 173, 173, 0.67);
    transition: all 0.5s ease;
    position: relative;
    bottom: 0px;
}

.social-icon.sm:hover {
    color: #D7703C;
    bottom: 3px;
    text-decoration: none;
}

.social-icon.sm:active,
.social-icon.sm:focus {
    color: rgba(215, 113, 62, 0.67);
    text-decoration: none;
}

.social-icon-lg {
    font-size: 50px;
    color: rgba(215, 113, 62, 0.67);
    transition: all 0.5s ease;
    position: relative;
    bottom: 0px;
}

.social-icon-lg:hover {
    color: #D7703C;
    bottom: 5px;
    text-decoration: none;
}

.social-icon-lg:active,
.social-icon-lg:focus {
    color: rgba(215, 113, 62, 0.67);
    text-decoration: none;
}

.actionable {
    cursor: pointer;
}

.transactions-list-content {
    height: 76px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
    cursor: pointer;
    color: #777;
    background-color: #fff;
}

.widget-info .right .number-lg {
    font-family: 'Lato', 'Open Sans', Arial;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 3px;
    line-height: 23px;
}

.preview-button-section {
    bottom: 80px;
    clear: both;
    display: block;
    left: 0;
    padding: 0;
    position: fixed;
    z-index: 1000;
}

.btn.preview-button {
    font-size: 15px;
    padding: 11px 15px;
    background-color: #D7703C;
    color: #ffffff;
    margin-top: 3px;
    height: 44px !important;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.btn.preview-button:hover {
    background-color: #a04111;
}

.registration-form {
    min-height: 98%;
    width: 100%;
    padding: 8px;
}

#footer .a {
    color: #D7703C;
}

#footer {
    position: relative;
    bottom: 10px;
    left: 0;
    height: 30px;
    width: 100%;
}


/* ANIMATIONS (FROM ANIMATE.CSS) ======================== */


/* flip in */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
        transform: perspective(400px);
        transform: perspective(400px);
    }
}


/* light speed out */

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.f-32 {
    font-size: 32px;
}

.f-20 {
    font-size: 20px;
}

.label-default {
    background-color: #e0e6eb;
    color: #121212;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #505050;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    text-transform: lowercase;
}

.topDonorsRecurring {
    position: relative;
    top: -10px;
    margin-left: 12px;
    text-align: left;
}

.label-small {
    font-size: 9pt;
}


/*Forground Party*/

.overlay-party {
    background-image: url(https://s3.amazonaws.com/yams-give/tech-assets/firecrackers.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: fixed;
    height: 100%;
    width: 100%;
    /*background-color: red;*/
    z-index: 90;
    /*    opacity:    0.5;
*/
    top: 0;
    left: 0;
}

md-dialog {
    z-index: 1000;
}

.overlay-party.ng-enter,
.overlay-party.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.overlay-party.ng-enter,
.overlay-party.ng-leave.ng-leave-active {
    opacity: 0;
}

.overlay-party.ng-leave,
.overlay-party.ng-enter.ng-enter-active {
    opacity: 1;
}

.gifts-title {
    border-bottom: 1px solid #aaa;
    font-size: 14px;
}

.gifts-total {
    padding-top: 8px;
    border-top: 1px solid #aaa;
    font-size: 16px;
}

.gifts-amount {
    padding: 8px 5px 8px 5px;
    height: 50px;
    font-size: 14px;
    align-items: center;
}

.gifts-amount:nth-child(even) {
    background: #eaeaea
}

.gifts-amount:nth-child(odd) {
    background: #FFF
}

.gifts-amount md-input-container {
    margin: 0px 0;
}

.large-icons,
.large-icons .icons {
    font-size: 18pt;
    vertical-align: middle;
}

.gifts-amount a {
    color: #a2a2a2;
}

.gifts-amount a i {
    margin-top: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: left;
    min-width: 200px;
}


/* IE11 hide native button (thanks Matt!) */

select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/
    top: 28px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.selectdiv label {
    display: block;
}

.selectdiv.ccmonth-container {
    margin-right: 8px;
}

.selectdiv select {
    /* Add some styling */
    display: block;
    width: 100%;
    min-width: 64px;
    min-height: 26px;
    float: right;
    margin: 5px 0px;
    padding: 8px 24px;
    font-size: 15px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

.selectdiv .errors {
    font-size: 12px;
    color: rgb(221, 44, 0);
    font-weight: 500;
}

.selectdiv .selectdiv-error {
    border-color: rgb(221, 44, 0);
}

.selectdiv label {
    font-size: 12px;
}

.notifications .notifications-container {
    z-index: 1050;
}

.md-dialog-container {
    height: 100% !important;
    position: fixed !important;
    top: 0px !important;
}
