@charset "UTF-8";
.stylesheet-debugger {
  background: #ccc;
  color: #fff; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stylesheet-debugger {
    background: #bbb; } }
@media screen and (max-width: 767px) {
  .stylesheet-debugger {
    background: #aaa; } }
/* DEFAULT ELEMENTS */
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #707070;
  font-weight: normal; }

h1 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18pt;
  color: #929292;
  font-weight: 300;
  text-align: left;
  border-bottom: 1px solid #929292;
  margin: 0 0 20px 0; }
  h1 .heavy, h1.heavy {
    font-weight: normal;
    color: #707070; }
  h1 .noborder {
    border-bottom: 0; }
  h1 a.offset-link {
    padding-top: 10px;
    float: right;
    font-size: 16px; }

h2 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #c93092;
  font-weight: bold;
  text-align: left; }

h2.alt {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16pt;
  color: #929292;
  font-weight: 300;
  text-align: left;
  margin: 10px 0; }

h3 {
  text-align: left; }

h4 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #707070;
  font-weight: bold;
  text-align: left;
  margin: 10px 0; }
  h4 a {
    color: #707070; }

h5 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #707070;
  font-weight: 300;
  text-align: left;
  margin: 10px 0; }

p, .default-text {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #707070;
  font-weight: normal;
  text-align: left; }

.small {
  font-size: 12px; }

a {
  color: #c93092; }

.highlight {
  background-color: #ffc5ea; }

.flash-messages {
  font-weight: normal;
  font-size: 14px;
  padding: 5px 0; }
  .flash-messages a {
    text-decoration: underline; }
  .flash-messages.info-messages {
    color: #009900; }
    .flash-messages.info-messages a {
      color: #009900; }
  .flash-messages.error-messages, .flash-messages .warning-messages {
    color: #cc0000; }
    .flash-messages.error-messages a, .flash-messages .warning-messages a {
      color: #cc0000;
      text-decoration: underline; }
  .flash-messages .close {
    display: none; }

/* FORM ELEMENTS */
input[type="text"], input[type="password"] {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 4px 5px;
  font-weight: normal; }

input[type="password"] {
  font-family: Helvetica, Arial, sans-serif; }

input[type="text"].medium, input[type="password"].medium {
  width: 70%; }

input[type="text"].small, input[type="password"].small {
  width: 20%; }

input[type="radio"] {
  margin: 0 0.25em 0 0;
  font-size: 15px;
  padding: 0;
  width: 1em;
  height: 1em; }

textarea {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  height: 200px; }

textarea.short {
  height: 70px; }

.validation-feedback-target {
  width: 21px;
  height: 21px;
  margin-left: 5px;
  display: inline-block; }
  .validation-feedback-target.error {
    background: url(/images/sample/error.png) no-repeat; }
  .validation-feedback-target.success {
    background: url(/images/sample/success.png) no-repeat; }

.validation-message-target.error {
  color: #cc0000;
  font-size: 12px; }

.styled-select {
  width: 302px;
  height: 29px;
  overflow: hidden;
  background: url(/images/sample/select-down-arrow-24x30.png) no-repeat right #ffffff;
  border: 1px solid #ccc;
  display: inline-block; }
  .styled-select select {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #707070;
    background: transparent;
    width: 330px;
    height: 29px;
    padding: 0 5px 4px 5px;
    line-height: 29px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none; }
    .styled-select select:focus {
      outline: none; }

.styled-select.up {
  background: url(/images/sample/select-up-arrow-24x30.png) no-repeat right #ffffff; }

.styled-select.medium {
  width: 172px; }
  .styled-select.medium select {
    width: 200px; }

.styled-select.small {
  width: 72px; }
  .styled-select.small select {
    width: 100px; }

.styled-select.short {
  height: 18px;
  background: url(/images/sample/select-down-arrow-16x20.png) no-repeat right #ffffff; }
  .styled-select.short select {
    font-size: 12px;
    height: 18px;
    line-height: 18px; }

.styled-select.x-small {
  width: 42px; }
  .styled-select.x-small select {
    width: 70px; }

.styled-select.short.up {
  background: url(/images/sample/select-up-arrow-16x20.png) no-repeat right #ffffff; }

.styled-select.alt {
  border: 2px solid #eac20d;
  background: url(/images/sample/select-down-arrow-24x30-alt.png) no-repeat right #ffffff; }
  .styled-select.alt select {
    border: none;
    color: #707070;
    -webkit-appearance: none;
    margin: 0 20px 0 0; }
    .styled-select.alt select:focus {
      outline: none; }
  .styled-select.alt:after {
    content: "▼";
    background: #eac20d;
    color: #ffffff;
    padding: 0 4px;
    pointer-events: none; }

.styled-select.alt.up {
  background: url(/images/sample/select-up-arrow-24x30-alt.png) no-repeat right #ffffff; }

.styled-select.alt.short {
  background: url(/images/sample/select-down-arrow-16x20-alt.png) no-repeat right #ffffff; }

.styled-select.alt.short.up {
  background: url(/images/sample/select-up-arrow-16x20-alt.png) no-repeat right #ffffff; }

/* UI ELEMENTS */
.fr {
  float: right; }
  .fr.pad {
    padding: 0 0 10px 10px; }

.fl {
  float: left; }
  .fl.pad {
    padding: 0 10px 10px 0; }

.bordered {
  border: 1px solid #929292;
  padding: 3px; }
  .bordered.fl {
    margin-right: 10px;
    margin-bottom: 10px; }
  .bordered.fr {
    margin-left: 10px;
    margin-bottom: 10px; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.block-align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

table.align-center {
  margin-left: auto;
  margin-right: auto; }

.inline-block {
  display: inline-block; }

.logo-pink {
  color: #cc55a3; }

.logo-black {
  color: #3d3c3e; }

p .note {
  font-weight: bold; }

p .alert {
  font-weight: bold;
  color: #cc0000; }

.autofit {
  max-width: 100%; }

.extend {
  width: 100%; }

.hide {
  display: none; }

.spacer-top {
  padding-top: 30px; }

.spacer-bottom {
  padding-bottom: 30px; }

.spacer-left {
  padding-left: 30px; }

.spacer-right {
  padding-right: 30px; }

.special1 {
  color: #c93092; }

.special2 {
  color: #2880ab; }

.error-text {
  color: #cc0000;
  font-style: italic; }

.success-text {
  color: #009900;
  font-style: italic; }

.free-full-access {
  color: #cc0000 !important;
  font-weight: bold; }

.btn-wrapper {
  display: inline-block;
  margin: 10px 5px; }

.btn {
  color: #ffffff;
  border: 1px solid #e3b00a;
  cursor: pointer;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 8px 14px;
  white-space: nowrap;
  background: #e3b00a;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3b00a), color-stop(1, #ecc70e));
  background-image: -o-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: -moz-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: -webkit-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: -ms-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: linear-gradient(to top, #e3b00a 0%, #ecc70e 100%);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25); }
  .btn:hover {
    text-decoration: none; }

.btn.small {
  font-size: 11px;
  padding: 4px 6px; }

.btn.medium {
  font-size: 18px; }

.btn.giant {
  font-size: 24px;
  padding: 12px 18px; }

.btn.heart {
  background: #e3b00a;
  background-image: url("/images/sample/heart.png");
  background-image: url("/images/sample/heart.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3b00a), color-stop(1, #ecc70e));
  background-image: url("/images/sample/heart.png"), -o-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/heart.png"), -moz-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/heart.png"), -webkit-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/heart.png"), -ms-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/heart.png"), linear-gradient(to top, #e3b00a 0%, #ecc70e 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #e3b00a url("/images/sample/heart.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.message {
  background: #e3b00a;
  background-image: url("/images/sample/message.png");
  background-image: url("/images/sample/message.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3b00a), color-stop(1, #ecc70e));
  background-image: url("/images/sample/message.png"), -o-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/message.png"), -moz-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/message.png"), -webkit-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/message.png"), -ms-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/message.png"), linear-gradient(to top, #e3b00a 0%, #ecc70e 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #e3b00a url("/images/sample/message.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.user {
  background: #e3b00a;
  background-image: url("/images/sample/user.png");
  background-image: url("/images/sample/user.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3b00a), color-stop(1, #ecc70e));
  background-image: url("/images/sample/user.png"), -o-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/user.png"), -moz-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/user.png"), -webkit-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/user.png"), -ms-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/user.png"), linear-gradient(to top, #e3b00a 0%, #ecc70e 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #e3b00a url("/images/sample/user.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.lock {
  background: #e3b00a;
  background-image: url("/images/sample/lock.png");
  background-image: url("/images/sample/lock.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3b00a), color-stop(1, #ecc70e));
  background-image: url("/images/sample/lock.png"), -o-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/lock.png"), -moz-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/lock.png"), -webkit-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/lock.png"), -ms-linear-gradient(top, #e3b00a 0%, #ecc70e 100%);
  background-image: url("/images/sample/lock.png"), linear-gradient(to top, #e3b00a 0%, #ecc70e 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #e3b00a url("/images/sample/lock.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt {
  color: #ffffff;
  border: 1px solid #2880ab;
  background: #2880ab;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2880ab), color-stop(1, #4fa7d3));
  background-image: -o-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: -moz-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: -webkit-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: -ms-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: linear-gradient(to top, #2880ab 0%, #4fa7d3 100%);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  .btn.alt:hover {
    text-decoration: none; }

.btn.alt.heart {
  background: #2880ab;
  background-image: url("/images/sample/heart.png");
  background-image: url("/images/sample/heart.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #2880ab), color-stop(1, #4fa7d3));
  background-image: url("/images/sample/heart.png"), -o-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/heart.png"), -moz-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/heart.png"), -webkit-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/heart.png"), -ms-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/heart.png"), linear-gradient(to top, #2880ab 0%, #4fa7d3 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #2880ab url("/images/sample/heart.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt.message {
  background: #2880ab;
  background-image: url("/images/sample/message.png");
  background-image: url("/images/sample/message.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #2880ab), color-stop(1, #4fa7d3));
  background-image: url("/images/sample/message.png"), -o-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/message.png"), -moz-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/message.png"), -webkit-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/message.png"), -ms-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/message.png"), linear-gradient(to top, #2880ab 0%, #4fa7d3 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #2880ab url("/images/sample/message.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt.user {
  background: #2880ab;
  background-image: url("/images/sample/user.png");
  background-image: url("/images/sample/user.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #2880ab), color-stop(1, #4fa7d3));
  background-image: url("/images/sample/user.png"), -o-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/user.png"), -moz-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/user.png"), -webkit-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/user.png"), -ms-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/user.png"), linear-gradient(to top, #2880ab 0%, #4fa7d3 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #2880ab url("/images/sample/user.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt.lock {
  background: #2880ab;
  background-image: url("/images/sample/lock.png");
  background-image: url("/images/sample/lock.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #2880ab), color-stop(1, #4fa7d3));
  background-image: url("/images/sample/lock.png"), -o-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/lock.png"), -moz-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/lock.png"), -webkit-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/lock.png"), -ms-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/lock.png"), linear-gradient(to top, #2880ab 0%, #4fa7d3 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #2880ab url("/images/sample/lock.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt2 {
  color: #ffffff;
  border: 1px solid #707070;
  background: #707070;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #707070), color-stop(1, #929292));
  background-image: -o-linear-gradient(top, #707070 0%, #929292 100%);
  background-image: -moz-linear-gradient(top, #707070 0%, #929292 100%);
  background-image: -webkit-linear-gradient(top, #707070 0%, #929292 100%);
  background-image: -ms-linear-gradient(top, #707070 0%, #929292 100%);
  background-image: linear-gradient(to top, #707070 0%, #929292 100%); }
  .btn.alt2:hover {
    text-decoration: none; }

.btn.alt2.heart {
  background: #2880ab;
  background-image: url("/images/sample/heart.png");
  background-image: url("/images/sample/heart.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #2880ab), color-stop(1, #4fa7d3));
  background-image: url("/images/sample/heart.png"), -o-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/heart.png"), -moz-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/heart.png"), -webkit-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/heart.png"), -ms-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/heart.png"), linear-gradient(to top, #2880ab 0%, #4fa7d3 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #2880ab url("/images/sample/heart.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt2.message {
  background: #2880ab;
  background-image: url("/images/sample/message.png");
  background-image: url("/images/sample/message.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #2880ab), color-stop(1, #4fa7d3));
  background-image: url("/images/sample/message.png"), -o-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/message.png"), -moz-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/message.png"), -webkit-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/message.png"), -ms-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/message.png"), linear-gradient(to top, #2880ab 0%, #4fa7d3 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #2880ab url("/images/sample/message.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt2.user {
  background: #2880ab;
  background-image: url("/images/sample/user.png");
  background-image: url("/images/sample/user.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #2880ab), color-stop(1, #4fa7d3));
  background-image: url("/images/sample/user.png"), -o-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/user.png"), -moz-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/user.png"), -webkit-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/user.png"), -ms-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/user.png"), linear-gradient(to top, #2880ab 0%, #4fa7d3 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #2880ab url("/images/sample/user.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt2.lock {
  background: #2880ab;
  background-image: url("/images/sample/lock.png");
  background-image: url("/images/sample/lock.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #2880ab), color-stop(1, #4fa7d3));
  background-image: url("/images/sample/lock.png"), -o-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/lock.png"), -moz-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/lock.png"), -webkit-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/lock.png"), -ms-linear-gradient(top, #2880ab 0%, #4fa7d3 100%);
  background-image: url("/images/sample/lock.png"), linear-gradient(to top, #2880ab 0%, #4fa7d3 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #2880ab url("/images/sample/lock.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt3 {
  color: #ffffff;
  border: 1px solid #81cd53;
  background: #81cd53;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #81cd53), color-stop(1, #5aa92a));
  background-image: -o-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: -moz-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: -webkit-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: -ms-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: linear-gradient(to top, #81cd53 0%, #5aa92a 100%); }
  .btn.alt3:hover {
    text-decoration: none; }

.btn.alt3.heart {
  background: #81cd53;
  background-image: url("/images/sample/heart.png");
  background-image: url("/images/sample/heart.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #81cd53), color-stop(1, #5aa92a));
  background-image: url("/images/sample/heart.png"), -o-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/heart.png"), -moz-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/heart.png"), -webkit-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/heart.png"), -ms-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/heart.png"), linear-gradient(to top, #81cd53 0%, #5aa92a 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #81cd53 url("/images/sample/heart.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt3.message {
  background: #81cd53;
  background-image: url("/images/sample/message.png");
  background-image: url("/images/sample/message.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #81cd53), color-stop(1, #5aa92a));
  background-image: url("/images/sample/message.png"), -o-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/message.png"), -moz-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/message.png"), -webkit-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/message.png"), -ms-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/message.png"), linear-gradient(to top, #81cd53 0%, #5aa92a 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #81cd53 url("/images/sample/message.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt3.user {
  background: #81cd53;
  background-image: url("/images/sample/user.png");
  background-image: url("/images/sample/user.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #81cd53), color-stop(1, #5aa92a));
  background-image: url("/images/sample/user.png"), -o-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/user.png"), -moz-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/user.png"), -webkit-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/user.png"), -ms-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/user.png"), linear-gradient(to top, #81cd53 0%, #5aa92a 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #81cd53 url("/images/sample/user.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt3.lock {
  background: #81cd53;
  background-image: url("/images/sample/lock.png");
  background-image: url("/images/sample/lock.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #81cd53), color-stop(1, #5aa92a));
  background-image: url("/images/sample/lock.png"), -o-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/lock.png"), -moz-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/lock.png"), -webkit-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/lock.png"), -ms-linear-gradient(top, #81cd53 0%, #5aa92a 100%);
  background-image: url("/images/sample/lock.png"), linear-gradient(to top, #81cd53 0%, #5aa92a 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #81cd53 url("/images/sample/lock.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt4 {
  color: #ffffff;
  border: 1px solid #c93092;
  background: #c93092;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c93092), color-stop(1, #e46fb9));
  background-image: -o-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: -moz-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: -webkit-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: -ms-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: linear-gradient(to top, #c93092 0%, #e46fb9 100%); }

.btn.alt4.heart {
  background: #c93092;
  background-image: url("/images/sample/heart.png");
  background-image: url("/images/sample/heart.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #c93092), color-stop(1, #e46fb9));
  background-image: url("/images/sample/heart.png"), -o-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/heart.png"), -moz-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/heart.png"), -webkit-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/heart.png"), -ms-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/heart.png"), linear-gradient(to top, #c93092 0%, #e46fb9 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #c93092 url("/images/sample/heart.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt4.message {
  background: #c93092;
  background-image: url("/images/sample/message.png");
  background-image: url("/images/sample/message.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #c93092), color-stop(1, #e46fb9));
  background-image: url("/images/sample/message.png"), -o-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/message.png"), -moz-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/message.png"), -webkit-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/message.png"), -ms-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/message.png"), linear-gradient(to top, #c93092 0%, #e46fb9 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #c93092 url("/images/sample/message.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt4.user {
  background: #c93092;
  background-image: url("/images/sample/user.png");
  background-image: url("/images/sample/user.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #c93092), color-stop(1, #e46fb9));
  background-image: url("/images/sample/user.png"), -o-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/user.png"), -moz-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/user.png"), -webkit-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/user.png"), -ms-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/user.png"), linear-gradient(to top, #c93092 0%, #e46fb9 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #c93092 url("/images/sample/user.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.alt4.lock {
  background: #c93092;
  background-image: url("/images/sample/lock.png");
  background-image: url("/images/sample/lock.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #c93092), color-stop(1, #e46fb9));
  background-image: url("/images/sample/lock.png"), -o-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/lock.png"), -moz-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/lock.png"), -webkit-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/lock.png"), -ms-linear-gradient(top, #c93092 0%, #e46fb9 100%);
  background-image: url("/images/sample/lock.png"), linear-gradient(to top, #c93092 0%, #e46fb9 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background: #c93092 url("/images/sample/lock.png") left center no-repeat \9;
  padding-left: 44px; }

.btn.danger {
  color: #ffffff;
  border: 1px solid #b3262b;
  background: #b3262b;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b3262b), color-stop(1, #d43e43));
  background-image: -o-linear-gradient(top, #b3262b 0%, #d43e43 100%);
  background-image: -moz-linear-gradient(top, #b3262b 0%, #d43e43 100%);
  background-image: -webkit-linear-gradient(top, #b3262b 0%, #d43e43 100%);
  background-image: -ms-linear-gradient(top, #b3262b 0%, #d43e43 100%);
  background-image: linear-gradient(to top, #b3262b 0%, #d43e43 100%); }
  .btn.danger:hover {
    text-decoration: none; }

.btn.full-width {
  font-size: 24px;
  display: block;
  width: auto; }

.disable-controls {
  opacity: 0.3;
  filter: alpha(opacity=50);
  zoom: 1; }
  .disable-controls .submenu {
    display: none !important; }

.glow {
  text-shadow: 2px 0px 5px white; }

/* Zebra Striping */
.alternate-row-colors .row {
  padding-top: 1em; }
.alternate-row-colors .row:nth-child(2n) {
  background: #eeeeee; }

table.alternate-row-colors tbody tr:nth-child(2n) {
  background: #eeeeee; }

/* SECTIONS */
.header-section-wrapper {
  padding-top: 20px; }
  .header-section-wrapper .login {
    font-size: 12px;
    font-weight: 300; }
    .header-section-wrapper .login .join-block, .header-section-wrapper .login .login-block {
      display: inline-block;
      text-align: center; }
  .header-section-wrapper .logo h1 {
    width: 314px;
    height: 56px;
    background: url(/images/logo-2x.png);
    background-size: 314px 56px;
    background-repeat: none;
    text-indent: -999px;
    padding: 0;
    margin: 0;
    border: 0; }

.form-section-wrapper {
  background: url(/images/sample/catholic-singles-home-page-image-3-bw.jpg) 20% 50% no-repeat;
  height: 520px; }
  .form-section-wrapper .form-box {
    padding: 0 30px;
    margin-top: 110px;
    margin-bottom: 50px;
    background: #ffffff;
    border: 2px solid #2880ab;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); }
    .form-section-wrapper .form-box label {
      font-size: 18px;
      font-weight: normal; }
    .form-section-wrapper .form-box .group {
      margin: 10px 0; }
    .form-section-wrapper .form-box h1 {
      color: #707070;
      margin: 0; }
  .form-section-wrapper .search-box {
    padding-top: 20px; }
    .form-section-wrapper .search-box label.gender {
      margin: 0 20px; }
    .form-section-wrapper .search-box label.and {
      margin: 0 20px; }
    .form-section-wrapper .search-box input[type="text"] {
      border: 2px solid #eac20d;
      color: #707070; }
  .form-section-wrapper .login-box {
    width: 430px; }
    .form-section-wrapper .login-box input[type="text"], .form-section-wrapper .login-box input[type="password"] {
      border: 1px solid #cccccc;
      color: #707070;
      width: 220px; }
    .form-section-wrapper .login-box label {
      display: inline-block;
      text-align: right;
      width: 100px; }
    .form-section-wrapper .login-box p {
      font-size: 14px;
      font-weight: 300; }
    .form-section-wrapper .login-box a {
      font-style: italic; }
  .form-section-wrapper .forgot-password-box {
    width: 430px;
    margin-top: 20px; }
    .form-section-wrapper .forgot-password-box input[type="text"], .form-section-wrapper .forgot-password-box input[type="password"] {
      border: 1px solid #cccccc;
      color: #707070;
      width: 220px; }
    .form-section-wrapper .forgot-password-box label {
      display: inline-block;
      text-align: right;
      width: 100px; }
    .form-section-wrapper .forgot-password-box p {
      font-size: 12px;
      font-weight: 300; }
    .form-section-wrapper .forgot-password-box a {
      font-style: italic; }
    .form-section-wrapper .forgot-password-box p.details {
      font-size: 11px; }
    .form-section-wrapper .forgot-password-box label.email {
      display: block;
      text-align: left;
      width: auto; }
    .form-section-wrapper .forgot-password-box input[type="text"].email {
      width: 330px; }
  .form-section-wrapper .form-box.small-labels label {
    font-size: 14px; }

.account-section-wrapper .signup-box, .form-section-wrapper .signup-box {
  margin-top: 20px; }
  .account-section-wrapper .signup-box .important, .form-section-wrapper .signup-box .important {
    font-weight: normal; }
  .account-section-wrapper .signup-box .tip-col, .form-section-wrapper .signup-box .tip-col {
    font-size: 12px;
    font-weight: 300; }
  .account-section-wrapper .signup-box .group, .form-section-wrapper .signup-box .group {
    margin: 4px 0;
    padding: 0;
    font-size: 14px; }
  .account-section-wrapper .signup-box p, .form-section-wrapper .signup-box p {
    font-size: 14px; }
  .account-section-wrapper .signup-box .promo, .form-section-wrapper .signup-box .promo {
    color: #cc0000;
    font-weight: normal; }
  .account-section-wrapper .signup-box .label-container label, .form-section-wrapper .signup-box .label-container label {
    padding-right: 10px; }
  .account-section-wrapper .signup-box input[type="text"], .account-section-wrapper .signup-box input[type="password"], .form-section-wrapper .signup-box input[type="text"], .form-section-wrapper .signup-box input[type="password"] {
    width: 290px;
    border: 1px solid #cccccc;
    color: #707070; }
  .account-section-wrapper .signup-box input[type="text"].small, .form-section-wrapper .signup-box input[type="text"].small {
    width: 80px; }
  .account-section-wrapper .signup-box input[type="text"].medium, .form-section-wrapper .signup-box input[type="text"].medium {
    width: 198px; }
  .account-section-wrapper .signup-box input[type="text"].error, .account-section-wrapper .signup-box input[type="password"].error, .account-section-wrapper .signup-box .styled-select.error, .form-section-wrapper .signup-box input[type="text"].error, .form-section-wrapper .signup-box input[type="password"].error, .form-section-wrapper .signup-box .styled-select.error {
    border: 1px solid #cc0000; }
  .account-section-wrapper .signup-box .benefits-chart, .form-section-wrapper .signup-box .benefits-chart {
    border: 2px solid #2880ab;
    font-size: 14px;
    margin-bottom: 20px; }
    .account-section-wrapper .signup-box .benefits-chart .header, .form-section-wrapper .signup-box .benefits-chart .header {
      background: #2880ab;
      color: #ffffff;
      font-size: 18px; }
    .account-section-wrapper .signup-box .benefits-chart .header, .account-section-wrapper .signup-box .benefits-chart .row, .form-section-wrapper .signup-box .benefits-chart .header, .form-section-wrapper .signup-box .benefits-chart .row {
      padding: 4px; }
  .account-section-wrapper .signup-box .billing-option, .form-section-wrapper .signup-box .billing-option {
    color: #505050;
    padding-bottom: 0;
    border: 2px solid #c93092;
    background: #eeeeee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 100%);
    padding-top: 20px;
    padding-bottom: 40px;
    cursor: pointer;
    color: #2880ab;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); }
    .account-section-wrapper .signup-box .billing-option .group1, .form-section-wrapper .signup-box .billing-option .group1 {
      text-align: right; }
    .account-section-wrapper .signup-box .billing-option .group2, .form-section-wrapper .signup-box .billing-option .group2 {
      text-align: left; }
    .account-section-wrapper .signup-box .billing-option .length, .form-section-wrapper .signup-box .billing-option .length {
      font-weight: 300;
      color: #c93092; }
    .account-section-wrapper .signup-box .billing-option .price, .form-section-wrapper .signup-box .billing-option .price {
      font-weight: normal;
      color: #c93092; }
    .account-section-wrapper .signup-box .billing-option .upgrade, .form-section-wrapper .signup-box .billing-option .upgrade {
      font-size: 24px;
      font-weight: normal; }
    .account-section-wrapper .signup-box .billing-option .free, .form-section-wrapper .signup-box .billing-option .free {
      color: #2880ab; }
    .account-section-wrapper .signup-box .billing-option .fancy-checkmark, .form-section-wrapper .signup-box .billing-option .fancy-checkmark {
      background: url("/images/sample/unchecked.png") no-repeat;
      width: 35px;
      height: 29px;
      display: inline-block; }
    .account-section-wrapper .signup-box .billing-option .fancy-checkmark.currently-selected, .form-section-wrapper .signup-box .billing-option .fancy-checkmark.currently-selected {
      background: url("/images/sample/checked.png") no-repeat; }
    .account-section-wrapper .signup-box .billing-option .info, .form-section-wrapper .signup-box .billing-option .info {
      font-size: 24px; }
    .account-section-wrapper .signup-box .billing-option .description, .form-section-wrapper .signup-box .billing-option .description {
      font-style: italic; }
    .account-section-wrapper .signup-box .billing-option .price-selector, .form-section-wrapper .signup-box .billing-option .price-selector {
      padding-top: 10px;
      padding-bottom: 10px; }
    .account-section-wrapper .signup-box .billing-option .original-price, .form-section-wrapper .signup-box .billing-option .original-price {
      text-decoration: line-through; }
    .account-section-wrapper .signup-box .billing-option .discount-price, .form-section-wrapper .signup-box .billing-option .discount-price {
      color: #cc0000;
      font-weight: bold; }
    .account-section-wrapper .signup-box .billing-option .price-footnote, .form-section-wrapper .signup-box .billing-option .price-footnote {
      font-size: 12px; }
    .account-section-wrapper .signup-box .billing-option .btn.currently-selected, .form-section-wrapper .signup-box .billing-option .btn.currently-selected {
      color: #ffffff;
      border: 1px solid #707070;
      background: #707070;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #707070), color-stop(1, #929292));
      background-image: -o-linear-gradient(top, #707070 0%, #929292 100%);
      background-image: -moz-linear-gradient(top, #707070 0%, #929292 100%);
      background-image: -webkit-linear-gradient(top, #707070 0%, #929292 100%);
      background-image: -ms-linear-gradient(top, #707070 0%, #929292 100%);
      background-image: linear-gradient(to top, #707070 0%, #929292 100%); }
      .account-section-wrapper .signup-box .billing-option .btn.currently-selected:hover, .form-section-wrapper .signup-box .billing-option .btn.currently-selected:hover {
        text-decoration: none; }
  .account-section-wrapper .signup-box .billing-notes, .form-section-wrapper .signup-box .billing-notes {
    margin: 5px 20px 40px 20px; }
  .account-section-wrapper .signup-box #signup-billing-address, .form-section-wrapper .signup-box #signup-billing-address {
    margin-bottom: 30px; }
  .account-section-wrapper .signup-box .free-option a, .form-section-wrapper .signup-box .free-option a {
    display: inline-block;
    height: 29px;
    color: #707070;
    text-decoration: underline; }
  .account-section-wrapper .signup-box .free-option .currently-selected, .form-section-wrapper .signup-box .free-option .currently-selected {
    padding-left: 40px;
    background: url("/images/sample/checked.png") left center no-repeat; }
  .account-section-wrapper .signup-box #promo-cont, .form-section-wrapper .signup-box #promo-cont {
    margin-bottom: 20px; }
    .account-section-wrapper .signup-box #promo-cont .promo-box h5, .form-section-wrapper .signup-box #promo-cont .promo-box h5 {
      margin: 0; }
    .account-section-wrapper .signup-box #promo-cont .promo-box p, .form-section-wrapper .signup-box #promo-cont .promo-box p {
      margin: 0;
      font-style: italic;
      font-weight: 300; }
    .account-section-wrapper .signup-box #promo-cont .success-text, .form-section-wrapper .signup-box #promo-cont .success-text {
      font-size: 14px; }
    .account-section-wrapper .signup-box #promo-cont .error-text, .form-section-wrapper .signup-box #promo-cont .error-text {
      font-size: 14px; }
  .account-section-wrapper .signup-box .billing-option.free, .form-section-wrapper .signup-box .billing-option.free {
    color: #707070;
    font-size: 18px;
    border: 0;
    background: transparent; }
    .account-section-wrapper .signup-box .billing-option.free .free, .form-section-wrapper .signup-box .billing-option.free .free {
      padding-right: 20px; }
    .account-section-wrapper .signup-box .billing-option.free .description, .form-section-wrapper .signup-box .billing-option.free .description {
      font-style: normal; }
  .account-section-wrapper .signup-box .terms-wrapper, .form-section-wrapper .signup-box .terms-wrapper {
    margin-top: 30px; }
    .account-section-wrapper .signup-box .terms-wrapper p, .form-section-wrapper .signup-box .terms-wrapper p {
      margin-bottom: 5px; }
  .account-section-wrapper .signup-box .terms-and-conditions, .form-section-wrapper .signup-box .terms-and-conditions {
    border: 1px solid #929292;
    padding: 5px;
    font-size: 12px;
    height: 100px;
    overflow: scroll; }
    .account-section-wrapper .signup-box .terms-and-conditions p, .form-section-wrapper .signup-box .terms-and-conditions p {
      font-size: 14px; }
    .account-section-wrapper .signup-box .terms-and-conditions h2, .form-section-wrapper .signup-box .terms-and-conditions h2 {
      color: #929292;
      font-size: 18px;
      margin-bottom: 5px;
      text-align: left; }
  .account-section-wrapper .signup-box .print-terms-and-conditions, .form-section-wrapper .signup-box .print-terms-and-conditions {
    font-size: 14px; }
  .account-section-wrapper .signup-box .close, .form-section-wrapper .signup-box .close {
    float: right;
    margin-right: -30px;
    border-left: 2px solid #2880ab;
    border-bottom: 2px solid #2880ab;
    padding: 0 8px;
    cursor: pointer;
    color: #2880ab;
    font-weight: bold; }

#popup {
  width: 100%; }
  #popup .form-section-wrapper {
    background: transparent; }
  #popup .search-box {
    width: 500px;
    margin: 0 auto 0 auto;
    padding: 0 30px;
    background: #ffffff;
    border: 2px solid #2880ab;
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
    padding-top: 20px; }
    #popup .search-box label {
      font-size: 18px;
      font-weight: normal; }
    #popup .search-box .group {
      margin: 10px 0; }
    #popup .search-box h1 {
      color: #707070;
      margin: 0; }
    #popup .search-box label.gender {
      margin: 0 20px; }
    #popup .search-box label.and {
      margin: 0 20px; }
    #popup .search-box input[type="text"] {
      border: 2px solid #eac20d;
      color: #707070; }

.nav-section-wrapper .inner-nav-wrapper {
  padding-top: 10px;
  padding-bottom: 10px; }

.content-section-wrapper p {
  font-weight: 300; }

.success-section-wrapper:nth-child(even) {
  background: #eeeeee; }
.success-section-wrapper .story {
  padding: 30px 0; }
  .success-section-wrapper .story p {
    font-size: 18px;
    font-weight: 300; }

.blog-section-wrapper .post {
  padding-bottom: 30px; }
  .blog-section-wrapper .post .main-photo {
    margin-bottom: 20px; }
  .blog-section-wrapper .post h2 {
    margin-bottom: 0; }
  .blog-section-wrapper .post p {
    font-size: 18px;
    font-weight: 300; }
  .blog-section-wrapper .post .byline {
    text-align: left;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px; }
    .blog-section-wrapper .post .byline a.author {
      color: #707070;
      font-style: normal;
      font-weight: normal; }
    .blog-section-wrapper .post .byline .date {
      font-style: normal;
      font-weight: normal; }
  .blog-section-wrapper .post .read-more {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    font-style: italic; }

.success-stories-section-wrapper, .endorsements-section-wrapper {
  background: #4e6e86;
  padding-top: 40px;
  padding-bottom: 40px; }
  .success-stories-section-wrapper .endorsement, .endorsements-section-wrapper .endorsement {
    background: #ffffff;
    padding: 25px;
    margin: 10px; }
    .success-stories-section-wrapper .endorsement p, .endorsements-section-wrapper .endorsement p {
      font-weight: 300;
      font-size: 16px;
      color: #929292; }
    .success-stories-section-wrapper .endorsement .byline, .endorsements-section-wrapper .endorsement .byline {
      font-size: 16px;
      line-height: 18px;
      text-align: right; }
      .success-stories-section-wrapper .endorsement .byline .author, .endorsements-section-wrapper .endorsement .byline .author {
        font-weight: bold; }
      .success-stories-section-wrapper .endorsement .byline .organization, .endorsements-section-wrapper .endorsement .byline .organization {
        font-style: italic;
        font-size: 14px;
        font-weight: normal; }

.about-us .success-stories-section-wrapper {
  background: #ffffff;
  padding-bottom: 0; }
  .about-us .success-stories-section-wrapper .endorsement {
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); }

.matches-section-wrapper .profile {
  margin-bottom: 30px;
  min-height: 250px; }
  .matches-section-wrapper .profile .photo {
    border: 1px solid #ccc;
    padding: 3px; }
    .matches-section-wrapper .profile .photo .photo-wrapper {
      margin: auto;
      width: 270px;
      height: 180px; }
      .matches-section-wrapper .profile .photo .photo-wrapper img {
        max-width: 270px;
        max-height: 180px; }
  .matches-section-wrapper .profile .info .name {
    font-size: 18px; }
  .matches-section-wrapper .profile .info .age a, .matches-section-wrapper .profile .info .location a {
    color: #707070; }
    .matches-section-wrapper .profile .info .age a .name, .matches-section-wrapper .profile .info .location a .name {
      color: #c93092; }
.matches-section-wrapper .word-cloud {
  width: 100%;
  padding: 3px;
  overflow: hidden;
  color: #707070;
  font-size: 10px;
  height: 16px;
  overflow: hidden; }
.matches-section-wrapper h1.search {
  background: url(/images/sample/search.png) left 30px no-repeat;
  padding-left: 36px; }
.matches-section-wrapper h1.seenme {
  background: url(/images/sample/seenme.png) left 34px no-repeat;
  padding-left: 28px; }
.matches-section-wrapper h1.suggested-matches {
  background: url(/images/sample/suggestedmatches.png) left 34px no-repeat;
  padding-left: 35px; }
.matches-section-wrapper h1.new-members {
  background: url(/images/sample/newmembers.png) left 34px no-repeat;
  padding-left: 27px; }

.footer-section-wrapper {
  background: #5d86a5;
  padding: 30px 0; }
  .footer-section-wrapper .upper-nav {
    color: #ffffff;
    font-weight: normal;
    font-weight: 300; }
    .footer-section-wrapper .upper-nav a {
      color: #ffffff; }
  .footer-section-wrapper .lower-nav {
    padding: 30px 0;
    color: #ffffff;
    font-weight: 300; }
    .footer-section-wrapper .lower-nav a {
      color: #ffffff; }

.promo-section-wrapper .sidebar p {
  font-size: 90%; }

/* Blogs */
.blog-page {
  text-align: left; }
  .blog-page h2, .blog-page h2 a {
    color: #2880ab; }

.blog-content {
  font-size: 18px; }

.post-preview {
  text-align: left;
  padding-bottom: 30px; }
  .post-preview h3, .post-preview h3 a {
    color: #2880ab; }

.blog-sidebar p {
  font-size: 14px; }
.blog-sidebar .blog_recent_link, .blog-sidebar .blog_archive_link, .blog-sidebar .blog_quick_link {
  margin-bottom: 0; }
.blog-sidebar h2 {
  color: #2880ab; }
.blog-sidebar a {
  color: #707070; }
.blog-sidebar .custom-blog-bio a {
  color: #c93092; }

.blog-comments .comment .byline {
  font-style: italic; }

.comments .comment {
  text-align: left; }
  .comments .comment .byline {
    font-style: italic; }

.new-comment {
  text-align: left; }
  .new-comment .submit-wrapper {
    text-align: left; }

/* MISC */
.modal-window {
  background: #fff;
  width: 500px;
  margin: auto;
  padding: 10px;
  border: 2px solid #2880ab;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); }

.tooltipster-content #tips-popup {
  border: none;
  width: auto;
  background: #ffffff;
  padding: 5px; }
  .tooltipster-content #tips-popup h2 {
    line-height: 1.2em;
    color: #929292; }
  .tooltipster-content #tips-popup p {
    font-size: 12px;
    color: #666; }
  .tooltipster-content #tips-popup .close {
    display: none; }

.permalink {
  font-size: 0.9em; }

.progress-bar {
  margin: 20px 0;
  font-size: 14px; }
  .progress-bar .bar-border {
    border: 1px solid #2880ab;
    width: 100%;
    height: 14px;
    padding: 1px; }
    .progress-bar .bar-border .bar-contents {
      background: #2880ab;
      height: 100%; }

.more {
  text-align: left; }

.badges .badge {
  float: left;
  padding: 0 10px; }
.badges.align-center .badge {
  display: inline;
  text-align: center;
  float: none; }

.public .photo-wrapper img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.4; }

#frame {
  width: 750px;
  height: 1000px; }

.social-links {
  line-height: 10px;
  margin-top: 20px; }
  .social-links .fb_iframe_widget {
    margin-right: 28px; }

.reactivate-text {
  font-size: 24px;
  font-weight: bold;
  color: #81cd53; }

.billing_options .full-price-reduced {
  text-decoration: line-through; }
.billing_options .discount {
  color: #cc0000;
  font-weight: bold;
  font-style: italic; }

.billing_option_notes .custom-note {
  font-size: 0.8em; }
.billing_option_notes .note {
  font-size: 0.8em; }

.success-story-page .success-story {
  padding: 10px 20px; }

h2.multiline-number1 {
  padding-left: 60px;
  background: url(/images/sample/multiline-number1.png) center left no-repeat; }

h2.multiline-number2 {
  padding-left: 60px;
  background: url(/images/sample/multiline-number2.png) center left no-repeat; }

h2.multiline-number3 {
  padding-left: 60px;
  background: url(/images/sample/multiline-number3.png) center left no-repeat; }

#new-site-popup {
  background: #fff;
  max-width: 60%;
  margin: auto;
  text-align: center;
  border: 3px solid #ccc;
  position: relative; }
  #new-site-popup .x {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding: 2px 5px;
    cursor: pointer; }
  #new-site-popup .inner {
    padding: 30px; }
    #new-site-popup .inner .text {
      text-align: center;
      font-size: 24px;
      margin-top: 24px; }

#notification-bar {
  background: #c93092;
  color: #ffffff;
  padding: 3px; }
  #notification-bar .message {
    padding-bottom: 1px;
    background: url(/images/sample/alert-eac20d.png) center left no-repeat;
    padding-left: 24px;
    display: inline-block; }
  #notification-bar a {
    color: #ffffff;
    text-decoration: none; }
    #notification-bar a:hover {
      text-decoration: underline; }

.empty {
  border: 1px solid #ff0000;
  background: url(/images/sample/alert-ffffff.png) bottom left no-repeat; }

#gift-membership-container {
  max-width: 740px; }
  #gift-membership-container ul li {
    text-align: left; }

table.data-table th, table.data-table td {
  padding: 2px 4px;
  text-align: left; }
table.data-table th {
  font-weight: bold; }

/* MOBILE */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 16px;
    padding-top: 28px; }
    h1 a.offset-link {
      float: right;
      font-size: 12px; }

  h2 {
    font-size: 14px; }

  p, .default-text {
    font-size: 12px; }

  .mobile-align-left {
    text-align: left; }

  .mobile-align-right {
    text-align: right; }

  .mobile-align-center {
    text-align: center; }

  .mobile-spacer-top {
    padding-top: 30px; }

  .mobile-spacer-bottom {
    padding-bottom: 30px; }

  .btn.medium {
    font-size: 12px; }

  .btn.full-width {
    font-size: 14px; }

  .form-section-wrapper .login-box.form-box {
    padding-top: 90px;
    border: none;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }
    .form-section-wrapper .login-box.form-box label {
      color: #ffffff; }

  .styled-select {
    width: 212px; }
    .styled-select select {
      width: 240px; }

  .styled-select.small {
    width: 56px; }
    .styled-select.small select {
      width: 84px; }

  .header-section-wrapper .login {
    padding-top: 0; }
  .header-section-wrapper .logo h1 {
    width: 150px;
    height: 17px;
    background: url(/images/logo-mobile.png); }

  .form-section-wrapper .form-box {
    margin-top: 35px;
    font-size: 14px; }
    .form-section-wrapper .form-box label {
      font-weight: bold; }
  .form-section-wrapper .search-box {
    text-align: center; }
    .form-section-wrapper .search-box label.to {
      margin: 0; }
    .form-section-wrapper .search-box input.zip {
      width: 60px; }
    .form-section-wrapper .search-box label.gender {
      margin: 0; }
  .form-section-wrapper .login-box {
    width: auto; }
    .form-section-wrapper .login-box input[type="text"], .form-section-wrapper .login-box input[type="password"] {
      width: auto; }
    .form-section-wrapper .login-box input[type="submit"] {
      margin-left: 0; }
    .form-section-wrapper .login-box label {
      display: block;
      text-align: left;
      width: auto; }
    .form-section-wrapper .login-box p {
      font-size: 12px; }
    .form-section-wrapper .login-box a {
      font-style: italic; }
    .form-section-wrapper .login-box .forgot-password {
      color: #c93092;
      padding-top: 30px;
      text-align: left;
      width: 80%; }
  .form-section-wrapper .start-search {
    margin-top: 160px; }
    .form-section-wrapper .start-search a.btn {
      font-size: 20px;
      display: inline-block;
      width: 250px; }
  .form-section-wrapper .join-for-free {
    margin-top: 20px; }
    .form-section-wrapper .join-for-free a.btn {
      font-size: 20px;
      display: inline-block;
      width: 250px; }
  .form-section-wrapper .endorsements {
    margin-top: 180px; }
  .form-section-wrapper .forgot-password-box {
    width: auto;
    margin-top: auto; }
    .form-section-wrapper .forgot-password-box p.details {
      font-size: 11px; }
    .form-section-wrapper .forgot-password-box input[type="text"], .form-section-wrapper .forgot-password-box input[type="password"] {
      width: auto; }
    .form-section-wrapper .forgot-password-box input[type="text"].email {
      width: auto; }
    .form-section-wrapper .forgot-password-box input[type="submit"].email {
      margin-left: 0; }
    .form-section-wrapper .forgot-password-box label {
      display: block;
      text-align: left;
      width: auto; }
  .form-section-wrapper .signup-box input[type="text"], .form-section-wrapper .signup-box input[type="password"] {
    width: 200px; }

  .nav-section-wrapper {
    font-size: 9px;
    white-space: nowrap;
    font-weight: bold; }

  .success-section-wrapper .story p {
    font-size: 12px; }

  .blog-section-wrapper .post p, .blog-section-wrapper .post .byline, .blog-section-wrapper .post .read-more {
    font-size: 12px; }

  .endorsements-section-wrapper .endorsement p, .endorsements-section-wrapper .endorsement .byline, .endorsements-section-wrapper .endorsement .organization {
    font-size: 16px; } }
.boards .post {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em; }
  .boards .post h2 {
    margin-bottom: 0px; }
  .boards .post h2, .boards .post h2 a {
    color: #2880ab; }
  .boards .post .byline {
    font-style: italic; }

/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-align-left {
    text-align: left; }

  .tablet-align-right {
    text-align: right; }

  .tablet-align-center {
    text-align: center; }

  .tablet-spacer-top {
    padding-top: 30px; }

  .tablet-spacer-bottom {
    padding-bottom: 30px; }

  .header-section-wrapper .login {
    padding-top: 0; }

  .matches-section-wrapper .profile .photo .photo-wrapper {
    width: auto;
    height: auto; }
    .matches-section-wrapper .profile .photo .photo-wrapper img {
      max-width: auto;
      max-height: auto; } }
/* DESKTOP */

/*# sourceMappingURL=public.css.map */
