﻿/*====================================*\
    STYLESHEET: responsive.less
\*====================================*/
/*------------------------------------*\
    $1. Grid Setup
\*------------------------------------*/
/* Rows */
div[class^="row"] {
  margin: 0;
  position: relative;
  clear: both;
}
div[class^="row"]:before {
  content: '';
  display: block;
}
div[class^="row"]:after {
  content: '';
  display: table;
  clear: both;
}
div.row-one {
  margin-bottom: 10px;
}
div.row-two {
  margin-bottom: 20px;
}
div.row-three {
  margin-bottom: 30px;
}
div.row-four {
  margin-bottom: 40px;
}
div.row-five {
  margin-bottom: 50px;
}
/* Containers */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-flexible {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
/*.container override for ADMIN SIDE */
/* .stepped-nav is for exchange pre-quote and application */
body:not(.login-page):not(.ee):not(.aetna-shop):not(.shop-enrollment):not(.stepped-nav):not(.individual-shop):not(.waters-eguide):not(.specials):not(.special_deal):not(.community) .container {
  padding: 0 !important;
  width: 100% !important;
}
body.ad.individual-shop .container {
  width: inherit;
  padding: inherit;
}
/* Columns */
.col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: 2%;
  float: left;
}
.col.xtra-pad-left {
  padding-left: 10px;
}
.col.xtra-pad-right {
  padding-right: 10px;
}
.col:first-child,
.col.first,
.col.twelve {
  margin-left: 0;
}
.col.center {
  text-align: center;
}
.col.right {
  text-align: right;
}
/* Standard Columns */
.one {
  width: 6.5%;
}
.two {
  width: 15%;
}
.three {
  width: 23.5%;
}
.four {
  width: 32%;
}
.five {
  width: 40.5%;
}
.six {
  width: 49%;
}
.seven {
  width: 57.5%;
}
.eight {
  width: 66%;
}
.nine {
  width: 74.5%;
}
.ten {
  width: 83%;
}
.eleven {
  width: 91.5%;
}
.twelve {
  float: none;
  width: 100%;
}
.show-tablet,
.show-mobile {
  display: none!important;
}
/* Offset Columns */
.col:first-child.offset-one,
.offset-one {
  margin-left: 8.5%;
}
.offset-two,
.col:first-child.offset-two {
  margin-left: 17%;
}
.offset-three,
.col:first-child.offset-three {
  margin-left: 25.5%;
}
.offset-four,
.col:first-child.offset-four {
  margin-left: 34%;
}
.offset-five,
.col:first-child.offset-five {
  margin-left: 42.5%;
}
.offset-six,
.col:first-child.offset-six {
  margin-left: 51%;
}
.offset-seven,
.col:first-child.offset-seven {
  margin-left: 59.5%;
}
.offset-eight,
.col:first-child.offset-eight {
  margin-left: 68%;
}
.offset-nine,
.col:first-child.offset-nine {
  margin-left: 76.5%;
}
.offset-ten,
.col:first-child.offset-ten {
  margin-left: 85%;
}
.offset-eleven,
.col:first-child.offset-eleven {
  margin-left: 93.5%;
}
.col.separator-left {
  border-left: 1px solid #e8e8e8;
  padding-left: 2%;
}
.col.separator-right {
  border-right: 1px solid #e8e8e8;
  padding-right: 2%;
}
/*------------------------------------*\
    $2. Large Screens
\*------------------------------------*/
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
  .container .container {
    width: auto;
  }
  .container .column-2-panel > .container {
    padding: 0;
  }
  #content {
    min-height: 600px;
  }
  .no-desktop {
    display: none!important;
  }
}
/*------------------------------------*\
    $3. Medium Screens
\*------------------------------------*/
@media (min-width: 960px) and (max-width: 1199px) {
  #content {
    background-color: #fff;
    min-height: 600px;
  }
  .no-desktop {
    display: none!important;
  }
  /*------------------------------------*\
        $Beneficiary Tabs
    \*------------------------------------*/
  body.benefit-enroll_all_elections #tabs.beneficiary-tabs ul li {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}
/*------------------------------------*\
    $4. Tablets
\*------------------------------------*/
@media only screen and (min-width: 767px) and (max-width: 959px) {
  /* Tablet Containers */
  .container,
  .container-flexible {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #content {
    background-color: #fff;
    min-height: 300px;
  }
  /* Tablet Standard Columns */
  .tablet-one {
    width: 6.5%;
  }
  .tablet-two {
    width: 15%;
  }
  .tablet-three {
    width: 23.5%;
  }
  .tablet-four {
    width: 32%;
  }
  .tablet-five {
    width: 40.5%;
  }
  .tablet-six {
    width: 49%;
  }
  .tablet-seven {
    width: 57.5%;
  }
  .tablet-eight {
    width: 66%;
  }
  .tablet-nine {
    width: 74.5%;
  }
  .tablet-ten {
    width: 83%;
  }
  .tablet-eleven {
    width: 91.5%;
  }
  .tablet-twelve {
    width: 100%;
  }
  .col.tablet-full {
    clear: both;
    display: block!important;
    float: none;
    width: 100%;
    margin: 10px 0 0 0!important;
  }
  .col.tablet-full.xtra-pad-left {
    padding-left: 0px;
  }
  .col.tablet-full.xtra-pad-right {
    padding-right: 0px;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  /* Tablet Offest Columns */
  .tablet-offset-one {
    margin-left: 8.5%;
  }
  .tablet-offset-two {
    margin-left: 17%;
  }
  .tablet-offset-three {
    margin-left: 25.5%;
  }
  .tablet-offset-four {
    margin-left: 34%;
  }
  .tablet-offset-five {
    margin-left: 42.5%;
  }
  .tablet-offset-six {
    margin-left: 51%;
  }
  .tablet-offset-seven {
    margin-left: 59.5%;
  }
  .tablet-offset-eight {
    margin-left: 68%;
  }
  .tablet-offset-nine {
    margin-left: 76.5%;
  }
  .tablet-offset-ten {
    margin-left: 85%;
  }
  .tablet-offset-eleven {
    margin-left: 93.5%;
  }
  .col:first-child.tablet-offset-zero,
  .tablet-offset-zero {
    margin-left: 0!important;
  }
  /* Tablet-Specific Classes */
  .tablet-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-center:first-child {
    margin-left: auto;
  }
  .tablet-center-text {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  .no-tablet,
  .show-mobile,
  .show-desktop {
    display: none!important;
  }
  .show-tablet {
    display: block!important;
  }
}
.show-tablet-device-portrait {
  display: none;
}
@media only screen and (min-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
  .show-tablet-device-portrait {
    display: block!important;
  }
}
@media only screen and (min-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
  .no-tablet-device-portrait {
    display: none!important;
  }
}
.show-tablet-device-landscape {
  display: none;
}
@media only screen and (min-width: 767px) and (max-device-width: 1024px) and (orientation: landscape) {
  .show-tablet-device-landscape {
    display: block!important;
  }
}
@media only screen and (min-width: 767px) and (max-device-width: 1024px) and (orientation: landscape) {
  .no-tablet-device-landscape {
    display: none!important;
  }
}
/*------------------------------------*\
    $5. Phones
\*------------------------------------*/
@media only screen and (max-width: 766px) {
  /* Mobile Containers */
  .container,
  .container-flexible {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  /* Mobile Standard Columns */
  .mobile-one {
    width: 6.5%;
  }
  .mobile-two {
    width: 15%;
  }
  .mobile-three {
    width: 23.5%;
  }
  .mobile-four {
    width: 32%;
  }
  .mobile-five {
    width: 40.5%;
  }
  .mobile-six {
    width: 49%;
  }
  .mobile-seven {
    width: 57.5%;
  }
  .mobile-eight {
    width: 66%;
  }
  .mobile-nine {
    width: 74.5%;
  }
  .mobile-ten {
    width: 83%;
  }
  .mobile-eleven {
    width: 91.5%;
  }
  .mobile-twelve {
    width: 100%;
  }
  .col.mobile-full {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    margin: 10px 0 0 0!important;
  }
  .col.mobile-full.xtra-pad-left {
    padding-left: 0px;
  }
  .col.mobile-full.xtra-pad-right {
    padding-right: 0px;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  /* Mobile-Specific Classes */
  .mobile-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-center:first-child {
    margin-left: auto;
  }
  .mobile-center-text {
    text-align: center;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none;
  }
  .no-mobile,
  .show-tablet,
  .show-desktop {
    display: none!important;
  }
  .show-mobile {
    display: block!important;
  }
  .mobile-first {
    margin-left: 0;
  }
  /* Mobile Offset Columns */
  .mobile-offset-one,
  .col:first-child.mobile-offset-one {
    margin-left: 8.5%;
  }
  .mobile-offset-two,
  .col:first-child.mobile-offset-two {
    margin-left: 17%;
  }
  .mobile-offset-three,
  .col:first-child.mobile-offset-three {
    margin-left: 25.5%;
  }
  .mobile-offset-four,
  .col:first-child.mobile-offset-four {
    margin-left: 34%;
  }
  .mobile-offset-five,
  .col:first-child.mobile-offset-five {
    margin-left: 42.5%;
  }
  .mobile-offset-six,
  .col:first-child.mobile-offset-six {
    margin-left: 51%;
  }
  .mobile-offset-seven,
  .col:first-child.mobile-offset-seven {
    margin-left: 59.5%;
  }
  .mobile-offset-eight,
  .col:first-child.mobile-offset-eight {
    margin-left: 68%;
  }
  .mobile-offset-nine,
  .col:first-child.mobile-offset-nine {
    margin-left: 76.5%;
  }
  .mobile-offset-ten,
  .col:first-child.mobile-offset-ten {
    margin-left: 85%;
  }
  .mobile-offset-eleven,
  .col:first-child.mobile-offset-eleven {
    margin-left: 93.5%;
  }
  .col:first-child.mobile-offset-zero[class*="offset"],
  .mobile-offset-zero {
    margin-left: 0;
  }
}
/*end Phones*/
/*====================================*\
    $Non-Responsive Responsive Styles
\*====================================*/
.responsiveTable .responsiveTableCellHead {
  display: none;
}
#responsive-cost-panel {
  display: none;
}
div#t_elections span.responsiveHead {
  display: none;
}
body.enroll div#benefits-container div.benefit-panel div.header div.plan span.name .responsiveHead,
.responsiveHead {
  display: none;
}
/*====================================*\
    $Responsive
\*====================================*/
@-ms-viewport {
  width: device-width;
}
/*====================================*\
    $?? - max-width: 959px
\*====================================*/
@media (max-width: 959px) {
  /*------------------------------------*\
        $Page Templates
    \*------------------------------------*/
  html,
  body,
  #container {
    width: auto;
  }
  body.popup .column-2-panel {
    width: auto;
    min-width: 0 !important;
  }
  div.text input.ui-autocomplete-input {
    float: none !important;
    width: auto!important;
    margin-left: 0px;
    margin-right: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 5px 2px;
  }
  .ee select.dropdown-combobox + input + button {
    display: none;
  }
  #wrapper {
    transition: width 0.25s;
  }
  form[action="specials.aspx"] #wrapper,
  form[action="special_deal.aspx"] #wrapper {
    background: transparent;
  }
  #nav-mainNav > ul li a[href="javascript:void(0);"] span:after,
  #responsive-nav .links-top-nav-responsive li a[href="javascript:void(0);"] span:after {
    height: 12px;
  }
  #content #column-2 {
    border-style: none;
    border-width: 0px;
    text-align: inherit;
    margin-top: 0px;
    margin-bottom: 0;
    position: relative;
    min-height: 650px;
    overflow: auto;
    min-width: 0;
    min-height: 0px;
  }
  body.ad #column-2 div.column-2-panel {
    padding: 10px;
  }
  #nav-top #chat-tools {
    display: none;
  }
  /*------------------------------------*\
        $EE Homepage < 960
    \*------------------------------------*/
  .ee #portlet-container .panel#gallery,
  .ee #portlet-container .panel#video {
    display: none;
  }
  /*------------------------------------*\
        $Profile Section
    \*------------------------------------*/
  .ee .tbl-data-cell-1,
  .ee .tbl-data-cell-2 {
    display: block;
    padding: 0px;
    width: 100%;
  }
  /*------------------------------------*\
        $Enrollment
    \*------------------------------------*/
  body.enroll.ee #wrapper #nav-subnavWrapper {
    display: block !important;
    width: 100%;
    background: #151e22;
    background: -webkit-linear-gradient(top, #151e22 0%, #36464d 88%, #2b373d 100%);
    background: linear-gradient(to bottom, #151e22 0%, #36464d 88%, #2b373d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151e22', endColorstr='#2b373d', GradientType=0);
    z-index: 2;
    height: 40px;
  }
  .ee.enroll #content #column-2 {
    overflow: hidden;
  }
  /*------------------------------------*\
        $Enrollment - Your Information Tabs
    \*------------------------------------*/
  #enroll-cost-panel-flyout,
  #enroll-credit-panel-flyout {
    left: 0;
    width: 90%;
    overflow: auto;
  }
  .flyout-wrapper {
    width: 722px!important;
  }
  .flyout-wrapper #enroll-cost-close-btn,
  .flyout-wrapper #enroll-credit-close-btn {
    float: none;
    position: fixed;
    right: 10px;
  }
  #enroll-cost-panel-table {
    width: 722px!important;
  }
  .dependents-check .dependents-check-right,
  .dependents-check .dependents-check-left {
    float: none;
  }
  .dependents-check .dependents-check-right {
    width: auto;
    margin-left: 0;
  }
  .dependents-check-header a {
    position: relative;
  }
  .enroll.ee .plan-info-video,
  .enroll.ee .btn-video {
    display: none;
  }
  body.streamline .plan-step-label .portlet-icon,
  body.streamline .benefit-ok .plan-step-label .portlet-icon,
  body.streamline .active .plan-step-label .portlet-icon,
  body.streamline .benefit-ok .active .plan-step-label .portlet-icon {
    border-right: none;
  }
  body.enroll.streamline ul.plan-selection-step-planname {
    width: 64%;
  }
  body.streamline .plan-selection-step-header ul.plan-selection-step-plancost {
    width: 25%;
  }
  body.enroll.streamline ul.plan-selection-step-plancost li {
    font-size: 16px;
  }
  .has-logo .plan-selection-plan-details-left {
    width: auto;
  }
  /* Physician selection */
  div.pcp-table table.responsiveTable tr.header {
    display: none;
  }
  div.pcp-table table.responsiveTable .responsiveTableCellHead,
  div.pcp-table table.responsiveTable .responsiveTableCell {
    display: block;
  }
  div.pcp-table table.responsiveTable input[id^="groupName"]:before {
    content: "Group Name: ";
  }
  div.pcp-table table.responsiveTable input[id^="physicianID"]:before {
    content: "Physician ID: ";
  }
  body.enroll td.f-edit input[type="text"] {
    width: 100%;
  }
  body.enroll.your-information td.f-edit div.selector span {
    width: 232px;
  }
  body.enroll.your-information td.f-edit div.selector select {
    width: 260px;
  }
  body.enroll div#Dependents table tr td.f-label {
    text-align: left;
  }
  body.enroll #creditsSelection-1 div.text input {
    width: auto;
  }
  .plan-selection-subheader.plan-alert-subhead {
    width: auto!important;
  }
  .plan-selection-choose-button {
    padding: 4px;
  }
  /* hide plan compare & best fit*/
  .compare-plans-checkbox,
  .plan-selection-toolbar-links .plan-selection-compare-plans {
    float: none;
    width: auto;
    font-size: 11px;
    display: none;
  }
  .plan-selection-toolbar-links .plan-selection-compare-plans {
    display: block;
  }
  .plan-selection-choose-button {
    float: none;
  }
  .compare-plans-checkbox.checkbox-button li {
    text-align: left;
    margin-left: 10px;
    float: none;
    display: block;
  }
  input[type="button"].view-in-best-fit,
  input[type="submit"].view-in-best-fit {
    display: none;
  }
  /*beneficiary distribution table */
  .beneficiaries-distribution-table .primary {
    float: none;
  }
  .beneficiaries-distribution-table .footer td {
    display: inline-block;
    margin: 10px 0px 0px;
  }
  .beneficiaries-distribution-table.responsiveTable .responsiveTableCellHead {
    width: auto;
    margin-right: 10px;
  }
  /*END beneficiary distribution table */
  /* plan selection plan details teir cost */
  .plan-selection-plan-details-tier-cost .planDetailsTierType,
  .plan-selection-plan-details-tier-cost .planDetailsCost {
    margin-left: 15px;
  }
  /* END plan selection plan details teir cost */
  /* plan compare button */
  .plan-selection-plan-details-1 {
    float: none;
  }
  .compare-plans-checkbox.checkbox-button li a {
    width: auto;
  }
  /*------------------------------------*\
        $Search Edit Pages
    \*------------------------------------*/
  div.form-column-a,
  div.form-column-b {
    float: none;
    width: auto;
  }
  /*------------------------------------*\
        $Enrollment Confirm Tab
    \*------------------------------------*/
  .benefit-confirmation-panel h4.name {
    line-height: 1.2;
    margin-bottom: 10px;
    margin-left: 0px!important;
  }
  .benefit-confirmation-panel .confirm-data .confirm-data-left,
  .benefit-confirmation-panel .confirm-data .confirm-data-right {
    float: none;
    width: auto;
  }
  .benefit-confirmation-panel .confirm-data .confirm-data-right {
    margin-bottom: 20px;
  }
  .benefit-confirmation-panel .cost-details-header {
    text-align: left;
  }
  .benefit-confirmation-panel .confirm-data .view-edit {
    bottom: auto;
    left: auto;
    margin-top: 20px;
    position: relative;
  }
  .benefit-confirmation-panel .confirm-data {
    padding-bottom: 40px;
  }
  .benefit-confirmation-panel .confirm-data .confirm-data-left {
    padding-bottom: 20px;
  }
  .benefit-confirmation-panel .cost-details-breakout {
    display: inline-block;
  }
  body.enroll-confirm div#benefits-container {
    width: auto;
  }
  body.enroll.enroll-confirm .type ul li {
    display: block;
  }
  body.enroll.enroll-confirm .type ul li.benefit-panel-edit a {
    float: none;
  }
  body.enroll-confirm .details-nested {
    position: relative;
    float: none;
    width: auto;
  }
  div#benefits-container div.details-nested td.coverage,
  div#benefits-container div.details-nested th.coverage {
    text-align: left;
  }
  div#benefits-container div.details-nested td {
    display: block;
  }
  div#benefits-container div.benefit-ok div.masthead div.plan span.name {
    padding-left: 0px;
  }
  body.enroll.enroll-confirm div.dependents td {
    display: block;
  }
  .enroll.enroll-confirm .dependents .header th {
    display: block;
  }
  body.enroll.enroll-confirm div#benefits-container div.benefit-panel div.header {
    width: auto;
    display: block;
  }
  body.enroll.enroll-confirm div#benefits-container div.benefit-panel.benefit-ok div.header div.type_plan_cont,
  body.enroll.enroll-confirm div#benefits-container div.benefit-panel div.header div.type_plan_cont {
    float: none;
  }
  #benefits-header .details-nested table,
  .benefit-panel .details-nested table {
    float: none;
  }
  div#benefits-container div.details-nested th.total-premium,
  div#benefits-container div.details-nested th.employer-contribution,
  div#benefits-container div.details-nested th.employee-credit,
  div#benefits-container div.details-nested th.your-cost-pre-tax,
  div#benefits-container div.details-nested th.your-cost-post-tax,
  div#benefits-container div.details-nested td.total-premium,
  div#benefits-container div.details-nested td.employer-contribution,
  div#benefits-container div.details-nested td.employee-credit,
  div#benefits-container div.details-nested td.your-cost-pre-tax,
  div#benefits-container div.details-nested td.your-cost-post-tax {
    width: auto!important;
    text-align: left!important;
  }
  body.enroll.enroll-confirm div#benefits-container div.benefit-panel div.header div.plan {
    width: auto;
    max-width: none;
    float: none;
  }
  body.enroll div#benefits-container div.benefit-panel div.header div.plan span.name {
    font-size: 15px;
    padding-top: 4px;
    width: 100%;
    float: none;
    text-align: left;
    display: block !important;
  }
  body.enroll div#benefits-container div.benefit-panel div.header div.plan span.name .responsiveHead,
  .details-nested table tr span.responsiveHead,
  .dependents table tr td span.responsiveHead {
    float: left;
    display: block;
    margin-right: 10px;
    width: 150px;
  }
  .dependents table tr td span.responsiveHead + div .label {
    margin: 0px;
    padding: 0px;
  }
  div#benefits-container div.details-nested th {
    display: none;
  }
  div#benefits-container div.dependents .header {
    display: none;
  }
  body.ee.enroll.enroll-confirm div#container div#wrapper #content {
    margin-top: 20px;
  }
  .hideInResponsive {
    display: none!important;
  }
  /* confirmation popup dialog */
  body.enroll.enroll-confirm.ee #dialog {
    width: auto!important;
  }
  body.enroll.enroll-confirm.ee .benefit-panel {
    width: auto!important;
  }
  /* this is new stuff added for august 2015 release */
  body.benefit-previous_elections #column-2 {
    background: #fff;
  }
  .CS-benefit-summary .CS-benefit-summary-effective-date {
    float: left;
    margin-top: 10px;
  }
  .CS-benefit-summary-total-cost-btns {
    float: none;
  }
  .CS-benefit-summary-total-cost {
    float: none;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 20px;
  }
  .CSFooterContainer {
    margin-left: 0px;
  }
  .CSFooterContainer + #disclaimerText {
    margin-left: 0px;
  }
  .CS-benefit-summary-total-cost-btns {
    float: none;
  }
  .CS-benefit-summary-total-cost {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 20px;
  }
  /*------------------------------------*\
        $Recognition
    \*------------------------------------*/
  table.table_data_entry textarea {
    width: 400px;
  }
  /*------------------------------------*\
        $Tables
    \*------------------------------------*/
  .responsiveTable table,
  .responsiveTable thead,
  .responsiveTable tbody,
  .responsiveTable th,
  .responsiveTable td,
  .responsiveTable tr {
    display: block;
  }
  .responsiveTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsiveTable .responsiveTableCell {
    border: none;
    position: relative;
  }
  .responsiveTable .responsiveTableCellHead {
    width: 45%;
  }
  .responsiveTable .responsiveTableCellHead,
  .responsiveTable .responsiveTableCell {
    display: inline-block;
    vertical-align: top;
  }
  .responsiveTable .responsiveTableCell input:not([type="radio"]) {
    width: 80%;
  }
  .responsiveTable td.empty-cell {
    display: none;
  }
  .enroll .pcp-table table,
  .enroll .pcp-table table tr,
  .enroll .pcp-table table tr td {
    display: block;
  }
  /*------------------------------------*\
        $New Plan Details
    \*------------------------------------*/
  /* plan compare */
  body.ee.enroll.one-col #content #column-2.plan-detail {
    overflow-x: hidden;
    overflow-y: auto;
  }
  #plan-detail-label-col .plan-label.expand,
  #plan-detail-label-col .plan-label.close {
    margin-left: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*------------------------------------*\
        $Plan Details, Previous Elections
    \*------------------------------------*/
  /* added to fix layout/paddding issues - 071714 jd*/
  #benefits-container.non-enrollment-compare #plan-compare {
    margin: 0px;
  }
  .non-enrollment-compare #column-2.plan-detail {
    padding: 0px !important;
  }
  .non-enrollment-compare #plan-detail-plan-col-wrapper .plan-detail-plan-col > div,
  .non-enrollment-compare #plan-detail-plan-col-wrapper .plan-detail-plan-col .plan-detail-expand {
    width: 100%;
  }
  /*------------------------------------*\
        $Shop Pages
    \*------------------------------------*/
  body.enroll.ee.benefit-enroll_exchange_elections #wrapper #nav-mainNav {
    display: none !important;
  }
  body.benefit-enroll_exchange_elections #wrapper {
    background: none !important;
  }
  body.ee.enroll.benefit-enroll_exchange_elections div#container div#wrapper #profile-header {
    margin: 0px 10px 15px;
  }
  body.ee.enroll.benefit-enroll_exchange_elections #enroll-cost-panel {
    display: none;
  }
  /* shop page client text on intro page*/
  body.member-enroll_exchange_member_edit #MasterPage_ctl00_Base_Content_pageContent_profilePageInformationText,
  body.member-enroll_exchange_member_edit #MasterPage_ctl00_Base_Content_pageContent_profilePageInformationText > div {
    margin: 0px !important;
    display: inline-block;
  }
  /*------------------------------------*\
        $Benefit Plan Type Category/Detail Maintenance
    \*------------------------------------*/
  /* added 12/2/14 jd */
  .tree-group .tree-group-header .select-menu-wrapper .helper-text {
    margin: 10px 0px 0px 0px;
  }
  .tree-element-wrapper .text div .helper-text {
    margin: 5px 0px 0px 0px;
  }
}
/*-- end @media (max-width: 959px) --*/
/*-------------------------------
	$6. Tablets (767px - 959px)
  -------------------------------*/
@media (min-width: 767px) and (max-width: 959px) {
  /*------------------------------------*\
        $Header
    \*------------------------------------*/
  header {
    width: auto;
  }
  #top-header {
    min-width: 0px;
  }
  /*------------------------------------*\
        $Tables
    \*------------------------------------*/
  form[action="first_time_user.aspx"] .base-edit-tbl td.f-label,
  form[action="department_edit.aspx"] .base-edit-tbl td.f-label,
  form[action="division_edit.aspx"] .base-edit-tbl td.f-label,
  form[action="job_edit.aspx"] .base-edit-tbl td.f-label,
  form[action="position_edit.aspx"] .base-edit-tbl td.f-label,
  form[action="jobtitle_edit.aspx"] .base-edit-tbl td.f-label,
  form[action="forgot_password.aspx"] .base-edit-tbl td.f-label,
  form[action="login_edit.aspx"] .base-edit-tbl td.f-label,
  form[action="location_edit.aspx"] .base-edit-tbl td.f-label,
  form[action="theme_edit.aspx"] .base-edit-tbl td.f-label,
  form[action="aca_enrollment_form_edit.aspx"] .base-edit-tbl td.f-label {
    width: auto;
  }
  /*------------------------------------*\
        $Enrollment
    \*------------------------------------*/
  /*------------------------------------*\
        $Enrollment Header Bar
    \*------------------------------------*/
  .topNav_selection_tab div {
    font-size: 14px;
  }
  .topNav_selection_tab a,
  .topNav_selection_tab span {
    padding: 0 0.8em 0.15em 1em;
  }
  .topNav_selection_tab .select-plan {
    padding-left: 1.2em;
  }
  .topNav_selection_tab .confirm {
    padding-left: 1.2em;
    padding-right: 1em;
  }
  /*------------------------------------*\
        $Your Information Tabs
    \*------------------------------------*/
  #enrollment-container {
    padding: 20px 0;
  }
  #electionsLeftNav {
    position: relative!important;
    top: 0!important;
  }
  .ee.enroll.your-information #content #column-2 {
    width: auto;
    /*in older mobile browsers column-2 doesnt go full screen.*/
  }
  /*------------------------------------*\
        $Beneficiary Tabs
    \*------------------------------------*/
  /* Using important hack because of the way the beneficiaries tab selectors are written as compared to regular tabs - 081815 jd */
  body.benefit-enroll_all_elections #tabs.beneficiary-tabs ul li {
    padding: 0.8em 2.65em !important;
  }
  #tabs.beneficiary-tabs ul li {
    box-sizing: border-box;
    margin-right: 0;
    white-space: normal;
    width: 50%;
  }
  /*------------------------------------*\
        $Ask Emma
    \*------------------------------------*/
  #enroll-cost-panel #emma-toggle {
    display: none;
  }
  .plan-selection-subheader-plancost-toggle .plan-selection-ee-cost {
    font-size: 15px;
  }
  body.enroll .plan-selection-plan-right table.plan-selection-cost-summary {
    top: 83px!important;
  }
}
/*-- end @media (min-width: 767px) and (max-width: 959px) --*/
/*====================================*\
   $?? max-width: 767px
\*====================================*/
@media (max-width: 767px) {
  .CSContain .benefit-confirmation-panel .header.masthead:before {
    margin-top: 2px;
  }
  .CSContain .benefit-confirmation-panel .header.masthead.expanded:before {
    margin-top: 0px;
  }
  /*------------------------------------*\
        $Confirm Page
    \*------------------------------------*/
  .benefit-confirmation-panel {
    margin-left: 0px;
  }
  .benefit-confirmation-panel .header.masthead {
    height: auto;
    padding: 15px 20px 10px 20px;
  }
  .benefit-confirmation-panel .plan-type-icon {
    display: none;
  }
  .benefit-confirmation-panel .header.masthead ul li.benefit-panel-plan-type-name {
    line-height: 1;
    padding-top: 0px;
    width: 100%;
  }
  .benefit-confirmation-panel .header.masthead ul li.benefit-panel-plan-cost-total {
    display: block;
    float: none;
    max-width: 100%;
    text-align: left;
    width: 100%;
  }
  .benefit-confirmation-panel .header.masthead .your-cost-pre-tax {
    font-size: 18px;
  }
  .benefit-confirmation-panel .header.masthead .minor {
    color: #000;
    font-size: 18px;
  }
  .benefit-confirmation-panel .plan-alert-subhead .plan-selection-subheader-planame .plan-alert-tier {
    padding-top: 7px;
  }
  .benefit-confirmation-panel .plan-alert-subhead .benefit-plan-alert-pending-cost {
    float: none;
    padding-left: 50px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    width: auto;
  }
  .benefit-confirmation-panel .plan-alert-subhead .benefit-plan-alert-pending-cost .minor {
    font-size: 14px;
  }
  .benefit-confirmation-panel .cost-details-label {
    width: 45%;
  }
  .benefit-confirmation-panel .cost-details-cost {
    padding-left: 10px;
    text-align: left;
    width: 45%;
  }
  .benefit-confirmation-panel .cost-details-breakout ul li {
    border-bottom: 1px solid #eee;
    padding-top: 3px;
  }
}
/*-- end @media (max-width: 767px) --*/
/*====================================*\
   $5. Phones
\*====================================*/
@media (max-width: 766px) {
  body.specials #column-2.col.twelve .column-2-panel {
    padding: 0;
  }
  body.ee.enroll.streamline #wrapper,
  body.ee.enroll.your-information #wrapper {
    margin: 0px;
    padding: 0px;
  }
  #content {
    background: none;
    background-color: #fff;
  }
  .plan-selection-container {
    margin: 0px;
  }
  .plan-selection-container textarea {
    width: 100%;
  }
  body.impersonation {
    margin-top: 0px;
  }
  body.impersonation footer {
    padding-bottom: 100px;
  }
  input[type="submit"].btn-check[value="Save and Continue Enrollment"],
  input[type="button"].btn-check[value="Save and Continue Enrollment"] {
    font-size: 13px;
  }
  /*------------------------------------*\
        $Header
    \*------------------------------------*/
  /*------------------------------------*\
        $Column 1
    \*------------------------------------*/
  .ee #content {
    background-image: none;
    min-width: 0;
  }
  body:not(.enroll) #content > #column-1 {
    display: none !important;
  }
  .ee #content > #column-2,
  .one-col.ee #content > #column-2 {
    z-index: 1;
  }
  #content #column-2 {
    margin-left: 0px;
  }
  .about-your-benefits + #benefit-list-nav {
    margin-top: 20px;
  }
  /*------------------------------------*\
        $Home alert bar
    \*------------------------------------*/
  /*------------------------------------*\
        $Enrollment
    \*------------------------------------*/
  .dependents-check .dependents-check-add-wrap {
    zoom: 1;
    float: left;
    margin-top: 15px;
    padding: 0;
    position: relative;
  }
  .dependents-check .dependents-check-add-wrap:before {
    content: '';
    display: block;
  }
  .dependents-check .dependents-check-add-wrap:after {
    content: '';
    display: table;
    clear: both;
  }
  .plan-selection-search-plans {
    padding-right: 10px;
  }
  .plan-selection-search-plans ul {
    margin-bottom: 0px;
  }
  .plan-selection-search-plans ul li.plan-search-plans-text,
  .plan-selection-search-plans ul li.plan-search-plans-link {
    float: none;
  }
  .plan-selection-search-plans ul .plan-search-plans-link button {
    margin-top: 20px!important;
    padding: 15px;
    width: 100%;
  }
  body.ee.enroll:not(.aetna-shop) .plan-selection-compare-plans [onclick^="javascript:goToPlanDetailAll"] {
    display: none;
  }
  body.ee.enroll:not(.aetna-shop) #plan-detail-plan-col-wrapper .plan-detail-plan-col-wrapper-inner > .col.plan-detail-your-plans,
  body.ee.enroll:not(.aetna-shop) #plan-detail-plan-col-wrapper .plan-detail-plan-col .plan-details-toggle > div,
  body.ee.enroll:not(.aetna-shop) #plan-detail-plan-col-wrapper .plan-detail-plan-col .plan-detail-your-plans {
    border-left: none;
  }
  body.ee.enroll:not(.aetna-shop) .col.three.plan-detail-plan-col {
    width: 100%;
    margin: 0px!important;
  }
  body.ee.enroll:not(.aetna-shop) .col.three.plan-detail-plan-col.six,
  body.ee.enroll:not(.aetna-shop) .col.three.plan-detail-plan-col.four {
    width: 100%;
  }
  body.ee:not(.aetna-shop) #benefit-compare-container .compare-table .col.two.no-mobile {
    display: inline-block !important;
    width: 0;
  }
  body.ee:not(.aetna-shop) #benefit-compare-container .compare-table .col.two.no-mobile #plan-detail-label-col > div:not(.plan-detail-expand) {
    visibility: hidden;
  }
  body.ee:not(.aetna-shop) #benefit-compare-container .compare-table > .col.ten {
    margin: 0px !important;
    display: inline-block;
    width: 100%;
  }
  /*------------------------------------*\
        $Plan Pods - Enrollment
    \*------------------------------------*/
  .plan-selection-plan-portlet.row {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding-bottom: 75px!important;
    /* select radio button */
  }
  .plan-selection-plan-portlet.row.emma-recommended-plan {
    padding-bottom: 115px!important;
  }
  .plan-selection-plan-portlet.row:after {
    display: none;
  }
  .plan-selection-plan-portlet.row.current-plan {
    padding-top: 25px!important;
  }
  #plan-search .plan-selection-plan-portlet.row {
    padding-bottom: 0px;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container {
    border: none!important;
    border-radius: 4px;
    margin-left: 0px;
    text-align: center;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left {
    border-right: none;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .plan-header-vendor-logo img {
    float: none;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .view-plan-details-link {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .mobile-show-more {
    background: #FBFBFB;
    padding: 5px;
    border-bottom: 1px solid #e4e3e3;
    border-top: 1px solid #e4e3e3;
    font-size: 16px;
    font-weight: 500;
    margin: 0px -15px;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .mobile-show-more:before {
    content: "+ ";
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .mobile-show-more.hide:before {
    content: "- ";
  }
  #planSelection-1 .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .mobile-show-more,
  #planSelection-99 .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .mobile-show-more {
    display: block;
  }
  .waive.plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .mobile-show-more {
    display: none!important;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .plan-details-tier-cost-col-wrapper {
    background: #fbfbfb;
    box-sizing: content-box;
    zoom: 1;
    display: none;
    margin: 0px -15px 0px -15px !important;
    padding: 0px 15px 15px 15px;
    text-align: left;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .plan-details-tier-cost-col-wrapper:before {
    content: '';
    display: block;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .plan-details-tier-cost-col-wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .plan-details-tier-cost-col-wrapper .plan-details-tier-cost-col,
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .plan-details-tier-cost-col-wrapper .plan-details-tier-cost-col.col.mobile-full {
    margin-bottom: 15px!important;
    margin-top: 15px!important;
    text-align: left;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .plan-selection-dr-rx.row {
    background: #f7f7f7;
    border-top: none;
    display: none;
    margin-top: 0px;
    padding-top: 0px;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .plan-selection-dr-rx.row .dr-rx-label {
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-left .plan-selection-dr-rx.row .col.mobile-full {
    margin-top: 0px!important;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-right.col {
    border-left: none;
    padding: 15px 15px 0px 15px;
    padding-left: 15px;
    text-align: center;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-right.col a.plan-selection-subheader-plancost-toggle {
    display: inline-block;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-right.col .dc-cost-details-breakout {
    background: #edfbee;
    margin: 20px -15px 0px -15px;
    padding: 15px 0px;
  }
  #plan-search .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-plan-right.col {
    padding-bottom: 10px;
  }
  .plan-selection-plan-portlet.row .plan-selection-plan-container .plan-selection-user-text {
    text-align: left;
  }
  .plan-selection-plan-portlet.row div.plan-header-radio-btn {
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: auto;
  }
  .plan-selection-plan-portlet.row div.plan-header-radio-btn input[type="radio"] + label {
    background: #f2fbff;
    border: 1px solid #b5e2f2;
    border-radius: 4px;
    box-sizing: border-box;
    color: #40afe3;
    font-size: 18px;
    height: auto;
    padding: 5px 15px 10px 15px;
    text-align: center;
    width: 100%;
  }
  .plan-selection-plan-portlet.row div.plan-header-radio-btn input[type="radio"] + label span.plan-select-radio-text {
    display: inline-block;
  }
  .plan-selection-plan-portlet.row div.plan-header-radio-btn input[type="radio"] + label span.plan-select-radio-text:before {
    background: url(/css/images/check-white-outline.svg) left center no-repeat;
    background-size: 30px;
    content: "Select Plan";
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    padding-left: 40px;
    padding-top: 11px;
    vertical-align: middle;
    width: auto;
  }
  .waive.plan-selection-plan-portlet.row div.plan-header-radio-btn input[type="radio"] + label span.plan-select-radio-text:before {
    content: "Waive Plan";
  }
  .plan-selection-plan-portlet.row div.plan-header-radio-btn input[type="radio"] + label:before,
  .plan-selection-plan-portlet.row div.plan-header-radio-btn input[type="radio"] + label:after {
    display: none;
  }
  .plan-selection-plan-portlet.row div.plan-header-radio-btn input[type="radio"]:checked + label {
    background-color: #218921;
    color: #fff;
  }
  .plan-selection-plan-portlet.row div.plan-header-radio-btn input[type="radio"]:checked + label span.plan-select-radio-text:before {
    content: "Plan Selected";
  }
  .waive.plan-selection-plan-portlet.row div.plan-header-radio-btn input[type="radio"]:checked + label span.plan-select-radio-text:before {
    content: "Plan Waived";
  }
  body.enroll table.plan-selection-cost-summary {
    left: 0px;
    width: 100%!important;
  }
  /* Streamline Plan Steps headers */
  body.streamline #plan-compare {
    padding: 0 15px;
  }
  body.enroll.streamline ul.plan-selection-step-planname {
    margin-bottom: 0px;
    padding-left: 50px;
  }
  body.streamline .plan-selection-step-header ul.plan-selection-step-plancost {
    border-left: none!important;
    font-weight: 500;
    height: auto;
    padding-left: 50px;
    padding-top: 0px;
    position: relative;
    right: auto;
    text-align: left;
    top: auto;
    width: auto;
  }
  body.enroll.streamline .benefit-ok ul.plan-selection-step-planname li.plan-step-status .benefit-completed-tag {
    display: inline-block;
  }
  body.streamline .plan-selection-step-header.active ul {
    padding-bottom: 0px;
  }
  body.enroll .plan-status {
    border-radius: 0 0 4px 4px;
    left: 50%;
    margin-left: -50px;
    padding: 5px 12px;
    top: 0px;
  }
  #plan-search .plan-selection-plan-right.col {
    padding: 0px 15px;
  }
  #plan-search .view-plan-details-link {
    margin-bottom: 0px!important;
  }
  /* Plan Search */
  .enroll.ee #plan-compare > div {
    margin-top: 0px;
    padding: 0px;
  }
  /*------------------------------------*\
        $Search Pages
    \*------------------------------------*/
  .pager > div.per-page-listmenu,
  .pager > div.pagination-controls {
    display: block;
    margin-bottom: 9px;
    text-align: center;
    width: auto;
  }
  /*------------------------------------*\
        $Forgot Password & First Time User & Login Page
    \*------------------------------------*/
  form[action="first_time_user.aspx"] tr,
  form[action="first_time_user.aspx"] td,
  form[action="forgot_password.aspx"] tr,
  form[action="forgot_password.aspx"] td,
  form[action="login_edit.aspx"] tr,
  form[action="login_edit.aspx"] td {
    display: block;
    text-align: left;
  }
  form[action="first_time_user.aspx"] td label,
  form[action="forgot_password.aspx"] .base-edit-tbl td.f-label,
  form[action="forgot_password.aspx"] td label,
  form[action="first_time_user.aspx"] .base-edit-tbl td.f-label,
  form[action="login_edit.aspx"] td label,
  form[action="login_edit.aspx"] .base-edit-tbl td.f-label {
    text-align: left;
  }
  form[action="login_edit.aspx"] #column-1 {
    display: none;
  }
  form[action="first_time_user.aspx"] input[type="button"],
  form[action="first_time_user.aspx"] input[type="submit"],
  form[action="forgot_password.aspx"] input[type="button"],
  form[action="forgot_password.aspx"] input[type="submit"] {
    max-width: 380px;
    width: 100%;
  }
  /*------------------------------------*\
        $Life Event Page
    \*------------------------------------*/
  [for="lifeEventDropDownHolder"] + select {
    width: 150px;
  }
  /*------------------------------------*\
        $Contribution Table
    \*------------------------------------*/
  .contribution-amount-option-content table,
  .contribution-amount-option-content thead,
  .contribution-amount-option-content tbody,
  .contribution-amount-option-content th,
  .contribution-amount-option-content tr,
  .contribution-amount-option-content td {
    display: block;
  }
  /*------------------------------------*\
        $Beneficiary Tabs
    \*------------------------------------*/
  body.benefit-enroll_all_elections #tabs.beneficiary-tabs ul li {
    margin-right: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  #tabs.beneficiary-tabs ul li {
    box-sizing: border-box;
    margin-right: 0;
    white-space: normal;
    width: 50%;
  }
  div#benefits-container div.benefit-panel div.content {
    padding: 0px;
  }
  /*------------------------------------*\
        $Beneficiary Edit
    \*------------------------------------*/
  #beneficiary-edit-estate table,
  #beneficiary-edit-estate thead,
  #beneficiary-edit-estate tbody,
  #beneficiary-edit-estate th,
  #beneficiary-edit-estate td,
  #beneficiary-edit-estate tr {
    display: block;
  }
  #beneficiary-edit-estate thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #beneficiary-edit-estate tr {
    border: 1px solid #ccc;
  }
  #beneficiary-edit-estate td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  #beneficiary-edit-estate td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #beneficiary-edit-estate td:nth-of-type(1):before {
    content: "Relationship";
  }
  #beneficiary-edit-estate td:nth-of-type(2):before {
    content: "Name";
  }
  #beneficiary-edit-estate td:nth-of-type(3):before {
    content: "Primary %";
  }
  #beneficiary-edit-estate td:nth-of-type(4):before {
    content: "Secondary %";
  }
  #beneficiary-edit-estate input {
    width: 80%;
  }
  /*------------------------------------*\
        $Alert Page
    \*------------------------------------*/
  body.alert_home table {
    width: auto !important;
  }
  body.alert_home table td,
  body.alert_home table th {
    display: block;
  }
  /*------------------------------------*\
        $Tables
    \*------------------------------------*/
  .ee tr td.f-edit,
  .ee tr td.f-label,
  .ee tr td.f-value {
    display: block;
    text-align: left;
    width: auto;
  }
  .ee.member-view tr td.f-value {
    display: table-cell;
  }
  div#Dependents table tr td.f-label {
    text-align: left;
  }
  /*------------------------------------*\
        $Search Pages
    \*------------------------------------*/
  .directory-search-admin .form-column-a,
  .member-documents .form-column-a,
  .directory-search-admin .form-column-b,
  .member-documents .form-column-b,
  .admin-search .form-column-a,
  .admin-search .form-column-b {
    display: block;
    width: auto;
  }
  /*------------------------------------*\
        $Directory Search
    \*------------------------------------*/
  .directory-search-admin td:nth-child(n+3),
  .directory-search-admin th:nth-child(n+3) {
    display: none;
  }
  .directory-search-admin .admin-search .submit ul li {
    display: block;
    float: none;
    margin: 10px 0;
    padding: 0;
  }
  .admin-search .submit ul {
    overflow: hidden;
  }
  /*------------------------------------*\
        $For Testing Only
    \*------------------------------------*/
  #site-alert {
    bottom: 0;
    top: auto;
  }
  /*------------------------------------*\
        $Site Alert Dialogs
    \*------------------------------------*/
  .ui-dialog {
    position: fixed !important;
    max-width: 300px !important;
    margin: 0px 20px;
    width: auto !important;
  }
  /*------------------------------------*\
        $Member View
    \*------------------------------------*/
  #MasterPage_ctl00_Base_Content_pageContent_DataCell1,
  #MasterPage_ctl00_Base_Content_pageContent_DataCell2 {
    display: inline-block;
    width: 100%;
  }
  /*------------------------------------*\
        $Personal Information
    \*------------------------------------*/
  div.user-detail-panel div.fg-title {
    width: 100%;
    float: none;
  }
  .member-view div.fg-edit {
    padding: 0px;
    float: none;
  }
  .member-view .fg-title {
    float: none;
  }
  form[action="COB.aspx"] div.one-column div.row-button {
    width: auto;
  }
  form[action="COB.aspx"] div.one-column input.street-address {
    width: auto;
  }
  form[action="COB.aspx"] div.one-column input.proper-name {
    width: auto;
  }
  form[action="COB.aspx"] label#startDateLabel,
  form[action="COB.aspx"] label#endDateLabel {
    width: auto !important;
  }
  form[action="COB.aspx"] select.f-edit {
    width: auto;
  }
  input#MasterPage_ctl00_Base_Content_pageContent_AddBeneficiary {
    width: auto;
  }
  /*------------------------------------*\
        $Enrollment
    \*------------------------------------*/
  body.enroll.ee #column-2 div.column-2-panel {
    padding: 0px;
  }
  body.enroll.ee #wrapper {
    padding: 0 10px;
  }
  body.enroll.ee .selection-step-content,
  body.enroll.ee .plan-selection-step-content,
  body.enroll.ee .step-content {
    padding: 0px 20px;
  }
  .plan-selection-subheader {
    margin: 0 !important;
  }
  .plan-selection-subheader .col.four.mobile-full {
    border-top: 1px solid #fff;
    margin-top: 0px !important;
    padding-left: 15px;
  }
  #enrollment-cost-summary-dropdown {
    left: 1%;
    padding: 10px;
    top: auto;
    width: 93% !important;
  }
  #enrollment-cost-summary-benefit-list {
    display: block;
    overflow-y: visible;
    max-height: none;
  }
  #enrollment-cost-summary-dropdown-arrow {
    display: none;
  }
  #enrollment-cost-summary-benefit-list table.plan-selection-cost-summary {
    width: 100%!important;
    right: 0!important;
  }
  .enroll-cost-label {
    margin: 10px 0px 10px 10px;
  }
  /*beneficiary distribution table - this is hacky, need to look at the markup for this table */
  .beneficiaries-distribution-table .footer .responsiveTableCellHead {
    display: none;
  }
  /*------------------------------------*\
        $Enrollment Header Tabs
    \*------------------------------------*/
  /*updated 050115 jd*/
  .topNav_selection_tab {
    display: table;
    margin: 0px;
    table-layout: fixed;
    width: 100%;
  }
  .topNav_selection_tab div {
    font-size: 11px;
    width: 30%;
  }
  .topNav_selection_tab div a,
  .topNav_selection_tab div span {
    height: 22px;
    line-height: 12px;
    padding: 10px 0px 0px 0px;
    vertical-align: middle;
    width: 100%;
  }
  .topNav_selection_tab div a:before,
  .topNav_selection_tab div span:before,
  .topNav_selection_tab div a:after,
  .topNav_selection_tab div span:after {
    content: none;
  }
  .topNav_selection_tab .select-plan,
  .topNav_selection_tab .confirm {
    padding: 10px 0px 0px 0px;
  }
  /* end enrollment navigation */
  .ee.enroll #content #column-2.two-cost-panels {
    margin-top: 115px;
  }
  /* navigation */
  #responsive-nav #benefit-list-nav li a {
    padding: 8px 10px 8px 26px;
    height: auto;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #responsive-nav #benefit-list-nav li.selected a {
    color: #fff;
    height: auto;
  }
  /*------------------------------------*\
        $Enrollment Your Information Tabs
    \*------------------------------------*/
  .your-information-nav {
    z-index: 2;
  }
  .your-information-nav ul {
    border-bottom: 0px;
    width: 99%;
  }
  .your-information-nav ul.three-tabs li {
    width: 100%;
  }
  .your-information-nav ul li a,
  .your-information-nav ul li span {
    border-radius: 0px;
  }
  body.ee.enroll #column-1 {
    border-right: none;
  }
  body.ee.enroll #column-1 #column-1-panel {
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    padding-bottom: 15px;
  }
  #column-1-panel h3.benefit-list-title {
    border-bottom: none;
    padding: 0px 0px 15px 0px;
  }
  #responsive-cost-panel {
    top: 95px;
    position: fixed;
    display: block;
    z-index: 2;
    height: 24px;
    width: 100%;
  }
  #enroll-cost-panel {
    height: 24px;
    padding: 0px;
  }
  #enroll-cost-field,
  #enroll-cost-field:hover,
  #enroll-credit-field,
  #enroll-credit-field:hover {
    width: auto;
    background: none;
    border: none;
    height: 18px;
  }
  #enroll-cost-field h4,
  #enroll-credit-field h4 {
    position: absolute;
    left: 37px;
    text-align: left;
    max-width: 140px;
    font-size: 13px;
  }
  .enroll-cost-total {
    padding-left: 0px;
    position: absolute;
    right: 10px;
    font-size: 14px;
  }
  #enroll-cost-field .enroll-panel-icon,
  #enroll-credit-field .enroll-panel-icon {
    background-position: -694px -1248px;
    width: 40px;
    position: absolute;
    left: 0px;
    border: none;
    height: 40px;
  }
  #enroll-cost-panel .enroll-costs-subtitle {
    position: absolute;
    left: 20px;
    bottom: 3px;
    display: none;
  }
  body.enroll.streamline ul.plan-selection-step-planname {
    padding-left: 50px;
    width: auto;
  }
  .plan-selection-toolbar-links ul li {
    margin-right: 10px;
  }
  .btn.plan-header-view-btn {
    padding: 4px 12px;
    width: 112px;
  }
  .enroll .tooltip.darkTooltip {
    left: 0px!important;
  }
  li.plan-search-plans-link button {
    padding-right: 10px;
  }
  div.one-column div.text input,
  div.one-column div.listmenu select {
    float: none;
    display: block;
    width: auto;
  }
  body.enroll div#benefits-container div.benefit-panel div.content label {
    width: auto!important;
    display: block;
    float: none;
    text-align: left;
  }
  div.one-column div.row-button {
    width: auto;
  }
  table.plan-selection-subheader td.plan-selection-subheader-plancost {
    width: 110px;
  }
  table.plan-selection-subheader td.plan-selection-subheader-plancost a {
    width: 60px;
    background-position: -32px -64px;
    right: -18px;
  }
  table.plan-selection-subheader td.plan-selection-subheader-plancost a:hover {
    width: 60px;
    background-position: -32px -64px;
  }
  .plan-selection-subheader-plancost-toggle {
    font-size: 14px;
    text-align: center;
  }
  li.plan-search-plans-link button {
    margin-right: 10px!important;
  }
  /* plan search */
  body.ee.enroll #content #column-1.plan-search-col {
    margin-top: 165px;
    display: block!important;
  }
  /* end plan search */
  .plan-header-left {
    width: auto;
  }
  body.enroll #column-2 .plan-selection-step-content .plan-selection-plan-container h3,
  body.enroll #column-2 .plan-selection-plan-portlet .plan-selection-plan-container h3 {
    font-size: 18px;
  }
  /* contribution amount*/
  .enroll .plan-rules .contribution-amount .sub-column-1,
  .enroll .plan-rules .contribution-amount .sub-column-2 {
    float: none;
    width: auto;
  }
  .enroll .plan-rules .contribution-amount-summary {
    max-width: 100%;
    width: auto;
  }
  /* END contribution amount*/
  /*------------------------------------*\
        $Benefit Calculator
    \*------------------------------------*/
  #responsive-cost-panel.calculator {
    top: 56px;
  }
  .ee.enroll form[action="calculator.aspx"] #content #column-2 {
    margin: 26px 0 0 0;
  }
  li#benefit-calc-nav-date {
    height: 130px;
  }
  /*------------------------------------*\
        $Confirmation / My Benefits
    \*------------------------------------*/
  .benefit-confirmation-panel .view-edit.btn {
    padding: 4px 12px;
  }
  #btn_alert_fill.btn {
    display: inline-block;
    width: 90%;
  }
  .benefit-confirmation-panel .confirm-data.popUpDocumentEOI {
    padding-bottom: 0px;
  }
  .benefit-confirmation-panel .plan-alert-subhead .benefit-plan-alert-pending-cost {
    padding-left: 30px;
  }
  .CS-complete {
    background: none;
    padding-left: 0px;
  }
  .CS-waived-plans-text,
  .CS-enrollment-end-text {
    background: none;
    padding-left: 0px;
  }
  /*------------------------------------*\
        $Ask Emma
    \*------------------------------------*/
  .emma-toolbar .container {
    margin: 0 10px;
  }
  #enroll-cost-panel #emma-toggle {
    display: none;
  }
  /*------------------------------------*\
        $New Plan Compare
    \*------------------------------------*/
  .enroll.ee #plan-compare #benefit-compare-container {
    margin-top: 0px;
  }
  body.member-life_event div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-resizable {
    position: absolute!important;
  }
}
/*-- end @media (max-width: 766px) --*/
@media (max-width: 700px) {
  .ui-dialog {
    width: 98%!important;
  }
}
@media only screen and (max-width: 960px) and (min-width: 767px) {
  .plan-detail-plan-col .plan-detail-your-est-oop-cost .oop-best,
  .plan-detail-plan-col .plan-detail-your-est-oop-cost .oop-worst,
  .plan-detail-plan-col .plan-detail-your-est-oop-cost .oop-personalized {
    height: auto;
    text-align: left;
  }
  .plan-detail-plan-col .plan-detail-your-est-oop-cost .oop-best .plan-detail-dollar,
  .plan-detail-plan-col .plan-detail-your-est-oop-cost .oop-worst .plan-detail-dollar,
  .plan-detail-plan-col .plan-detail-your-est-oop-cost .oop-personalized .plan-detail-dollar {
    position: relative;
    text-align: left;
    height: auto;
  }
  .plan-detail-plan-col .plan-detail-your-est-oop-cost > div label,
  .plan-detail-plan-col .plan-detail-your-est-oop-cost > div > label {
    float: none;
    line-height: 15px;
  }
}
/* ipad landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .enroll.ee .plan-info-video,
  .enroll.ee .btn-video {
    display: none;
  }
}
/* Responsive Table 2 */
.responsiveTable2 th {
  border-right: 0;
}
.responsiveTable2 .responsiveTableCellHead {
  display: none;
}
@media screen and (max-width: 961px) {
  .responsiveTable2 tr {
    border-bottom: 0;
  }
  .responsiveTable2 td {
    padding: 6px 4px;
    padding-bottom: 0;
    border-bottom: 1px solid #eee;
  }
  .responsiveTable2 tr:not(.header):nth-of-type(odd) {
    background: #eee;
  }
  .responsiveTable2 table,
  .responsiveTable2 thead,
  .responsiveTable2 tbody,
  .responsiveTable2 th,
  .responsiveTable2 td,
  .responsiveTable2 tr {
    display: block;
  }
  .responsiveTable2 .responsiveTableCell {
    border: 0;
    position: relative;
  }
  .responsiveTable2 .responsiveTableCellHead,
  .responsiveTable2 .responsiveTableCell {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 6px;
  }
  .responsiveTable2 .responsiveTableCellHead {
    width: 45%;
    display: none;
  }
  .responsiveTable2 .responsiveTableCell input:not([type="radio"]) {
    width: 80%;
  }
  .responsiveTable2 td.empty-cell {
    display: none;
  }
  .responsiveTable2 .responsiveTableCellHead,
  .responsiveTable2 .responsiveTableCell {
    display: inline-block;
    vertical-align: middle;
  }
  .responsiveTable2 .responsiveTableCellHead {
    width: 25%;
  }
  .responsiveTable2 .responsiveTableCell {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .responsiveTable2 .responsiveTableCellHead {
    width: 100%;
  }
  .responsiveTable2 .responsiveTableCell {
    width: 100%;
  }
  .responsiveTable2 td {
    padding: 6px 4px;
    border-bottom: 0;
  }
}