body,html {
    height: 100%;
}

.main-content {
    background: #FFF;
    margin-top: 2em;
}

.moss-header {
    background: #600 none repeat scroll 0 0;
    height: 144px;
    border-bottom: none;
}

.btn-group-justified#amountOptions > .btn
{
    padding-left:0px;
    padding-right:0px;
}

@media (max-width: 414px) {
    .btn-group-justified#amountOptions > .btn-amt-wide
    {
        font-size: 3.4vw;
    }
}

#addThisGift
{
    background-color:#600;
    color: white;
}

.nav-tabs {
    border-bottom: 1px solid #CCC;
    margin-bottom: 11px;
    margin-top: 15px;
}

.form-control[readonly].readonly{
    background: #fff;
    border-radius:4px;
}

.error-label {
    display: none;
}

.error-label1 {
    display: none;
}

.has-error .error-label {
    display: block;
}

.has-error1 .error-label1 {
    display: block;
}

#colleges_group{
    margin-top:25px;
}

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

.tableCustom{
    margin-bottom:0px;
}

.btn-default.active, .btn-default.active:hover, .btn-default.active:focus, .vt-btn {
    background-color: #660000;
    color: #FFF;
    border-color: #660000;
}

.vt-btn:hover, .vt-btn:focus {
    background-color: #FE5B00;
    color: #FFF;
    outline: none;
}

/*Start tooltips*/
span.question {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #600;
    line-height: 16px;
    color: White;
    font-size: 12px;
    font-weight: 400;
    font-family: segoe ui;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

span.question:hover {
    background-color: #600;
}

div.tooltipinfo {
    background-color: #600;
    color: White;
    position: absolute;
    left: 23px;
    top: -24px;
    z-index: 1000000;
    width: 250px;
    border-radius: 5px;
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    white-space: normal;
}

div.tooltipinfo:before {
    border-color: transparent #600 transparent transparent;
    border-right: 6px solid #600;
    border-style: solid;
    border-width: 6px 6px 6px 0px;
    content:"";
    display: block;
    height: 0;
    width: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    left: -6px;
}

div.tooltipinfo p {
    margin: 10px;
    color: White;
}

@media (max-width: 480px) {
    div.tooltipinfo {
        background-color: #600;
        color: White;
        position: absolute;
        left: -59px;
        top: -138px;
        z-index: 1000000;
        width: 135px;
        border-radius: 5px;
        white-space: -moz-pre-wrap !important;
        /* Mozilla, since 1999 */
        white-space: -pre-wrap;
        /* Opera 4-6 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        white-space: pre-wrap;
        /* css-3 */
        white-space: normal;
    }
    div.tooltipinfo:before {
        border-color:  #600 transparent transparent transparent;
        border-top: 6px solid #600;
        border-style: solid;
        border-width: 6px 6px 0px 6px;
        content:"";
        display: block;
        height: 0;
        width: 0;
        line-height: 0;
        position: absolute;
        bottom: -6px;
        left: 45%;
        top: 100%;
    }
    div.tooltipinfo p {
        margin: 10px;
        color: White;
    }
}
/*End tooltips*/

.addgift-btn{
    background-color: #660000;
    color: white;
}

.btn-cust {background:#660000; border-color:#660000; color:#fff;}
.btn-cust:hover,
.btn-cust:focus,
.btn-cust:active,
.btn-cust.active,
.open > .dropdown-toggle.btn-cust {background:#FE5B00; border-color:#FE5B00; color:#fff;}

.btn-lg-give-now {
    width: 50%;
    margin-top: 40px;
}

.label-cust {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


.funddropdown2{
    margin-top: 25px;
}


.has-error .error-label {
    display: block;
    color:red;
    font-size: 15px;
    font-family: "PT Sans",sans-serif;
    font-weight: 300;
}

.has-error1 .error-label1 {
    display: block;
    color:red;
    font-size: 15px;
    font-family: "PT Sans",sans-serif;
    font-weight: 300;
}

.deleteBtn{
    color:black;
}

.header-img {
    width: 100%;
    margin-bottom: 2em;
    max-height: 320px;
}

.logo-block {
    vertical-align: middle;
    margin-top: 20px;
    max-width: 220px;
    height: 116px;
    float: none;
}

.logo-block > img {
    width: 100%;
}


.total-amount{
    font-weight:bold;
}

.align-right{
    text-align: right;
}

.list-group {
    margin: 0 1em;
}

.list-group-item {
    background-color: transparent;
    border-color: #cebcbf;
}

.field-error, label.error {
    color: #a94442;
    display: block;
    margin-top: .2em;
    font-weight: normal;
}

.has-error, select.error, input.error {
    border-color: #a94442;
}

.footer {
    background-color: #333;
    color: white;
    min-height: 5em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer a {
    text-decoration: underline;
    color: #fff !important;
}

.note-focus {
    font-style: italic;
}

.label-link {
    color: #333;
    text-decoration: underline;
}

#gift-amount-btns button {
    width: 100%;
}

#gift-amount-btns .btn-group {
    padding-right: 0;
    padding-left: 0;
}

#gift-cart-total-row {
    border-top: .25em solid #FE5B00;
}

.memorial-label {
    width: 100%;
}

#receipt table thead.thanks-info th {
    text-align: center;
    font-size: larger;
    color: #660000;
    border-bottom: 2px solid #FE5B00;
}

#thanks .message_heading {
    text-align: center;
    font-size: larger;
    font-weight: bold;
    color: #660000;
}

#hep-link {
    text-align: center;
}

a:link, a:visited, a:hover, a:active {
    color: #660000;
}

#thanks #links {
    text-align: center;
}

td#designation-column {
    padding: 0px;
}

#add-gift-btn {
    margin-top: 1em;
}

#gift-cart-total-error {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#thanks td#billing-address span {
    display: block;
}

.centered-captcha {
    float: none;
    margin: 1em auto;
}

.box {
    padding:10px;
    border:1px solid #BBB;
    margin:10px 0;
    background-color: #E0E0E0;
    border-radius:3px
}
.tall {
    padding:40px 0
}

#send-letter-select {
    margin-bottom: 1em;
}

.center {
    text-align:center
}

.fb_iframe_widget span {
    vertical-align: baseline !important;
}

.no-script {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

.no-script .alert-container {
    text-align: center;
    padding: 2em;
    margin: 2em;
    border: 1px solid #660000;
    border-radius: 1em;
    font-size: larger;
    color: #660000;
}

.no-script .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.light-text {
    font-weight: normal;
}

.bold-text {
    font-weight: bolder;
}

#header-image {
    background: #ffffff url(../images/givingpage_image.jpg) no-repeat;
    -webkit-background-size: 100% auto;
    position: relative;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 25.6%;
}

.header-text {
    text-align: left;
    width: 75%;
    font-size: 3.5vw;
    padding-top: 1.5vw;
    font-weight: 300;
    margin: 0 2em;
}

.gradient-bottom {
    position: absolute;
    color: #FFFFFF;
    width: 100%;
    height: 30%;
    left: 0px;
    bottom: 0px;
    text-shadow: 2px 2px #333;
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, black); /* Standard syntax (must be last) */
}

#invisible-recaptcha {
    display: inline-block;
    margin: 1em 0;
}

@media (min-width: 768px) {
    #gift-amount-btns > .btn-group:first-child {
        margin-right: -1px;
    }
    #gift-amount-btns .btn-group:first-child .btn-group:last-child button {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #gift-amount-btns .btn-group:last-child .btn-group:first-child button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: transparent;
    }
}

@media (max-width: 767px) {
    #gift-amount-btns > .btn-group:first-child {
        margin-bottom: .5em;
    }
    #gift-amount-btns > .btn-group:last-child {
        margin-left: 0;
    }
}
