﻿.cartStyles .border #content h2,
.cartStyles .border h2 {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 5px;
}
.cartStyles .border .border {
  padding: 10px;
}
.cartStyles .border .paymentMethod {
  display: none;
  margin: 0 0 20px;
}
.myAccount main {
  padding-left: 0  !important;
  margin: 0 auto;
}
.myAccount main .container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.myAccount .clr {
  clear: both;
}
.myAccount .col:first-child {
  /* margin-right: 5%; */
}
.myAccount .formDisplay td,
.myAccount .formDisplay th {
  color: #000;
  padding: 7px;
  vertical-align: top;
  font-size: 15px;
}
.myAccount #persistentBanner-sticky-wrapper,
.myAccount #persistentBanner {
  display: none;
}
.myAccount #content a {
  text-decoration: underline;
  color: #1e6aa1;
}
.myAccount #content a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.myAccount h1 {
  margin-top: 0;
  text-align: center;
}
.myAccount .col {
  /* padding: 0 2em; */
}
.myAccount .col.first {
  padding-left: 0;
}
.myAccount .col.last {
  padding-right: 0;
}
.myAccount .twoCol .col.first {
  border-right: solid 1px #ccc;
}
.myAccount .updateAccount span.required {
  display: none;
}
.myAccount .creditCardInfo span.required {
  display: none;
}
.myAccount .creditCardInfo span.validator {
  background: #eee;
  margin: 2px 0;
  padding: 4px;
  font-size: 70%;
}
.myAccount .creditCardInfo .ccNumberNote,
.myAccount .creditCardInfo .ccExpNote,
.myAccount .creditCardInfo .ccCvvNote {
  display: none;
}
.myAccount .demographicInformation span.required {
  display: none;
}
.myAccount .demographicInformation th {
  text-align: right;
}
.myAccount .demographicInformation .addr2 td:after {
  content: 'Optional';
  font-size: 13px;
  margin: 0.25em 0 0.5em 0;
  line-height: 1.2em;
  display: block;
}
.myAccount .formDisplay th {
  border: none;
}
.myAccount .formDisplay td {
  border: none;
}
.myAccount .formDisplay th,
.myAccount .formDisplay td {
  padding-top: 0;
}
.myAccount .formDisplay small {
  display: block;
}
.myAccount .formDisplay .k-invalid {
  box-shadow: 0 0 3px #cc0000;
}
.myAccount .routingNumberNote {
  display: block;
}
.myAccount .memberInfo td + th {
  white-space: nowrap;
}
.myAccount .rbl label {
  display: inline-block;
  padding-left: 0.5em;
}
.myAccount .termsAndConditions {
  margin-left: 192px !important;
  padding-left: 11px;
}
.myAccount #dvCreate {
  display: none;
  background: url("/images/comparison-back-full.jpg") no-repeat;
  background-position: right top;
  background-size: 70% auto;
}
.myAccount #dvCreate .last {
  display: none;
}
.myAccount #dvData {
  min-height: 100px;
}
.myAccount .loginInfo {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-bottom: 1em;
  padding: 1em;
}
.myAccount .loginInfo ul {
  margin: 0;
}
.myAccount .loginInfo .twoCol .col.first {
  border: none;
}
.myAccountDetails .activeItems h3 {
  margin-top: 0;
}
.myAccountDetails .activeItems h4 {
  margin-top: 0.5em;
}
.mobile .btn-sm {
  background: #cccccc none repeat scroll 0 0;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px;
  text-decoration: none !important;
  text-shadow: none;
  margin-right: 0.5em;
  display: inline-block;
}
.mobile .btnBar .submitBtn input {
  margin: 0;
}
.dvAccountDetails .logOut {
  font-size: 14px;
  font-weight: normal;
}
.row-item {
  display: block;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 12px;
  padding-bottom: 11px;
  background: none;
}
.row-item:before {
  display: table;
  content: "";
}
.row-item:after {
  display: table;
  content: "";
}
.row-item h3 {
  display: inline-block;
  font-size: 16px;
  margin: 0 4% 0 0;
  vertical-align: top;
  font-weight: bold;
}
.row-item .itemInfo {
  display: inline-block;
}
ul.infoDisplay {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.infoDisplay li {
  position: relative;
  padding-top: 0;
}
ul.infoDisplay span {
  display: inline-block;
  position: absolute;
  right: 0;
}
.infoDisplay span {
  display: inline-block;
}
.infoDisplay .price {
  text-align: right;
}
/* Product information */
.myAccount .activeItems {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1em;
  background: #efefef;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.activeItems .status {
  font-weight: bold;
}
.activeItems .status span {
  color: #cc0000;
  float: right;
}
.activeItems .status .Active {
  color: green;
}
#accountInfo .infoDisplay td + td {
  padding-left: 0.5em;
}
.myAccount .popUp {
  display: none;
  border: solid 1px #ccc;
  padding: 1em;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
}
.myAccount .popUp p {
  margin: 0 0 0.25em;
}
.myAccount .popUp .close {
  position: absolute;
  top: 5px;
  right: 5px;
}
.myAccount .accountInfoPopUp {
  display: none;
}
.myAccount .accountInfoPopUp img {
  display: block;
  margin-bottom: 0.5em;
}
.subInfo {
  margin-bottom: 1em;
}
.subInfo img {
  margin-right: 5%;
}
.subInfo table td {
  line-height: normal;
}
.subInfo table td li {
  padding-bottom: 0.25em;
}
.cancelSubscription {
  font-size: 12px;
}
.myAccount .btnEdit,
.dvAccountDetails .logOut {
  font-size: 14px;
  font-weight: normal;
  background: #ddd;
  color: #2a2a2a !important;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  border-radius: 4px;
  text-decoration: none !important;
  display: inline-block;
}
.myAccount .btnEdit:hover,
.dvAccountDetails .logOut:hover {
  border: 1px solid #777;
  background: #d0d0d0;
}
.myAccount .btnSave {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background: #FF4D01;
  background: -moz-linear-gradient(19% 65% 90deg, #FF4D01, #FF8924);
  background: -ms-linear-gradient(#FF4D01, #FF8924);
  background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#FF8924), to(#FF4D01));
  border: 1px solid #FF8924;
  color: #f0f0f0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.myAccount .btnSave:hover {
  color: #f1f1f1;
  cursor: pointer;
}
/* End Product information */
.myAccount .formDisplay .altItem {
  background: none;
}
.myAccount .pDesc {
  height: 70px;
}
.myAccount tr.ignore td {
  border: none;
}
.updateInfoPage .centerMe {
  margin-left: auto;
  margin-right: auto;
}
.updateInfoPage .centerMe .table-responsive {
  border: none!important;
}
.updateInfoPage .marketMe {
  display: inline-block;
  font-size: 14px;
  padding-left: 1px;
}
.updateInfoPage .chkEmailMarketing {
  display: block;
  margin-top: 0.3em;
}
.updateInfoPage .chkEmailMarketing input,
.updateInfoPage .chkEmailMarketing label {
  text-align: left;
  display: inline;
  padding: 0;
}
.updateInfoPage .chkEmailMarketing th {
  padding-top: 0;
}
.updateInfoPage #persistentBanner-sticky-wrapper,
.updateInfoPage #persistentBanner {
  display: none;
}
.updateInfoPage .ccLogos,
.updateInfoPage .ccLogosTop {
  padding-bottom: 6px;
  padding-top: 13px;
  text-align: center;
}
.updateInfoPage .ccLogos {
  text-align: center;
}
.updateInfoPage .ccLogosTop {
  text-align: left;
}
.updateInfoPage .billHeader {
  margin-bottom: 5px;
  margin-top: 10px;
}
.updateInfoPage .border {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-bottom: 2em;
  position: relative;
  box-sizing: border-box;
  padding: 1em 2rem;
}
.updateInfoPage .submitBtn,
.updateInfoPage .submitBtn input {
  display: inline-block;
}
.updateInfoPage .termsAndConditions input,
.updateInfoPage .termsAndConditions {
  text-align: center;
}
.updateInfoPage .sideMe {
  margin-left: 830px;
  position: fixed;
  text-align: center;
  top: 210px;
}
.updateInfoPage .ccLogosImage {
  display: inline-block !important;
}
.updateInfoPage .ccExpNote {
  margin-top: 5px;
}
.updateInfoPage #pnlCCDetails select {
  vertical-align: top;
  margin-top: 7px;
}
.updateInfoPage .txtCardNumber {
  margin-top: 4px;
}
.updateInfoPage h3.phone {
  margin: 1em 0;
  color: #035997;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}
.updateInfoPage .paymentMethod,
.updateInfoPage .updateSubscriberInfo th {
  text-align: right;
  vertical-align: middle;
}
.updateInfoPage .btnCancel {
  font-size: 14px;
  font-weight: normal;
  background: #ddd;
  color: #2a2a2a !important;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  border-radius: 4px;
  text-decoration: none !important;
}
.updateInfoPage .btnCancel:hover {
  border: 1px solid #777;
  background: #d0d0d0;
}
.mobile.updateInfoPage #mainContent {
  box-sizing: border-box;
  padding: 0 1em;
}
.mobile.updateInfoPage #content table.formDisplay th,
.mobile.updateInfoPage #content table.formDisplay td {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.mobile.updateInfoPage #content table.formDisplay th:empty,
.mobile.updateInfoPage #content table.formDisplay td:empty {
  display: none;
}
.mobile.updateInfoPage #content table.chkEmailMarketing td,
.mobile.updateInfoPage #content table.chkEmailMarketing th {
  display: table-cell;
}
.mobile.updateInfoPage .border {
  padding-right: 1em;
  padding-left: 1em;
}
.mobile.updateInfoPage #ctl01_cphMain_rblPaymentMethod label {
  display: inline;
}
.forgotPassword .btnBar .submitBtn,
.forgotPassword .btnBar .submitBtn input,
.forgotPassword .btnBar .btn-sm {
  display: inline-block;
}
.forgotPassword .formDisplay label {
  padding-top: 0;
}
.updateContacts .rbl input {
  position: relative;
  top: 8px;
}
.supportSection {
  border-radius: 5px;
  border: solid 1px #ddd;
  padding: 1em;
  background-color: #EFEFEF;
}
.supportSection h4 {
  font-size: 18px;
}
.supportSection p {
  margin-bottom: 0.5em;
  font-size: 16px;
}
.supportSection .btn-sm {
  color: #fff;
  background-color: #cc0000;
  margin: 0 0 0.5em 1em;
}
.updateLockBox .formDisplay th {
  vertical-align: middle;
}
.loginScreen .col-sm-4 label {
  font-weight: bold;
  color: #000;
  font-size: 1.7rem;
  margin-top: 4px;
}
.loginScreen .radio label {
  padding-left: 10px;
}
.createAccount.col {
  padding: 0;
}
.myAccount .updateAccount tr th {
  text-align: right;
}
.myAccount input[type="text"],
.myAccount input[type="email"],
.myAccount input[type="password"],
.myAccount input[type="number"],
.myAccount input[type="tel"],
.myAccount textarea {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.myAccount input[type="submit"], .myAccount input.btnSubmit {
    padding: 6px 12px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    color: #fff;
}
.myAccountDetails .breadcrumb {
  display: none;
}
.myAccountDetails #pnlForm {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin: 2em auto;
  padding: 1em;
}
.myAccountDetails .btn-sm {
  font-size: 14px;
  font-weight: normal;
  background: #ddd;
  color: #2a2a2a !important;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  border-radius: 4px;
  text-decoration: none !important;
}
span.note {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
#prForgot {
  width: 100%;
}
.dvAccountDetails .trItemClass span.note {
  font-size: 12px;
}
.dvAccountDetails .trItemClass td {
  line-height: 10px;
  padding-bottom: 5px;
}
@media (max-width: 1220px) {
  .myAccount .dvSubOptions .xs-pl-30.xs-pr-30 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .myAccount #headerPersistentBanner {
    display: none;
  }
  .myAccount .dvAccountDetails {
    width: 100%;
  }
  .myAccount main {
    padding-top: 0;
  }
  .myAccount .wrapperInfo {
    padding-left: 0;
  }
  .itemInfo.myAccount .wrapperInfo .row-item + .col-sm-1 {
    text-align: left;
  }
  .myAccount .dvSubOptions {
    padding-right: 0;
    margin: 0 0 0 0;
    padding: 0;
  }
  .myAccount .supportSection {
    margin: 20px 0 0 0;
  }
  .dvAccountDetails {
    margin-top: 30px;
  }
  .dvAccountDetails .dvSubOptions {
    margin-bottom: 30px;
  }
  .dvAccountDetails .row-item h3,
  .dvAccountDetails h3 {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .dvAccountDetails #accountInfo .wrapperInfo {
    padding-left: 0;
    padding-right: 0;
  }
  .dvAccountDetails .row-item h3,
  .dvAccountDetails h3 {
    margin-top: 0;
  }
  .myAccount .twoCol .col {
    width: 95% !important;
    border: none !important;
    margin: 0 15px !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .myAccount .pDesc {
    height: auto;
  }
  .myAccount .termsAndConditions {
    margin-left: 0 !important;
  }
  .myAccount .updateAccount tr td,
  .myAccount .updateAccount tr th {
    display: block;
  }
  .myAccount .updateAccount tr th {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .dvAccountDetails .supportSection a.btn {
    display: inline-block;
    float: none !important;
    margin: 0 0 10px;
  }
  .dvAccountDetails .loginInfo .infoDisplay .col-xs-6 {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
  }
  .dvAccountDetails .loginInfo .infoDisplay .col-xs-6 .col.last {
    padding: 0 !important;
    margin: 0 !important;
  }
}