/* reset5 © 2011 opensource.736cs.com MIT */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}
nav ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
mark {
  background: none;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input[type=submit],
input[type=button],
button {
  margin: 0;
  padding: 0;
}
input,
select,
a img {
  vertical-align: middle;
}
/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  background: #f3f3f3;
  color: #555555;
  line-height: 1.4em;
  font-family: "myriad-pro", "Myriad Pro", "Myriad", Arial, sans-serif;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
}
a,
a:link {
  color: #04acbe;
  text-decoration: none;
}
a:hover {
  color: #037f8c;
}
img {
  display: block;
}
strong {
  color: #444444;
}
button {
  outline: none;
}
h1,
h2,
h3 {
  font-family: "myriad-pro", "Myriad Pro", "Myriad", Arial, sans-serif;
  color: #111111;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1em;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
sup {
  position: relative;
  font-size: 10px;
  top: -5px;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
blockquote {
  background-color: #fff;
  border: 1px dotted #ababab;
  border-left: 5px solid #ABABAB;
  margin-bottom: 15px;
  padding: 5px 15px 20px;
}
em,
i {
  font-style: italic;
}
ul,
ol {
  margin-left: 15px;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.fixed {
  display: static;
}
.relative {
  position: relative;
}
.absolute {
  position: static;
}
.hidden,
.js .js-required,
#known_user {
  display: none;
}
.overflow {
  overflow: hidden;
}
.block {
  display: block;
}
.iphone-hidden {
  display: none;
}
.clear {
  clear: both;
}
.inner {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 94.5%;
}
.padding {
  padding: 15px;
}
.nopad {
  padding: 0;
}
.nomargin {
  margin: 0 !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-left-50 {
  margin-left: 50px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-right-50 {
  padding-right: 50px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.message .padding {
  padding: 20px;
}
.message.success {
  background: #fff9d7;
  border: 1px solid #e2c822;
}
.message.notice {
  background: #fff9d7;
  border: 1px solid #e2c822;
  color: #111111;
}
.message.error {
  font-size: 12px;
  color: #c83025;
}
.message.js-required {
  color: #111111;
  text-shadow: none;
}
.message.js-required .padding {
  padding: 5px 10px !important;
}
.message.js-required p {
  padding-bottom: 0;
}
#ak-errors {
  background: #ffebe8;
  line-height: 1.4em;
  margin: 0 0 25px;
  padding: 10px;
}
#ak-errors li {
  margin-left: 25px;
  text-shadow: 1px 1px 1px #fff9d7;
}
.mailto {
  font-size: 18px;
  font-weight: bold;
  color: #00abbd;
}
.section {
  clear: both;
  width: 100%;
}
#header {
  height: 50px;
}
#header .padding {
  padding: 5px;
}
#header .logo {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99;
}
#header .tagline {
  display: none;
}
#header .icon-lock {
  position: relative;
  top: 3px;
}
@media (max-width: 604px) {
  .aside.mastless {
    margin-top: 50px;
  }
}
#goal.mastless {
  padding-top: 40px;
}
#goal.mastless .goal {
  color: #ffffff;
  text-shadow: none;
}
#goal.mastless .goal strong {
  color: #ffffff;
}
#goal.mastless #bar {
  border: 1px solid #111111;
}
#goal .goal {
  padding-bottom: 5px;
}
#goal #bar {
  height: 35px;
  position: relative;
}
#goal #bar .percent {
  color: #111111;
  position: absolute;
  top: 10px;
  left: 15px;
}
#content {
  border-bottom: 1px solid #d0d0d0;
}
#content .page,
#content .mast,
#content .aside {
  width: 100%;
}
#content .mast {
  min-height: 50px;
}
#content .mast img,
#content .mast iframe {
  width: 100% !important;
}
#content ul.social .count {
  background: #f4fcfe;
  color: #375668;
  font-weight: bold;
  text-shadow: none;
  line-height: 1em;
  text-align: center;
  padding: 13px 0 10px;
  position: relative;
  width: 204px;
  margin: 0 auto;
}
#content .body {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  line-height: 1.7em;
  overflow: hidden;
}
#content .body.mastless {
  min-height: 325px;
}
#content .body.mastless.no-goal {
  padding-top: 50px;
}
#content .body .padding {
  padding: 25px;
}
#content .body .heading {
  border-bottom: 1px dashed #d0d0d0;
  clear: both;
  display: block;
  margin-bottom: 15px;
  padding: 15px 0 7px 0;
}
#content .body .heading h1 {
  color: #da521f;
  font-weight: bold;
  margin-bottom: 15px;
}
#content .body .heading h2,
#content .body .heading h3 {
  color: #04acbe;
  font-weight: 700;
  text-transform: uppercase;
}
#content .body ul li {
  line-height: 1.6em;
  margin-bottom: 7px;
}
#content .aside {
  background: url(../img/bg-form.gif) 0 0 repeat #04acbe;
  color: #ffffff;
  min-height: 375px;
  text-shadow: none;
  text-shadow: 1px 1px 1px #0395a5;
  z-index: 9;
}
#content .aside .padding {
  padding: 25px;
}
#content .aside p a {
  color: #ffffff;
  text-decoration: underline;
}
#content .aside h3 {
  color: white;
  font-size: 34px;
  font-family: "myriad-pro", "Myriad Pro", "Myriad", Arial, sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 2px #0395a5;
}
#content .aside .form-text {
  color: #333;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 0;
  text-shadow: none;
}
#content .aside .quote-label {
  font-size: 14px;
  color: #111111;
  margin-bottom: 0;
  padding-top: 18px;
  text-shadow: 1px 1px 1px white;
}
#content .aside .quote {
  background: url(../img/quote.png) 5px 5px no-repeat #bbe9ee;
  color: #111111;
  line-height: 1.6em;
  font-size: 16px;
  padding: 10px 10px 10px 45px;
  text-shadow: 1px 1px 1px #ffffff;
}
#content .aside .border {
  border-bottom: 1px solid #049eaf;
}
#content .aside .paypal {
  border: 0;
  background: none;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  width: 55px;
  font-size: 14px;
  text-align: left;
  text-shadow: 0px 0px 2px #02525a;
}
#content .aside .paypal:hover {
  cursor: pointer;
}
#footer {
  border-top: 1px solid #ffffff;
  padding: 15px 0;
  text-shadow: 1px 1px 1px #ffffff;
  width: 100%;
}
#footer ul {
  float: left;
  margin: 0 0 15px;
}
#footer ul li {
  float: left;
  list-style: none;
}
#footer ul li a {
  font-size: 18px;
  font-weight: 700;
  margin-right: 25px;
  text-shadow: 1px 1px 1px #ffffff;
  text-transform: uppercase;
}
#footer ul li a:hover {
  color: #05d9f0;
}
#footer .copyright {
  clear: both;
  background: transparent url(../img/cc.png) 0 0 no-repeat;
  padding: 0 0 10px 25px;
}
#form {
  text-align: left;
}
#form #known_user p {
  font-size: 16px;
}
#form #known_user a {
  color: #ffffff;
  font-weight: 700;
}
#form form {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#form label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
#form select {
  display: block;
  margin-bottom: 12px;
  margin-left: 0;
}
#form input,
#form textarea {
  border: 0;
  font-size: 13px;
  margin-bottom: 12px;
  width: 95.6%;
}
#form input:focus,
#form textarea:focus {
  outline: none;
}
#form textarea {
  height: 100px;
  padding: 5px;
}
#form input {
  border: 1px solid #ffffff;
  padding: 10px 5px;
}
#form input[type=checkbox] {
  display: inline;
  margin-right: 7px;
  width: inherit;
  vertical-align: top;
}
#form input.ak-error,
#form textarea.ak-error,
#form select.ak-error {
  background: #fcf1f0;
  border: 1px solid #e88b84;
  color: #c83025;
}
#form .submit {
  background: #dc6134;
  border: 0;
  color: #ffffff;
  float: right;
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 10px 20px;
  width: auto;
}
#form .submit:hover {
  background: #d25324;
  cursor: pointer;
}
#form .dual .field.text {
  float: none !important;
}
#form .amounts,
#form .types {
  font-size: 15px;
}
#form .amounts span,
#form .types span {
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 8px;
  width: auto;
}
#form .amounts span.other .amount,
#form .types span.other .amount {
  padding: 5px;
  position: relative;
  top: -9px;
  width: 55px;
}
#form .amounts span input,
#form .types span input {
  width: 15px;
  vertical-align: top;
}
#form #recognized {
  background: #0395a5;
  padding: 15px;
  font-size: 17px;
  margin-bottom: 20px;
}
#form #recognized a {
  font-size: 13px;
  color: #013b41 !important;
  margin-left: 5px;
}
#form .recurring-notice a {
  color: #ffffff;
}
#form #circles {
  padding: 5px 0 25px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-bottom: 1px solid #0395a5;
  text-align: center;
  position: relative;
}
#form #circles ul {
  list-style: none;
  margin: 0 auto;
}
#form #circles ul li {
  float: left;
  width: 32.5%;
  position: relative;
  text-shadow: none;
}
#form #circles ul li.circle-label p {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 30px;
}
#form #circles ul li .line {
  z-index: 1;
  height: 5px;
  width: 100%;
  left: 50%;
  top: 39px;
  background: #049eaf;
  position: absolute;
}
#form #circles ul li .circle {
  border: 1px solid #0395a5;
  background: #04acbe;
  border-radius: 25px;
  text-align: center;
  width: 34px;
  margin: 0 auto;
  margin-top: 5px;
  position: relative;
  z-index: 11;
}
#form #circles ul li .circle span {
  display: block;
  padding: 5px 10px;
  background: #0395a5;
  border-radius: 180px;
  margin: 2px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}
#form #circles ul li.circle-complete .circle span {
  background: #dc6134;
}
#form #circles ul li.circle-complete .circle span:hover {
  background: #dc6134;
  cursor: pointer;
}
#form #circles.two ul {
  width: 235px;
}
#form #circles.two ul li {
  width: 48%;
}
#form .step.step-one .amounts span {
  background: #84d3d7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #84d3d7 0%, #57c9d3 2%, #41bed2 5%, #40c0cd 7%, #3dc1cd 9%, #3fbfcc 28%, #3cbecb 30%, #3db8c7 65%, #3bb7c3 72%, #3ab2c0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84d3d7), color-stop(2%, #57c9d3), color-stop(5%, #41bed2), color-stop(7%, #40c0cd), color-stop(9%, #3dc1cd), color-stop(28%, #3fbfcc), color-stop(30%, #3cbecb), color-stop(65%, #3db8c7), color-stop(72%, #3bb7c3), color-stop(100%, #3ab2c0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #84d3d7 0%, #57c9d3 2%, #41bed2 5%, #40c0cd 7%, #3dc1cd 9%, #3fbfcc 28%, #3cbecb 30%, #3db8c7 65%, #3bb7c3 72%, #3ab2c0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #84d3d7 0%, #57c9d3 2%, #41bed2 5%, #40c0cd 7%, #3dc1cd 9%, #3fbfcc 28%, #3cbecb 30%, #3db8c7 65%, #3bb7c3 72%, #3ab2c0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #84d3d7 0%, #57c9d3 2%, #41bed2 5%, #40c0cd 7%, #3dc1cd 9%, #3fbfcc 28%, #3cbecb 30%, #3db8c7 65%, #3bb7c3 72%, #3ab2c0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #84d3d7 0%, #57c9d3 2%, #41bed2 5%, #40c0cd 7%, #3dc1cd 9%, #3fbfcc 28%, #3cbecb 30%, #3db8c7 65%, #3bb7c3 72%, #3ab2c0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84d3d7', endColorstr='#3ab2c0', GradientType=0);
  /* IE6-9 */
  display: block;
  width: 99px;
  float: left;
  border: 1px solid #038c9b;
  margin: 0 15px 15px 0;
  padding: 12px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  overflow: hidden;
}
#form .step.step-one .amounts span:hover {
  background: #38abb0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #38abb0 0%, #33a7b6 2%, #38a7ba 5%, #36abb4 7%, #39afbb 21%, #3cbac6 62%, #3dbdca 67%, #3ec0cd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #38abb0), color-stop(2%, #33a7b6), color-stop(5%, #38a7ba), color-stop(7%, #36abb4), color-stop(21%, #39afbb), color-stop(62%, #3cbac6), color-stop(67%, #3dbdca), color-stop(100%, #3ec0cd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #38abb0 0%, #33a7b6 2%, #38a7ba 5%, #36abb4 7%, #39afbb 21%, #3cbac6 62%, #3dbdca 67%, #3ec0cd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #38abb0 0%, #33a7b6 2%, #38a7ba 5%, #36abb4 7%, #39afbb 21%, #3cbac6 62%, #3dbdca 67%, #3ec0cd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #38abb0 0%, #33a7b6 2%, #38a7ba 5%, #36abb4 7%, #39afbb 21%, #3cbac6 62%, #3dbdca 67%, #3ec0cd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #38abb0 0%, #33a7b6 2%, #38a7ba 5%, #36abb4 7%, #39afbb 21%, #3cbac6 62%, #3dbdca 67%, #3ec0cd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38abb0', endColorstr='#3ec0cd', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
#form .step.step-one .amounts span.active,
#form .step.step-one .amounts span.active:hover {
  background: #0395a5;
  cursor: pointer;
}
#form .step.step-one .amounts span input[type="radio"] {
  margin: 0;
  display: none;
}
#form .step.step-one .amounts .other {
  display: block;
  clear: both;
  background: none;
  border: 0;
  height: auto;
  width: auto;
  margin: 0 auto;
  text-align: center;
  margin: 0;
  text-indent: 0;
  text-align: left;
}
#form .step.step-one .amounts .other:hover,
#form .step.step-one .amounts .other.active {
  background: none;
}
#form .step.step-one .amounts .other #other_radio {
  display: none;
}
#form .step.step-one .amounts .other #amount_other_field {
  color: #ffffff;
  display: block;
  padding: 7px;
  font-size: 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  width: 90%;
  margin-top: 15px;
  max-width: 87px;
}
#form .step .next {
  width: 125px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}
#form .step .btn-group.activate {
  border-top: 1px solid #049eaf;
  padding-top: 25px;
  margin-top: 15px;
}
#form .step .btn-group.activate .next {
  float: left !important;
  margin-top: 0;
}
#form .step .btn-group.activate p {
  margin-left: 25px;
  float: left;
  position: relative;
  top: 10px;
  font-size: 15px;
}
#form .step .btn-group.activate p span {
  font-style: italic;
  font-weight: bold;
}
#form #id_state {
  margin-bottom: 25px;
}
#form .expand {
  background: #049eaf;
  clear: both;
  color: #ffffff;
  display: block;
  font-size: 13px;
  line-height: 1.4em;
  padding: 1px 0 2px;
  position: relative;
  text-align: center;
  top: -16px;
  width: 348px;
}
#form .expand:hover {
  background: #0395a5;
  cursor: pointer;
}
#error {
  background: #f3f3f3;
}
#error #content {
  padding-top: 75px;
}
#error #content .page {
  background: none;
  width: 100%;
  text-align: center;
}
#error #content .page .body h1 {
  font-size: 39px;
}
#error #content .page .body p {
  font-size: 19px;
  width: 450px;
}
#error #content .aside {
  display: none !important;
}
#upworthy #content .wrapper,
#upworthy #content .page {
  width: 100%;
}
#upworthy #content .mast {
  padding-top: 70px;
}
#upworthy #content .count {
  display: none;
}
#upworthy #content .wrapper {
  text-align: center;
  text-shadow: none;
}
#upworthy #content .wrapper h2 {
  margin-bottom: 15px;
}
#upworthy #content .wrapper h3 {
  color: #dc6134;
  font-size: 34px;
  font-weight: bold;
}
#upworthy #content .wrapper .form-text {
  background: none;
  color: #111111;
  font-weight: normal;
  line-height: 1.3em;
}
#upworthy #content .body {
  padding: 0;
}
#upworthy #content .body h2 {
  margin-bottom: 10px;
}
#upworthy #content .body .graphic {
  padding: 25px 0;
}
#upworthy #content .body .graphic img,
#upworthy #content .body .graphic iframe {
  width: 100% !important;
}
#upworthy #content .body ul.social {
  font-size: 16px;
  font-weight: bold;
}
#upworthy #content .body ul.social padding li {
  border: 0;
}
#upworthy #content .body ul.social padding li.text {
  text-align: center;
}
#upworthy #content .body ul.social padding li .count {
  display: none;
}
#upworthy #content .aside {
  display: none;
}
#upworthy #content .callout {
  background: #111111;
}
#upworthy #content .callout .padding {
  padding: 35px;
}
#upworthy #content .callout form {
  margin: 0 auto 25px;
  overflow: hidden;
}
#upworthy #content .callout form label {
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: none;
}
#upworthy #content .callout form input {
  font-size: 13px;
  border: 0;
  margin: 0 !important;
  padding: 11px 5px;
  width: 100%;
}
#upworthy #content .callout form input.ak-error {
  background: #fcf1f0;
  border: 1px solid #e88b84;
  color: #c83025;
}
#upworthy #content .callout form input:focus {
  outline: none;
}
#upworthy #content .callout form input.submit {
  background: #dc6134;
  border: 0;
  margin: 0;
  color: #ffffff;
  float: left;
  font-size: 16px;
  padding: 10px 20px;
  width: auto;
}
#upworthy #content .callout form input.submit:hover {
  background: #d25324;
  cursor: pointer;
}
#upworthy #content .callout .social {
  margin: 0 auto;
  overflow: hidden;
}
#upworthy #content .callout .social iframe {
  margin-bottom: 15px;
}
.modal-backdrop.in {
  -moz-opacity: 0.2 !important;
  -khtml-opacity: 0.2 !important;
  -webkit-opacity: 0.2 !important;
  opacity: 0.2 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20) !important;
  filter: alpha(opacity=20) !important;
}
.modal {
  display: none;
  position: absolute;
  top: 3%;
  left: 5%;
  margin: 0;
  text-align: left;
  width: 90%;
}
.modal.fade.in {
  display: visible;
  top: 15%;
}
.modal .text {
  border-bottom: 1px dotted #eaeaea;
  font-size: 16px;
  line-height: 1.5em;
  padding: 15px 0 25px;
}
.modal .text .quote-label {
  font-size: 14px;
  color: #111111;
  margin-bottom: 0;
  padding-top: 15px;
  text-shadow: 1px 1px 1px white;
}
.modal .text .quote {
  color: #ffffff;
  background: url(../img/quote-white.png) 5px 5px no-repeat #04acbe;
  line-height: 1.6em;
  font-size: 16px;
  padding: 10px 10px 10px 55px;
  text-shadow: none;
}
.modal #form input {
  border: 1px solid #c3c3c3;
}
.modal #form .submit {
  border: 0;
  width: 100%;
}
.modal .modal-body {
  max-height: 500px;
}
.modal .modal-footer {
  text-align: center;
}
.modal .btn.btn-success,
.modal .btn.btn-done {
  background: #dc6134;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px 20px;
  width: 200px;
}
.modal .btn.btn-success:hover,
.modal .btn.btn-done:hover {
  background: #d25324;
  cursor: pointer;
}
.modal #success {
  text-align: center;
}
.modal #success h2 {
  margin-bottom: 15px;
}
.modal #success p {
  font-size: 15px;
}
.modal #success .modal-body {
  padding: 25px 0;
}
.modal.sam .modal-header,
.modal .modal-header {
  background: url(../img/bg-form.gif) 0 0 repeat #04acbe;
  padding: 15px;
  border-bottom: 1px solid #0395a5;
}
.modal.sam .modal-header h2,
.modal .modal-header h2 {
  color: #ffffff;
  text-shadow: none;
}
.modal.sam textarea,
.modal textarea {
  border: 0;
  font-size: 13px;
  line-height: 1.7em;
  margin-bottom: ;
  min-height: 300px;
  padding: 5px;
  width: 98%;
}
.modal.sam textarea:focus,
.modal textarea:focus {
  outline: none;
}
.modal.sam .btn,
.modal .btn {
  width: 100%;
}
.modal.donate .modal-header {
  background: url(../img/bg-form.gif) 0 0 repeat #04acbe;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #0395a5;
}
.modal.donate .modal-header h2 {
  color: #ffffff;
  font-size: 32px;
}
.modal.donate .modal-body {
  padding: 25px;
  font-size: 16px;
}
.modal.donate .modal-body h1 {
  color: #04acbe;
  margin-bottom: 25px;
  font-weight: bold;
}
.modal.donate .modal-footer {
  text-align: center;
}
.modal.donate .modal-footer .btn {
  float: none;
  display: block;
  margin: 0 auto 15px;
  width: 250px;
}
.modal.donate .modal-footer .btn:hover {
  cursor: pointer;
}
.modal.donate .modal-footer .btn.no {
  background: none;
  border: 0;
  color: #04acbe;
  margin: 0 auto;
  width: auto;
  padding: 0;
  font-size: 15px;
}
.modal.donate .modal-footer .btn.no:hover {
  text-decoration: underline;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icon-lock {
  background-position: -287px -25px;
}
.ui-widget-content {
  border: 1px solid #33bbcf;
  background: #f2f5f7 url(../img/ui/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
}
.ui-widget-header {
  border: 1px solid #33bbcf;
  background: #deedf7 url(../img/ui/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -khtml-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
input[type=text] {
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (min-width: 605px) {
  body {
    background: url(../img/bg-mast.png) 0 0 repeat-x #f3f3f3;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .browser-hidden {
    display: none;
  }
  .iphone-hidden {
    display: inline-block;
  }
  .iphone-hidden.full {
    display: block;
  }
  .inner {
    width: 980px;
  }
  #header {
    height: 50px;
  }
  #header .logo {
    left: 30px;
  }
  #header .tagline {
    display: inline-block;
    left: 150px;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    margin-top: 0 !important;
    top: 16px;
  }
  #content .page {
    margin-bottom: 0;
    width: 560px;
  }
  #content .mast {
    height: 375px;
  }
  #content .mast .wrapper {
    height: 335px;
    top: 20px;
    width: 560px;
  }
  #content .mast .wrapper img,
  #content .mast .wrapper iframe {
    height: 335px;
    width: 560px;
  }
  #content .mast .wrapper p {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 10px;
    text-shadow: none;
    width: 100%;
    z-index: 99;
  }
  #content .aside {
    width: 400px;
  }
  #content .aside.absolute {
    right: 0;
  }
  #content .aside ul.social {
    list-style: none;
    overflow: hidden;
    padding-top: 20px !important;
  }
  #content .aside ul.social li {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #content .aside ul.social li.facebook a {
    background: url(../img/facebook-large.png) 0 0 no-repeat !important;
  }
  #content .aside ul.social li.twitter a {
    background: url(../img/twitter-large.png) 0 0 no-repeat !important;
  }
  #content .aside ul.social li.email a {
    background: url(../img/email-large.png) 0 0 no-repeat !important;
  }
  #content .aside ul.social li a {
    display: block;
    float: left;
    height: 65px !important;
    padding: 0 !important;
    width: 205px;
    text-indent: -999em !important;
  }
  #content .aside ul.social li .count {
    float: right;
    width: 85px !important;
    margin: 0;
    font-size: 15px !important;
    top: 10px !important;
    position: relative;
    font-weight: bold !important;
    right: 22px;
  }
  #content .aside ul.social li .count:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(244, 252, 254, 0);
    border-right-color: #f4fcfe;
    border-width: 10px;
    margin-top: -10px;
  }
  #form input,
  #form textarea {
    width: 338px;
  }
  #form .dual .field.pull-left {
    float: left !important;
  }
  #form .dual .field.pull-right {
    float: right !important;
  }
  #form .dual .field input {
    width: 155px;
  }
  #form .dual .field select {
    width: 167px;
  }
  #form .dual .field.right {
    margin-left: 15px;
  }
  #form #id_state {
    width: 161px;
  }
  #upworthy {
    background: #f3f3f3;
  }
  #upworthy #content .mast {
    background: #ffffff;
    height: auto;
    margin-bottom: 0 !important;
    padding: 25px 0 0;
  }
  #upworthy #content .wrapper {
    border: 1px solid #e6e6e6;
    border-width: 1px 0;
    height: auto;
    padding: 45px 100px;
    width: auto;
  }
  #upworthy #content .page {
    overflow: hidden;
  }
  #upworthy #content .body.affix {
    padding-top: 67px;
  }
  #upworthy #content .body h2 {
    margin-bottom: 15px;
  }
  #upworthy #content .body .graphic {
    text-align: center;
  }
  #upworthy #content .body .graphic img,
  #upworthy #content .body .graphic iframe {
    margin: 0 auto;
    width: auto;
    max-width: 900px;
  }
  #upworthy #content .body .affix-social.affix {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    padding-top: 10px;
    width: 978px;
    left: 50%;
    margin-left: -489px;
  }
  #upworthy #content .body ul.social {
    margin: 0 auto;
    overflow: hidden;
    width: 600px;
  }
  #upworthy #content .body ul.social li {
    margin-bottom: 0;
    float: left;
    margin-right: 15px;
    width: 215px;
  }
  #upworthy #content .body ul.social li.text {
    width: 100px;
    padding-top: 18px;
    text-align: left;
  }
  #upworthy #content .callout .padding {
    padding: 35px 0;
  }
  #upworthy #content .callout form {
    width: 550px;
  }
  #upworthy #content .callout form label {
    text-align: center;
  }
  #upworthy #content .callout form input {
    width: 415px;
    float: left;
  }
  #upworthy #content .callout form input.sumit {
    float: left;
  }
  #upworthy #content .callout .social {
    width: 450px;
  }
  #upworthy #content .callout .social iframe {
    margin-bottom: 0;
    margin-right: 35px;
  }
  .modal {
    position: fixed;
    left: 50%;
    margin: 0 0 0 -280px;
    width: 560px;
  }
  .modal.fade.in {
    top: 35%;
  }
  .modal .close {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
  }
  .modal #form {
    width: 400px;
    margin: 0 auto 25px;
  }
  .modal #form input {
    width: 385px;
  }
}
.share-default #content ul.social,
.share-se1 #content ul.social,
.share-se2 #content ul.social,
.share-se3 #content ul.social,
.share-se4 #content ul.social,
.share-se5 #content ul.social,
#upworthy #content ul.social,
.share-default .modal ul.social,
.share-se1 .modal ul.social,
.share-se2 .modal ul.social,
.share-se3 .modal ul.social,
.share-se4 .modal ul.social,
.share-se5 .modal ul.social,
#upworthy .modal ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.share-default #content ul.social li,
.share-se1 #content ul.social li,
.share-se2 #content ul.social li,
.share-se3 #content ul.social li,
.share-se4 #content ul.social li,
.share-se5 #content ul.social li,
#upworthy #content ul.social li,
.share-default .modal ul.social li,
.share-se1 .modal ul.social li,
.share-se2 .modal ul.social li,
.share-se3 .modal ul.social li,
.share-se4 .modal ul.social li,
.share-se5 .modal ul.social li,
#upworthy .modal ul.social li {
  border: 0;
  width: 100%;
}
.share-default #content ul.social li.facebook a,
.share-se1 #content ul.social li.facebook a,
.share-se2 #content ul.social li.facebook a,
.share-se3 #content ul.social li.facebook a,
.share-se4 #content ul.social li.facebook a,
.share-se5 #content ul.social li.facebook a,
#upworthy #content ul.social li.facebook a,
.share-default .modal ul.social li.facebook a,
.share-se1 .modal ul.social li.facebook a,
.share-se2 .modal ul.social li.facebook a,
.share-se3 .modal ul.social li.facebook a,
.share-se4 .modal ul.social li.facebook a,
.share-se5 .modal ul.social li.facebook a,
#upworthy .modal ul.social li.facebook a {
  background: #4f629f;
}
.share-default #content ul.social li.twitter a,
.share-se1 #content ul.social li.twitter a,
.share-se2 #content ul.social li.twitter a,
.share-se3 #content ul.social li.twitter a,
.share-se4 #content ul.social li.twitter a,
.share-se5 #content ul.social li.twitter a,
#upworthy #content ul.social li.twitter a,
.share-default .modal ul.social li.twitter a,
.share-se1 .modal ul.social li.twitter a,
.share-se2 .modal ul.social li.twitter a,
.share-se3 .modal ul.social li.twitter a,
.share-se4 .modal ul.social li.twitter a,
.share-se5 .modal ul.social li.twitter a,
#upworthy .modal ul.social li.twitter a {
  background: #689cca;
}
.share-default #content ul.social li.email a,
.share-se1 #content ul.social li.email a,
.share-se2 #content ul.social li.email a,
.share-se3 #content ul.social li.email a,
.share-se4 #content ul.social li.email a,
.share-se5 #content ul.social li.email a,
#upworthy #content ul.social li.email a,
.share-default .modal ul.social li.email a,
.share-se1 .modal ul.social li.email a,
.share-se2 .modal ul.social li.email a,
.share-se3 .modal ul.social li.email a,
.share-se4 .modal ul.social li.email a,
.share-se5 .modal ul.social li.email a,
#upworthy .modal ul.social li.email a {
  background: #c2613a;
}
.share-default #content ul.social li a,
.share-se1 #content ul.social li a,
.share-se2 #content ul.social li a,
.share-se3 #content ul.social li a,
.share-se4 #content ul.social li a,
.share-se5 #content ul.social li a,
#upworthy #content ul.social li a,
.share-default .modal ul.social li a,
.share-se1 .modal ul.social li a,
.share-se2 .modal ul.social li a,
.share-se3 .modal ul.social li a,
.share-se4 .modal ul.social li a,
.share-se5 .modal ul.social li a,
#upworthy .modal ul.social li a {
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
  text-indent: 0;
  height: auto;
  padding: 15px 5px;
  text-align: center;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.share-default #content ul.social li .count,
.share-se1 #content ul.social li .count,
.share-se2 #content ul.social li .count,
.share-se3 #content ul.social li .count,
.share-se4 #content ul.social li .count,
.share-se5 #content ul.social li .count,
#upworthy #content ul.social li .count,
.share-default .modal ul.social li .count,
.share-se1 .modal ul.social li .count,
.share-se2 .modal ul.social li .count,
.share-se3 .modal ul.social li .count,
.share-se4 .modal ul.social li .count,
.share-se5 .modal ul.social li .count,
#upworthy .modal ul.social li .count {
  font-size: 18px;
  padding: 10px 5px;
  font-weight: normal;
  margin: 10px 0;
  width: auto;
}
#upworthy .social li {
  margin-bottom: 10px !important;
}
#share.share-se1,
#share.share-se2,
#share.share-se5 {
  background: #f6f6f6;
}
#share.share-se1 #header,
#share.share-se2 #header,
#share.share-se5 #header {
  background: #f3f3f3;
}
#share.share-se1 #header .tagline,
#share.share-se2 #header .tagline,
#share.share-se5 #header .tagline {
  font-size: 24px;
  font-weight: 400;
}
#share.share-se1 #content,
#share.share-se2 #content,
#share.share-se5 #content {
  border-top: 1px solid #ccc;
}
#share.share-se1 #content .inner,
#share.share-se2 #content .inner,
#share.share-se5 #content .inner,
#share.share-se1 #content .page,
#share.share-se2 #content .page,
#share.share-se5 #content .page {
  width: 100%;
}
#share.share-se1 #content .container,
#share.share-se2 #content .container,
#share.share-se5 #content .container {
  margin: 0 auto;
  width: 100%;
}
#share.share-se1 #content .top,
#share.share-se2 #content .top,
#share.share-se5 #content .top {
  background: #e7e7e7;
  border-bottom: 1px solid #ccc;
}
#share.share-se1 #content .top .padding,
#share.share-se2 #content .top .padding,
#share.share-se5 #content .top .padding {
  padding: 100px 25px 50px;
}
#share.share-se1 #content .top h1,
#share.share-se2 #content .top h1,
#share.share-se5 #content .top h1 {
  font-weight: bold;
  padding-bottom: 25px;
  text-align: center;
  line-height: 1.4em;
}
#share.share-se1 #content .top .text,
#share.share-se2 #content .top .text,
#share.share-se5 #content .top .text {
  line-height: 1.3em;
  text-align: center;
  font-size: 18px;
}
#share.share-se1 #content .top .share,
#share.share-se2 #content .top .share,
#share.share-se5 #content .top .share {
  margin: 0 auto 35px;
}
#share.share-se1 #content .bottom .padding,
#share.share-se2 #content .bottom .padding,
#share.share-se5 #content .bottom .padding {
  padding-top: 75px;
}
#share.share-se1 #content .bottom .browser,
#share.share-se2 #content .bottom .browser,
#share.share-se5 #content .bottom .browser,
#share.share-se1 #content .bottom .mobile,
#share.share-se2 #content .bottom .mobile,
#share.share-se5 #content .bottom .mobile {
  margin-bottom: 15px;
  line-height: 1.4em;
  font-size: 18px;
}
#share.share-se1 #content .bottom .send-email,
#share.share-se2 #content .bottom .send-email,
#share.share-se5 #content .bottom .send-email {
  font-size: 25px;
  font-weight: bold;
  color: #00abbd;
  line-height: 1.2em;
  display: block;
  margin-bottom: 30px;
}
#share.share-se1 #content .bottom .send-email:hover,
#share.share-se2 #content .bottom .send-email:hover,
#share.share-se5 #content .bottom .send-email:hover,
#share.share-se1 #content .bottom .send-email:active,
#share.share-se2 #content .bottom .send-email:active,
#share.share-se5 #content .bottom .send-email:active {
  text-decoration: underline;
}
#share.share-se1 #content .bottom blockquote,
#share.share-se2 #content .bottom blockquote,
#share.share-se5 #content .bottom blockquote {
  border: 0;
  border-left: 8px solid #dbdbdb;
  margin-bottom: 35px;
  padding: 25px 35px;
  font-size: 15px;
  line-height: 1.4em;
}
#share.share-se1 #content .bottom blockquote:last-child,
#share.share-se2 #content .bottom blockquote:last-child,
#share.share-se5 #content .bottom blockquote:last-child {
  margin-bottom: 0;
}
#share.share-se1 #content .aside,
#share.share-se2 #content .aside,
#share.share-se5 #content .aside {
  display: none;
}
#action.share-se3 .se3-modal {
  margin-top: 0 !important;
}
#action.share-se3 .se3-modal h3 {
  font-size: 25px;
  font-weight: bold;
}
#action.share-se3 .se3-modal p {
  font-size: 20px;
}
#action.share-se3 .se3-modal ul.social li {
  margin-bottom: 10px;
}
#action.share-se3 .se3-modal ul.social.show-email {
  margin-bottom: 35px;
}
#action.share-se3 .se3-modal .twitter {
  width: 100%;
  text-align: center;
}
#action.share-se3 .se3-modal .twitter a {
  border-bottom: 1px dashed #04acbe;
}
#action.share-se4 {
  background: url(../img/bg-mast-grey.png) 0 -22px repeat-x;
}
#action.share-se4 .mast {
  height: 545px;
  margin-bottom: 0;
}
#action.share-se4 .mast .wrapper {
  padding-top: 65px;
}
#action.share-se4 .mast h2 {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-bottom: 35px;
}
#action.share-se4 .mast .share {
  width: auto !important;
  height: auto !important;
  margin: 0 auto 35px;
}
#action.share-se4 .mast ul.social {
  width: 70%;
  margin: 0 auto;
}
#action.share-se4 .mast ul.social li {
  margin-bottom: 10px;
}
#action.share-se4 .mast ul.social li .count {
  display: none;
}
#action.share-se4 #content .body {
  border: 0;
}
.share-se2 .se2-modal .modal-body,
.share-se3 .se2-modal .modal-body,
.share-se2 .se3-modal .modal-body,
.share-se3 .se3-modal .modal-body {
  padding: 50px;
}
.share-se2 .se2-modal h2,
.share-se3 .se2-modal h2,
.share-se2 .se3-modal h2,
.share-se3 .se3-modal h2 {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 30px;
}
.share-se2 .se2-modal p,
.share-se3 .se2-modal p,
.share-se2 .se3-modal p,
.share-se3 .se3-modal p {
  margin-bottom: 15px;
  line-height: 1.3em;
}
.share-se2 .se2-modal .close,
.share-se3 .se2-modal .close,
.share-se2 .se3-modal .close,
.share-se3 .se3-modal .close {
  background: #04acbe;
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1em;
  font-weight: 100;
  padding: 8px 10px;
  position: absolute;
  right: -12px;
  top: -13px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.share-se2 .se2-modal .btn,
.share-se3 .se2-modal .btn,
.share-se2 .se3-modal .btn,
.share-se3 .se3-modal .btn {
  background: #c45a26;
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
  text-indent: 0;
  height: auto;
  margin: 0 auto;
  padding: 15px 5px;
  text-align: center;
  display: block;
  width: auto;
  max-width: 300px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.share-se2 .se2-modal .btn:hover,
.share-se3 .se2-modal .btn:hover,
.share-se2 .se3-modal .btn:hover,
.share-se3 .se3-modal .btn:hover {
  background-color: #af5022;
}
@media only screen and (min-width: 601px) {
  #share.share-se1 #content .container,
  #share.share-se2 #content .container,
  #share.share-se5 #content .container {
    width: 980px;
  }
  #share.share-se1 #content .top,
  #share.share-se2 #content .top,
  #share.share-se5 #content .top {
    text-align: center;
  }
  #share.share-se1 #content .top ul.social li,
  #share.share-se2 #content .top ul.social li,
  #share.share-se5 #content .top ul.social li {
    margin-left: 25px;
    float: left;
    width: 285px;
  }
  #share.share-se1 #content .top ul.social li a,
  #share.share-se2 #content .top ul.social li a,
  #share.share-se5 #content .top ul.social li a {
    width: 250px;
  }
  #share.share-se1 #content .top ul.social li .count,
  #share.share-se2 #content .top ul.social li .count,
  #share.share-se5 #content .top ul.social li .count {
    width: 250px !important;
  }
  #share.share-se1.no-email #content .top ul.social,
  #share.share-se2.no-email #content .top ul.social,
  #share.share-se5.no-email #content .top ul.social {
    width: 67.5%;
    margin: 0 auto;
  }
  #action.share-se3 #donate-share-modal ul.social.show-email {
    padding-bottom: 45px;
  }
  #action.share-se3 #donate-share-modal ul.social.show-email li {
    float: left;
    margin-bottom: 10px;
    width: 48%;
  }
  #action.share-se3 #donate-share-modal ul.social.show-email li:last-child {
    margin-left: 3%;
  }
  #action.share-se4 .mast .share {
    margin-left: 30px;
  }
}
