/* Variables */
/* CSS Resets */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/* line 20, ../sass/shared.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 32, ../sass/shared.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 36, ../sass/shared.scss */
body {
  line-height: 1;
}

/* line 41, ../sass/shared.scss */
ol, ul {
  list-style: none;
}

/* line 45, ../sass/shared.scss */
blockquote, q {
  quotes: none;
}

/* line 50, ../sass/shared.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* Global styles */
/* line 57, ../sass/shared.scss */
body {
  font-family: verdana;
  font-size: 13px;
}

/* line 64, ../sass/shared.scss */


h1 { 
  font-size: 17px;
  font-weight: normal;
}

/* line 70, ../sass/shared.scss */
p {
  line-height: 15px;
}

/* line 74, ../sass/shared.scss */
address {
  display: inline-block;
}

/* line 78, ../sass/shared.scss */
label.textInput {
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  display: inline-block;
  margin-right: 0px;
  margin-top: 2px;
  padding-right: 15px;
}

/* line 90, ../sass/shared.scss */
label.textInput .first {
  width: 150px;
}

.labelTop {
    vertical-align: top;
}

/* line 96, ../sass/shared.scss */
label.radioButton,
p.checkBox, p.radioButton {
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  display: inline;
}

/* line 105, ../sass/shared.scss */
#dedicate2 {
  display: none;
}

/* line 109, ../sass/shared.scss */
label.radioButton {
  margin-right: 10px;
}

/* line 113, ../sass/shared.scss */
.securityCodeLabel {
  margin-left: 10px;
  mragin-right: -10px;
}

/* line 119, ../sass/shared.scss */
.feedbackBtn {
  display: inline-block;
  font-size: 13px;
}

/* line 127, ../sass/shared.scss */
select.llsdedicationSelect {
  display: none;
}

/* line 131, ../sass/shared.scss */
select.llsdedicationSelect.visible {
  display: inline-block;
  margin-bottom: 23px;
}

/* line 135, ../sass/shared.scss */
input {
  /*height: 20px;*/
 /* width: 223px; */
  border-radius: 5px;
  margin: 0px;
  padding-left: 5px;
}

/* line 144, ../sass/shared.scss */
input.captcha {
  width: 200px;
  display: inline-block;
}

/* line 149, ../sass/shared.scss */
.asteriskError {
  color: #CD2027;
}

/* line 153, ../sass/shared.scss */
input.inputError {
  color: #CD2027;
  background-color: #FFFFDF;
  border-color: #CD2027;
  border-style: solid;
}

/* line 160, ../sass/shared.scss */
input.small {
  width: 84px;
}

/* line 164, ../sass/shared.scss */
input.checkbox {
  width: 20px;
  display: inline-block;
  margin-top: 0px;
  vertical-align: middle;
}

/* line 172, ../sass/shared.scss */
input.radioButton {
  display: inline-block;
  width: 20px;
  margin-top: 0px;
  position: relative;
  top: 5px;
}

/* line 182, ../sass/shared.scss */
select.leftMarginFix,
textarea.leftMarginFix,
input.leftMarginFix {
  margin-left: -5px;
}

/* line 186, ../sass/shared.scss */
input.large {
  width: 100%;
  max-width: 454px;
}

/* line 191, ../sass/shared.scss */
textarea {
  width: 100%;
/*  max-width: 450px; */
  display: inline-block;
  min-height: 75px;
}

/* line 198, ../sass/shared.scss */
.tntHide {
  display: block;
}

/* line 202, ../sass/shared.scss */
.tntShow {
  display: none;
}

/* line 206, ../sass/shared.scss */
#yourMessage {
  display: none;
}

/* line 210, ../sass/shared.scss */
#yourMessageTextArea {
  max-width: 100%;
}

/* line 214, ../sass/shared.scss */
#siteContainer {
/*   width: 95%; */
/*   width: 1024px; */
  margin: 0px auto;
/*   padding-left: 20px; */
}

/* line 223, ../sass/shared.scss */
#yourGiftPanel,
#thankYouPanel {
  display: inline-block;
  min-height: 190px;
  box-shadow: none;
}

/* line 229, ../sass/shared.scss */
.logo {
  min-width: 233px;
  height: 60px;
  background-repeat: no-repeat;
}

/* line 235, ../sass/shared.scss */
#giftListWrapper {
  position: relative;
}

/* line 239, ../sass/shared.scss */
#giftList {
  position: relative;
  list-style: none;
  display: inline-block;
  width: 105%;
  font-size: 0;
}
/* line 243, ../sass/shared.scss */
#giftList li {
  background: pink;
  display: inline-block;
  border-radius: 5px;
  margin: 0px 7px;
  padding: 4% 2%;
  width: 14%;
  font-size: 20px;
  cursor: pointer;
  float: left;
  z-index: 1;
}
/* line 253, ../sass/shared.scss */
#giftList li a {
  color: #666;
  text-decoration: none;
}
/* line 259, ../sass/shared.scss */
#giftList #otherAmount {
 	position: absolute;
	top: 0px;
	left: -5px;
	width: 79%; 
	margin: 1%;
	padding: 10px 22px;
	font-size: 20px;
	font-size: 40px;
	color: #ffffff;
	text-align: left;
}
/* line 269, ../sass/shared.scss */
#giftList #otherAmount input {
  background: none;
  border: none;
  height: 48px;
  font-size: 40px;
  color: #ffffff;
}
/* line 276, ../sass/shared.scss */
#giftList #otherAmount input::-webkit-input-placeholder {
  color: #fff;
}
/* line 279, ../sass/shared.scss */
#giftList #otherAmount input:-moz-placeholder {
  color: #fff;
}
/* line 282, ../sass/shared.scss */
#giftList #otherAmount input:-ms-input-placeholder {
  color: #fff;
}
/* line 286, ../sass/shared.scss */
#giftList li {
    display: inline-block;
    border-radius: 5px;
    margin: 1%;
    font-size: 18px;
    z-index: 1;
    text-align:center;
    height: 79px;
}
/* line 294, ../sass/shared.scss */
#giftList li#otherResponsive {
  display: none;
}

/* line 299, ../sass/shared.scss */
.otherAmountInput:focus {
  outline: none;
}

/* line 303, ../sass/shared.scss */
.closeBtn {
  position: absolute;
  top: 2px;
  right: 2px;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  padding: 3px 8px 3px 8px;
  cursor: pointer;
}

/* line 314, ../sass/shared.scss */
.otherAmount {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  min-width: 600px;
}

/* line 323, ../sass/shared.scss */
.mailingForm {
/**  border-bottom: 1px solid black;**/
}

/* line 327, ../sass/shared.scss */
.panel {
  display: block;
  width: 100%;
/*   max-width: 720px; */
  border-radius: 5px;
/*   margin: 20px 0px 0px 0px; */
}
/* line 333, ../sass/shared.scss */
.panel .panelHeader {
  padding-bottom: 7px;
  padding-top: 20px;
  position: relative;
}
/* line 341, ../sass/shared.scss */
.panel .panelHeader label {
  margin-top: 13px;
}
/* line 345, ../sass/shared.scss */
.panel .panelHeader .tagLine {
  position: absolute;
  right: 0px;
  top: 0px;
}
/* line 350, ../sass/shared.scss */
.panel .panelHeader .tagLine p {
  font-size: 12px;
  padding-top: 25px;
}
/* line 357, ../sass/shared.scss */
.panel .panelHeader .socialLinks {
  top: 10px;
}
/* line 363, ../sass/shared.scss */
.panel .panelContent {
  position: relative;
  border-radius: 5px;
}
/* line 366, ../sass/shared.scss */
.panel .panelContent .tagLine {
  position: absolute;
  right: 20px;
  top: 35px;
  text-align: right;
}
/* line 372, ../sass/shared.scss */
.panel .panelContent .tagLine.tntShow {
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: right;
}
/* line 377, ../sass/shared.scss */
.panel .panelContent .tagLine.tntShow a {
  position: relative;
  top: 5px;
}

/* line 386, ../sass/shared.scss */
.error {
  display: none;
}
/* line 388, ../sass/shared.scss */
.error .panelContent {
  padding: 1px 25px 25px 25px;
}
/* line 390, ../sass/shared.scss */
.error .panelContent .subPanel {
  border-color: #CD2027;
  color: #CD2027;
  background-color: #FFFFDF;
  padding-top: 7px;
}
/* line 396, ../sass/shared.scss */
.error .panelContent .subPanel img {
  margin-right: 7px;
  display: inline-block;
  float: left;
  margin-top: -2px;
}
/* line 402, ../sass/shared.scss */
.error .panelContent .subPanel h3 {
  vertical-align: top;
  display: inline-block;
}

/* line 412, ../sass/shared.scss */
.formRow {
  margin-bottom: 18px;
  width: 100%;
}
/* line 417, ../sass/shared.scss */
.formRow label.first {
  width: auto;
}

/* line 423, ../sass/shared.scss */
.ccIcons {
  position: relative;
  top: 5px;
}
#paymentSelectors .textInput
{
    margin: 0;
    padding: 0;
    line-height: 20px;
}
  
#paymentSelectors .ccIcons {
    float: none;
    vertical-align: middle;
    margin-right: 5px;
    position: static;
}

/* line 428, ../sass/shared.scss */
.subPanel {
  padding: 14px 10px 25px 10px;
  border: solid 2px;
  margin-top: 26px;
  border-radius: 5px;
}

/* line 437, ../sass/shared.scss */
#occasionDiv {
  margin-top: 0px;
}

/* line 437, ../sass/shared.scss */
#llsdedicateForm {
  margin-top: 0px;
}
/* line 441, ../sass/shared.scss */
#llsdedicateForm label.first {
  width: 165px;
}
/* line 445, ../sass/shared.scss */
#llsdedicateForm label .asterisk {
  width: 2px;
  display: inline-block;
}
/* line 450, ../sass/shared.scss */
#llsdedicateForm .charRemain {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  position: relative;
  right: 20px;
	  
}

/* line 460, ../sass/shared.scss */
.showMyNameAsLabel {
  margin-left: 20px;
}

/* line 465, ../sass/shared.scss */
.instructions {
  margin-top: 10px;
  margin-left: 155px;
  font-size: 12px;
  max-width: 456px;
}

/* line 473, ../sass/shared.scss */
.sideBar {
  vertical-align: top;
  margin-top: 22px;
  margin-left: 25px;
  display: inline-block;
  height: 40px;
  padding: 20px;
  border-radius: 5px;
}

.additionalLogo {
  width:100%;
}

.page-donation h2 {
    font-size: 16px;
    font-weight: lighter;
    margin-top: 15px;
}

/* line 484, ../sass/shared.scss */
.sideBar h2 {
  font-size: 13px;
  font-weight: bold;
}
/* line 489, ../sass/shared.scss */
.sideBar p {
  margin: 10px 0px 18px 0px;
  padding-bottom: 20px;
  font-weight: lighter;
  text-emphasis: none;
}
/* line 497, ../sass/shared.scss */
.sideBar .feedbackBtn {
  margin-top: 14px;
  font-size: 13px;
  text-align: center;
  padding: 6px 0px 13px 0px;
  display: block;
  width: 169px;
  background-repeat: no-repeat;
}

/* line 510, ../sass/shared.scss */
.lockImage {
  margin-left: 7px;
}

/* line 514, ../sass/shared.scss */
.captcha {
  vertical-align: middle;
  text-align: center;
  width: 330px;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
/* line 522, ../sass/shared.scss */
.captcha img {
  vertical-align: middle;
  margin: 0px 5px 0px 5px;
}

/* line 531, ../sass/shared.scss */
.buttonContainer {
  /* display: inline-block; */
  vertical-align: top;
  text-align: right;
}

/* line 536, ../sass/shared.scss */
.donateButton {
  width: 300px;
  height: 47px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  border-style: none;
}

/* line 547, ../sass/shared.scss */
.printerIcon {
  position: relative;
  top: 10px;
}

/* line 552, ../sass/shared.scss */
.googlePlusIcon {
  position: relative;
  top: 4px;
}

/* line 557, ../sass/shared.scss */
#makeAnotherDonationBtn {
  width: 300px;
  height: 45px;
  display: inline-block;
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  border-style: none;
}

/* line 119, ../sass/shared.scss */
.makeAnotherDonationBtnText {
 /* display: inline-block; */
  /*  font-size: 18px;*/
  text-decoration:none;
  color:white;
/*   padding: 12px 0px 0px 5px; */
}
.makeAnotherDonationBtnText:hover {
  color:white !important;
 text-decoration:none;
}
#monthlyGiftAskBtn {
  width: 80px;
  height: 45px;
  display: inline-block;
  font-size: 17px;
  border-style: none;
  text-align: center;
  line-height: 24px;
}

#monthlyGiftAskBtn .oneclick {
    font-size: 10px;
}

.RecurringHelperContainer {
	display: none;
	position: absolute;
	padding: 0;
	margin-left:21%;
	background-color: white;
	border: solid 3px grey;
}

/* line 567, ../sass/shared.scss */
.smallLogo {
  display: inline-block;
  margin-left: 80px;
  margin-right: 0px;
}

/* line 573, ../sass/shared.scss */
.donation-amount .amount {
  vertical-align: top;
  margin-top: 2px;
  /* text-align: right; */
  display: inline-block;
  float: left;
  margin-left: 2px;
}
/* line 578, ../sass/shared.scss */
.amount p {
  font-size: 17px;
}
/* line 582, ../sass/shared.scss */
.amount span {
  font-weight: bold;
  font-size: 25px;
}

@media screen and (max-width: 820px) {
    .donation-amount .amount {
        text-align: center;
    }

    .donation-amount .amount span {
        width: auto;
    }
}

/* line 589, ../sass/shared.scss */
.receiptItem {
  display: inline-block;
  padding-top: 2px;
}

/* line 594, ../sass/shared.scss */
footer {
/*   margin: 10 px 0px 110px 0px; */
  /*width: 66.6667%;*/
/*   max-width: 720px; */
  line-height: 20px;
  border-top: 2px solid #ccc;
}
@media screen and (max-width: 991px) {
	footer {
		width: 100%;
	}
    
    .receiptItem {
        padding-top: 6px;
    }
}
/* line 601, ../sass/shared.scss */
footer p {
  padding: 0;
  margin: 18px 0;
  font-size: 12px;
  font-weight: lighter;
}
/* line 609, ../sass/shared.scss */
footer .bottomLinks a {
  padding: 0 8px;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid;
  text-decoration: none;
}
/* line 616, ../sass/shared.scss */
footer .bottomLinks a:first-child {
  padding-left: 0;
}
/* line 619, ../sass/shared.scss */
footer .bottomLinks a:last-child {
  border: none;
}

#global-footer{
 display: inline;
 max-width:720px;
}

#left-footer{
 float: left;
 text-align:left;
 width: 420px;
 margin-top: 10px;
}
#right-footer{
 float: left;
 text-align: left;
 width: 300px;
 margin-top: -10px;
}
#right-footer a{
 padding-left: 5px;
}

/* line 625, ../sass/shared.scss */
.successFooter {
  margin: 30px 0px 60px 0px;
  width: 100%;
  max-width: 720px;
  line-height: 20px;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 0px;
}
/* line 634, ../sass/shared.scss */
.successFooter .bottomLinks a {
  color: #7F7F7F;
  padding: 0 18px;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid;
  text-decoration: none;
}
/* line 642, ../sass/shared.scss */
.successFooter .bottomLinks a:first-child {
  padding-left: 0;
  margin-left: 25px;
}
/* line 646, ../sass/shared.scss */
.successFooter .bottomLinks a:last-child {
  border: none;
}

/* line 655, ../sass/shared.scss */
.privacy input {
  margin-bottom: 10px;
}

.CSCHelperContainer {
	display: none;
	position: absolute;
	padding: 0;
	margin-left:75%;
	background-color: white;
	border: solid 3px grey;
}

.CSCHelpStyle {
	overflow: hidden;
	width: 350px;
	height: 190px;
}

.CSCHelpImg {
	width: 175px;
	float: left;
}

.CSCHelpImg img {
	border: 0;
}

.CSCHelpText {
	margin-left: 175px;
	margin-top: 40px;
}

.CSCHelpText span {
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
}


.IsItSafeHelpImg {
	width: 110px;
	float: left;
}

.IsItSafeHelpImg img {
	border: 0;
}

a {
 outline:none;
  }

.IsItSafeHelpText {
	margin-left: 110px;
	margin-top: 5px;
}

.IsItSafeHelpText span {
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
}
.IsItSafeHelperContainer {
	display: none;
	position: absolute;
	height:140px;
	width: 280px;
	padding: 0;
	background-color: white;
	border: solid 3px grey;
	top:13px;
	left:12px;
}

.IsItSafeHelpStyle {
	/*overflow: hidden;*/
	/*width: 280px;*/
	/*height: 100px;*/
}


/* */
.RecurringHelpText {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.RecurringHelpText span {
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
}

.RecurringHelperModelWinContainer {
	display: none;
	position: absolute;
	padding: 0;
	margin-left:15%;
	background-color: white;
	border: solid 3px grey;
}

.RecurringHelperContainer {
	display: none;
	position: absolute;
	padding: 0;
	margin-left:65%;
	background-color: white;
	border: solid 3px grey;
}

.RecurringHelperNewContainer {
	display: none;
	position: absolute;
	padding: 0;
	margin-left:17%;
	background-color: white;
	border: solid 3px grey;
}

.RecurringHelpStyle {
	overflow: hidden;
	width: 420px;
	height: 85px;
}

.companyHelper{
	display:none;
	position:absolute;
	padding:5px;
	margin-left:58%;
	margin-top:-2%;
	background-color: white;
	border: solid 3px grey;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	width: 320px;
	height: 50px;
}

.capthcaHelper{
	display:none;
	position:absolute;
	padding:1px;
	margin-left:33%;
	margin-top:-4%;
	background-color: white;
	border: solid 3px grey;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	overflow: hidden;
	width: 324px;
	height: 60px;
}

.forResponsive{
	display:none;
  }

.occasion{
	padding:0px 0px 0px 90px;
  }

.customOccasionStyle{
	padding:0px 0px 0px 0px;
}

.giftAmount{
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	display: inline-block;
	margin-left:13px;
	margin-top:-5px;
	margin-bottom:15px;
	vertical-align: top;
}

/* social */
ul.sharing {
    clear: both;
    list-style: none outside none;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #000000;
    height: 66px;
}
ul.sharing li {
    background-color: #CC0000;
    background-image: url("/content360/lls/default/images/social-icons_170x100.png");
    display: inline-block;
    margin: 0 1%;
    overflow: hidden;
    padding: 0;
    height: 49px;
    width: 49px;
}
ul.sharing li a {
    height: 49px;
    width: 49px;
    display: block;
    text-indent: -999px;
}
ul.sharing li:hover {
     opacity: 0.8; 
}
ul.sharing li.facebook {
    background-position: -50px -50px;
}
ul.sharing li.twitter {
    background-position: -50px 0;
}
ul.sharing li.googleplus {
    background-position: 0 0;
}
ul.sharing li.email {
    background-position: 0 -50px;
}
ul.sharing li.linkedin {
    background-position: 0 -50px;
     background-image: url("/content360/lls/default/images/linkedin_49x49.png");
    display: inline-block;
}

.note {
	font-size: x-small; text-align: center;
}

/* payment options */
.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.panelPaymentOption {
	padding-top:0
}

.digicert {
	float:right;
	margin-top: -28px;
}

.recurringHelper {
    background-color: white;
    border: 3px solid grey;
    color: #000000;
    display: none;
    font-family: helvetica,arial,sans-serif;
    font-size: 11px;
    margin-left: 45%;
    margin-top: -4%;
    padding: 5px;
    position: absolute;
    width: 300px;
    z-index: 2;
}

.spinnerZipCode
{
	display: none;
	float: right;
	margin-right:40%;
}

.col-md-12 {
margin-bottom: -5px;
}
.col-md-6{
margin-bottom: -10px;
}
.link 
{
font-size:14px;
}
.doe .hideDoe {
    display: none !important;
}
#sameAsBillingApplePay, #applepayMsg,
#submitApplepay, #submitVenmo
{
    display: none;
}
#paymentSelectors > div {
    width: 50%;
}

.radiothon.doe h1 {
    margin-top: 20px;
}

.radiothon .logoHeader img {
    height: auto;
    width: 100%;
}

.page-donation .pageHeader h1 {
    font-weight: bold;
    margin-top: 40px;
}

.page-donation  .dpsContainer .pageHeader h1 {
    border-bottom: 2px solid #EDEDED;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.page-donation .pageSubheader h1 {
    font-size: 23px;
}

.page-donation .receiptHeader {
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    background-color: #EDEDED;
}

.page-donation .formRow {
    margin-bottom: 0px;
}

.page-donation .receipt.panel {
    width: 50%;
    float: left;
    margin-bottom: 0px;
}

@media screen and (max-width: 550px) {
    .page-donation .receipt.panel {
        width: 100%;
        float: none;
    }
}

.page-donation .receipt.panel.contactInfo {
    margin-bottom: 25px;
}

.receiptNote {
    border-bottom: 2px solid #F5F5F5;
    padding: 0px 20px 20px 20px;;
    margin-bottom: 40px;
}

.dpsContainer {
    background-color: #F4F4F4;
    padding: 25px 25px 0px 25px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.dpsContainer p {
    font-size: 16px;
    font-weight: 100;
}

.dpsContainer .italic {
    font-size: 15px;
    font-style: italic;
}

.page-donation .bold {
    font-weight: bold;
}

.dpsOtherAmount {
    width: 100%;
    position: absolute;
}

.dpsChoose {
    margin-bottom: 20px;
}

.dpsAmounts {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    overflow: auto;
}

.dpsOtherInput {
    height: 75px;
    width: 100%;
    padding-left: 20px;
    font-size: 20px;
}

.dpsLabel {
    position: absolute;
    top: 28px;
    left: 10px;
    font-size: 20px;
}

.dpsCloseBtn {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 5px;
    font-size: 17px;
    padding: 3px 8px 3px 8px;
    cursor: default;
}

/* campaign specific */
.dpsAmount {
    height: 75px;
    line-height: 75px;
    width: 100px;
    margin: 0px 5px 10px 5px;
    text-align: center;
    color: #6D6D6D;
    background-color: #DDDDDD;
    float: left;
    border-radius: 10px;
    cursor: pointer;
}

.dpsAmount:hover {
    color: #FFFFFF;
    background-color: #CC0000;
}

.dpsAmount.active {
    color: #FFFFFF;
    background-color: #CC0000;
}

.dpsOtherContainer {
    display: none;
    position: relative;
    height: 115px;
}
/* end campaign specific */

@media screen and (max-width: 850px) {
    .dpsAmount {
        width: 31%;
    }

    .dpsAmounts {
        width: 75%;
    }

    #anotherDonation #monthlyGiftAskBtn {
        width: 225px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .dpsAmount {
        margin-right: 3px;
        margin-left: 3px;
    }

    .dpsAmounts {
        width: 100%;
    }
}

