fieldset.fieldset {
    border-top: 6px solid #027b30;
}
fieldset.fieldset legend {
    margin: auto 1em;
    padding: 0 1em;
    font-size: 120%;
}
.a-like {
    line-height: inherit;
    color: #046535;
    text-decoration: none;
    cursor: pointer;
}
.a-like:hover {
    text-decoration: underline;
}
.help-text {
	font-style: normal;
}
.radio-compress input[type=radio], .radio-compress input[type=checkbox] {
    margin: 0;
}
.radio-compress .form-error {
    margin-top: .2rem;
}
.input-group-label.first-label {
    text-align: left;
    overflow: hidden;
}
#results {
	margin-left: 0;
    list-style-type: none;
    border: 1px solid #ccc;
    overflow-y: scroll;
    max-height: 500px;
}
#results li {
    padding: 5px;
    cursor: pointer;
}
#results li.active {
    background: #ddd;
}
#results li span {
    font-size: 90%;;
}
@media screen and (max-width: 39.9375em) {
    .input-group-label.first-label {
        width: 100px;
        max-width: 100px;
    }
}
@media screen and (min-width: 40em) {
    .input-group-label.first-label {
        width: 60%;
        max-width: 675px;
    }
}
ul#steps {
    padding: 0;
    margin: 10px 0;
}
ul#steps li {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    background: #eee;
    color: #555;
}
ul#steps li.active {
    background: #027b30;
    color: #fff;
}
#authorize-net-seal {
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding-top: 1rem;
}
#gift-items {
    background: #eee;
}
#gift-items legend {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(238,238,238,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=1);
 }
#total {
    display: inline-block;
    padding-top: .5rem;
    margin-top: .5rem;
}

ul.leaders {
    overflow-x: hidden;
    list-style: none;
    margin: 0;
}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #eee;
}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #eee;
}
.callout.tan {
    background-color: #f3f2ee;
}

/* OLD STYLES */
/*

fieldset {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-bottom: 20px;
}

legend {
    font-weight: bold;
    font-size: 16px;
}

#textcontainer ul#results {
    list-style: none;
    padding-top: 5px;
    padding-left: 0;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
}

#results li {
    padding: 5px;
    cursor: pointer;
}

#results li.active {
    background: #cdcdcd
}

#results li span {
    color: #666;
    font-size: 11px;
}

.placeholder { color: #999999 }

#giveform ol {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

#giveform input[type="text"] {
    width: 65%;
    font: 13px "Open Sans","Lucida Grande",Arial,Helvetica,sans-serif;
}

#giveform select {
    width: 45%;
    font: 13px "Open Sans","Lucida Grande",Arial,Helvetica,sans-serif;
}

#giveform select.short {
    width: auto;
}

#giveform input[type="submit"], #giveform button#submit-button {
    cursor: pointer;
    background: #009753;
    border: none;
    color: #fff;
    padding: 10px;
    margin-right: 20px;
    font: 13px "Open Sans","Lucida Grande",Arial,Helvetica,sans-serif;
}

#add-fund {
	cursor: pointer;
	background: #009753;
	border: none;
	color: #fff;
	padding: 5px 30px;
	margin-right: 20px;
	font: 13px "Open Sans","Lucida Grande",Arial,Helvetica,sans-serif;
	margin-top: 4px;
}

#giveform #cancel {
    float: left;
}

#giveform textarea {
    width: 65%;
    height: 100px;
    font: 13px "Open Sans","Lucida Grande",Arial,Helvetica,sans-serif;
}

#giveform span.error {
    display: block;
    color: red;
}

#giveform span.error a,
#giveform strong.error a,
#textcontainer strong.error a {
    color: red;
    text-decoration: underline;
}

#giveform span.req {
    color: red;
}

#textcontainer p.gift-item {
    background: #cdcdcd;
    padding: 5px;
}

#textcontainer p.gift-item span {
    display: block;
    float: right;
    text-align: right;
}

#textcontainer p.gift-item span img {
    margin: 0;
    padding: 3px 0 0 4px;
    border: 0;
}

#textcontainer p.gift-item span input {
    font-size: 12px;
    padding: 0;
}

.default-funds,
.specific-funds,
.seats,
.recoginition-info,
.partner-details,
.deduction-info,
.billing-info,
#checking,
#monthly-credit {
    display: none;
}

#textcontainer #giveform .logo {
    text-align: center;
}

#textcontainer #giveform .logo img {
    float: none;
    margin: 5px 2px 20px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    display: table-cell;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin: 0;
}
.prefix input {
    border-radius: 0px 4px 4px 0px;
}
.prefix .input-group-addon {
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
*/

/* Foundation homepage text styling */


.bold-h5 {
	font-size: 1.05em; /* Similar to h5 size */
	font-weight: bold; /* Makes the text bold */
}
.special_note{
	margin: 21px 0 0 0;
}