/* Returning glorious sass workflow to TFS */
/* Returning glorious sass workflow to TFS */
/* LAYOUT
-------------------------------------------------- */
/* LAYOUT - MOBILE
-------------------------------------------------- */
/* COLORS
-------------------------------------------------- */
/* BLUE */
/* GRAY */
/* BLACK GRADIENT */
/* GRAY GRADIENT */
/* BLUE GRADIENT */
/* FONTS
-------------------------------------------------- */
/* SANS-SERIF */
/* SERIF */
/* COLOR */
/* MODULE */
/* BACKGROUNDS
-------------------------------------------------- */
/* Gray with top rad */
/* White with top rad */
/*  DONATION FORM
/* ====================================== */
/* ## BUTTONS ## 
---------------------------------------------------------- */
/* BOX SHADOW */
/*  sets background gradient and optional image.
    can pass $ie = 'false' to exclude filter-gradient and background-image */
/* BUTTON */
/* BUTTON LIGHT */
/* BUTTON SELECTED */
/* BUTTON PAYPAL */
/* INVISIBLE COVERAGE RADIO OVER BUTTON */
/* TOOLTIPS */
/* USAGE REFERENCES - DO NOT ADJUST VALUES
-------------------------------------------------- */
.box-1 a.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ad1), color-stop(100%, #005c9e));
  background: -webkit-linear-gradient(#007ad1, #005c9e);
  background: -moz-linear-gradient(#007ad1, #005c9e);
  background: -o-linear-gradient(#007ad1, #005c9e);
  background: linear-gradient(#007ad1, #005c9e);
  color: #fff;
  border: 1px solid #006bb7;
  border-bottom: 1px solid #002f51;
  background-color: #006bb7;
  text-shadow: #004d84 0 2px 0;
}
.box-1 a.btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089ea), color-stop(100%, #006bb7));
  background: -webkit-linear-gradient(#0089ea, #006bb7);
  background: -moz-linear-gradient(#0089ea, #006bb7);
  background: -o-linear-gradient(#0089ea, #006bb7);
  background: linear-gradient(#0089ea, #006bb7);
  color: #fff;
  border: 1px solid #007ad1;
  border-bottom: 1px solid #003e6b;
  background-color: #007ad1;
  text-shadow: #005c9e 0 2px 0;
}

.box-2 a.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #a5cde6 0 1px 2px 0;
  -moz-box-shadow: #a5cde6 0 1px 2px 0;
  box-shadow: #a5cde6 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9eaf4));
  background: -webkit-linear-gradient(#ffffff, #d9eaf4);
  background: -moz-linear-gradient(#ffffff, #d9eaf4);
  background: -o-linear-gradient(#ffffff, #d9eaf4);
  background: linear-gradient(#ffffff, #d9eaf4);
  color: #3283b6;
  border: 1px solid #a5cde6;
  border-bottom: 1px solid #a5cde6;
  background-color: #edf5fa;
  text-shadow: none;
}
.box-2 a.btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #99c6e3 0 1px 2px 0;
  -moz-box-shadow: #99c6e3 0 1px 2px 0;
  box-shadow: #99c6e3 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f9fc), color-stop(100%, #cde3f1));
  background: -webkit-linear-gradient(#f5f9fc, #cde3f1);
  background: -moz-linear-gradient(#f5f9fc, #cde3f1);
  background: -o-linear-gradient(#f5f9fc, #cde3f1);
  background: linear-gradient(#f5f9fc, #cde3f1);
  color: #2f7aaa;
  border: 1px solid #99c6e3;
  border-bottom: 1px solid #99c6e3;
  background-color: #e1eef7;
  text-shadow: none;
}

.box-3 a.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8d8d8d), color-stop(100%, #737373));
  background: -webkit-linear-gradient(#8d8d8d, #737373);
  background: -moz-linear-gradient(#8d8d8d, #737373);
  background: -o-linear-gradient(#8d8d8d, #737373);
  background: linear-gradient(#8d8d8d, #737373);
  color: #fff;
  border: 1px solid gray;
  border-bottom: 1px solid #4d4d4d;
  background-color: gray;
  text-shadow: #676767 0 2px 0;
}
.box-3 a.btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9a9a9a), color-stop(100%, #808080));
  background: -webkit-linear-gradient(#9a9a9a, #808080);
  background: -moz-linear-gradient(#9a9a9a, #808080);
  background: -o-linear-gradient(#9a9a9a, #808080);
  background: linear-gradient(#9a9a9a, #808080);
  color: #fff;
  border: 1px solid #8d8d8d;
  border-bottom: 1px solid #5a5a5a;
  background-color: #8d8d8d;
  text-shadow: #737373 0 2px 0;
}

.box-4 a.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
}
.box-4 a.btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}

.box-5 a.btn {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
}
.box-5 a.btn:hover {
  cursor: default;
}

.box-6 a.btn {
  width: 280px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFBE11', endColorstr='#FFFFBE11');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffda77), color-stop(100%, #ffbe11));
  background-image: -webkit-linear-gradient(#ffda77, #ffbe11);
  background-image: -moz-linear-gradient(#ffda77, #ffbe11);
  background-image: -o-linear-gradient(#ffda77, #ffbe11);
  background-image: linear-gradient(#ffda77, #ffbe11);
  color: #1d2b73;
  border: 1px solid #dda100;
  border-top: 1px solid #ffbe11;
  border-bottom: 1px solid #c38e00;
  text-shadow: 0 2px 1px #ffe191;
}
.box-6 a.btn:hover {
  width: 280px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFC52A', endColorstr='#FFFFC52A');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe191), color-stop(100%, #ffc52a));
  background-image: -webkit-linear-gradient(#ffe191, #ffc52a);
  background-image: -moz-linear-gradient(#ffe191, #ffc52a);
  background-image: -o-linear-gradient(#ffe191, #ffc52a);
  background-image: linear-gradient(#ffe191, #ffc52a);
  color: #1d2b73;
  border: 1px solid #f6b300;
  border-top: 1px solid #ffc52a;
  border-bottom: 1px solid #dda100;
  text-shadow: 0 2px 1px #ffe8aa;
}

#donate h2 {
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
#donate p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #4c4c4c;
}
#donate .state {
  color: red;
}

.summary {
  margin-bottom: 0px;
}

.summary ~ .summary,
.summary ~ .inset {
  margin-top: 10px;
}

/* DONATE FORM */
.donate-wrap .intouch-container {
  clear: both;
}
.donate-wrap fieldset {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.donate-wrap label {
  display: block;
  float: left;
  width: 140px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 12px;
  color: #4c4c4c;
}
.donate-wrap .type-btn {
  position: relative;
  display: block;
  float: left;
  padding: 27px 0;
  width: 230px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
}
.donate-wrap .type-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.donate-wrap .type-btn:focus {
  border-color: #0c72ba;
}
.donate-wrap .type-btn:last-child {
  margin: 0;
  float: right;
}
.donate-wrap .type-btn.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
  cursor: default;
}
.donate-wrap .lblerror {
  text-transform: none;
  font-weight: normal;
  top: 10px;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
}
.donate-wrap .ecard-wrap {
  clear: left;
  margin-top: 6px;
  padding: 10px 167px 10px 10px;
  min-height: 97px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: url("../img/donation/icon-products.png") 350px 5px no-repeat;
}
.donate-wrap .ecard-wrap p {
  width: 300px;
  margin-bottom: 8px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 13px;
  color: gray;
  line-height: 16px;
  padding: 10px 0 0 5px;
}
.donate-wrap .ecard-wrap span {
  float: left;
  margin: 55px 0 0 25px;
  font-size: 12px;
  text-transform: uppercase;
}
.donate-wrap .ecard-wrap .info-sec {
  padding: 0 0 5px 0;
  text-transform: none;
  font-style: italic;
}
.donate-wrap .ecard-wrap .info-sec a {
  color: gray;
}
.donate-wrap .ecard-wrap .info-sec a:hover {
  text-decoration: underline;
}
.donate-wrap .ecard-wrap-selected {
  clear: left;
  margin-top: 6px;
  padding: 10px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
}
.donate-wrap .ecard-wrap-selected .product-thumb {
  float: left;
  width: 140px;
}
.donate-wrap .ecard-wrap-selected img {
  margin-top: 4px;
  margin-left: 54px;
}
.donate-wrap .ecard-wrap-selected .blurb {
  float: left;
  width: 115px;
  margin-left: 64px;
}
.donate-wrap .ecard-wrap-selected h3 {
  margin: 4px 0 5px 0;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 12px;
  color: #3d7199;
}
.donate-wrap .ecard-wrap-selected p {
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #3d7199;
}
.donate-wrap .ecard-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #bababa 0 1px 1px 0;
  -moz-box-shadow: #bababa 0 1px 1px 0;
  box-shadow: #bababa 0 1px 1px 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
  background-image: url('../img/global/icon-ecard.png'), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: url('../img/global/icon-ecard.png'), -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: url('../img/global/icon-ecard.png'), -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: url('../img/global/icon-ecard.png'), -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: url('../img/global/icon-ecard.png'), linear-gradient(#ffffff, #f2f2f2);
  display: block;
  margin: 0;
  padding: 10px 12px;
  width: 274px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  border: 1px solid #e2e2e2;
  color: gray;
}
.donate-wrap .ecard-btn:hover {
  background: white url("../img/global/icon-ecard.png") 97% 50% no-repeat;
  -webkit-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
  -moz-box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
  box-shadow: #bababa 0 1px 0 0, #f2f2f2 0 0 0 3px inset;
}
.donate-wrap .ecard-btn:focus {
  border-color: #0c72ba;
}
.donate-wrap .ecard-btn:active, .donate-wrap .ecard-btn.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
  background: #e5f4ff url("../img/global/icon-ecard-hover.png") 97% 50% no-repeat;
}
.donate-wrap .ecard-btn:active:hover, .donate-wrap .ecard-btn.selected:hover {
  cursor: default;
}
.donate-wrap .ammount-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
  position: relative;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-right: 6px;
  padding: 27px 0;
  width: 74px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 12px;
}
.donate-wrap .ammount-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.donate-wrap .ammount-btn:focus {
  border-color: #0c72ba;
}
.donate-wrap .ammount-btn.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
}
.donate-wrap .ammount-btn.selected:hover {
  cursor: default;
}
.donate-wrap .ammount-btn.thirdtile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 207px;
  margin-right: 4px;
  padding: 1.5em 12px 0;
}
.donate-wrap .thirdtile .label-wrap-lower {
  margin-left: 0;
}
.donate-wrap .nestedthirdtile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
}
.donate-wrap .nestedthirdtile label {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 180px;
  margin-top: .5em;
  background-color: transparent;
  border: none;
}
.donate-wrap .nestedthirdtile input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: none;
  display: inline;
  top: 0;
  left: 0;
  margin: 0 0 0 4px;
  width: 130px;
  height: 35px;
}
.donate-wrap .other {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
  box-sizing: border-box;
  float: right;
  padding: 17px 16px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 12px;
}
.donate-wrap .other:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.donate-wrap .other.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
}
.donate-wrap .other.selected:hover {
  cursor: default;
}
.donate-wrap .other label {
  float: left;
  margin-top: 10px;
  width: 58px;
  text-align: left;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 12px;
  color: gray;
}
.donate-wrap .other input {
  float: left;
  padding: 0 0 0 8px;
  height: 31px;
  line-height: normal;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c3c3c3;
  width: 62px;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: #e5e5e5 0 1px 1px 0 inset;
  -moz-box-shadow: #e5e5e5 0 1px 1px 0 inset;
  box-shadow: #e5e5e5 0 1px 1px 0 inset;
}
.donate-wrap .other span {
  float: left;
  margin: 3px 0 0 12px;
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
}
.donate-wrap .dest-btn {
  position: relative;
  display: block;
  float: left;
  margin-left: 6px;
  padding: 13px 0;
  width: 154px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
}
.donate-wrap .dest-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.donate-wrap .dest-btn:focus {
  border-color: #0c72ba;
}
.donate-wrap .dest-btn.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
}
.donate-wrap .dest-btn.selected:hover {
  cursor: default;
}
.donate-wrap .dest-btn:first-child {
  margin: 0;
}
.donate-wrap .dest-btn span {
  display: block;
  width: 87px;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: none;
  text-align: center;
}
.donate-wrap .chapter-wrap {
  float: right;
  margin-top: 12px;
  padding: 5px 0 5px 5px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.donate-wrap .chapter-wrap.selected {
  display: block;
}
.donate-wrap .chapter-wrap .chapter-search {
  position: relative;
  z-index: 1;
  float: left;
}
.donate-wrap .chapter-wrap input {
  box-sizing: border-box;
  padding: 1px 10px 2px 10px;
  border: 1px solid #ccc;
  border-top: 1px solid #b7b7b7;
  height: 39px;
  width: 318px;
  color: gray;
  background-color: #fff;
  -webkit-box-shadow: #e5e5e5 0 1px 1px 0 inset;
  -moz-box-shadow: #e5e5e5 0 1px 1px 0 inset;
  box-shadow: #e5e5e5 0 1px 1px 0 inset;
}
.donate-wrap .chapter-wrap input:focus {
  border: 1px solid #999;
}
.donate-wrap .chapter-wrap input.placeholder {
  color: #aaa !important;
  height: 33px !important;
}
.donate-wrap .chapter-wrap .submit {
  position: absolute;
  top: 14px;
  right: -15px;
  width: 12px;
  height: 12px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url("../img/global/icon-search.png") 0 0 no-repeat;
}
.donate-wrap .chapter-wrap .search-menu {
  -webkit-box-shadow: #cccccc 2px 2px 5px 0;
  -moz-box-shadow: #cccccc 2px 2px 5px 0;
  box-shadow: #cccccc 2px 2px 5px 0;
  position: absolute;
  list-style-type: none;
  top: 35px;
  left: 0;
  z-index: 100;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
.donate-wrap .chapter-wrap .search-menu li {
  -webkit-box-shadow: #d9d9d9 0 1px 0 0;
  -moz-box-shadow: #d9d9d9 0 1px 0 0;
  box-shadow: #d9d9d9 0 1px 0 0;
  padding: 0px;
}
.donate-wrap .chapter-wrap .search-menu li.noResult {
  display: block;
  padding: 12px 10px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 14px;
  line-height: 12px;
  color: gray;
  cursor: default;
  text-decoration: none;
  text-align: center;
}
.donate-wrap .chapter-wrap .search-menu li:first-child {
  border-top: none;
}
.donate-wrap .chapter-wrap .search-menu li:last-child {
  border-bottom: none;
}
.donate-wrap .chapter-wrap .search-menu a {
  display: block;
  padding: 12px 10px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 14px;
  line-height: 12px;
  color: gray;
  text-decoration: none;
}
.donate-wrap .chapter-wrap .search-menu a:hover {
  background: #e5f4ff;
  color: #3d7199;
  -webkit-box-shadow: #d1e9fa 0px 0px 0px 3px inset;
  -moz-box-shadow: #d1e9fa 0px 0px 0px 3px inset;
  box-shadow: #d1e9fa 0px 0px 0px 3px inset;
}
.donate-wrap .chapter-wrap-selected {
  float: right;
  margin-top: 12px;
  padding: 5px;
  width: 456px;
  border: 1px solid #8fb1cc;
  background: #e5f4ff;
  color: #3d7199;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1e9fa 0px 0px 0px 3px inset;
  -moz-box-shadow: #d1e9fa 0px 0px 0px 3px inset;
  box-shadow: #d1e9fa 0px 0px 0px 3px inset;
}
.donate-wrap .chapter-wrap-selected .chapter-selected {
  float: left;
  padding: 7px 7px 7px 34px;
  width: 304px;
  border: 1px solid #8fb1cc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 14px;
  color: #3d7199;
  background: #e5f4ff url("../img/global/icon-chapter-blue.png") 7px 50% no-repeat;
}
.donate-wrap .chapter-wrap-selected .util-btn {
  float: right;
  margin-top: 4px;
}
.donate-wrap .monthly-wrap {
  float: right;
  margin-top: 6px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.donate-wrap .monthly-wrap .top p {
  float: left;
  margin: 6px 0 0 0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: gray;
  line-height: 16px;
}
.donate-wrap .monthly-wrap .left {
  float: left;
  margin-right: 18px;
  width: 306px;
}
.donate-wrap .monthly-wrap .right {
  float: left;
  width: 122px;
}
.donate-wrap .monthly-wrap .right a {
  font-size: 13px;
  text-decoration: none;
  line-height: 10px;
}
.donate-wrap .monthly-wrap .input-wrap {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
  float: left;
  margin-right: 24px;
  padding: 10px;
  width: 276px;
  border: 1px solid white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.donate-wrap .monthly-wrap .input-wrap.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
}
.donate-wrap .monthly-wrap .input-wrap.selected:hover {
  cursor: default;
}
.donate-wrap .monthly-wrap .input-wrap.selected label {
  color: #006bb7;
}
.donate-wrap .monthly-wrap .input-wrap .checker {
  float: left;
  margin: -2px 4px 0 -4px;
  overflow: hidden;
}
.donate-wrap .monthly-wrap input[type="checkbox"] {
  float: left;
  margin: 5px 10px 0 0;
}
.donate-wrap .monthly-wrap label {
  float: left;
  width: 200px;
  line-height: 10px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: gray;
  line-height: 16px;
  text-transform: none;
}
.donate-wrap .monthly-wrap span {
  float: left;
  width: 122px;
  margin-top: 10px;
  text-transform: none;
  font-style: italic;
}
.donate-wrap .monthly-wrap .month-btn {
  position: relative;
  display: block;
  float: left;
  margin-right: 6px;
  padding: 10px 0;
  width: 145px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
}
.donate-wrap .monthly-wrap .month-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.donate-wrap .monthly-wrap .month-btn.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
  cursor: default;
}
.donate-wrap .monthly-wrap .info-sec {
  margin-top: 0px;
  width: auto;
}
.donate-wrap .monthly-wrap .info-sec a {
  color: gray;
}
.donate-wrap .monthly-wrap .info-sec a:hover {
  text-decoration: underline;
}
.donate-wrap .error {
  color: #e54545 !important;
}
.donate-wrap .label-error, .donate-wrap .label-error1, .donate-wrap .label-error2 {
  color: red !important;
}
.donate-wrap .util-btn-wrap {
  float: right;
}
.donate-wrap .util-btn {
  display: block;
  margin: 0 0 3px 0;
  padding: 6px 0;
  width: 94px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
}
.donate-wrap .util-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.donate-wrap .button-cover {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.donate-wrap .input-error, .donate-wrap .input-error1, .donate-wrap .input-error2, .donate-wrap fieldset .input-error {
  border: 1px solid #e54545 !important;
}
.donate-wrap .selector {
  border: 0 !important;
}
.donate-wrap .actions {
  position: relative;
  padding: 10px;
  background-color: #f0f0f0;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.donate-wrap .actions .button {
  margin: 0;
  padding: 10px 12px;
  font-size: 12px;
}
.donate-wrap .actions .action-btn {
  display: block;
  float: left;
  margin-right: 12px;
  padding: 10px 12px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 208px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ad1), color-stop(100%, #005c9e));
  background: -webkit-linear-gradient(#007ad1, #005c9e);
  background: -moz-linear-gradient(#007ad1, #005c9e);
  background: -o-linear-gradient(#007ad1, #005c9e);
  background: linear-gradient(#007ad1, #005c9e);
  color: #fff;
  border: 1px solid #006bb7;
  border-bottom: 1px solid #002f51;
  background-color: #006bb7;
  text-shadow: #004d84 0 2px 0;
}
.donate-wrap .actions .action-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089ea), color-stop(100%, #006bb7));
  background: -webkit-linear-gradient(#0089ea, #006bb7);
  background: -moz-linear-gradient(#0089ea, #006bb7);
  background: -o-linear-gradient(#0089ea, #006bb7);
  background: linear-gradient(#0089ea, #006bb7);
  color: #fff;
  border: 1px solid #007ad1;
  border-bottom: 1px solid #003e6b;
  background-color: #007ad1;
  text-shadow: #005c9e 0 2px 0;
}
.donate-wrap .actions .action-btn:last-child {
  margin-right: 0;
}
.donate-wrap .actions .action-btn.ab-light {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
}
.donate-wrap .actions .action-btn.ab-light:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.donate-wrap .actions .action-btn.ab-short {
  min-width: 204px;
  margin-right: 0;
}
.donate-wrap .actions .disabled {
  cursor: default;
  cursor: not-allowed;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.donate-wrap .actions .disabled:hover {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  filter: none;
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.donate-wrap .actions .cancel-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  padding: 10px 0;
  width: 86px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
}
.donate-wrap .actions .cancel-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.donate-wrap .actions .cancel-btn.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
  cursor: default;
}

.donationConfig .grid_6 {
  margin-left: 10px;
}

/* DONATE WRAP */
.donate-wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #4e4e4e 0 1px 1px;
  -moz-box-shadow: #4e4e4e 0 1px 1px;
  box-shadow: #4e4e4e 0 1px 1px;
  margin-bottom: 14px;
  background-color: #e6e6e6;
  padding: 10px;
  border: none;
  filter: none;
}
.donate-wrap.completed {
  display: none;
}
.donate-wrap a:focus, .donate-wrap input:focus {
  outline: none;
}
.donate-wrap.center {
  text-align: center;
}
.donate-wrap.active, .donate-wrap.next {
  background-color: #0c72ba;
}
.donate-wrap.active .step, .donate-wrap.next .step {
  text-shadow: #4e4e4e 0 1px 1px;
  color: white;
}
.donate-wrap.active .formtop h3, .donate-wrap.next .formtop h3 {
  text-shadow: #4e4e4e 0 1px 1px;
  color: white;
}
.donate-wrap.done .status, .donate-wrap .done.status {
  background: url("../img/global/sprite1.png") 0px -3598px no-repeat;
}
.donate-wrap.disabled {
  -webkit-box-shadow: #cccccc 0 1px 1px;
  -moz-box-shadow: #cccccc 0 1px 1px;
  box-shadow: #cccccc 0 1px 1px;
  background-color: #e6e6e6;
  border: 1px solid #dadada;
}
.donate-wrap.disabled .formtop h3 {
  color: #b3b3b3;
  text-shadow: white 1px 1px 0;
}
.donate-wrap.disabled .step {
  color: #b3b3b3;
  text-shadow: white 1px 1px 0;
}
.donate-wrap.disabled .inset {
  -webkit-box-shadow: #cccccc 0 1px 0;
  -moz-box-shadow: #cccccc 0 1px 0;
  box-shadow: #cccccc 0 1px 0;
  border: 1px solid #cccccc;
}
.donate-wrap.disabled label, .donate-wrap.disabled h6 {
  color: #b3b3b3;
}
.donate-wrap.disabled .status {
  background: none;
}
.donate-wrap.disabled .next {
  background: url("../img/global/sprite1.png") 0px -3661px no-repeat;
}
.donate-wrap .intouch-box {
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0 0 2px 0;
}
.donate-wrap .intouch-box h6 {
  padding: 20px 0 10px 10px;
  margin-bottom: 0;
}
.donate-wrap .intouch-box input {
  margin-top: 1px;
  padding-top: 2px;
  padding-bottom: 1px;
}
.donate-wrap .intouch-box .module-form-labeled {
  margin-left: 0;
  width: 460px;
}
.donate-wrap .intouch-box .module-form-labeled .input-wrap, .donate-wrap .intouch-box .module-form-labeled .input-wrap label {
  width: 100%;
}
.donate-wrap .formtop {
  padding-top: 10px;
  padding-bottom: 10px;
}
.donate-wrap .formtop h3 {
  color: gray;
  text-transform: uppercase;
  font-size: 20px;
}
.donate-wrap .inset {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #4e4e4e 0 1px 2px;
  -moz-box-shadow: #4e4e4e 0 1px 2px;
  box-shadow: #4e4e4e 0 1px 2px;
  overflow: visible;
  clear: both;
  overflow: visible;
  padding-top: 20px;
  background-color: white;
}
.donate-wrap .inset .credit {
  padding-top: 0px;
}
.donate-wrap .inset-tile {
  padding: 20px 0 12px 12px;
}
.donate-wrap fieldset:first-of-type {
  padding-top: 0px !important;
}
.donate-wrap .summary {
  -webkit-box-shadow: #4e4e4e 0 1px 1px;
  -moz-box-shadow: #4e4e4e 0 1px 1px;
  box-shadow: #4e4e4e 0 1px 1px;
}
.donate-wrap .summarytop {
  padding: 0px 10px 10px 10px;
}
.donate-wrap .summarytop p {
  font-size: 15px;
}
.donate-wrap .summarytop p strong {
  color: #4d4d4d;
}
.donate-wrap .summarybot {
  background-color: #e6e6e6;
  padding-top: 10px;
}
.donate-wrap a.add-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ad1), color-stop(100%, #005c9e));
  background: -webkit-linear-gradient(#007ad1, #005c9e);
  background: -moz-linear-gradient(#007ad1, #005c9e);
  background: -o-linear-gradient(#007ad1, #005c9e);
  background: linear-gradient(#007ad1, #005c9e);
  color: #fff;
  border: 1px solid #006bb7;
  border-bottom: 1px solid #002f51;
  background-color: #006bb7;
  text-shadow: #004d84 0 2px 0;
  display: inline-block;
  height: 16px;
  margin: 0 auto;
  padding: 10px 12px;
  -webkit-box-shadow: #4e4e4e 0 1px 1px;
  -moz-box-shadow: #4e4e4e 0 1px 1px;
  box-shadow: #4e4e4e 0 1px 1px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.donate-wrap a.add-button:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089ea), color-stop(100%, #006bb7));
  background: -webkit-linear-gradient(#0089ea, #006bb7);
  background: -moz-linear-gradient(#0089ea, #006bb7);
  background: -o-linear-gradient(#0089ea, #006bb7);
  background: linear-gradient(#0089ea, #006bb7);
  color: #fff;
  border: 1px solid #007ad1;
  border-bottom: 1px solid #003e6b;
  background-color: #007ad1;
  text-shadow: #005c9e 0 2px 0;
  cursor: pointer;
}
.donate-wrap .step {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px;
  color: gray;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 0 0 10px;
}
.donate-wrap .step .big {
  font-size: 16px;
}
.donate-wrap .expire-grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 314px;
  float: left;
  padding-left: 3px;
}
.donate-wrap .expire-grid select {
  float: right;
  max-width: none;
  margin-left: 0px;
  margin-right: 6px;
  width: 153px;
}
.donate-wrap .expire-grid select:first-child {
  float: left;
}
.donate-wrap .expire-grid .select {
  float: right;
}
.donate-wrap .expire-grid .select:first-child {
  float: left;
}
.donate-wrap .card-container p.info {
  margin-right: 0px;
}
.donate-wrap h6 {
  color: #4C4C4C;
  line-height: 12px;
}
.donate-wrap .status {
  float: right;
  height: 32px;
  width: 30px;
  margin-right: 15px;
}
.donate-wrap label {
  color: #4C4C4C;
}
.donate-wrap .nestedthirdtile.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
  cursor: default;
}

.disabled .info-sec a:hover {
  text-decoration: none;
  cursor: default;
}

.clear-wrap {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}

.wrap-emphasis {
  background-color: #e9f3f9;
}

/* ====================================== */
/*	E-CARD BUILDER
/* ====================================== */
.fancybox-inner .cancel-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  padding: 10px 0;
  width: 86px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
}
.fancybox-inner .cancel-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.fancybox-inner .cancel-btn.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
  cursor: default;
}

/* BUILDER WRAP */
.bldr-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 5px solid #8297a5;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  /* HEADER */
  /* TOP NAV BUTTONS */
  /* SIDE NAV */
  /* SIDE NAV BUTTONS */
  /* MAIN CONTENT */
  /* CARD BUTTONS */
  /* CARD PREVIEW */
  /* ACTION BUTTONS */
  /* TOPBAR */
  /* E-CARD FORM */
}
.bldr-wrap .bldr-header {
  padding: 24px 8px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bldr-wrap .bldr-header h2 {
  margin: 0;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  color: #4c4c4c;
}
.bldr-wrap .topnav-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
  display: block;
  float: left;
  margin-right: 12px;
  margin: 12px 12px 12px 0px;
  padding: 10px 0;
  width: 216px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
}
.bldr-wrap .topnav-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.bldr-wrap .topnav-btn:focus {
  border-color: #0c72ba;
}
.bldr-wrap .topnav-btn.selected {
  background: #0066bc;
  color: #ffffff;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  -ms-border-radius: 2px 2px 0px 0px;
  -o-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
  padding-bottom: 24px;
  filter: none;
  margin-bottom: auto;
  margin-right: 14px !important;
}
.bldr-wrap .topnav-btn span {
  display: block;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: none;
  text-align: center;
}
.bldr-wrap .sidenav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0 12px 8px;
  float: left;
  width: 234px;
  height: 390px;
  overflow-y: auto;
  overflow-x: hidden;
}
.bldr-wrap .opentab {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
  border-top: 3px solid #0066BC;
  clear: both;
  margin: 10px;
  width: auto;
}
.bldr-wrap .sidenav-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
  display: block;
  float: left;
  margin-bottom: 3px;
  padding: 18px 20px;
  width: 204px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
.bldr-wrap .sidenav-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.bldr-wrap .sidenav-btn:focus {
  border-color: #0c72ba;
}
.bldr-wrap .sidenav-btn:last-child {
  margin: 0;
}
.bldr-wrap .sidenav-btn.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
  cursor: default;
}
.bldr-wrap .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: auto;
  height: 390px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 0 12px 2px;
  background-color: transparent;
  border-left: 1px solid #c9d8e3;
  margin-left: 234px;
}
.bldr-wrap .content.instructions {
  padding-top: 36px;
}
.bldr-wrap .content.instructions h3 {
  text-transform: uppercase;
  margin-left: 36px;
  margin-bottom: 0px;
  color: gray;
}
.bldr-wrap .content.instructions p {
  font-family: Arial, sans-serif;
  color: gray;
  margin-left: 36px;
  font-weight: bold;
}
.bldr-wrap .card-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin: 0 0 5px 5px;
  padding: 24px 24px 0 96px;
  height: 122px;
  width: 235px;
  /* UTILITY BUTTONS */
}
.bldr-wrap .card-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.bldr-wrap .card-btn img {
  position: absolute;
  top: 16px;
  right: 153px;
}
.bldr-wrap .card-btn span {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: gray;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
.bldr-wrap .card-btn .util-btn-wrap {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 233px;
  height: 25px;
}
.bldr-wrap .card-btn .prev-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #d1d1d1 0 1px 2px 0;
  -moz-box-shadow: #d1d1d1 0 1px 2px 0;
  box-shadow: #d1d1d1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  color: gray;
  border: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: white;
  text-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: block;
  margin: 0 3px 0 0;
  padding: 6px 0;
  width: 111px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 12px;
}
.bldr-wrap .card-btn .prev-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c9c9c9 0 1px 2px 0;
  -moz-box-shadow: #c9c9c9 0 1px 2px 0;
  box-shadow: #c9c9c9 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff, #ebebeb);
  background: -moz-linear-gradient(#ffffff, #ebebeb);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  background: linear-gradient(#ffffff, #ebebeb);
  color: #787878;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-shadow: none;
}
.bldr-wrap .card-btn .prev-btn:focus {
  display: block;
  opacity: 1.0;
}
.bldr-wrap .card-btn .select-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ad1), color-stop(100%, #005c9e));
  background: -webkit-linear-gradient(#007ad1, #005c9e);
  background: -moz-linear-gradient(#007ad1, #005c9e);
  background: -o-linear-gradient(#007ad1, #005c9e);
  background: linear-gradient(#007ad1, #005c9e);
  color: #fff;
  border: 1px solid #006bb7;
  border-bottom: 1px solid #002f51;
  background-color: #006bb7;
  text-shadow: #004d84 0 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: block;
  margin: 0;
  padding: 6px 0;
  width: 113px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 12px;
}
.bldr-wrap .card-btn .select-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089ea), color-stop(100%, #006bb7));
  background: -webkit-linear-gradient(#0089ea, #006bb7);
  background: -moz-linear-gradient(#0089ea, #006bb7);
  background: -o-linear-gradient(#0089ea, #006bb7);
  background: linear-gradient(#0089ea, #006bb7);
  color: #fff;
  border: 1px solid #007ad1;
  border-bottom: 1px solid #003e6b;
  background-color: #007ad1;
  text-shadow: #005c9e 0 2px 0;
}
.bldr-wrap .card-btn .select-btn:focus {
  display: block;
  opacity: 1.0;
}
.bldr-wrap .card-btn.selected {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9eaf4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#d9eaf4, #ffffff);
  background: -moz-linear-gradient(#d9eaf4, #ffffff);
  background: -o-linear-gradient(#d9eaf4, #ffffff);
  background: linear-gradient(#d9eaf4, #ffffff);
  color: #3283b6;
  border: 1px solid #75b2d9;
  background-color: #e9f3f9;
  background-image: none;
  filter: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 0 #acc3d7;
  -moz-box-shadow: inset 0 2px 5px 0 #acc3d7;
  box-shadow: inset 0 2px 5px 0 #acc3d7;
}
.bldr-wrap .shadow {
  position: absolute;
  width: 711px;
  height: 20px;
  margin-top: -20px;
  z-index: 500;
  background: url("../img/global/bg-card-preview.png") bottom no-repeat;
  background-size: 100%;
}
.bldr-wrap .preview {
  -webkit-box-shadow: #cce0f0 0 1px 1px 0 inset;
  -moz-box-shadow: #cce0f0 0 1px 1px 0 inset;
  box-shadow: #cce0f0 0 1px 1px 0 inset;
  position: relative;
  z-index: 1;
  overflow: auto;
  padding: 24px 24px 0 24px;
  margin-right: 12px;
  border: 1px solid #bad3e6;
  border-bottom: none;
  height: 281px;
  background: white;
}
.bldr-wrap .preview .preview {
  height: auto;
  min-height: 255px;
  background: white;
}
.bldr-wrap .preview .awaitingContent {
  background: url("../img/global/prog-spinner3.gif") no-repeat white 327px 54%;
}
.bldr-wrap .preview .statMsg {
  display: block;
  width: 100%;
  position: relative;
  top: 116px;
  text-align: center;
}
.bldr-wrap .preview .blurb {
  width: 442px;
  float: left;
  margin-bottom: 25px;
  position: inline;
}
.bldr-wrap .preview .blurb img {
  float: left;
  width: 190px;
}
.bldr-wrap .preview h3 {
  margin-bottom: 24px;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  color: #3d7199;
}
.bldr-wrap .preview h3 .card-detail {
  display: block;
  margin-left: 0;
  font-weight: 500;
}
.bldr-wrap .preview h4 {
  color: #3d7199;
  margin-left: 250px;
}
.bldr-wrap .preview p {
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 14px;
  color: #3d7199;
  line-height: 18px;
  margin-left: 250px;
  width: 360px;
}
.bldr-wrap .actions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  margin-right: 12px;
  border: 1px solid #bad3e6;
  height: 58px;
  border-top: none;
  background-color: white;
}
.bldr-wrap .back-btn {
  position: relative;
  display: block;
  float: left;
  padding: 10px 12px;
  width: 152px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #a5cde6 0 1px 2px 0;
  -moz-box-shadow: #a5cde6 0 1px 2px 0;
  box-shadow: #a5cde6 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9eaf4));
  background: -webkit-linear-gradient(#ffffff, #d9eaf4);
  background: -moz-linear-gradient(#ffffff, #d9eaf4);
  background: -o-linear-gradient(#ffffff, #d9eaf4);
  background: linear-gradient(#ffffff, #d9eaf4);
  color: #3283b6;
  border: 1px solid #a5cde6;
  border-bottom: 1px solid #a5cde6;
  background-color: #edf5fa;
  text-shadow: none;
}
.bldr-wrap .back-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #99c6e3 0 1px 2px 0;
  -moz-box-shadow: #99c6e3 0 1px 2px 0;
  box-shadow: #99c6e3 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f9fc), color-stop(100%, #cde3f1));
  background: -webkit-linear-gradient(#f5f9fc, #cde3f1);
  background: -moz-linear-gradient(#f5f9fc, #cde3f1);
  background: -o-linear-gradient(#f5f9fc, #cde3f1);
  background: linear-gradient(#f5f9fc, #cde3f1);
  color: #2f7aaa;
  border: 1px solid #99c6e3;
  border-bottom: 1px solid #99c6e3;
  background-color: #e1eef7;
  text-shadow: none;
}
.bldr-wrap .back-btn:after {
  content: "";
  height: 36px;
  width: 36px;
  background: transparent url("../img/global/icon-arrow.png") no-repeat center;
  position: absolute;
  right: 0px;
  top: 0px;
}
.bldr-wrap .cont-btn {
  display: block;
  float: right;
  padding: 10px 12px;
  width: 285px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ad1), color-stop(100%, #005c9e));
  background: -webkit-linear-gradient(#007ad1, #005c9e);
  background: -moz-linear-gradient(#007ad1, #005c9e);
  background: -o-linear-gradient(#007ad1, #005c9e);
  background: linear-gradient(#007ad1, #005c9e);
  color: #fff;
  border: 1px solid #006bb7;
  border-bottom: 1px solid #002f51;
  background-color: #006bb7;
  text-shadow: #004d84 0 2px 0;
}
.bldr-wrap .cont-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089ea), color-stop(100%, #006bb7));
  background: -webkit-linear-gradient(#0089ea, #006bb7);
  background: -moz-linear-gradient(#0089ea, #006bb7);
  background: -o-linear-gradient(#0089ea, #006bb7);
  background: linear-gradient(#0089ea, #006bb7);
  color: #fff;
  border: 1px solid #007ad1;
  border-bottom: 1px solid #003e6b;
  background-color: #007ad1;
  text-shadow: #005c9e 0 2px 0;
}
.bldr-wrap .topbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-bottom: 12px;
  padding: 12px 12px 12px 86px;
  border: 1px s1008olid #8fb1cc;
  width: 100%;
  background: #e5f4ff;
  color: #3d7199;
  -webkit-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
  -moz-box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
  box-shadow: #bababa 0 1px 0 0, #d1e9fa 0 0 0 3px inset;
}
.bldr-wrap .topbar img {
  position: absolute;
  bottom: 11px;
  left: 14px;
}
.bldr-wrap .topbar h3 {
  float: left;
  width: 300px;
  margin: 10px 0 0 0;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  color: #3d7199;
}
.bldr-wrap .topbar .top-actions {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
  width: 510px;
}
.bldr-wrap .topbar .back-btn {
  float: right;
  margin-right: 6px;
}
.bldr-wrap .topbar .cont-btn {
  width: 284px;
  margin-left: 6px;
}
.bldr-wrap #card-form {
  display: block;
  width: 1003px;
  /* ACTION BUTTONS */
}
.bldr-wrap #card-form fieldset {
  position: relative;
  margin-top: 40px;
  padding: 12px;
  width: 454px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.bldr-wrap #card-form legend {
  position: absolute;
  top: -24px;
  left: 0;
  font-family: "futura-pt", "Century Gothic", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  color: gray;
}
.bldr-wrap #card-form label {
  float: left;
  margin: 12px 10px 0 0;
  width: 144px;
  font-weight: bold;
  color: #4c4c4c;
}
.bldr-wrap #card-form .label-error, .bldr-wrap #card-form .label-error1, .bldr-wrap #card-form .label-error2 {
  color: red;
}
.bldr-wrap #card-form input {
  margin: 0 12px 6px 0;
  width: 206px;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c3c3c3;
  color: gray;
  background-color: #fff;
  -webkit-box-shadow: #e5e5e5 0 1px 1px 0 inset;
  -moz-box-shadow: #e5e5e5 0 1px 1px 0 inset;
  box-shadow: #e5e5e5 0 1px 1px 0 inset;
}
.bldr-wrap #card-form .hasMname {
  width: 152px;
}
.bldr-wrap #card-form .mnamefld {
  width: 30px;
  float: none;
}
.bldr-wrap #card-form .info-sec {
  float: right;
  clear: right;
  width: 75px;
  font-style: italic;
  line-height: 36px;
  color: gray;
}
.bldr-wrap #card-form .info-sec a {
  color: gray;
}
.bldr-wrap #card-form .info-sec a:hover {
  text-decoration: underline;
}
.bldr-wrap #card-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  float: left;
  margin: 0 0 6px 0;
  width: 218px;
  height: 66px;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c3c3c3;
  color: gray;
  background-color: #fff;
  -webkit-box-shadow: #e5e5e5 0 1px 1px 0 inset;
  -moz-box-shadow: #e5e5e5 0 1px 1px 0 inset;
  box-shadow: #e5e5e5 0 1px 1px 0 inset;
}
.bldr-wrap #card-form .selector,
.bldr-wrap #card-form select {
  margin-bottom: 6px;
  width: 218px;
}
.bldr-wrap #card-form .selector span {
  width: 185px;
}
.bldr-wrap #card-form .extra {
  margin-left: 156px;
}
.bldr-wrap #card-form .caption {
  margin-left: 156px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: gray;
}
.bldr-wrap #card-form .optional {
  float: left;
  width: 60px;
  margin-top: 10px;
  font-style: italic;
}
.bldr-wrap #card-form .form-bottom {
  float: left;
  margin-top: 12px;
  padding: 12px;
  width: 974px;
  background-color: #f0f0f0;
}
.bldr-wrap #card-form .form-bottom .back-btn {
  margin-right: 12px;
}
.bldr-wrap #card-form .finish-btn {
  display: block;
  float: right;
  padding: 10px;
  width: 286px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ad1), color-stop(100%, #005c9e));
  background: -webkit-linear-gradient(#007ad1, #005c9e);
  background: -moz-linear-gradient(#007ad1, #005c9e);
  background: -o-linear-gradient(#007ad1, #005c9e);
  background: linear-gradient(#007ad1, #005c9e);
  color: #fff;
  border: 1px solid #006bb7;
  border-bottom: 1px solid #002f51;
  background-color: #006bb7;
  text-shadow: #004d84 0 2px 0;
}
.bldr-wrap #card-form .finish-btn:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: #c1c1c1 0 1px 2px 0;
  -moz-box-shadow: #c1c1c1 0 1px 2px 0;
  box-shadow: #c1c1c1 0 1px 2px 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089ea), color-stop(100%, #006bb7));
  background: -webkit-linear-gradient(#0089ea, #006bb7);
  background: -moz-linear-gradient(#0089ea, #006bb7);
  background: -o-linear-gradient(#0089ea, #006bb7);
  background: linear-gradient(#0089ea, #006bb7);
  color: #fff;
  border: 1px solid #007ad1;
  border-bottom: 1px solid #003e6b;
  background-color: #007ad1;
  text-shadow: #005c9e 0 2px 0;
}
