.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: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  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: 10%;
}
.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 {
  position: relative;
  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 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *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;
}
.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;
}
.modal {
  position: absolute;
  width: 462px;
  margin-left: -231px;
}
.modal.fade.in {
  top: 24%;
}
.modal-backdrop {
  background-color: #c2c2c2;
}
.outer-modal-body {
  overflow: visible;
  position: absolute;
  top: -1px;
  left: 50%;
  min-width: 280px;
}
.modal-body {
  max-height: none;
  min-height: 250px;
  padding: 0;
  overflow: visible;
}
.modal-body .lightbox-push {
  right: 50%;
}
.modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  padding: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=40);
  opacity: 0.4;
  z-index: 1;
}
.modal-close:hover {
  text-decoration: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
body.standalone {
  background-color: #c2c2c2;
}
@font-face {
  font-family: 'SeeksIcons-Regular';
  src: url('/content/font/seeksiconsregular.eot');
  src: url('/content/font/seeksiconsregular.eot?#iefix')
      format('embedded-opentype'),
    url('/content/font/seeksiconsregular.woff') format('woff'),
    url('/content/font/seeksiconsregular.ttf') format('truetype'),
    url('/content/font/seeksiconsregular.svg#seeksiconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-icon,
[data-icon]:before {
  font-family: 'SeeksIcons-Regular';
  font-size: 16px;
  text-align: center;
  color: #afafaf;
  line-height: 1.8;
}
[data-icon]:before {
  content: attr(data-icon);
  speak: none;
}
i[data-icon] {
  font-style: normal;
}
.lightbox-form {
  background: #fff;
  border: 0 solid #ccc;
  min-height: 170px;
  -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;
}
.info-box {
  border: 1px solid #d1d1d1;
  background: #fff;
  -webkit-box-shadow: 0 2px 7px #d9d9d9;
  -moz-box-shadow: 0 2px 7px #d9d9d9;
  box-shadow: 0 2px 7px #d9d9d9;
}
.info-box-body {
  padding-top: 15px;
  padding-bottom: 15px;
}
.full-form {
  background: #fafafa;
  padding: 32px 0;
  position: relative;
}
.standard-form {
  padding: 50px 0 50px;
  overflow: auto;
  position: relative;
}
.standard-form form {
  padding: 32px 0 26px;
  margin-left: 14px;
  margin-bottom: 7px;
  border: 1px solid #d1d1d1;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 7px #d9d9d9;
  -moz-box-shadow: 0 2px 7px #d9d9d9;
  box-shadow: 0 2px 7px #d9d9d9;
}
.new-form h2,
.new-form h3,
.new-form p {
  color: #404040;
  margin-bottom: 9px;
}
.new-form .screen-questions ul {
  color: #404040;
  padding-left: 0;
  margin-top: 0;
}
.new-form .screen-questions p {
  margin: 20px 0 0 0;
}
.standard-form.new-form h3 {
  text-align: center;
  font-size: 1.4rem;
  font-size: 14px;
  margin-top: 9px;
}
.standard-form.new-form h3 > span {
  color: #e60a7c;
}
.new-form .no-m {
  margin: 0;
}
.new-form .no-p {
  padding: 0;
}
.new-form .heading-link {
  margin-top: -7px;
}
.new-form label {
  display: block;
  font-weight: normal;
  text-align: left;
  padding: 0;
  left: 0;
  color: #212121;
}
.new-form p {
  overflow: auto;
  position: relative;
}
.new-form p label {
  margin: 0;
}
.new-form select,
.new-form textarea,
.new-form input[type='text'],
.new-form input[type='password'],
.new-form input[type='datetime'],
.new-form input[type='datetime-local'],
.new-form input[type='date'],
.new-form input[type='month'],
.new-form input[type='time'],
.new-form input[type='week'],
.new-form input[type='number'],
.new-form input[type='email'],
.new-form input[type='url'],
.new-form input[type='search'],
.new-form input[type='tel'],
.new-form input[type='color'],
.new-form select {
  display: inline-block;
  padding: 8px 6px;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  height: 36px;
  color: #212121;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.new-form input[type='text'] {
  line-height: normal;
}
.new-form input[type='password'] {
  line-height: normal;
}
.new-form textarea:focus,
.new-form input[type='text']:focus,
.new-form input[type='password']:focus,
.new-form input[type='datetime']:focus,
.new-form input[type='datetime-local']:focus,
.new-form input[type='date']:focus,
.new-form input[type='month']:focus,
.new-form input[type='time']:focus,
.new-form input[type='week']:focus,
.new-form input[type='number']:focus,
.new-form input[type='email']:focus,
.new-form input[type='url']:focus,
.new-form input[type='search']:focus,
.new-form input[type='tel']:focus,
.new-form input[type='color']:focus,
.new-form select:focus {
  border: 1px solid #747474;
  outline: 0;
}
.new-form textarea:disabled,
.new-form input[type='text']:disabled,
.new-form input[type='password']:disabled,
.new-form input[type='datetime']:disabled,
.new-form input[type='datetime-local']:disabled,
.new-form input[type='date']:disabled,
.new-form input[type='month']:disabled,
.new-form input[type='time']:disabled,
.new-form input[type='week']:disabled,
.new-form input[type='number']:disabled,
.new-form input[type='email']:disabled,
.new-form input[type='url']:disabled,
.new-form input[type='search']:disabled,
.new-form input[type='tel']:disabled,
.new-form input[type='color']:disabled,
.new-form select:disabled {
  background-color: #f7f7f7;
  color: #999;
}
.new-form button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.new-form button + a {
  display: inline-block;
  margin-left: 15px;
}
.new-form .text-bold {
  font-weight: bold;
}
.pad-right-privacy {
  padding-right: 30px !important;
}
.new-form .inline {
  display: inline;
}
.new-form .inline-block {
  display: inline-block;
}
.new-form .text-align-center {
  text-align: center;
}
.new-form .text-align-right {
  text-align: right;
}
.new-form .no-form-content {
  min-height: 115px;
}
.new-form .form-submit-action {
  background: #404040;
  margin-bottom: -26px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.new-form .form-submit-action.secondary {
  background: #eee;
}
.new-form .form-submit-action a {
  color: #fff;
}
.new-form .form-submit-action a.dark {
  color: #404040;
}
.full-form.new-form .form-submit-action {
  margin-bottom: -32px;
  margin-top: 32px;
  border-radius: 0 0 4px 4px;
}
.new-form .form-progress {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.new-form .form-progress span {
  border: 6px solid #555;
  background: #555;
  border-radius: 6px;
  display: inline-block;
}
.new-form .form-progress span.current-step {
  background-color: #898989;
  border-color: #898989;
}
.new-form .input-append {
  position: relative;
}
.new-form .input-append .addon {
  position: absolute;
  top: 35px;
  left: 0;
}
.new-form .input-append .addon.lock {
  background: #f0f0f0;
  border-left: 1px solid #ccc;
}
.new-form .input-append .addon .font-icon {
  position: relative;
  right: -4px;
}
.new-form .addon {
  display: block;
}
.new-form .input-inline-group > label,
.new-form .input-inline-group > div {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
}
.new-form .input-inline-group > label:first-child,
.new-form .input-inline-group > div:first-child {
  margin-left: 0;
}
.new-form .input-inline-group > .group-connector {
  display: inline-block;
  border-top: 1px solid #d6d6d6;
  width: 15px;
  margin-left: -21px;
  position: relative;
  top: 18px;
  left: 18px;
}
.new-form .input-section-group.input-inline-group > .group-connector {
  top: 43px;
}
.new-form .input-section-group {
  margin: 14px 0 18px;
}
.new-form .color-light {
  color: #898989;
}
.new-form .validation-message-visible .validation-addon,
.new-form .validation-message-visible .validation-message {
  display: inline-block;
}
.new-form .validation-message-visible input[type='text'],
.new-form .validation-message-visible input[type='password'],
.new-form .validation-message-visible input[type='datetime'],
.new-form .validation-message-visible input[type='datetime-local'],
.new-form .validation-message-visible input[type='date'],
.new-form .validation-message-visible input[type='month'],
.new-form .validation-message-visible input[type='time'],
.new-form .validation-message-visible input[type='week'],
.new-form .validation-message-visible input[type='number'],
.new-form .validation-message-visible input[type='email'],
.new-form .validation-message-visible input[type='url'],
.new-form .validation-message-visible input[type='search'],
.new-form .validation-message-visible input[type='tel'],
.new-form .validation-message-visible input[type='color'],
.new-form .validation-message-visible select {
  border-color: #e60a7c;
}
.new-form .validation-message-visible input[type='text']:focus,
.new-form .validation-message-visible input[type='password']:focus,
.new-form .validation-message-visible input[type='datetime']:focus,
.new-form .validation-message-visible input[type='datetime-local']:focus,
.new-form .validation-message-visible input[type='date']:focus,
.new-form .validation-message-visible input[type='month']:focus,
.new-form .validation-message-visible input[type='time']:focus,
.new-form .validation-message-visible input[type='week']:focus,
.new-form .validation-message-visible input[type='number']:focus,
.new-form .validation-message-visible input[type='email']:focus,
.new-form .validation-message-visible input[type='url']:focus,
.new-form .validation-message-visible input[type='search']:focus,
.new-form .validation-message-visible input[type='tel']:focus,
.new-form .validation-message-visible input[type='color']:focus,
.new-form .validation-message-visible select:focus {
  border-color: rgba(240, 10, 129, 0.5);
}
.new-form .seek-black,
.new-form .seek-black[data-icon]:before {
  color: #404040;
}
.new-form .seek-pink,
.new-form .seek-pink[data-icon]:before {
  color: #e60a7c;
}
.new-form .seek-gray {
  color: #afafaf;
}
.new-form .seek-blue {
  color: #0d3880;
}
.new-form .seek-green,
.new-form .seek-green[data-icon]:before {
  color: #3daf2c;
}
.new-form .addon.calendar {
  top: 4px;
  right: 8px;
  left: auto;
}
.new-form span.calendar + span.validation-message {
  padding-left: 0;
}
.new-form .validation-addon {
  display: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #e60a7c;
}
.new-form .dropdown-addon {
  color: #404040;
  position: absolute;
  top: 4px;
  right: 8px;
}
.new-form .validation-addon.valid-addon {
  display: none;
  color: #3ebc37;
}
.new-form .input-append .addon .validation-addon {
  position: absolute;
  right: 42px;
}
.new-form .validation-message,
.new-form .suggestion-message {
  display: none;
  color: #e60a7c;
  padding: 4px 0 4px 20px;
}
.new-form .suggestion-message.visible {
  display: inline-block;
}
.new-form .validation-summary-visible {
  margin-bottom: 0;
}
.new-form .validation-summary-visible li,
.new-form .validation-summary-errors li {
  color: #e60a7c;
  font-weight: bold;
  list-style-type: none;
}
.new-form .validation-summary-visible .validation-addon {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  font-weight: normal;
}
.new-form .input-append.validation-message-visible .valid-addon {
  display: none;
}
.new-form .input-append.validation-message-valid-visible .valid-addon {
  display: block;
}
.large-tip-box {
  width: 754px;
  top: 12px;
  z-index: 1;
  border: 1px solid #000;
}
.large-tip-box .button-strip {
  padding-bottom: 10px;
  padding-top: 40px;
}
.large-tip-overlay {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 0\0) {
  .new-form .input-inline-group > label,
  .new-form .input-inline-group > div {
    margin-left: 14px;
  }
  .mod-apply-screen legend {
    margin-top: -15px;
  }
}
::-webkit-input-placeholder {
  color: #6a6a6a;
}
:-moz-placeholder {
  color: #6a6a6a;
}
::-moz-placeholder {
  color: #6a6a6a;
}
:-ms-input-placeholder {
  color: #6a6a6a;
}
input[type='text']::-ms-clear {
  display: none;
}
#spinner {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1060;
}
#fountainG {
  width: 150px;
  height: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  margin-top: -7px;
  z-index: 9999;
  position: relative;
}
.fountainG {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 15px;
  height: 15px;
  -moz-animation-name: bounce_fountainG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -moz-transform: scale(0);
  -moz-border-radius: 10px;
  -webkit-animation-name: bounce_fountainG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-transform: scale(0);
  -webkit-border-radius: 10px;
  -ms-animation-name: bounce_fountainG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -ms-transform: scale(0);
  -ms-border-radius: 10px;
  -o-animation-name: bounce_fountainG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-transform: scale(0);
  -o-border-radius: 10px;
  animation-name: bounce_fountainG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  transform: scale(0);
  border-radius: 10px;
}
#fountainG_1 {
  left: 0;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
#fountainG_2 {
  left: 15px;
  -moz-animation-delay: 0.13s;
  -webkit-animation-delay: 0.13s;
  -ms-animation-delay: 0.13s;
  -o-animation-delay: 0.13s;
  animation-delay: 0.13s;
}
#fountainG_3 {
  left: 30px;
  -moz-animation-delay: 0.26s;
  -webkit-animation-delay: 0.26s;
  -ms-animation-delay: 0.26s;
  -o-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
#fountainG_4 {
  left: 45px;
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
#fountainG_5 {
  left: 60px;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
#fountainG_6 {
  left: 75px;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
#fountainG_7 {
  left: 90px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
#fountainG_8 {
  left: 105px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #8a8a8a;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #e4e4e4;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #8a8a8a;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #e4e4e4;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #8a8a8a;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #e4e4e4;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #8a8a8a;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #e4e4e4;
  }
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #8a8a8a;
  }
  100% {
    transform: scale(0.3);
    background-color: #e4e4e4;
  }
}
.ie8 #fountainG,
.ie9 #fountainG {
  height: 30px;
  background: url(/content/images/spinner.gif) no-repeat top center !important;
}
.ie8 .fountainG,
.ie9 .fountainG {
  display: none;
}
.new-form h1 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 18px;
}
.new-form h1,
.new-form .action-promo h2 {
  color: #e60a7c;
}
.new-form h1.hdr-secondary {
  color: #404040;
}
.new-form h1.hdr-secondary.hdr-underlined {
  padding-bottom: 5px;
  border-bottom: 1px #dadada solid;
}
.month-picker {
  background: #fff;
  width: 222px;
  position: absolute;
  z-index: 9999;
  border: 1px solid #979797;
  font-size: 13px;
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.month-picker .year-selector {
  background: #eee;
  color: #404040;
  font-weight: bold;
  border-bottom: 1px solid #979797;
  border-radius: 3px;
  background: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #eee)
  );
  background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
  background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  -webkit-box-shadow: 0 0 1px 0 #979797 inset;
  -moz-box-shadow: 0 0 1px 0 #979797 inset;
  box-shadow: 0 0 1px 0 #979797 inset;
}
.month-picker .year-selector div {
  width: 33%;
  text-align: center;
  float: left;
}
.month-picker .year-selector span {
  line-height: 36px;
}
.month-picker .year-selector span.font-icon {
  font-size: 32px;
  cursor: pointer;
  color: #b7b7b7;
}
.month-picker .year-selector span.font-icon:hover {
  color: #e60278;
}
.month-picker .year-selector span.font-icon.disabled {
  color: #afafaf;
  cursor: default;
}
.month-picker ul {
  overflow: auto;
  margin: 0;
  border: 0 solid transparent;
  border-radius: 0 0 3px 3px;
}
.month-picker ul li {
  float: left;
  width: 33.3%;
  color: #404040;
  background-color: #fafafa;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.month-picker ul li,
.month-picker .continue {
  cursor: pointer;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-left: 0;
  line-height: 36px;
}
.month-picker ul li:hover,
.month-picker ul li.active {
  color: #e60278;
}
.month-picker ul li.disabled,
.month-picker ul li.disabled:hover {
  background-color: #e4e4e4;
  color: #8a8a8a;
  cursor: default;
}
.month-picker .continue {
  color: #404040;
}
.month-picker .continue:hover {
  color: #e60278;
}
#signInPage .on-multiple,
#signInForm .on-multiple {
  display: none;
}
#signInPage .on-multiple a.use-username,
#signInForm .on-multiple a.use-username {
  display: block;
  margin-top: 20px;
}
#signInPage.state-has-multiple .on-multiple,
#signInForm.state-has-multiple .on-multiple {
  display: block;
}
#signInPage.state-has-multiple .hide-on-multiple,
#signInForm.state-has-multiple .hide-on-multiple {
  display: none;
}
#signInPage .on-use-username,
#signInForm .on-use-username {
  display: none;
}
#signInPage.state-use-username .on-use-username,
#signInForm.state-use-username .on-use-username {
  display: block;
}
#signInPage h1 {
  margin: 0;
}
#signInPage .hdr-skip {
  font-size: 1.4rem;
  font-weight: bold;
}
#signInPage .hdr-skip .font-icon {
  position: relative;
  top: 0.05em;
}
#signInPage .hdr-title,
#registerStepOne .hdr-title {
  font-size: 2.4rem;
  color: #404040;
}
#signInPage .hdr-underlined,
#registerStepOne .hdr-underlined {
  overflow: hidden;
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 1px #dadada solid;
}
#signInPage .rego-benefits {
  font-size: 13px;
}
#signInPage .rego-benefits li {
  display: table;
}
#signInPage .rego-benefits .copy {
  display: table-cell;
  vertical-align: middle;
}
#signInPage .rego-benefits .logo {
  background: url('/Content/Images/lightbox/reg_benefits_image_15.png')
    no-repeat;
  width: 88px;
}
#signInPage .rego-benefits .logo.i1 {
  background-position: 0 0;
  height: 58px;
}
#signInPage .rego-benefits .logo.i2 {
  background-position: 0 -75px;
  height: 76px;
}
#signInPage .rego-benefits .logo.i3 {
  background-position: 0 -160px;
  height: 78px;
}
#signInPage .rego-benefits .logo.i4 {
  background-position: 0 -251px;
  height: 64px;
}
.rego-benefits {
  font-size: 13px;
}
.rego-benefits li {
  display: table;
}
.rego-benefits li.col {
  display: inline-block;
  width: 20%;
  text-align: center;
}
.rego-benefits li.col-mid {
  width: 58%;
}
.rego-benefits .copy {
  display: table-cell;
  vertical-align: middle;
}
.rego-benefits .plogo {
  padding-left: 130px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 108px;
  height: 130px;
  padding-right: 50px;
}
.rego-benefits .plogo-h {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 108px;
  width: 124px;
  display: inline-block;
  text-align: center;
  padding-top: 117px;
}
.rego-benefits .picon1 {
  background-image: url(/Content/Images/Layout/profile-loggedout-alert.svg);
}
.rego-benefits .picon2 {
  background-image: url(/Content/Images/Layout/profile-loggedout-time.svg);
}
.rego-benefits .picon3 {
  background-image: url(/Content/Images/Layout/profile-loggedout-search.svg);
}
#profile-exit-prompt ol {
  list-style-type: decimal;
  padding-left: 20px;
}
#privacyForm {
  font-size: 13px;
  font-size: 1.3rem;
}
#privacyForm .privacy-modes {
  margin: 0;
  padding: 0;
  height: 333px;
}
#privacyForm .privacy-modes li {
  background: #ebebeb;
  background: -moz-linear-gradient(left, #ebebeb 0%, #ebebeb 60%, #e4e4e4 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ebebeb),
    color-stop(60%, #ebebeb),
    color-stop(100%, #e4e4e4)
  );
  background: -webkit-linear-gradient(
    left,
    #ebebeb 0%,
    #ebebeb 60%,
    #e4e4e4 100%
  );
  background: -o-linear-gradient(left, #ebebeb 0%, #ebebeb 60%, #e4e4e4 100%);
  background: -ms-linear-gradient(left, #ebebeb 0%, #ebebeb 60%, #e4e4e4 100%);
  background: linear-gradient(to right, #ebebeb 0%, #ebebeb 60%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#e4e4e4',GradientType=1);
  border-top: 0;
  border-left: 0;
  height: 33.3%;
  cursor: pointer;
}
#privacyForm .privacy-modes li:hover {
  background-color: #f2f2f2;
}
#privacyForm .privacy-modes li:last-child {
  border-bottom: 0;
}
#privacyForm .privacy-modes li.active,
#privacyForm .privacy-modes li.active:hover {
  background: transparent;
  border-right: 0;
  cursor: default;
}
#privacyForm .privacy-modes input[type='radio'] {
  margin-top: 15px;
}
#privacyForm li i[data-icon]:before,
#privacyForm #profileCard i[data-icon]:before {
  line-height: 1.2;
}
#privacyForm #profileCard {
  min-height: 165px;
  margin-bottom: 0.5em;
  margin-bottom: 0.5rem;
  margin-right: 0.5em;
  margin-right: 0.5rem;
}
#privacyForm #profileCard .p1data {
  padding: 20px;
}
#privacyForm #profileCard.mode-hidden {
  text-align: center;
}
#privacyForm #profileCard.mode-hidden i[data-icon]:before {
  font-size: 70px;
  line-height: 2.5;
}
#privacyForm .has-ellipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sign-in-p1 #privacyForm {
  padding: 8px 0;
}
#privacy-button-skew {
  padding-top: 10px;
  padding-bottom: 10px;
}
#profileCard {
  line-height: 1.2;
}
