@charset "UTF-8";
/* CSS Document */

/******************* custom styles *******************/
#defaultNavbar1 .navbar-nav.navbar-fixed {
  float: right;
  margin-top: 36px;
}
.navbar-fixed > li {
  float: left;
}
.navbar- .navbar-right {
  float: right !important;
  margin-right: -15px;
}
.navbar > .container-fluid {
  height: 76px;
}
.container > .navbar-header {
  min-height: 76px;
}
.navbar {
  margin-bottom: 0px;
  min-height: 86px;
  background-color: #fff;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.navbar li.dropdown {
  padding-bottom: 0px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background: #fff;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* .navbar-brand {
  padding: 26px 15px;
} */
@media(max-width:460px){
  .navbar-brand{
    width: 220px !important;
    margin-top: 5px;
 }
}
.wide {
  padding: 20px 0 20px 0;
}
.registration-image {
  background-color: #f2e9d6;
}
.infoData {
  padding: 24px 15px 0;
}
img.chart {
  display: block;
  margin: 0 auto;
}
.complete-coverage {
  background-image: linear-gradient(45deg, #455fab -25%, #2b75bb 125%);
  padding: 0 0px;
  position: relative;
}
.complete-coverage .insurance-image {
  display: table;
  margin-bottom: 32px;
}
.insurance-circle {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  display: table;
  text-align: center;
  padding: 15px 0px 0px;
  margin: 0px 15px 0px 0px;
  z-index: 10;
  position: relative;
  transition: background-color 0.15s ease 0s;
  float: left;
}
.checkList {
  display: flex;
}
.checkmark {
  padding: 26px 0px 10px;
}
.icon-label {
  color: #fff;
  margin-left: 85px;
  vertical-align: middle;
  display: table-cell;
}
.coverage-left,
.coverage-right {
  margin-top: 20px;
  color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #999;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}
.menu-label {
  position: absolute;
  top: 40px;
  right: 2px;
  color: #666;
  font-weight: bold;
}
.jumbotron,
.mainContent {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 76px;
  margin-bottom: 0;
}
#defaultNavbar1 .navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
}
#defaultNavbar1 .navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  margin-right: 12px;
}
#defaultNavbar1 .navbar-nav {
  margin-top: 0px;
}
.benefitHighlights {
  background: #f5f5f5;
  padding-right: 0;
  padding-left: 0;
}
.blueBackground {
  background-color: #006a99;
  background-image: -webkit-linear-gradient(bottom left, #006a99 -25%, #104d8a 125%);
  background-image: -o-linear-gradient(bottom left, #006a99 -25%, #104d8a 125%);
  background-image: linear-gradient(to top right, #006a99 -25%, #104d8a 125%);
  padding-right: 0;
  padding-left: 0;
}
.anniversary {
  padding-top: 48px;
  margin: 0 auto;
  text-align: center;
}
.plansIcon {
  min-height: 360px;
}
.circle {
  width: 130px;
  height: 130px;
  border: 3px solid #386cb5;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  display: table;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 22px;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.circle span {
  background: url('../../uploads/00001101/large_icon_sprite.png') no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
}
span.ci-icon {
  background-position: 0px 0;
}
span.life-icon {
  background-position: -80px 0;
}
span.ltd-icon {
  background-position: -160px 0;
}
span.add-icon {
  background-position: -240px 0;
}
span.acc-icon {
  background-position: -320px 0;
}
span.boe-icon {
  background-position: -400px 0;
}
a:hover .circle {
  background-color: #386cb5;
}
a:hover .circle span.ci-icon {
  background-position: 0 -80px;
}
a:hover .circle span.life-icon {
  background-position: -80px -80px;
}
a:hover .circle span.ltd-icon {
  background-position: -160px -80px;
}
a:hover .circle span.add-icon {
  background-position: -240px -80px;
}
a:hover .circle span.acc-icon {
  background-position: -320px -80px;
}
a:hover .circle span.boe-icon {
  background-position: -400px -80px;
}
.panel-group .panel {
  border-radius: 0px;
}
.panel {
  border: none;
  border-bottom: 1px solid #999;
}
.panel:first-child {
  border-top: 1px solid #999;
}
.panel-default {
  border-color: #999;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  background: #f5f5f5;
  border-top: none;
  padding: 0 0 0 34px;
}
.panel-title {
  font-size: 18px;
  font-weight: 500;
}
.panel-title a:focus,
.panel-title a:hover {
  text-decoration: none;
}
i.indicator {
  width: 20px;
  color: #006a99;
  margin: 2px 0 5px 0;
}
.navbar-default .navbar-nav > li > a {
  color: #006a99;
  font-size: 15px;
}
.navbar-default .navbar-nav > li > a.btnLink {
  padding: 0;
  margin: 0;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #2b75bb;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #ffffff;
  background-color: #006a99;
}
#defaultNavbar1 .navbar-btn {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 14px;
  margin-right: 12px;
  font-size: 15px;
  padding: 3px 10px;
}
.dropdown-menu {
  border-radius: 0px;
  padding: 0px 0;
}

/******************* Step Indicator  *******************/
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 1px;
}
.fa,
.fa-stack {
  display: inline-block;
}
.step-indicator {
  width: 100%;
  z-index: 100;
}
.step-indicator-responsive li {
  display: table-cell;
  float: none;
  width: 1%;
  padding: 0;
}
.step-indicator-responsive .caption {
  padding-top: 8px;
}
.step-indicator-responsive {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.step-indicator-responsive {
  border-collapse: separate;
  text-align: center;
}
.step-indicator-horizontal li::before {
  content: '';
  background-color: #ccc;
  height: 2px;
  display: block;
  top: 17px;
  position: relative;
  z-index: -1;
}
.step-indicator-horizontal li:first-child::before {
  left: 50%;
}
.step-indicator-horizontal li:last-child::before {
  right: 50%;
}
.step-indicator .info .caption,
.step-indicator .warning .caption {
  font-weight: 700;
}
.step-indicator .step {
  background-color: #ccc;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  padding-top: 2px;
}
.step-indicator .info .step {
  background-color: #006a99;
}
.step-indicator .success .step {
  background-color: #006a99;
}

/****************** Card styles *******************/
.card {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}
.card-default {
  display: block;
  border-radius: 3px;
  transition: border-color 0.15s linear;
  background: #f5f5f5;
}
.card-default-blue {
  display: block;
  border-radius: 3px;
  transition: border-color 0.15s linear;
  background: #fff;
  color: #057793;
  border: 1px solid #057793;
}
.card-default-margin {
  margin: 12px 0 12px 0;
}
.card-default .card-block {
  padding: 0 15px 15px;
}
.card-default[data-clickable]:hover {
  border: 1px solid #999;
}
.card-default .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.card-module-heading {
  background-clip: #666;
}

.kits-card ul{
  padding-left: 20px;
}
.kits-card ul li{
  margin-top: 10px;
}
.card-default-row h4{
  margin-bottom: 10px;
}

.row.card-default-row {
  margin: 0 0 0 0;
}
.row.card-calcuator-row {
  margin: 0 0 0 0;
}
.spouse-row {
  border-top: 1px solid #ccc;
  margin: 0 0 8px;
  padding-top: 10px;
}
.option-row {
  margin: 0 0 12px 0;
  border-bottom: 1px solid #ccc;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.planPromo {
  margin: 0px auto 24px;
}
.promoPhoto {
  margin-bottom: 24px;
}
.promoContent {
  padding-left: 24px;
}
.products {
  padding: 45px 0;
}
.benefitList ul {
  font-size: 16px;
  list-style: none;
  margin-left: -16px;
}
.benefitList ul li {
  padding: 0 0 20px 0;
}
.benefitList ul li:before {
  font-family: 'Glyphicons Halflings';
  content: '\e013';
  position: absolute;
  left: 15px;
  color: #07639d;
}
.contactInfo {
  background-color: #e3f2f4;
}
.landingInfo p {
  font-size: 16px;
  line-height: 1.5em;
}
.phoneLink {
  font-size: 24px;
  font-weight: 500;
}
.nav > li.signup {
  display: none;
}
.lifeOffer {
  padding: 12px 0px 12px 0px;
}
.lifeOfferUpdate {
  padding: 0px 0px 0px 0px;
}
.crossSellOffers {
  padding: 0 12px 24px 12px;
}
.healthRow {
  border-bottom: 1px solid #ccc;
}
.healthQuestions {
  padding: 16px 24px 0 0;
}
.healthQuestions li {
  padding: 0 0 8px 0;
}
/* Registration and Forms */

.registerBgDiv {
  background: #98c3de;
  margin-top: 76px;
  min-height: 800px;
}
.signinBox {
  margin-top: 48px;
  padding: 24px 24px 6px;
  margin-bottom: 96px;
}
.productField {
  min-height: 54px;
  float: left;
  display: flex;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.productRadio .productField {
  margin-bottom: 36px;
}
.yesNoDiv .productField {
  min-height: 32px;
}
.stackedRadio .productField {
  display: block;
}
label,
.spacer {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  margin-top: 6px;
}
.healthRow .spacer {
  margin-top: 0px;
  height: 8px;
}
.lifeOffer .spacer,
.lgFormField .spacer {
  color: #006a99;
  font-size: 20px;
}
.memberQuestion label {
  display: none;
}
.answer {
  margin-bottom: 0;
}
.addButton .answer {
  margin-bottom: 0;
}
.addButton label {
  color: #000;
  margin-bottom: 0;
  line-height: 1.5em;
}
.addButton .buttonState {
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  /* text-transform: uppercase; */
  font-size: 16px;
  padding: 12px 20px 12px 20px;
  border-radius: 1px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border-color: #999;
  display: block;
  width: 100%;
}
.addButton .buttonState:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #595959;
}
.addButton .productField {
  min-height: 10px;
}
.removeButton .buttonState {
  text-align: center;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 4px;
  /* text-transform: uppercase; */
  font-size: 16px;
  padding: 13px 20px 13px 20px;
  border-radius: 1px;
  font-weight: 500;
  color: #000;
  background-color: #e3e3e3;
  border-color: #999999;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.removeButton .buttonState:hover {
  color: #000;
  background-color: #cccccc;
}
.memberGender .answer {
  float: right;
}
.require {
  display: none;
  /* lose the asterix by mandatory*/
}
.passwordCriteria {
  margin: 0 0 36px 0;
}
input[type='text'],
input[type='password'],
select {
  border: 1px solid #ccc;
  cursor: text;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  padding: 0.5em;
  text-align: left !important;
  border-radius: 1px;
  height: 45px;
  position: relative;
}
input[type='radio'] {
  position: absolute;
  left: -99999px;
}
.stackedRadio input[type='radio'] {
  position: relative;
  visibility: hidden;
}
input[type='radio'] + label::before,
input[type='checkbox'] + label span::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 0.5em;
  border: 2px solid #ccc;
  border-radius: 200px;
}
.preChecked input[type='radio'] + label::before {
  content: '';
  background: url('/uploads/00001262/check.png') center no-repeat;
  text-align: center;
  line-height: 34px;
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #006a99;
  border-radius: 25px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  font-weight: 400;
  width: auto;
  margin-right: 1em;
  border-radius: 100px;
}
input:checked + label::before {
  content: '';
  background: url('/uploads/00001262/check.png') center no-repeat;
  text-align: center;
  line-height: 34px;
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #006a99;
  border-radius: 25px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
}
input.inerror {
  border-color: #cc1231;
}
.lifeOffer input[type='radio'] + label,
.lgFormField input[type='radio'] + label {
  color: #006a99;
  font-size: 18px;
}
.productRadio input[type='radio'] + label {
  font-size: 18px;
  font-weight: 500;
  margin-left: 36px;
}
.btn.btn-fill {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  border-radius: 1px;
  font-weight: 500;
  color: #fff;
  background-color: #006a99;
  line-height: 1.2em;
  width: 100%;
}
.btn.btn-fill span {
  font-size: 20px;
  padding-left: 4px;
  margin-right: 0;
}
.btn.btn-fill:focus,
.btn.btn-fill:hover {
  background-color: #f5f5f5;
  border-color: #039;
  color: #006a99;
}
.btn.back-btn {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  border-radius: 1px;
  font-weight: 500;
  color: #fff;
  border-color: #5ba922;
  line-height: 1.2em;
  color: #000;
  background-color: #fff;
  border-color: #999;
}
.btn.back-btn:focus,
.btn.back-btn:hover {
  color: #000;
  background-color: #f5f5f5;
  border-color: #999;
}
.btn.back-btn span {
  font-size: 20px;
  padding-right: 4px;
  margin-right: 0;
}
.householdDiv,
.credentialDiv {
  display: none;
}

/* Overriding Afinium styles */
#footer,
.view-navigation.view-actions,
#rightColumn,
.ctlPanelButton {
  display: none !important;
}
input {
  width: 100%;
}
.warning {
  display: none;
  color: #cc1231;
  font-size: 15px;
  font-weight: 500;
}
.ui-accordion {
  font-family: Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #999;
  margin-bottom: 18px;
}
.ui-accordion-header {
  background-color: white;
  border: none !important;
  font-size: 18px;
  color: #006a99 !important;
  background: none;
  border-top: 1px solid #999 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
.ui-accordion-header.ui-helper-reset.ui-state-default a,
.ui-state-active a,
.ui-accordion a,
.ui-state-active a:link,
.ui-accordion-content {
  color: #333333 !important;
  border: none !important;
}
.ui-accordion-content {
  border-bottom: none;
}
.ui-accordion-header a:before {
  content: '\f054';
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal normal normal 15px/1 FontAwesome;
  margin-right: 6px;
  width: 1em;
  color: #07639d !important;
}
.ui-accordion-header:last-of-type {
  border-bottom: 1px solid #999;
}
.ui-accordion-header.ui-state-active a:before {
  content: '\f078';
}
.ui-widget-content {
  background: none !important;
}
.ui-accordion .ui-accordion-content {
  max-height: 160px;
  height: auto !important;
  top: 0px;
  padding: 0em 2.2em;
  margin-top: 0px;
  padding-left: 34px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 8px;
  line-height: 1.4em;
}
.ui-state-default .ui-icon,
.ui-state-active .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: none;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-b,
.ui-corner-top,
.ui-corner-tr {
  border-radius: 0px;
}
table.rateTable {
  width: 100%;
  margin-bottom: 16px;
}
table.rateTable tr {
  border-bottom: 1px solid #666;
}
table.rateTable tr.noRule {
  border-bottom: none;
}
table.rateTable tr td,
table.rateTable tr th {
  padding: 4px 20px 4px 0;
  font-size: 14px;
}
table.rateTable tr td.cost,
table.rateTable tr th.cost {
  text-align: right;
  line-height: 1.2em;
}
.formSlider {
  position: relative;
}
.formSliderEnds {
  margin-top: -46px;
}
.formSlider .productField {
  display: none;
}
.sliderlabel span.sliderprompt {
  display: none;
}
.sliderlabel span.slidervalue {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 30px;
  display: none;
}
.calculatorDiv .sliderlabel span.slidervalue {
  color: #cccccc;
  display: none;
}
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #1c94c4;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  border: none;
  background: #006a99;
  margin-top: -10px;
}
.ui-widget :active,
.ui-widget :focus {
  outline: none;
}
.ui-state-default {
  color: #1c94c4;
  border: none;
}
.ui-widget-content {
  border: 2px solid #ccc;
  background: #eeeeee;
  color: #333333;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 24px;
}
.footer {
  background: #f5f5f5;
  padding: 24px 0;
}
.wideRegistration {
  min-height: 900px;
  padding-top: 76px;
}
p.formLabels {
  padding-top: 16px;
  color: #006a99;
  font-weight: 500;
  margin-bottom: 18px;
}
.substituteLogoutButton {
  float: left;
}
.updateInfo {
  display: none;
}
.article h2 {
  font-size: 20px;
  font-weight: 700px;
  margin-top: 12px;
}
.article p {
  margin-bottom: 12px;
}
.modal-calculator .modal-content {
  height: 650px;
  overflow-x: auto;
}
.modal-calculator .modal-header {
  border-bottom: none;
}
.modal-calculator .modal-body {
  height: 925px;
}
.modal-register .modal-header {
  border-bottom: none;
}
.modal-register .modal-title {
  padding: 16px 16px 0 16px;
}
.modal-register .modal-body {
  padding: 0 30px;
}
.modal-register .modal-footer {
  padding: 0 30px 30px 30px;
  border-top: none;
}
.centerDivRadio {
  margin: 0 auto;
  width: 280px;
}
.bigCheckbox .productField {
  width: auto;
  margin-right: 8px;
}

/* .roundedCheckBox */
.roundedCheckBox {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 100%;
  position: relative;
}
.roundedCheckBox label {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
.roundedCheckBox input[type='checkbox'] + label span::before {
  margin-right: 0;
}
.roundedCheckBox input:checked + label span::before {
  content: '';
  background: url('/uploads/00001262/check.png') center no-repeat;
  text-align: center;
  line-height: 34px;
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #006a99;
  border-radius: 25px;
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #006a99;
  margin-top: -4px;
}
.roundedCheckBox label {
  margin-top: 0;
  margin-right: 0;
}
.roundedCheckBox input[type='checkbox'] {
  visibility: hidden;
}
/* end .roundedCheckBox */

a.btn-none {
  font-size: 18px;
  padding: 0;
  vertical-align: bottom;
}
a.btn-none:visited {
  color: #337ab7;
}
.sectionHeading {
  margin-top: 48px;
  border-bottom: 3px solid #ccc;
  padding-bottom: 6px;
}
.accountGreeting {
  position: absolute;
  font-size: 12px;
  top: -8px;
  text-align: left;
  left: 16px;
  z-index: 2;
  display: none;
}
.regForm {
  display: none;
}
.article-callout {
  background-color: #f2f2f2;
  padding: 30px 20px;
}
.list-unindented,
.module > ul,
.component ul,
.rte ul,
.rte ol,
.module > ol,
.component ol {
  margin-left: 0 !important;
  padding-left: 15px !important;
  -webkit-padding-start: 20px !important;
}
.key-takeaways ul.list-unindented li,
.key-takeaways .module > ul li,
.key-takeaways .component ul li,
.component .key-takeaways ul li,
.key-takeaways .rte ul li,
.rte .key-takeaways ul li {
  margin-bottom: 10px;
}
.videolimelight {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.videolimelight object,
.videolimelight embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#BenePctError,
#BenePctErrorCont,
#LifeBenePctError,
#ADDBenePctError {
  position: absolute;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  padding: 20px 20px 20px 20px;
  border-radius: 4px;
  font-weight: 500;
  background-color: #fff;
  display: block;
  width: 100%;
  color: #cc1231;
  z-index: 10;
}
.calculatorDiv {
  background: #f1f7f8;
  padding: 12px 24px;
}
.calculatorDiv input[type='radio'] + label {
  font-weight: 400;
}
.ageField {
  margin-top: -30px;
}
.ageField input[type='text'] {
  margin-left: 36px;
  width: 54px;
}
.ageField select {
  max-width: 164px;
}
.ageField .productField {
  margin-top: -38px;
}
tr.tableSubtitle td {
  border-bottom: none;
  color: #006a99;
  padding-bottom: 0;
}
.enrollStepsDiv {
  background: #fff;
  margin: 0;
  padding: 10px 20px;
}
.enrollStepsDiv .h2 {
  font-size: 24px;
  font-weight: 400;
  color: #006a99;
  display: none;
}
.sectionName {
  border-top: 8px solid #006a99;
  padding-top: 10px;
  display: inline-block;
  padding-right: 10px;
}
.yesNoBtn span span {
  padding: 4px 8px 10px 22px;
  color: #006a99;
  font-weight: 400;
  font-size: 18px;
  background: url('../../uploads/00001147/radio_bg.png');
  background-size: 36px 36px;
  background-repeat: no-repeat;
  display: inline-block;
}
.yesNoBtn .active span {
  background: url('/uploads/00001262/radio_select_bg.png');
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.yesNoBtn span span span,
.yesNoBtn .active span span {
  background: none;
}
.answer .active,
.answer div:focus {
  outline: 0;
}
.ruleBelow {
  border-bottom: 1px solid #ccc;
}
.ruleAbove {
  border-top: 1px solid #ccc;
}
.ruleLeft {
  border-left: 1px solid #ccc;
}
.ruleRight {
  border-right: 1px solid #ccc;
}
.blueRuleAbove {
  border-top: 2px solid #006a99;
}
.boxInfo {
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 24px 12px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.12);
}
.boxInfo .h2 {
  font-size: 20px;
}
.boxInfo h3 {
  color: #006a99;
  padding: 0;
}
.boxInfo p {
  font-size: 14px;
  margin-bottom: 6px;
}
.headlineBoxInfo {
  background: #006a99;
  padding: 4px 24px;
  margin-top: 20px;
}
.headlineBoxInfo h1,
.headlineBoxInfo h3 {
  color: #fff;
  padding: 0;
}

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  background-color: #000;
  border-radius: 4px;
}
.hideMobile {
  display: none;
}
.showMobile {
  display: inline-block;
}
.jumbotron .col-sm-9 {
  padding-right: 0px;
  padding-left: 0px;
}
@media(max-width: 767px){
.jumbotron-thank-you{
  background-color: #eae8d7!important;
  padding-top: 25px;
	padding-bottom: 25px;
  }
  #PSBAThankYou .jumbotron{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}


.footnote {
  font-size: 12px;
}
.coverage-details {
  border: 1px solid #ccc;
}

/***************** Button Options ***********************/

.enrollButton .buttonState {
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  font-size: 18px;
  /* border-radius: 4px; */
  font-weight: 500;
  color: #333;
  border-color: #ccc;
  display: block;
  width: 100%;
  margin: 10px 10px;
  border-radius: 10px;
  transition: background-color 0.15s ease 0s;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.12);
}
.enrollButton.spouseButton .buttonState {
  background: url('/uploads/00001262/spouse.svg');
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-color: #f1f1f1;
  background-size: 77px 77px;
  background-repeat: no-repeat;
  background-position: center 15px;
  padding: 102px 12px 16px;
  /* text-transform: uppercase; */
  margin: 10px 0px;
}
.enrollButton.basicButton .buttonState {
  background: url('/uploads/00001262/basic-coverage.svg');
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-color: #f1f1f1;
  background-size: 77px 77px;
  background-repeat: no-repeat;
  background-position: center 15px;
  padding: 102px 12px 16px;
  text-transform: uppercase;
}
.enrollButton.boardButton .buttonState {
  background: url('/uploads/00001262/board-member.svg');
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-color: #f1f1f1;
  background-size: 77px 77px;
  background-repeat: no-repeat;
  background-position: center 15px;
  padding: 102px 12px 16px;
  /* text-transform: uppercase; */
}
.enrollButton.childButton .buttonState {
  background: url('/uploads/00001262/children.svg');
  background-color: #f1f1f1;
  background-size: 77px 77px;
  padding: 102px 12px 16px;
  background-repeat: no-repeat;
  background-position: center 15px;
  /* text-transform: uppercase; */
  margin: 10px 0px;
}
.enrollButton.optionalButton .buttonState {
  background: url('/uploads/00001262/optional-coverage.svg');
  background-color: #f1f1f1;
  background-size: 77px 77px;
  padding: 102px 12px 16px;
  background-repeat: no-repeat;
  background-position: center 15px;
  /* text-transform: uppercase; */
}
.enrollButton .buttonState.active {
  color: #0076C0;
  font-weight: 600;
  background: url('/uploads/00001274/icons/check-icon.svg');
  background-size: 77px 77px;
  background-repeat: no-repeat;
  background-position: center 15px;
  border: 3px solid;
  border-color: #0076C0;
  background-color: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.17);
}
.product-choice .buttonState {
  font-size: 22px;
  font-weight: 400;
}
/* @media(max-width:767px){
  .childButton .spacer label{
    display: none;
    }
  } */




/********** Position Options  Buttons ************/


.product-choice .strm-bs-pos-1 {
  background: url(/uploads/00001274/icons/cpa-life-plan-icon.svg);
}
.product-choice .strm-bs-pos-2 {
  background: url(/uploads/00001274/icons/spouse-plan-icons.svg);
}
.product-choice .strm-bs-pos-3 {
  background: url(/uploads/00001274/icons/lpt-plan-icon.svg);
}
.product-choice .strm-bs-pos-4 {
  background: url(/uploads/00001274/icons/ltd-plan-icons.svg);
}
.product-choice .strm-bs-pos-5 {
  background: url(/uploads/00001274/icons/gvul-plan-icon.svg);
}
/** Commenting out old css
.product-choice .strm-bs-pos-4 {
  
  background: url(/uploads/00001274/icons/ltd-plan-icons.svg);
}
.product-choice .strm-bs-pos-5 {
  background: url(/uploads/00001274/icons/gvul-plan-icon.svg);
}

.product-choice .strm-bs-pos-5 {
  background: url(/uploads/00001274/icons/rate-opti-icon.svg);
}
.product-choice .strm-bs-pos-6 {
  background: url(/uploads/00001274/icons/gvul-plan-icon.svg);
}
**/

.product-choice .buttonState{
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-color: #f5f5f5;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: center 20px;
  padding: 102px 20px 16px 20px;
}




.admin-options .strm-bs-pos-1, .board-options .strm-bs-pos-1 {
  background: url(/uploads/00001262/basic-coverage.svg);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-color: #eeeeee;
  background-size: 77px 77px;
  background-repeat: no-repeat;
  background-position: center 15px;
  padding: 102px 12px 16px;
  margin: 10px 17px;
}

.admin-options .strm-bs-pos-2, .board-options .strm-bs-pos-2 {
  background: url(/uploads/00001262/optional-coverage.svg);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-color: #eeeeee;
  background-size: 77px 77px;
  background-repeat: no-repeat;
  background-position: center 15px;
  padding: 102px 12px 16px;
  /*text-transform: uppercase;*/
  margin: 10px 17px;
}









/* .product-choice{
margin-top: -80px;
} */

#trFormRowBoardMemberOptions .spacer, #trFormRowAdminOptions .spacer{
  display: none;
}

.buttonState {
  margin: 10px 0px;
  border-radius: 20px;
}

#trFormRowAdminOptions .strm-bs-pos-1 > span > span:after {
  content: "$12.50 Annual Premium";
  display: block;
  clear: both; /* if you need to break floating elements */
  margin-top: 6px;
  font-weight: 400;
}
#trFormRowAdminOptions .strm-bs-pos-2 > span > span:after {
  content: "$26.50 Annual Premium";
  display: block;
  clear: both; /* if you need to break floating elements */
  margin-top: 6px;
  font-weight: 400;
}

#trAddFamilyOptions .spouseButton .productField span span:after {
  content: "$13.50 Annual Premium"!important;
  display: block!important;
  clear: both!important; /* if you need to break floating elements */
  margin-top: 6px!important;
  font-weight: 400!important;
}
#trAddFamilyOptions .childButton .productField span span:after {
  content: "$3.00 Annual Premium"!important;
  display: block!important;
  clear: both!important; /* if you need to break floating elements */
  margin-top: 6px!important;
  font-weight: 400!important;
}

#trPaymentTypeAdmin div.answer span.productField span > span,
#trEFTAuthBoard .payment-board .yesNoBtn span span,
.payment-board div.answer span.productField span > span {
	font-size: 20px !important;
}

.landing-image-psba {
  /* background-image: url(/uploads/00001262/psba-landing-bg.jpg); */
  background-position: 30% 0%;
  background-color: #403c39;
  background-repeat: no-repeat;
}





@media (max-width: 767px) and (min-width: 576px) {
  .nav-phone {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .nav-phone {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .nav-phone {
    margin-top: 16px;
  }
}

/********************* MAX-WIDTH: 767px ************************/

@media (max-width: 767px) {
  .product-choice {
    /* margin-top: -50px; */
  }
  .product-choice {
    /* background: #403c39; */
    padding-bottom: 20px;
  }
}

/********************* MAX-WIDTH: 575px ************************/

@media (max-width: 575px) {
  .family-options .col-xs-5 {
    width: 100%;
  }
  .family-options .col-xs-5 .childButton label {
    display: none;
  }
  .family-options .col-xs-offset-1 {
    margin-left: 0px;
  }
  .product-choice .productField,
  .admin-options .productField {
    float: none !important;
    display: block !important;
  }
  .enrollButton .buttonState {
    margin: 20px 16px;
  }
  .product-choice {
    /* background: #403c39; */
  }
  .product-choice .enrollButton .buttonState,
  .admin-options .enrollButton .buttonState {
    width: auto !important;
  }
  .nav-phone {
    display: none;
  }
}

/********************* MAX-WIDTH: 767px ************************/

@media (max-width: 767px) {
  .family-options .enrollButton .buttonState {
    width: auto !important;
  }
  .family-options .productField {
    float: none !important;
    display: block !important;
  }
}

/********************* MIN-WIDTH: 480px ************************/

@media (min-width: 480px) {
  .nav > li.signup {
    display: inline-block;
  }
}

/********************* MIN-WIDTH: 768px ************************/

@media (min-width: 768px) {
  .hideMobile {
    display: inline-block;
  }
  .showMobile {
    display: none;
  }
  .btn.btn-fill {
    width: auto;
  }
  .footnote {
    font-size: 14px;
  }
  .enrollStepsDiv {
    background: #f5f5f5;
    margin: 20px 0;
    padding: 10px 20px;
  }
  .enrollStepsDiv .h2 {
    font-size: 32px;
    font-weight: 400;
    color: #006a99;
    display: inline-block;
  }
  .panel-body li {
    padding-bottom: 6px;
  }
  .landingInfo p {
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 32px;
  }
  .wide {
    background-size: cover;
    min-height: 150px;
  }
  .wideLanding {
    min-height: 520px;
  }
  .wideRegistration {
    padding-top: 148px;
    padding-bottom: 48px;
  }

  .thank-you-image-psba{
    background-image: url(/uploads/00001262/psba-thank-you-bg.jpg);
    background-position: 30% 0%;
    background-color: #eae8d7;
    background-repeat: no-repeat;
  }
  h1.landingHeadline {
    padding: 60px 0 24px;
    font-size: 34px;
    line-height: 1.3em;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background: #f8f8f8;
  }
  .jumbotron {
    padding-top: 24px;
    /* min-height: 320px; */
  }
  #defaultNavbar1 .navbar-nav {
    margin-top: 36px;
  }
  .contactInfoDiv {
    display: table;
    height: 160px;
  }
  .contactInfoContent {
    display: table-cell;
    vertical-align: middle;
  }
  .card-default-none {
    border: none;
  }
  .card-box {
    border: 1px solid #ccc;
    padding: 16px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .lifeOffer-ruleRight {
    border-right: 1px solid #ccc;
  }
  .wideRegistration {
    background: #e3f2f4;
  }
  .is-table-row {
    display: table;
    border-spacing: 16px;
  }
  .is-table-row [class*='col-'] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-eq-height [class*='col-'] {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
  }
  .row-eq-height .crossSell {
    flex: 1;
  }
  .card430 {
    min-height: 430px;
  }
  .col-pathway {
    padding-left: 0;
    padding-right: 16px;
  }
  .lifeOffer {
    padding: 6px 24px 0px 24px;
  }
  .lifeOfferUpdate {
    padding: 0px 24px 0px 24px;
  }
  .accountGreeting {
    display: block;
  }
  .modalContent {
    width: auto;
    height: 300px;
    overflow: scroll;
    padding: 6px 18px;
    background: #f1f7f8;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

/********************* MAX-WIDTH: 767px ************************/

@media (max-width: 767px) {
  #trCoverageDetails {
    margin-top: -5px;
  }
  #trPremiumHeader {
    margin-bottom: 13px;
  }
}

.card-default {
  border: 1px solid #ccc;
}

/********************* MIN-WIDTH: 992px ************************/

@media (min-width: 992px) {
  .cross-sell {
    background-image: url(../../uploads/00001101/life-physician-img.png);
    background-repeat: no-repeat;
    background-size: 37%;
    background-position: 58% 0;
    height: 440px;
  }
  .cross-sell-bg2 {
    background-image: url(../../uploads/00001101/asian-physician.png);
  }
  .cross-sell-bg3 {
    background-image: url(../../uploads/00001101/female-physician.png);
  }
  .coverage-left,
  .coverage-right {
    margin-top: 96px;
  }
  .promoContent {
    padding-left: 24px;
  }
  .imageContainer {
    min-height: 260px;
    background-image: url(../../uploads/00001101/advisors.gif);
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .doctor-image {
    background-size: 55%;
    background-repeat: no-repeat;
    background-image: url(../../uploads/00001150/doctor_phone.jpg);
    background-position: 100% 100%;
  }
  .enrollCardCol {
    margin-top: 122px;
  }
}

/********************* MIN-WIDTH: 1024px ************************/

@media (min-width: 1024px) {
  .wide {
    background-size: 100%;
    background-position: 60% 5%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1366px) {
  .wide {
    background-size: 80%;
  }
}
@media (min-width: 1800px) {
  .wide {
    background-size: 60%;
  }
}
@media (min-width: 2100px) {
  .wide {
    background-position: 50% 5%;
    background-size: 50%;
  }
}
