@charset "UTF-8";
@font-face {
  font-family: "gt_americacondensed_medium";
  src: url("https://phillymedia.github.io/productDesignPrototypes/fonts/gt_america_condensed_medium-webfont.woff2") format("woff2"), url("https://phillymedia.github.io/productDesignPrototypes/fonts/gt_america_condensed_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ringside_book";
  src: url("https://phillymedia.github.io/productDesignPrototypes/fonts/RingsideRegular-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ringside_bold";
  src: url("https://phillymedia.github.io/productDesignPrototypes/fonts/RingsideRegular-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.no-auto-focus {
  position: absolute;
  top: 0;
  margin: 0px;
  display: none;
  z-index: -99;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px auto;
  background-color: #efefef;
  font-family: "ringside_book", sans-serif;
  font-size: 14px;
}

h1 {
  font-family: "gt_americacondensed_medium", sans-serif;
  text-align: left;
  font-size: 24px;
}

h2 {
  font-family: "gt_americacondensed_medium", sans-serif;
  text-align: left;
  font-size: 20px;
}

h3 {
  font-family: "gt_americacondensed_medium", sans-serif;
  font-size: 18px;
}

ul {
  padding-left: 32px;
}

a {
  color: #2271FF;
  text-decoration: underline;
}
a:hover {
  color: #2271FF;
}

hr {
  border: 0.5px solid #dcdcdc;
}

.logo {
  background-color: #FFFFFF;
  margin: 0px;
  text-align: center;
  border-bottom: 1px solid #9f9f9f;
}
.logo img {
  padding: 18px 0px 13px 0px;
  max-width: 280px;
  width: 80%;
  margin: 0px;
}

.sub-bullets {
  margin-bottom: 20px;
}
.sub-bullets p {
  margin: 10px 0px;
}

.p-bold {
  font-family: "ringside_bold", sans-serif;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

.p-regular {
  font-size: 16px;
  padding: 2px 0px;
}

#norton {
  position: relative;
  padding-left: 9.25em;
  margin: 4px 16px 32px -16px;
  font-size: 12px;
}
#norton:before {
  content: '';
  position: absolute;
  margin-left: 16px;
  margin-top: -2px;
  left: 0;
  width: 82px;
  height: 36px;
  background: url("https://www.digicert.com/wp-content/uploads/2018/09/norton-poweredby.png");
  background-repeat: no-repeat;
  background-size: 82px 44px;
}

#review-card-type {
  position: relative;
  padding-left: 2.8em;
  /* space to preserve indentation on wrap */
  padding-top: 4px;
  padding-bottom: 4px;
}
#review-card-type:before {
  content: '';
  position: absolute;
  left: 0;
  width: 34px;
  height: 20px;
  background: url("https://upload.wikimedia.org/wikipedia/commons/5/5e/Visa_Inc._logo.svg");
  background-repeat: no-repeat;
  background-size: 30px 20px;
  border: 1px solid #777777;
  border-radius: 2px;
}

#review-password {
  margin: 4px 0px -6px;
}

#next_confirm {
  margin-top: 0px;
}

.review-body {
  font-size: 16px;
  margin: -8px 0px 0px 0px;
}

.sub-plan-review {
  padding: 0px 0px 12px;
}
.sub-plan-review h2 {
  font-size: 20px;
  margin: 0px 0px 2px;
}
.sub-plan-review a {
  padding: 16px 0px;
  margin: 0px;
  text-decoration: underline;
  cursor: pointer;
}
.sub-plan-review ul {
  list-style: none;
  padding: 0px 0px 0px 4px;
  margin-top: 6px;
  margin-bottom: -8px;
}
.sub-plan-review li {
  position: relative;
  padding-left: 1.8em;
  /* space to preserve indentation on wrap */
  margin-bottom: 10px;
}
.sub-plan-review li:before {
  content: '';
  position: absolute;
  left: 0;
  margin-top: 3px;
  width: 1.5em;
  height: 1.5em;
  background: url("https://image.flaticon.com/icons/png/512/60/60731.png");
  background-repeat: no-repeat;
  background-size: 14px;
}

.hr_sub_plan_review {
  padding: 8px 16px 0px;
}

#createPassword {
  display: none;
  margin-bottom: -8px !important;
}

#passwordField:focus {
  margin: 3px 0px 25px !important;
  padding-left: 9px;
}

#account-help-text {
  font-size: 16px;
  padding: 0px 1px;
  margin: 18px 0px 22px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: 20px;
  padding-right: 25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

p.assistive-text-email {
  font-size: 14px;
  margin: -1px 0px 24px !important;
}

p.assistive-text {
  font-size: 14px;
  margin: -18px 0px 24px !important;
}

.stepwizard-row {
  display: table-row;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  margin-left: 62px;
  width: 166px;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard {
  display: table;
  width: 300px;
  margin: 16px auto;
  padding: 0px 8px;
  position: relative;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-step p {
  margin: 6px auto -2px;
  font-size: 13px;
  line-height: 1.2em;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 15px;
}

.stepwizard-step .btn {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none !important;
}

.stepwizard-step .btn-primary {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  opacity: 1 !important;
}
.stepwizard-step .btn-primary:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.btn.disabled, .btn[disabled] {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  color: #777777;
  opacity: 1;
}
.btn.disabled:hover, .btn[disabled]:hover {
  background-color: #cccccc;
}

.step-disabled {
  content: " ";
  display: block;
  position: absolute;
  background-color: #efefef;
  opacity: 0;
  width: 80px;
  height: 40px;
  top: 0;
  z-index: 99;
  margin-left: 4px;
  margin-top: -8px;
}

.step-name-disabled {
  content: " ";
  display: block;
  position: absolute;
  background-color: #efefef;
  opacity: 0.5;
  width: 80px;
  height: 26px;
  top: 0;
  z-index: 99;
  margin-left: 4px;
  margin-top: 32px;
}

/*
.disabled {
	p {
		color: #999999;
	}
}
*/
label {
  font-family: "ringside_bold", sans-serif;
  margin-bottom: 0px;
}

.sub-plan {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  border-bottom: 1px solid #9f9f9f;
}
.sub-plan h2 {
  padding: 12px 16px 2px 16px;
  margin: 0px;
  color: #000000;
}
.sub-plan a {
  padding: 16px;
  margin: 0px;
}

.collapsible {
  margin: 0px;
  padding: 0px 0px 16px 0px;
  color: #222222;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}
.collapsible:after {
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 84px;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
}
.collapsible:after hr {
  margin: 0px;
  border: 0.5px solid #9f9f9f;
}

.contentactive:after {
  border-style: solid;
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent #000000 transparent;
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 84px;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
}

.content {
  padding: 0px 16px;
  margin: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
}
.content h2 {
  margin: 0px;
}
.content hr {
  margin: 18px 0px;
  border: 0.5px solid #dcdcdc;
}

img#security-lock {
  width: 12px;
  margin-top: -3px;
  margin-right: 8px;
}

.myRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -8px;
}

.col-50 {
  -ms-flex: 50%;
  flex: 50%;
  padding: 0px 8px;
}
.col-50 select {
  width: 130% !important;
}

.col-65 {
  -ms-flex: 65%;
  flex: 65%;
  padding: 0px 8px;
  text-align: left;
}
.col-65 h3 {
  font-size: 18px;
  margin: 0px !important;
  padding-bottom: 10px;
}
.col-65 h2 {
  margin: 0px;
  padding-bottom: 14px !important;
}
.col-65 p {
  margin: 0px;
  font-size: 16px;
  line-height: 1.3em;
}

.col-35 {
  -ms-flex: 35%;
  flex: 35%;
  text-align: right;
}
.col-35 a {
  padding: 0px 8px;
  margin: 0px;
  text-decoration: underline;
  cursor: pointer;
}
.col-35 p {
  padding-right: 8px;
  line-height: 1.3em;
}
.col-35 h2 {
  text-align: right;
  margin: 0px !important;
  padding-bottom: 0px !important;
}

.total_hr {
  border: 1px solid #000000;
  margin-bottom: 10px;
}

.total p {
  font-size: 18px;
  font-family: "ringside_bold", sans-serif;
}

.subtotal {
  margin-top: -10px;
  margin-bottom: 2px;
}
.subtotal p {
  font-size: 16px !important;
  line-height: 1.5em;
  padding-bottom: 4px;
}

#discount_amount {
  margin-top: -10px !important;
}

.coupon {
  margin-top: -10px;
  margin-bottom: -11px;
}
.coupon p {
  font-size: 14px;
  margin-bottom: 4px;
}

.checkmark:before {
  content: "✓";
  position: absolute;
  margin-right: 72px;
  right: 0;
  width: 20px;
  height: 20px;
}

.bold {
  font-family: "ringside_bold", sans-serif;
}

.review-fields hr {
  border: 0.5px solid #dcdcdc;
  margin: 24px 0px !important;
}

.checkmark_bullet:before {
  content: "✓";
  position: relative;
  margin-left: 4px;
  margin-right: 16px;
  left: 0;
  width: 20px;
  height: 20px;
}

#regForm {
  background-color: #ffffff;
  margin: 0px auto;
  font-family: "ringside_book", sans-serif;
  padding: 24px;
  width: 70%;
  min-width: 300px;
  max-width: 400px;
}

input {
  -webkit-appearance: none;
  box-shadow: none !important;
  padding: 9px 10px 11px;
  margin: 4px auto 24px auto;
  font-size: 16px;
  font-family: "ringside_book", sans-serif;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background-color: #ffffff;
}
input.invalid {
  border: 1px solid #ff0017;
}
input:focus {
  border: 2px solid #2271FF !important;
  margin: 4px -1px 24px !important;
  height: 48px;
}

#emailField {
  margin-bottom: 8px;
}
#emailField:focus {
  margin-bottom: 8px !important;
}

.text-input input {
  width: 100%;
  min-height: 48px;
}

.otherinput input {
  margin-bottom: 8px;
}

.form-container {
  width: 100%;
  padding: 0px 8px;
}
.form-container h1 {
  padding: 0px 0px 10px 0px;
  margin-top: 2px;
}
.form-container hr {
  margin: 0px -17px 22px -17px;
}

.smalltext {
  font-size: 12px;
  padding-top: 8px;
}
.smalltext img {
  height: 48px;
  opacity: .5;
  margin-top: -4px;
}

img#credit-cards {
  height: 28px;
  margin: -4px 0px 28px 0px;
}

input[type="button"] {
  -webkit-appearance: none;
  box-shadow: none !important;
  border-radius: 3px;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 16px;
  font-family: "ringside_bold", sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin: 12px auto 20px auto;
}
input[type="button"]:disabled {
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
  opacity: 1;
}
input[type="button"]:enabled {
  background-color: #2271FF;
  border: 1px solid #2271FF;
  cursor: pointer;
}

h1#billing-address {
  padding-top: 4px;
  margin-bottom: 16px;
}

#next_2 {
  margin-top: -24px;
}

.next-btn {
  color: #ffffff !important;
}
.next-btn:hover {
  background-color: #2271FF !important;
  border: 1px solid #2271FF !important;
}
.next-btn:disabled:hover {
  background-color: #dcdcdc !important;
  border: 1px solid #dcdcdc !important;
}

button.addressline {
  font-family: "ringside_book", sans-serif;
  padding: 0px;
  font-size: 14px;
  margin-bottom: 8px;
  border: none;
  background-color: #ffffff;
  text-decoration: underline;
  color: #2271FF;
  cursor: pointer;
}

#addressLine2 {
  display: none;
}

#city-state {
  display: block;
}

.progress-bar-container {
  margin: 0px auto;
}

.progress-bar {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  padding: 16px 0px 12px;
  background-color: #efefef;
}
.progress-bar:before {
  top: 30px;
  bottom: 0;
  position: absolute;
  content: " ";
  margin-left: 36px;
  width: 200px;
  height: 1px;
  background-color: #cccccc;
  z-order: 0;
}

.step {
  position: relative;
  display: table-cell;
  text-align: center;
  z-index: 10;
  background-color: #cacaca;
  height: 30px;
  width: 30px;
  margin: 0 30px;
  opacity: 1;
  display: inline-block;
  border-radius: 50%;
}
.step.active {
  opacity: 1;
  background-color: #000000 !important;
}
.step.active a {
  color: #ffffff !important;
}
.step.active p {
  color: #000000 !important;
}
.step.finish {
  background-color: #ffffff;
  border: 1px solid #000000;
  opacity: 1;
  cursor: pointer;
  content: '2713' !important;
}
.step.finish p {
  color: #000000 !important;
}
.step.finish a {
  color: #000000 !important;
}

.step-number a {
  font-family: "ringside_book", sans-serif;
  color: #ffffff !important;
  line-height: 2.3em;
  border: none;
}

.step-name {
  text-align: center !important;
  margin: auto;
}
.step-name p {
  font-family: "ringside_book", sans-serif;
  font-size: 12px;
  color: #aaaaaa !important;
  text-align: center !important;
  margin: 5px auto 0px auto;
}

.footer {
  margin: 0px auto;
  padding: 16px 16px;
  font-size: 16px;
  text-align: center;
}
.footer a {
  text-decoration: none;
}
.footer hr {
  margin-left: -16px;
  margin-right: -16px;
}
.footer p {
  font-size: 14px;
}

#mobile_help_id {
  padding: 10px 0px;
}

.select {
  background: #ffffff;
  width: 100%;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  display: inline-block;
  padding: 13px 15px 13px 7px;
  margin: 4px auto 24px auto;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.select:before {
  content: '';
  height: 100%;
  top: 0;
  pointer-events: none;
  position: absolute;
  right: 22px;
}
.select:after {
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.select select {
  background: transparent;
  border: none;
  color: #000000;
  font-size: 16px;
  width: 115%;
}

/* Zip code */
.fancy-form {
  display: block !important;
}

.zip-wrap {
  display: block !important;
}

.zip-error {
  color: #d70000;
  font-size: 12px;
  text-align: left;
  margin-top: -16px;
  margin-bottom: 20px;
  display: none;
}

.city-wrap {
  width: 100%;
  margin: 0px 8px;
}

.state-wrap {
  width: 100%;
  margin: 0px 8px;
}

@media screen and (max-width: 600px) {
  #regForm {
    width: 100%;
  }

  .fixed-button {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    color: white;
    text-align: center;
    padding: 16px;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.2);
  }
  .fixed-button input {
    margin: 0px auto !important;
  }
}