.subscription-sprite, .subscription-arrow, .subscription-bullet, .subscription-check, .subscription-footer-arrow, .subscription-help, .subscription-incorrect {
  background-image: url('../../images/sprites/subscription-sc6a83afa7c.png');
  background-repeat: no-repeat;
}

.subscription-arrow {
  background-position: 0 -64px;
}

.subscription-bullet {
  background-position: -20px -42px;
}

.subscription-check {
  background-position: 0 -21px;
}

.subscription-footer-arrow {
  background-position: 0 -93px;
}

.subscription-help {
  background-position: 0 -42px;
}

.subscription-incorrect {
  background-position: 0 0;
}

body {
  background: url("../../../../media/premium/images/bg.png");
  background-attachment: fixed;
}

.icon-help, #product-unlimted a.icon-help {
  height: 15px;
  width: 15px;
  margin-left: 2px;
  display: inline-block;
  border-radius: 10px;
  background: none repeat scroll 0 0 #999999;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  top: -5px;
}
.icon-help:hover, #product-unlimted a.icon-help:hover {
  color: #FFF;
}

#product-unlimited a.icon-help {
  background-color: #999;
  border-radius: 10px 10px 10px 10px;
  padding: 0 1px 1px 0;
  height: 15px;
  width: 15px;
}

#attic {
  display: none;
}

.modal {
  background: white;
  border-radius: 8px;
  margin: -188px 0 0 -235px;
  padding: 10px;
  width: 470px;
}
.modal .modal-header {
  display: block;
  margin: -10px;
}
.modal .modal-header button {
  opacity: 1;
}
.modal .modal-body {
  padding: 0 25px;
  overflow: visible;
}
.modal .modal-body h5 {
  font: normal 18px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif !important;
  margin-bottom: 10px;
}
.modal .modal-body .modalMsg {
  padding: 5px 0 10px 0;
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
}
.modal .modal-body .modalMsg a {
  color:#DA161F;
}
.modal .modal-body .modalMsg a:hover {
  text-decoration: underline;
}
.modal .modal-response {
  padding: 10px;
  display: none;
}
.modal .modal-response.success {
  padding-left: 0;
  color: #47b547;
  font-weight: bold;
}
.modal .modal-response.error {
  background-color: #ffdfe0;
}
.modal .modal-head-img {
  margin: 0 auto 10px;
}
.modal .modal-headline {
  font: normal normal 18px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  margin-bottom: 10px;
}
.modal li p {
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 15px;
  color: #333;
}
.modal input, .modal .errorMsg {
  font: normal bold 14px/1.2 Helvetica, Arial, Verdana, sans-serif;
  border-radius: 3px;
  margin: 0 auto;
  padding: 8px;
  width: 92%;
  clear: both;
}
.modal input {
  border: 1px solid #bbb;
  color: #999999;
  display: block;
  height: 20px;
  margin-bottom: 10px;
}
.modal .row {
  clear: both;
  overflow: hidden;
  width: 440px;
}
.modal .row input {
  float: left;
}
.modal .row .good-bad {
  display: block;
  width: 15px;
  height: 15px;
  float: right;
  position: relative;
  top: 15px;
}
.modal .row .invalid {
  background: url("../../../../media/premium/images/good-bad.png") no-repeat transparent 0 0;
}
.modal .row .valid {
  background: url("../../../../media/premium/images/good-bad.png") no-repeat transparent 0 -13px;
}
.modal .row.error input {
  border: 1px solid #F00;
}
.modal .errorMsg {
  background: #FFE0DD;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
  padding: 10px;
  position: relative;
}
.modal .errorMsg span.arrorUp {
  border-color: transparent transparent #FFE0DD transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: -11px;
  left: 48%;
  width: 0;
}
.modal .processing {
  text-align: center;
}
.modal .modal-footer {
  background: none;
  border: none;
  padding-top: 0px;
  text-align: center;
}
.modal .modal-footer #apply-discount, .modal .modal-footer #gig-apply-discount, .modal .modal-footer #user_email_submit {
  font: normal normal 14px/1 "PrattRegular", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  background: -moz-linear-gradient(top, #989898 0%, #616161 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #989898), color-stop(100%, #616161));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #989898 0%, #616161 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #989898 0%, #616161 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #989898 0%, #616161 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #989898 0%, #616161 100%);
  /* W3C */
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  padding: 9px 0;
  width: 96%;
}
.modal .modal-footer #apply-discount[disabled], .modal .modal-footer #gig-apply-discount[disabled], .modal .modal-footer #user_email_submit[disabled] {
  opacity: 0.6;
}

.modal2 {
  background: white;
  border-radius: 8px;
  border: 10px solid #000000;
  margin: -188px 0 0 -235px;
  padding: 10px;
  overflow: visible;
  width: 370px;
}
.modal2 .modal-header {
  display: block;
  margin: -10px;
}
.modal2 .modal-header .closeModal2, .modal2 .modal-header .closeModal2:hover {
  width: 28px;
  height: 28px;
  margin: -16px -16px 0 0;
  display: block;
  background: url(../../../../media/www/images/ui-elements/close-big.png) 0 0 no-repeat;
}
.modal2 .modal-body2 {
  padding: 20px 24px 0;
  overflow: visible;
}
.modal2 .modal-body2 .modalMsg {
  padding: 5px 0 10px 0;
  font: normal 18px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif !important;
  margin-bottom: 10px;
}
.modal2 .modal-body2 .modalMsg a {
  color:#DA161F;
}
.modal2 .modal-body2 .modalMsg a:hover {
  text-decoration: underline;
}
.modal2 .modal-body2 .modalMsg span {
  color:#DA161F;
}
.modal2 .modal-body2 .modalMsg span.nobreak {
  color: #000;
  white-space: nowrap;
}
.modal2 .modal-body2 .modalMsg.modal--body {
  font: 12px/1.2 Helvetica, Arial, Verdana, sans-serif !important;
}
.modal2 .modal-response {
  padding: 10px;
  display: none;
}
.modal2 .modal-response.success {
  padding-left: 0;
  color: #47b547;
  font-weight: bold;
}
.modal2 .modal-response.error {
  background-color: #ffdfe0;
}
.modal2 .modal-head-img {
  margin: 0 auto 10px;
}
.modal2 .modal-headline {
  font: normal normal 18px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  margin-bottom: 10px;
}
.modal2 li p {
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 15px;
  color: #333;
}
.modal2 input, .modal2 .errorMsg {
  font: normal bold 14px/1.2 Helvetica, Arial, Verdana, sans-serif;
  border-radius: 3px;
  margin: 0 auto;
  padding: 8px;
  width: 89%;
  clear: both;
}
.modal2 input {
  border: 1px solid #bbb;
  color: #999999;
  display: block;
  height: 20px;
  margin-bottom: 10px;
}
.modal2 .row {
  clear: both;
  overflow: hidden;
  width: 329px;
}
.modal2 .row input {
  float: left;
}
.modal2 .row .good-bad {
  display: block;
  width: 15px;
  height: 15px;
  float: right;
  position: relative;
  top: 15px;
}
.modal2 .row .invalid {
  background: url("../../../../media/premium/images/good-bad.png") no-repeat transparent 0 0;
}
.modal2 .row .valid {
  background: url("../../../../media/premium/images/good-bad.png") no-repeat transparent 0 -13px;
}
.modal2 .row.error input {
  border: 1px solid #F00;
}
.modal2 .errorMsg {
  background: #FFE0DD;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
  padding: 10px;
  position: relative;
}
.modal2 .errorMsg span.arrorUp {
  border-color: transparent transparent #FFE0DD transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: -11px;
  left: 48%;
  width: 0;
}
.modal2 .processing {
  text-align: center;
}
.modal2 .modal-footer {
  background: none;
  border: none;
  padding-top: 0px;
  text-align: center;
}
.modal2 .modal-footer #apply-discount, .modal2 .modal-footer #gig-apply-discount, .modal2 .modal-footer #user_email_submit, .modal2 .modal-footer #promo-apply-discount {
  font: normal normal 14px/1 "PrattRegular", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  background: -moz-linear-gradient(top, #989898 0%, #616161 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #989898), color-stop(100%, #616161));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #989898 0%, #616161 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #989898 0%, #616161 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #989898 0%, #616161 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #989898 0%, #616161 100%);
  /* W3C */
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  margin: 0 0 0 -8px;
  padding: 9px 0;
  width: 92%;
}
.modal2 .modal-footer #apply-discount[disabled], .modal2 .modal-footer #gig-apply-discount[disabled], .modal2 .modal-footer #user_email_submit[disabled], .modal2 .modal-footer #promo-apply-discount[disabled] {
  opacity: 0.6;
}

#page, footer {
  background: none;
}

footer {
  padding-top: 0 !important;
}

#content {
  padding-bottom: 150px;
}

#gu-header {
  background: url("../../../../media/premium/images/bg.png");
  box-shadow: 0 15px 10px -9px #999999;
  -webkit-box-shadow: 0 15px 10px -9px #999999;
  -moz-box-shadow: 0 15px 10px -9px #999999;
  display: block;
  padding: 15px 0 10px;
  position: fixed;
  top: 0;
  width: 1000px;
  z-index: 1001;
}
#gu-header h1 {
  display: none;
}
#gu-header .contentLeft a {
  display: block;
}
#gu-header .contentRight {
  font: normal normal 14px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  text-align: right;
}
#gu-header .contentRight p {
  font-size: 13px;
  height: 55px;
  line-height: 80px;
}
#gu-header .contentRight p a {
  text-decoration: underline;
  color: #D81D24;
}
#gu-header .contentRight .contact-help {
  background-color: #D7D7D7;
  border-radius: 4px;
  font-size: 17px;
  padding: 12px 15px;
}
#gu-header .contentRight .contact-help a, #gu-header .contentRight .contact-help span {
  color: #33CC99;
  font-size: 17px;
}
#gu-header .goHomeLink {
  height: 50px;
  margin-top: 5px;
  font-size: 20px;
  line-height: 32px;
  color: #999;
}

#gohome {
  margin-left: 20px;
}

#gu-footer {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 49%, rgba(2, 1, 1, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(49%, transparent), color-stop(100%, rgba(2, 1, 1, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 49%, rgba(2, 1, 1, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 49%, rgba(2, 1, 1, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 49%, rgba(2, 1, 1, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 49%, rgba(2, 1, 1, 0.1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a020101',GradientType=0 );
  /* IE6-9 */
  padding: 20px;
  color: #666666;
  overflow-x: hidden;
}
#gu-footer a {
  color: #666666;
}
#gu-footer a:hover {
  text-decoration: underline;
}
#gu-footer .gu-footer-arrow {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: -20px;
  left: 482px;
  text-indent: -9999px;
}
#gu-footer .left {
  width: 300px;
  float: left;
  font-weight: bold;
}
#gu-footer .left h2 {
  font: normal normal 20px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  margin-bottom: 10px;
}
#gu-footer .left span, #gu-footer .left a {
  color: #33CC99;
}
#gu-footer .left p {
  padding-top: 5px;
}
#gu-footer .right {
  font: normal normal 12px/1.2 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  padding-top: 18px;
  float: right;
  text-align: right;
}

.gu-payment h2 {
  font: normal bold 1.8em/1.2 Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 1em;
}
.gu-payment p {
  font: normal normal 1.2em/1.2 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  margin-bottom: 250px;
}

.gu-summary-box {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) inset;
  margin-bottom: 10px;
  background: #f5f5f5;
  overflow: auto;
}
.gu-summary-box .title {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) inset;
  padding: 10px 20px;
  color: #FFF;
  background-color: #66818a;
  font-weight: bold;
  text-transform: uppercase;
}
.gu-summary-box .desc {
  width: 200px;
  padding: 0 0 10px 10px;
  float: left;
}
.gu-summary-box .desc h3 {
  margin: 10px 0;
  color: #000;
  text-transform: captialize;
}
.gu-summary-box .desc ul {
  padding-left: 14px;
  color: #66818a;
  list-style-type: disc;
  font-size: 12px;
}
.gu-summary-box .desc ul li {
  margin-top: 5px;
}
.gu-summary-box .price {
  font: normal normal 10.5px/1.2 Helvetica, Arial, Verdana, sans-serif;
  width: 80px;
  margin-top: 8px;
  padding-right: 10px;
  float: right;
  color: #66818a;
  text-align: right;
}
.gu-summary-box .tax {
  margin-bottom: 10px;
  clear: both;
  text-align: right;
}
.gu-summary-box .tax .label {
  font: normal normal 12px/1.2 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  color: #000;
  font-weight: bold;
  text-decoration: uppercase;
}
.gu-summary-box .tax .tax_amt {
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  width: 70px;
  padding-right: 10px;
  display: inline-block;
  color: #66818a;
}
.gu-summary-box .total {
  padding: 10px;
  clear: both;
  border-top: 1px dashed #66818a;
  overflow: auto;
}
.gu-summary-box .total .label {
  width: 190px;
  margin: 5px 10px 0 0;
  font-weight: bold;
  color:#DA161F;
  text-align: right;
  float: left;
}
.gu-summary-box .total .price {
  margin: 0;
  padding: 0;
}

.gu-subscr-notrial-box {
  font: normal normal 10px/1.2 Helvetica, Arial, Verdana, sans-serif;
  color: white;
  background: #666666 url("../../../../media/premium/images/bang.png") no-repeat left center;
  padding: 0.6em 0.5em 0.6em 2em;
  text-align: left;
}

.gu-summary-notrial-box {
  font: normal normal 10px/1.2 Helvetica, Arial, Verdana, sans-serif;
  color: white;
  background-color: #666666;
  margin-top: -1em;
  margin-bottom: 1em;
  padding: 0.6em 0.8em;
}

.gu-button, input[type="submit"] {
  background-color: #aaa;
  font: normal bold 14px/1.2 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: -moz-linear-gradient(top, #969696 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #969696 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #969696 0%, #333333 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #969696 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #969696 0%, #333333 100%);
  /* W3C */
  width: 422px;
  margin: 10px 0;
  padding: 10px;
  color: #FFF;
  text-transform: capitalize;
  text-align: center;
}
.gu-button:hover, input[type="submit"]:hover {
  background-color: #ccc;
  background: -moz-linear-gradient(top, #cccccc 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cccccc 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cccccc 0%, #333333 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #cccccc 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cccccc 0%, #333333 100%);
  /* W3C */
  cursor: pointer;
  color: #FFF;
}

input[type="text"][disabled], #billing_provCA[disabled], #billing_provOther[disabled] {
  background-color: #eee;
  cursor: not-allowed;
}

input[type="text"][disabled]:hover {
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 0%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(0%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 0%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 0%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 0%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 0%);
  /* W3C */
  color: #333;
  cursor: default;
}

.gu-button-teal {
  background-color: #6c959b;
  background: -moz-linear-gradient(top, #6c959b 0%, #354046 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c959b), color-stop(100%, #354046));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6c959b 0%, #354046 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6c959b 0%, #354046 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #6c959b 0%, #354046 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6c959b 0%, #354046 100%);
  /* W3C */
  width: 400px;
  display: block;
}
.gu-button-teal:hover {
  background-color: #86bdc5;
  background: -moz-linear-gradient(top, #86bdc5 0%, #354046 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86bdc5), color-stop(100%, #354046));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #86bdc5 0%, #354046 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #86bdc5 0%, #354046 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #86bdc5 0%, #354046 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #86bdc5 0%, #354046 100%);
  /* W3C */
}

#gu-register-caa {
  text-transform: none;
}

@-webkit-keyframes bounceMe {
  0% {
    top: -20px;
  }

  100% {
    top: 0;
  }
}
@-moz-keyframes bounceMe {
  0% {
    top: -20px;
  }

  100% {
    top: 0;
  }
}
@keyframes bounceMe {
  0% {
    top: -20px;
  }

  100% {
    top: 0;
  }
}
.ani-bounce {
  top: 0px;
  -webkit-animation: bounceMe ease-in 1;
  -moz-animation: bounceMe ease-in 1;
  animation: bounceMe ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sub-msg-discount {
  font: normal 100 22px/1.5 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  -moz-box-shadow: #333333 2px 2px 2px -1px;
  -webkit-box-shadow: #333333 2px 2px 2px -1px;
  box-shadow: #333333 2px 2px 2px -1px;
  padding: 15px 100px;
  margin-bottom: 10px;
  background: #66818a;
  color: #FFF;
  text-align: center;
  position: relative;
}

.sub-msg-discount--pt {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -100px;
  left: -2px;
  overflow: hidden;
}
.sub-msg-discount--pt:after {
  -moz-box-shadow: #333333 -1px -1px 2px 2px;
  -webkit-box-shadow: #333333 -1px -1px 2px 2px;
  box-shadow: #333333 -1px -1px 2px 2px;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #66818a;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 82px;
  left: 23px;
}

.subscription-help {
  width: 22px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  float: left;
}

.subscription-arrow {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.modal--header {
  font: normal 18px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif !important;
}
