html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

header {
  box-shadow: 0 1px 2px #e0e0e0;
}

.mnlnk-standard-plans,
.mnlnk-standard-plans:hover,
.dropdown-menu > .active > a.mnlnk-standard-plans {
  background-image: url(../img/icons/ico-standard-plan-green.png) !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  background-position: 15px !important;
  padding-left: 37px !important;
}
.mnlnk-bro-att,
.mnlnk-bro-att:hover,
.dropdown-menu > .active > a.mnlnk-bro-att {
  background-image: url(../img/icons/legal_squiggle_green_35px.png) !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  background-position: 12px !important;
  background-position-x: 8px !important;
  padding-left: 24px !important;
}
.star-icon {
  color: rgb(105, 163, 13);
  font-size: 20px;
  position: relative;
  letter-spacing: -0px;
  padding: 0px;
  margin: 0px;
}
.star-icon.full:before {
  /*text-shadow: 0 0 2px rgba(0,0,0,0.7);*/
  color: rgb(105, 163, 13);
  content: "\2605"; /* Full star in UTF-8 */
  position: absolute;
  left: 0;
  letter-spacing: -0px;
}
.star-icon.half:before {
  /*text-shadow: 0 0 2px rgba(0,0,0,0.5);*/
  color: rgb(105, 163, 13);
  content: "\2605"; /* Full star in UTF-8 */
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.ratingContainer {
  white-space: nowrap;
}

.ratingContainer span {
  float: left;
}

.ratingContainer sup {
  cursor: pointer;
  font-size: 10px;
}

/******************** New Styles *****************/
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  #subHeader.container,
  #inner_body .container {
    width: 970px;
  }
}

nav.navbar {
  /*border-bottom: 3px solid #007bc4;*/
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
}

.call {
  padding-left: 24px;
}

.container {
  font-family: "Open Sans", Roboto, Arial, sans-serif !important;
}

.navbar .container .row {
  padding-left: 24px;
  padding-right: 24px;
}

.navbar-default .navbar-toggle {
  border-color: rgb(105, 163, 13);
  padding: 12px 10px;
  margin-right: 0px;
  margin-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: rgb(105, 163, 13);
}

.navbar-toggle:hover {
  background-color: white !important;
}

/*nav.navbar .container {
        margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}*/
/*#home { margin:0px 50px 30px 70px; }
#home h1 { padding-bottom: 40px; }*/
#home h2 {
  font-size: 18px;
  margin-top: 0px;
  font-weight: bold;
}
#home h3 {
  font-size: 18px;
  line-height: 23px;
}
/*#home p { margin-top:15px; }*/

#subHeader div {
  padding-right: 0px;
}
#subHeader a {
  margin-left: 0px;
  color: black;
  float: right;
  font-size: 15px;
  cursor: pointer;
  background: no-repeat left center;
  padding: 2px 0px 2px 0px;
}
#subHeader .advice {
  background-image: url(../img/icons/info-md-blue.png);
}
#subHeader .videoTour {
  background-image: url(../img/icons/video-md-blue.png);
}
#subHeader .startAgain {
  background-image: url(../img/icons/reload-md-blue.png);
}

/*#stepImage1, #stepImage2, #stepImage3 { width:100%; max-width:1067px; }*/

.invalidURL {
  margin: 40px 200px 0px 200px;
}

#tablePersons {
  margin-bottom: 10px;
}
#tablePersons #search_title {
  text-align: left;
}
.personInfo .person {
  padding: 7px 0px 0px 50px;
  font-size: 18px;
}
.personInfo hr {
  margin: 12px 0px 14px 0px;
}
.button_row {
  margin-top: 10px;
}
.button_column {
  padding: 7px 0px 0px 0px;
  font-size: 18px;
}
#search_title div {
  padding-right: 0;
  margin-bottom: 13px;
}

#addPersonButton {
  font-weight: bold;
  padding: 6px 0px 4px 30px;
  background: no-repeat 4px 5px url(../img/icons/plus-md-blue.png);
}

.searchQuestions {
  text-align: center;
  padding-top: 1px;
}
.searchQuestions h2 {
  font-size: 24px;
  font-weight: normal;
}
.searchQuestions label {
  font-size: 16px;
  margin: 0px;
}
.searchQuestions .income {
  position: relative;
}
.searchQuestions .income span {
  font-size: 20px;
  position: absolute;
  top: 7px;
  left: 10px;
  font-weight: normal;
}
.searchQuestions .income input {
  padding-left: 24px;
  width: 180px;
  font-weight: normal;
}

.btn-calculate {
  font-size: 14px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  line-height: 24px;
  font-weight: bold;
}
.btn-calculate img {
  vertical-align: bottom;
  margin-right: 6px;
}

#totalSubsidy {
  padding: 40px 100px;
  background-color: #007bc4;
  color: #fff;
  clear: both;
  overflow: hidden;
  text-align: center;
}
#totalSubsidy h3 {
  margin-top: 0px;
  margin-bottom: 12px;
}
#totalSubsidy #subsidyResult {
  margin-bottom: 15px;
}
#totalSubsidy #subsidyAmount {
  font-size: 28px;
}
#totalSubsidy p {
  font-size: 16px;
  line-height: 23px;
}
#totalSubsidy a {
  color: #eee;
  text-decoration: underline;
}
#totalSubsidy a:hover {
  color: #ddd;
}
#totalSubsidy ul {
  display: inline-block;
}

.searchError {
  color: #b94a48;
}

.employerSearch h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.employerSearch .empContr .input-group input {
  width: 54px;
}
.employerSearch .empContr .input-group-addon {
  float: left;
  display: block;
  width: auto;
  margin-left: -1px;
  padding: 12px 6px 13px 6px;
  margin-top: 1px;
}
.employerSearch .empContr .col-xs-4 {
  width: 29%;
  padding-right: 0px;
  min-width: 100px;
}
.employerSearch .empContr .col-xs-2 {
  padding-left: 0px;
}
.employerSearch .empEffectiveDate {
  text-align: center;
}
.empEffectiveDate h2 {
  margin-top: 0px;
}

.employerSearch u {
  border-bottom: dotted 1px;
  text-decoration: none;
  line-height: 1em;
  display: inline-block;
}

.plansOfferedHeader {
  margin-bottom: 0px;
}
.plansOfferedHeader button {
  float: left;
  padding: 10px;
  width: 30%;
  background-color: #007cc2;
  color: #fff;
  border: solid 1px #bbb;
  margin-right: 5%;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  position: relative;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
  line-height: 30px;
}
.plansOfferedHeader button span {
  padding-left: 44px;
}
.plansOfferedHeader button:last-child {
  margin-right: 0px;
}
.plansOfferedHeader button::before {
  background-color: #007cc2;
  border: 3px solid #ccc;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  left: 12px;
  top: 12px;
  position: absolute;
}
.plansOfferedHeader button:hover {
  background-color: #003260;
  border-color: #bbb;
  color: #fff;
}
.plansOfferedHeader button:hover::before {
  background-color: #003260;
}
.plansOfferedHeader button.selected {
  background-color: #ffffff;
  color: #333;
  outline: none;
  border-color: #bbb;
}
.plansOfferedHeader button.selected::before {
  border-color: #669900;
  background-color: #fff;
}
.plansOfferedHeader button.selected::after {
  border: 4px solid #669900;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  left: 20px;
  top: 20px;
  position: absolute;
}
.plansOfferedBody {
  border: solid 1px #ccc;
  margin-top: -1px;
  padding: 30px;
}
.plansOfferedBody h3 {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.plansOfferedBody p {
  font-size: 18px;
}
.plansOfferedBody .radio {
  padding-left: 0px !important;
}
.plansOfferedBody label,
.empRefPlan .empRefFilter label {
  font-weight: bold;
  font-size: 16px;
}
.plansOfferedBodyMetal label {
  font-size: 16px;
}
.plansOfferedBody .offeredPlans label {
  font-weight: normal;
  font-size: 14px;
}

.empRefPlan .radio label {
  padding-bottom: 8px;
}
.empFamily .coveredName {
  text-transform: uppercase;
  font-size: 18px;
  text-align: right;
  padding: 7px 0 0 0;
}
.empFamily .personDoB {
  width: 13.5%;
}

#doctorSearch h4,
#drugSearch h4 {
  font-size: 18px;
  font-weight: normal !important;
}
#doctorSearch h4 label,
#drugSearch h4 label {
  font-weight: normal;
  margin-bottom: 2px;
}
/*#doctorSearch input { }*/
#tableDoctors {
  vertical-align: middle;
}
#tableDoctors th {
  padding: 0px;
  border: none;
}
#tableDoctors td {
  border: none;
  padding: 4px 0px;
}
#tableDoctors tr td:first-child {
  padding-top: 7px;
}

body.plans #inner_body .container,
body.dental_plans #inner_body .container {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
#seeFavorites {
  float: right;
  font-weight: bold;
  padding: 0px 10px;
  margin: 6px 10px;
  border-right: solid 1px #d2d2d2;
}
#seeFavorites img {
  margin-right: 8px;
}
#filterBar {
  margin-bottom: 6px;
}
#filterBar select {
  font-size: 14px;
}
#filterBar label {
  font-weight: normal;
}

#filtersLeftNav {
  width: 21%;
}
#filterWrapper {
  border: solid 1px #d2d2d2;
  border-top-width: 4px;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 13px;
}
#filtersLeftNav h5 {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 20px;
}
#filtersLeftNav label {
  display: block;
}
#filtersLeftNav input[type="checkbox"] {
  margin-left: 8px;
}
/*#filtersLeftNav img { margin-left:-5px; }*/
#filtersLeftNav label {
  overflow: hidden;
}
#filtersLeftNav label span {
  width: 168px;
  float: right;
}
.filterSlide {
  margin-right: 10px;
}
.filterSlide .slideFrom {
  float: left;
  margin-top: 6px;
}
.filterSlide .slideTo {
  float: right;
}
#filtersLeftNav .btn {
  font-weight: bold;
  padding: 8px 29px;
}
#filtersLeftNav a.btn {
  padding: 8px;
}

#sortByForm label {
  padding-right: 0px;
}
#sortByForm .form-group {
  margin-bottom: 0px;
}
#sortByForm select {
  padding: 5px 10px 5px 10px !important;
}

#planListContainer {
  width: 79%;
}
#planList thead tr:nth-child(1) th {
  border-top: solid 4px #d2d2d2;
  vertical-align: top;
  font-size: 16px;
}
#planList thead tr th,
#planList tr td {
  padding: 14px;
  background-color: #fff;
  border: solid 1px #d2d2d2;
}
#planList thead tr th.planHeader {
  vertical-align: bottom;
}
#planList thead tr th.planHeader p {
  font-size: 11px;
  color: #696969;
  margin-bottom: 0px;
  line-height: 14px;
}
#planList tr td.usageAvg,
#planList tr td.usageHigh {
  font-size: 18px;
  color: #555;
  text-align: center;
  vertical-align: middle;
}
#planList #compareButton {
  float: right;
  margin-top: -44px;
  font-weight: bold;
  padding: 10px 12px;
}
#planList thead tr th.sortedBy,
#planList tr td.sortedBy {
  background-color: #f3f3f3;
}
#planList .plan {
  font-size: 13px;
}
#planList .planName {
  font-size: 16px;
}
#planList .compareCheck {
  width: 6%;
  float: left;
  margin-left: -4px;
  margin-top: 2px;
}
#planList .planInfoWrapper {
  width: 89%;
  float: left;
}
#planList .planInfoWrapper2 {
  width: 95%;
  float: left;
  margin-left: 5%;
}
#planList .planInfoWrapper > div {
  margin-top: 5px;
}
#planList .planInfoWrapper2 div > span {
  text-transform: uppercase;
}
#planList .planInfoWrapper2 div > span.tooltipSpan {
  text-transform: none;
}
#planList .planInfoWrapper2 em {
  font-style: normal;
}
#planList .saveitDiv {
  float: left;
  width: 5%;
}
#planList .doctorList {
  font-size: 12px;
}
#planList .heartButton {
  cursor: pointer;
}

#drDetails .modal-body,
#drDetails .modal-body div {
  padding: 0px;
}
#doctorDetailsFrame {
  width: 100%;
  height: 600px;
  border: solid 1px #d2d2d2;
}

#planComparison {
  margin-bottom: 0px;
}
#planComparison th {
  background-color: #fff;
}
#planComparison th,
#planComparison td {
  border: solid 1px #d2d2d2;
  padding: 8px 16px;
}
#planComparison th {
  border-top: none;
  border-bottom: none;
}
#planComparison tr.topRow th {
  padding-top: 12px;
  border-top: solid 5px #d2d2d2;
  vertical-align: top;
}
#planComparison tr.topRow th.poweredBy {
  padding-top: 16px;
}
#planComparison tr.secondRow th {
  border-bottom: solid 1px #d2d2d2;
  vertical-align: middle;
}
#planComparison th.plansSelected {
  padding-top: 0px;
}
#planComparison th.planColumn {
  width: 18%;
}
#planComparison th .planInfo {
  font-size: 13px;
  color: #414141;
  font-weight: normal;
}
#planComparison th:nth-child(2n),
#planComparison td:nth-child(2n) {
  background-color: #f5f5f5;
}

#planComparison td {
  vertical-align: middle;
  font-size: 13px;
  background-color: #fff;
}
#planComparison h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: #007bc4;
  margin-top: 0px;
}

#planComparison tr.heading td {
  font-size: 15px;
  font-weight: bold;
}

#planComparison h3 {
  font-size: 16px;
  margin: 4px 0px;
}
#planComparison .backButton {
  font-weight: normal;
  float: left;
  margin-top: 2px;
}
#planComparison .secondRow button {
  margin-bottom: 8px;
}

#planComparison thead.expand th {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  line-height: 1.1em;
}
#planComparison thead.expand th img {
  vertical-align: text-bottom;
  margin-left: 4px;
}

#hospitalTable address {
  margin-bottom: 0px;
}
#hospitalTable td {
  vertical-align: middle;
}

.enrollModal .modal-header h4 {
  font-size: 22px;
}
/*.enrollModal {
    width:700px;
}*/

#planSummary {
  margin-bottom: 20px;
}
#costSharing {
  display: none;
}
.print #costSharing {
  display: table-row-group;
}
.print .expandIcon {
  display: inline-block;
}
.print .secondRow {
  display: none;
}
.print #subHeader {
  visibility: hidden;
}
#compare {
  padding-bottom: -20px;
}
#compare #glossary dt {
  font-size: 18px;
}
#compare #glossary dd {
  margin-bottom: 12px;
}
#drugsInfo {
  display: none;
}
#drugsInfo .indent {
  padding-left: 40px;
}
.print #drugsInfo {
  display: table-row-group;
}

#drugInfo div.modal-body,
#drugTableInfo {
  width: 100% !important;
}

#compare > table {
  border-bottom: solid 5px #d2d2d2;
}

.pageButton {
  position: absolute;
  top: 2%;
  z-index: 10;
  padding: 4px 3px;
  box-shadow: none !important;
}
.pageButton:hover {
  background-color: #777 !important;
}
#prevArrow {
  margin-left: -22px;
  padding-right: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#nextArrow {
  margin-left: 1200px;
  padding-left: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 1199px) {
  #nextArrow {
    margin-left: 970px;
  }
  /* .header_customer_service_top {
        
    }*/
  .call_phone_top {
    margin-top: 10px;
    margin-bottom: 10px;
    /*max-width:350px;*/
  }
  #hidespan {
    display: none;
  }
}
@media (max-width: 991px) {
  #nextArrow {
    margin-left: 825px;
  }
}

/* mobile nav */
@media (min-width: 991.98px) {
  #navpole {
    display: none !important;
  }
  .navbar-toggle {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .call_phone_top div:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    line-height: unset;
  }
}
@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 575.98px) {
  .call_phone_top div:first-child {
    border-right: none;
    display: block;
    padding-right: 0;
    margin-right: 0;
    border-right: #fff 0px solid !important;
    line-height: unset;
  }
  .call_phone_top {
    display: inline-block !important;
  }
  #navpole {
    top: 140px !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}

.call_phone_top {
  display: flex;
}

.call_phone_top div:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: rgb(192, 192, 192) 1px solid;
}

.d-block {
  display: block !important;
}

.print .pageButton {
  display: none;
}

/************ HRA PAGES ************/
#HRA h2 {
  font-size: 24px;
  font-weight: 400;
}
#HRA .employeesHeader {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
#HRA .employeeItem {
  text-align: right;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 10px;
}
#HRA .has-error .form-control {
  border-color: red;
}
#HRA h4 label {
  font-weight: normal;
}
#HRA .button_bar .btn-gray {
  margin-right: 20px;
}
#HRA .divTable .divTableBody div {
  font-size: 18px;
  margin: 8px 0px;
}
#HRA .divTable .divTableBody:nth-child(2n + 1) {
  background-color: #eee;
}
#HRA table thead {
  background: #fff;
}
#HRA table td {
  vertical-align: middle;
  font-size: 16px;
}
#HRA table tr.DCResidentNO td {
  color: #999;
  font-size: 13px;
}
#HRA table tr.DCResidentNO td:first-child {
  font-size: 16px;
}
#HRA .btn-red.btn-xs {
  padding: 4px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#HRA .HRAtooltip {
  border-bottom: 1px dotted #aaa;
  border-color: blue;
  cursor: help;
  text-decoration: none;
}
#HRA ul li {
  margin-bottom: 8px;
}
#HRA table.dataTable.table-condensed > thead > tr > th {
  padding-right: 24px;
}
#HRA table.dataTable.table-condensed .sorting::after,
#HRA table.dataTable.table-condensed .sorting_asc::after,
#HRA table.dataTable.table-condensed .sorting_desc::after {
  top: auto;
  bottom: 5px;
}
/*#roster #employeeInfo { display: none; }*/

/**Redefining Theme**/
.modal-content {
  border-radius: 0px;
}
.modal-header {
  text-align: center;
  border-bottom: none;
}
.modal-header h4 {
  font-size: 28px;
  color: #003260;
  font-weight: 100;
  line-height: 1em;
}
.modal-body {
  overflow: hidden;
  padding: 12px 30px;
}
.modal-footer {
  text-align: center;
  border-top: none;
}
.modal-footer .btn {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  font-weight: bold;
  box-shadow: none;
}

.call {
  padding-left: 24px;
}

hr {
  border-color: #d2d2d2;
}

.button_bar {
  clear: both;
}
#leftNav #frmFilters .btn {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: none;
}
.btn[disabled],
.btn[disabled]:hover {
  background-color: #c1c1c1;
  border-bottom: solid 2px #a2a2a2;
}
input.form-control,
select.form-control {
  font-size: 16px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0px;
}
.btn-red-sm {
  font-size: 14px !important;
  padding: 8px 14px !important;
}

.inner_content {
  padding: 20px 24px 24px 24px;
}
.inner_content:after {
  clear: both;
  content: "";
  display: block;
}

.tooltip-widest .tooltip-inner {
  max-width: 400px;
  text-align: left;
}

/**Support**/
.smaller {
  font-size: 0.9em;
}
.highlight,
.highlight2x {
  color: #007bc4;
}
.highlight2x {
  font-weight: bold;
}
.marginTop {
  margin-top: 15px;
}
.marginTop2x {
  margin-top: 30px;
}
.marginTop3x {
  margin-top: 45px;
}
.center {
  text-align: center;
}

p.alert {
  padding-left: 50px;
  background: url(../img/icons/flag-lg-yellow.png) no-repeat 0px 4px;
  text-align: left;
  padding-top: 0px;
  line-height: 22px;
  margin-left: 50px;
  margin-right: 50px;
}

a.print {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  background: url(../img/icons/print-md-blue.png) no-repeat left center;
  padding: 2px 0px 2px 30px;
}
.block {
  display: block;
  clear: both;
}
.overflow {
  overflow: hidden;
}
div.half {
  width: 50%;
  float: left;
}
.larger {
  font-size: 1.2em;
}

/**Redefining bootstrap**/
body {
  background-color: #f7f7f7;
}
.form-control {
  margin: 1px;
}
.form-control:focus {
  margin: 0px;
}
.ui-slider-horizontal {
  height: 5px;
  border: none;
}
.ui-slider,
.ui-slider-range {
  height: 5px;
  background: #dbdbdb;
  border: none;
  border-radius: 0px !important;
}
.ui-slider-handle {
  border-radius: 10px !important;
  border: solid 7px #006cac !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0px !important;
}
/*.checkbox label::before { background: url('../img/icons/calculator-checkbox.png') no-repeat -3px -3px; }*/

/******************** Shared.css ******************/
a:focus.tooltip-txt,
a:visited.tooltip-txt,
a.tooltip-txt {
  text-decoration: none;
  border-bottom: 1px dashed #007bc4;
  color: #414141;
}

h1.page-header {
  text-align: center;
  color: #003260;
  border-bottom: none;
  font-weight: 300;
  font-size: 44px;
}
.btn-red {
  background-color: #e72b2d;
  background-image: none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 3px 0 #b6181a;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 26px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.btn-red:hover,
.btn-red:focus {
  text-decoration: none;
  background-color: #b7191b;
  color: #fff;
}
.btn-gray {
  background-color: #c1c1c1;
  background-image: none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 3px 0 #a5a5a5;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 26px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.btn-gray:hover {
  text-decoration: none;
  color: #fff;
}
.btn-gray.disabled {
  box-shadow: 0 3px 0 #a5a5a5;
}
.btn-light {
  background-color: #efefef;
  background-image: none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 3px 0 #a5a5a5;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 26px;
  margin-bottom: 3px;
}
.btn-light:hover {
  text-decoration: none;
  color: #007bc4;
  background-color: #e0e0e0;
}
.btn-primary {
  box-shadow: 0 3px 0 #004872 !important;
}

/* show stuff conditionally based on open enrollment period */
.enrollment_open .if_open {
  display: inline !important;
}
.enrollment_open .if_open.block {
  display: block !important;
}
.enrollment_open .if_open.inline_block {
  display: inline-block !important;
}
.enrollment_open .if_open.table_cell {
  display: table-cell !important;
}
.enrollment_open .if_closed {
  display: none !important;
}

.enrollment_closed .if_closed {
  display: inline !important;
}
.enrollment_closed .if_closed.block {
  display: block !important;
}
.enrollment_closed .if_closed.inline_block {
  display: inline-block !important;
}
.enrollment_closed .if_closed.table_cell {
  display: table-cell !important;
}
.enrollment_closed .if_open {
  display: none !important;
}

.expanded.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

@media (min-width: 900px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .dropdown-toggle span {
    display: none;
  }
  .expanded.dropdown-submenu .dropdown-menu {
    display: none;
  }
  /*.dropdown:hover .dropdown-menu .dropdown-submenu .dropdown-menu { display: none;  }*/
}

#boxes,
#pop-up-holder,
#skipmenu {
  display: none;
}

.navbar {
  /*border-bottom: 3px solid #007bc4;*/
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.header_left {
  float: left;
}

.navbar .header_right {
  margin-right: -25px;
}
.header_customer_service_top {
  display: none;
}
.header_customer_service {
  display: block;
}
.call_phone_top {
  padding-left: 15px;
}

.header_logo {
  float: left;
  width: 188px;
  height: 80px;
  border-right: 1px solid #ddd;
}
.header_logo img {
  margin-top: 13px;
  width: 160px;
}

@media (max-width: 1199px) {
  .navbar .header_left {
    margin-left: -15px;
  }
  .navbar .header_right {
    margin-right: -25px;
  }
  .header_customer_service_top {
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .header_customer_service {
    display: none;
  }
  .call_phone_top {
    padding-left: 0;
  }
  .header_logo {
    border-right: none;
  }
}

@media (max-width: 1220px) {
  .header_logo img {
    margin-left: 14px;
  }
}

.header_customer_service {
  float: left;
  margin-left: 18px;
}

#navbar {
  float: right;
}
#navbar ul {
  float: right;
}
#navbar li {
  float: left;
}
.dropdown-submenu .dropdown-toggle span {
  display: inline-block;
}
#navbar .navbar_topnav .dropdown-menu > li:hover > a.nolink,
#navbar .navbar_botnav .dropdown-menu > li:hover > a.nolink {
  text-decoration: none;
}
/*
	Navbar Top Navigation
*/
.navbar {
  /*border-bottom: 3px solid #007bc4;*/
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.header_left {
  float: left;
}

.navbar .header_right {
  margin-right: -25px;
}
.header_customer_service_top {
  display: none;
}
.header_customer_service {
  display: block;
}
.call_phone_top {
  padding-left: 15px;
}

.header_logo {
  float: left;
  width: 188px;
  height: 80px;
  border-right: 1px solid #ddd;
}

.header_logo img {
  margin-top: 13px;
  width: 160px;
}

@media (max-width: 1199px) {
  .navbar .header_left {
    margin-left: -15px;
  }
  .navbar .header_right {
    margin-right: -25px;
  }
  .header_customer_service_top {
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .header_customer_service {
    display: none;
  }
  .call_phone_top {
    padding-left: 0;
  }
  .header_logo {
    border-right: none;
  }
}

@media (max-width: 1220px) {
  .header_logo img {
    margin-left: 14px;
  }
}

.header_customer_service {
  float: left;
  margin-left: 18px;
  margin-top: 10.5px;
}

#navbar {
  float: right;
  padding-left: 0px;
  padding-right: 31px;
}

#navbar ul {
  float: right;
}

#navbar li {
  float: left;
}

/*.navbar_topnav {

}*/

.dropdown-submenu .dropdown-toggle span {
  display: inline-block;
}

#navbar .navbar_topnav .dropdown-menu > li:hover > a.nolink,
#navbar .navbar_botnav .dropdown-menu > li:hover > a.nolink {
  text-decoration: none;
}
/*
    Navbar Top Navigation
*/
#navbar .navbar_topnav {
  padding-top: 16px;
  margin-bottom: 5px;
}
#navbar .navbar_topnav ul > li {
  border-right: 1px solid #e1e1e1;
}
#navbar .navbar_topnav ul > li.last {
  border-right: none;
}

#navbar .navbar_topnav .nav > li > a:hover,
#navbar .navbar_topnav .nav > li > a:focus {
  background: #fff;
  color: #555;
}
#navbar .navbar_topnav .nav > li > a:hover {
  text-decoration: underline;
}

#navbar .navbar_topnav ul > li > a {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 8px;
  line-height: 1;
}

#navbar .navbar_topnav ul > li.last > a {
  padding-right: 15px;
}
#navbar .navbar_topnav ul.menu > li.last > a {
  padding-right: 15px;
  color: #e72b2d;
}
#navbar .navbar_topnav ul.menu > li.last > a:hover {
  color: #b6181a;
}

#navbar .navbar_topnav .dropdown-menu {
  min-width: 120px;
}
#navbar .navbar_topnav .caret-right {
  background: rgba(0, 0, 0, 0) url(../img/icons/arrow-right-sm-blue.png)
    no-repeat scroll right center;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  right: 5px;
  width: 10px;
  background-size: 9px;
}
/* ----- 2nd tier topnav ----- */
#navbar .navbar_topnav ul > li > ul > li {
  border-right: none;
}
#navbar .navbar_topnav .dropdown-menu {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: -moz-use-text-color #cfd8dc #cfd8dc;
  border-image: none;
  border-radius: 0;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  margin: 0;
  padding: 0;
}
#navbar .navbar_topnav .dropdown-menu li {
  border-top: 1px solid #eceff1;
  float: none;
  position: relative;
}
#navbar .navbar_topnav .dropdown-menu li.first {
  border-top: 2px solid #a0a0a0;
}

#navbar .navbar_topnav .dropdown-menu > li > a {
  color: #000;
  font-weight: normal;
  font-size: 13px;
  padding: 10px;
  padding-right: 25px;
  text-transform: none;
}

#navbar .navbar_topnav .dropdown-menu > .active > a,
#navbar .navbar_topnav .dropdown-menu > .active > a:hover {
  color: #007bc4;
  font-weight: bold;
}
#navbar .navbar_topnav .dropdown-menu > li.last > a {
  padding-right: 25px;
}
#navbar .navbar_topnav .dropdown-menu > li:hover > a {
  text-decoration: underline;
}
/* ----- 3rd tier topnav ----- */
#navbar .navbar_topnav .dropdown-submenu .dropdown-menu {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: -moz-use-text-color #cfd8dc #cfd8dc;
  border-image: none;
  border-radius: 0;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  left: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  margin-top: -2px;
}
#navbar .navbar_botnav .dropdown-submenu .dropdown-menu li {
  float: left;
  width: 100%;
}

/*
    Navbar Bottom Navigation
*/
#navbar .navbar_botnav .dropdown > a {
  font-size: 16px;
  font-weight: 700;
  color: #414141;
}
#navbar .navbar_botnav .dropdown:hover > a {
  color: #fff;
  background-color: #007bc4;
}
#navbar .navbar_botnav .dropdown > a:hover {
  text-decoration: underline;
}
#navbar .navbar_botnav ul.menu > li.last .dropdown-menu {
  right: 0;
  position: absolute;
  left: inherit;
}
#navbar .navbar_botnav .dropdown-menu {
  background-color: #fff;
  border: 1px solid #cfd8dc;
  border-top: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
/*----------------*/
#navbar .navbar_botnav .caret-right {
  background: rgba(0, 0, 0, 0) url(../img/icons/arrow-right-sm-blue.png)
    no-repeat scroll right center;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  right: 5px;
  width: 20px;
  margin-top: 4px;
  /*border-width: 8px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px dashed;
    display: inline-block;
    height: 0;
    width: 0;
    position: absolute;
    right: 0;
    border-left-color: #007bc4;
    margin-top: 5px;*/
}
#navbar .navbar_botnav .dropdown-submenu .dropdown-menu {
  background-color: #fff;
  border: 1px solid #cfd8dc;
  border-top: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
}
#navbar .navbar_botnav .dropdown-submenu .dropdown-menu li {
  float: left;
  width: 100%;
}
/*-----------------*/
#navbar .navbar_botnav .dropdown-menu li {
  float: none;
  border-top: 1px solid #eceff1;
  position: relative;
}
#navbar .navbar_botnav .dropdown-menu li.first {
  border-top: 2px solid #007bc4;
}
#navbar .navbar_botnav .dropdown-menu > li > a {
  color: #000;
  font-size: 14px;
  padding: 8px 25px 8px 15px;
}
#navbar .navbar_botnav .dropdown-menu > .active > a {
  color: #007bc4;
  font-weight: bold;
}
#navbar .navbar_botnav .dropdown-menu > li > a:hover {
  color: #000;
  background-color: #fff;
  text-decoration: underline;
}
#navbar .navbar_botnav .dropdown-menu > .active > a:hover {
  color: #007bc4;
  font-weight: bold;
}

#navbar .navbar_botnav .nav > li > a {
  padding: 10px 13px;
  /*font-size: 14px;*/
}

#navbar .dropdown-menu > .active > a,
#navbar .dropdown-menu > .active > a:hover,
#navbar .dropdown-menu > .active > a:focus {
  background-color: #fff;
  background-image: none;
}

.navbar_botnav .unless_mobile a:hover {
  text-decoration: underline;
}
.navbar-toggle {
  display: inline !important;
}

/* mobile nav */
@media (min-width: 991.98px) {
  #navpole {
    display: none !important;
  }
  .navbar-toggle {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .call_phone_top div:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    line-height: unset;
  }
}

@media (max-width: 991.98px) {
  .mnlnk-standard-plans,
  .mnlnk-standard-plans:hover,
  .dropdown-menu > .active > a.mnlnk-standard-plans {
    padding-left: 20px !important;
    background-position: 42px !important;
  }
  #navpole {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.73);
    z-index: 99;
  }
  .pole_wrapper {
    float: right;
    width: 340px;
    background: #007cc5;
    font-size: 16px;
  }
  .pole_wrapper .mm_row {
    position: relative;
    padding: 0 18px;
    border-bottom: 1px solid #0c96e2;
  }
  .pole_wrapper #mm_logo,
  .pole_wrapper #mm_close {
    margin: 22px 0px 16px 0px;
  }
  /*.pole_wrapper #mm_logo { }*/
  .pole_wrapper .mm_row input {
    margin: 7px 0px;
    border-radius: 0px;
    height: 38px;
    padding-right: 42px;
  }
  .pole_wrapper #mm_close {
    float: right;
  }
  .pole_wrapper #search_icon {
    position: absolute;
    right: 32px;
    top: 6px;
  }

  /* all levels */
  .pole_wrapper li a {
    line-height: 40px;
  }
  .pole_wrapper .unless_mobile {
    display: none;
  }
  .pole_wrapper .dropdown-menu > li,
  .pole_wrapper .nav > li {
    clear: both;
    border: none;
    border-top: 1px solid #0c96e2;
    border-bottom: 1px solid #0c96e2;
    border-left: 1px solid #0c96e2;
    border-right: 1px solid #0c96e2;
  }

  .pole_wrapper .dropdown-menu > li > a,
  .pole_wrapper .nav > li > a {
    color: #fff;
    padding: 0px 0px;
    white-space: nowrap;
  }

  /* top level only */
  .pole_wrapper .nav > li a {
    text-indent: 10px;
  }
  .pole_wrapper .nav > .open > a,
  .pole_wrapper .nav > li > a {
    background-color: #007cc5 !important;
    border-color: #0c96e2;
    font-weight: 600;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    white-space: nowrap;
    line-height: 40px;
  }
  .mnlnk-standard-plans a,
  .mnlnk-standard-plans:hover a,
  .mnlnk-standard-plans a {
    background-image: url("../img/icons/ico-standard-plan-green.png") !important;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 15px;
    margin-left: 30px !important;
  }

  .mnlnk-standard-plans:hover a {
    background-image: url("../img/icons/ico-standard-plan-green.png") !important;
    background-repeat: no-repeat !important;
    background-color: #f5f5f5 !important;
    margin-left: 30px !important;
  }
  .mnlnk-standard-plans a.is-active {
    background-image: url("../img/icon/ico-standard-plan-green.png") !important;
    background-repeat: no-repeat !important;
  }

  .pole_wrapper .nav > li > ul > li > a:hover {
    background-color: white !important;
    color: black; /* blue */
    border-color: #0c96e2;
    text-decoration: underline;
  }

  /*.pole_wrapper .nav > li > ul > li.first > a,
    .pole_wrapper .nav > li > ul > li> a.nolink {
       background-color: white !important ;
        color: black;
    }
    .pole_wrapper .nav > li > ul > li.first > a {
        text-decoration: underline;
    }*/

  /*.pole_wrapper .nav > li > ul > li> a.nolink > span.caret,*/
  .pole_wrapper .nav > li > ul > li > a.nolink:hover > span.caret {
    border-top-color: white;
    border-width: 1px;
    background-image: url(../img/icons/arrow-down-sm-blue-1.png);
    background-clip: border-box;
    background-attachment: scroll;
    background-size: 9px;
    width: 20px;
    height: 12px;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-position-y: 50%;
    border-bottom-width: 6px;
    background-position-x: 100%;
    font-size: 16px;
    white-space: nowrap;
    float: right;
    margin-right: 5px;
    margin-top: 14px;
  }

  /*.pole_wrapper .nav > li > ul > li > a.caret:hover {
       
     }*/
  .pole_wrapper .nav > li > a:hover {
    text-decoration: underline;
  }

  /* 2nd level only */
  .pole_wrapper .dropdown-menu > li a {
    text-indent: 30px;
  }

  /* 2nd and up levels */
  .pole_wrapper .dropdown-menu {
    background-color: #007cc5;
    background-color: #006aaa;
    border-radius: none;
    box-shadow: none;
    float: left;
    margin: 0 0;
    min-width: none;
    width: 100%;
    padding: 0px 0;
    position: relative;
    top: 1px;
    border: none;
    font-size: 16px;
  }
  .pole_wrapper .dropdown-menu .open a,
  .pole_wrapper .dropdown-menu li a {
    background-color: #006aaa !important; /* darker blue */
  }
  .pole_wrapper .dropdown-menu > li > a:hover {
    background-color: #015a9a !important; /* darkest blue */
  }
  .pole_wrapper .dropdown-menu > li {
    border-color: rgb(12, 150, 226);
  }

  /* 3nd level only */
  .pole_wrapper .dropdown-menu .dropdown-menu {
    position: relative;
    margin: 0 0;
    min-width: none;
    width: 100%;
    border: none;
    font-size: 13px;
  }
  .pole_wrapper .dropdown-menu .dropdown-menu > li,
  .pole_wrapper .dropdown-menu .dropdown-menu > li > a {
    background-color: rgb(1, 91, 145) !important;
    border-color: rgb(0, 123, 196);
    border-width: 1px 1px 0px 1px;
  }
  .pole_wrapper .dropdown-menu .dropdown-menu > li:hover,
  .pole_wrapper .dropdown-menu .dropdown-menu > li > a:hover {
    background-color: white !important;
    color: black;
    text-decoration: underline;
  }
  .pole_wrapper .dropdown-menu .dropdown-menu li a {
    text-indent: 42px;
    line-height: 30px !important;
  }

  /* to make 3rd level visible instead of open on hover, click
    #navpole .dropdown-menu .dropdown-menu { display: block;  } */

  /* to make 3rd level remain hidden on hover */
  #navpole {
    top: 122px;
  }
  #navpole .expanded.dropdown-submenu:hover > .dropdown-menu {
    display: none;
  }

  /* buttons */
  #navpole .mm_buttons {
    display: table;
    width: 100%;
  }
  #navpole .mm_buttons a {
    display: table-cell;
    background: #e82729 !important;
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 0;
    padding-bottom: 5px;
  }
  #navpole .mm_buttons li #navpole .mm_buttons a:hover {
    background: #db1f21;
    text-decoration: none;
  }
  #navpole .mm_buttons #mm_login {
    width: 100%;
    border-right: 1px solid #fc4e50;
  }
  #navpole .mm_buttons #mm_register {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-toggle {
    display: inline !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

/* alert */
.dchl_alert_message {
  background: #fff;
}
.dchl_alert_message.dismissed {
  display: none;
}
.dchl_alert_message section {
  display: table;
}
.dchl_alert_message section > div {
  vertical-align: top;
  display: table-cell;
  padding-top: 8px;
}
.dchl_alert_message .icon_col {
  min-width: 30px;
  padding-left: 12px;
  vertical-align: middle;
  padding-top: 0px;
}
.dchl_alert_message .msg_col {
  padding: 8px 16px 8px 24px;
  font-size: 13.5px;
}
.dchl_alert_message .close_col {
  min-width: 30px;
  padding-right: 8px;
}
.dchl_alert_message .close_col img {
  float: right;
}

#blue_sub_header {
  min-height: 68px;
  background: #007bc4;
  color: #fff;
  overflow: hidden;
}
#blue_sub_header h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  margin: 0px;
  min-height: 44px;
  margin: 12px 0;
}

#inner_body {
  overflow: hidden;
}
#inner_body .container {
  margin-top: 21px;
  margin-bottom: 34px;
  background: #fff;
  box-shadow: 0 0 4px #c0c0c0;
}
#inner_body .login-container {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.inner_content {
  padding: 0 24px 24px; /*     min-height: 400px; */
}

/* carousel general... */
.carousel-inner .item {
  width: 100%;
  border-right: none;
  cursor: auto;
  display: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0px 0px;
  text-align: left;
}
.carousel-inner .item.active {
  display: block;
}
.carousel .carousel-control {
  background: none;
  width: 6%;
}
.carousel .carousel-control .glyphicon {
  font-size: 18px;
  height: 18px;
  margin-top: -9px;
  width: 18px;
  font-weight: 300;
  text-shadow: none;
  color: #137dc3;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  background-color: #fff;
  border: 1px solid #007bc4;
}
.carousel-indicators .active {
  background-color: #007bc4;
}

/* ul with blue bullets */
ul.blue_dots {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.blue_dots li {
  padding-left: 1em;
  text-indent: -0.7em;
}
ul.blue_dots li:before {
  content: "\002022 ";
  color: #137dc3;
  font-size: 22px;
  left: -7px;
  position: relative;
  top: 3px;
}

/* popups... */
.modal-dialog {
  width: auto;
  max-width: 880px;
}
.modal-dialog button.close {
  background-image: url("../img/icons/ico-sm-close.png");
  background-repeat: no-repeat;
  height: 24px;
  opacity: 1;
  width: 24px;
}
h1.modal-title {
  margin: 0 0 12px;
  text-align: center;
}
.modal-header {
  border-bottom: none;
}
.modal-body .carousel {
  padding: 0 56px 32px 56px;
}

/*                      */
/* under body region... */
/*                      */
#under_body {
  margin-top: -6px;
  margin-bottom: 24px;
}
/* mid links... */
#under_body .mid_links {
  display: table;
  min-width: 660px;
  width: 70%;
  margin: 0 auto;
}
#under_body .mid_links .item {
  display: table-cell;
  border-right: 1px solid #d6d6d6;
  padding: 48px 20px 10px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.3;
}
#under_body .mid_links .item:hover {
  opacity: 0.9;
}
#under_body .mid_links .item a:hover,
#under_body .mid_links .item a {
  text-decoration: none;
  color: #007bc4;
}
#under_body .mid_links .item:nth-child(4) {
  border-right: none;
}
#under_body .mid_links .about_aca {
  background: url(../img/icons/details-md-grey.png) no-repeat center 5px;
}
#under_body .mid_links .changes {
  background: url(../img/icons/person-circle-gray.png) no-repeat center 6px;
}
#under_body .mid_links .pro_help {
  background: url(../img/icons/person-gray.png) no-repeat center 6px;
}
#under_body .mid_links .aca_tax {
  background: url(../img/icons/tax-filings-grey.png) no-repeat center 8px;
}
#under_body .mid_links .employer_resources {
  background: url(../img/icons/folder-sm-grey.png) no-repeat center 11px;
}
#under_body .mid_links .requirements {
  background: url(../img/icons/requirements-sm-grey.png) no-repeat center 11px;
}
#under_body .mid_links .faqs {
  background: url(../img/icons/question-sm-grey.png) no-repeat center 11px;
}

/* did you know... */
.block-did-you-know {
  margin-left: -15px;
  margin-right: -15px;
  background: #fff;
  box-shadow: 0 0 4px #c0c0c0;
}
#under_body .block-did-you-know .carousel-inner .item {
  min-height: 80px;
}
#dyk_slider #dyk_did_you_know {
  left: 8%;
  position: absolute;
  top: 33%;
  color: #6ba31f;
  font-size: 28px;
  font-weight: 400;
}
#dyk_slider .carousel-inner {
  padding: 22px 50px 22px 30%;
}
#dyk_slider .carousel-inner .headline,
#dyk_slider .carousel-inner p {
  padding-right: 42px;
}
#dyk_slider .carousel-inner .headline {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 6px;
}
#dyk_slider .carousel-indicators {
  display: none;
}

/* footer... */
body > footer {
  background: #fff;
  border-top: 5px solid #eee;
}
body > footer #row_one {
  padding-bottom: 20px;
}
body > footer #row_one .text-align-center,
body > footer #row_two .text-align-center {
  text-align: left;
}
body > footer #row_one .col-sm-12 {
  padding-right: 0;
}
body > footer #row_one h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body > footer #row_one ul.menu > li > a {
  padding: 0 0 3px 0;
  color: #007bc4;
}
body > footer #row_one ul.menu > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
}
body > footer #row_one .get-help-phone {
  font-size: 26px;
  line-height: 1;
}
body > footer #row_one .get-help-phone > span {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
body > footer #row_one .social-footer-widgets-tweets {
  margin-top: -12px;
}
/*body > footer #row_one .social-footer-widgets-follow-us {}*/
/*body > footer #row_one .social-footer-widgets-follow-us-link {}*/
body > footer #row_one .social-footer-widgets-follow-us-link > a {
  display: inline-block;
  width: 32px;
  margin-right: 10px;
}
/*body > footer #row_one .social-footer-widgets-follow-us-link > a > img {}*/

body > footer #row_two {
  background: #003260;
  color: #fff;
}
body > footer #row_two .copyright {
  padding: 10px 15px;
}

.region-footer-help-links .block-title {
  display: none;
}

/* bottom nav... 
.bottom_nav a,
.bottom_nav a:hover {
  color: #fff;
}
.bottom_nav .nav > li > a:hover {
  text-decoration: underline;
}
.bottom_nav ul {
  float: right;
}
.bottom_nav li {
  float: left;
}

.bottom_nav .nav > li > a:focus,
.bottom_nav .nav > li > a:hover {
  background-color: #003260;
}

.bottom_nav .nav > li > a {
  padding: 10px 12px;
}
*/
/* pagination... */
.pagination-container {
  text-align: center;
}

/* ----- Block - FAQ Browse By Category , Block - FAQ Browse By Category for Details page ----- */
.browse-by-category {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
.browse-by-category ul li {
  line-height: 25px;
  margin-left: -25px;
}
.call-us-block {
  background-image: url("../img/icons/faqs_callus.png");
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 24px;
  min-height: 110px;
  padding-left: 130px;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
}
/* ----- Block -View: Faqs_related ----- */
.node-faqs h1 {
  color: #007bc4;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
}
.node-faqs h1 b,
.node-faqs h1 bold {
  font-weight: normal;
}
.node-type-faqs h2 {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 10px 0 30px;
  text-decoration: none;
}
#block-views-faqs-related-block {
  margin-bottom: 0;
  padding-bottom: 20px;
}
#block-views-faqs-related-block h2 {
  background-image: url("../img/icons/square-bullet-blue.gif");
  background-position: 5px 14px;
  background-repeat: no-repeat;
  border: medium none;
  color: #007bc4;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 28px;
  padding-top: 10px;
  text-decoration: none;
  margin-top: 0;
}
#block-views-faqs-related-block h2 b,
#block-views-faqs-related-block h2 bold {
  font-weight: normal;
}
#block-views-faqs-related-block > .block-title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: medium none;
  color: #414141;
  font-size: 18px;
  padding-left: 0;
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
}
/* ----- FAQ Search ----- */
.page-faqs-search .view-id-frequently_asked_questions {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.page-faqs-search .view-id-frequently_asked_questions > .view-content {
  padding-bottom: 20px;
}
.page-faqs-search .views-row h2 {
  background-image: url("../img/icons/square-bullet-blue.gif");
  background-position: 5px 16px;
  background-repeat: no-repeat;
  border: medium none;
  color: #007bc4;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 28px;
  padding-top: 10px;
  text-decoration: none;
}
.page-faqs-search .views-row h2 b,
.page-faqs-search .views-row h2 bold {
  font-weight: normal;
}
.page-faqs-search .views-row p {
  padding-left: 28px;
}

.typeahead .active a {
  color: white !important;
}
/* ----- Responsive header ----- */

@media (max-width: 1000px) {
  #navbar .navbar_botnav .nav > li > a {
    font-size: 13px;
  }
  /*#navbar .navbar_botnav .dropdown > a { font-size: 13px;  }*/
  #navbar .navbar_botnav .dropdown-menu > li > a {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  #navbar .navbar_botnav .nav > li > a {
    padding: 10px 5px;
  }
  #navbar .navbar_botnav .nav > li:last-child > a {
    padding-right: 13px;
  }
  /*#navbar .navbar_botnav .dropdown-menu > li > a { font-size: 12px;  }*/
}

/* ----- Responsive footer ----- */

@media (max-width: 1200px) {
  .copyright,
  .bottom_nav {
    width: 100%;
  }
  body > footer #row_two .text-align-center {
    text-align: center;
  }
  .bottom_nav ul {
    float: none;
  }
  .bottom_nav li {
    display: inline-block;
    float: none;
  }
}

@media (max-width: 990px) {
  body > footer #row_one .text-align-center,
  body > footer #row_two .text-align-center {
    text-align: center;
  }
  .bottom_nav ul {
    float: none;
  }
  .bottom_nav li {
    display: inline-block;
    float: none;
  }
  .social-footer-widgets-tweets {
    margin-left: 150px;
  }
  .followus-xs-sm {
    display: none;
  }
}
@media (max-width: 750px) {
  body > footer .social-footer-widgets-tweets {
    margin-left: 100px;
  }
}
@media (max-width: 700px) {
  body > footer .social-footer-widgets-tweets {
    margin-left: 50px;
  }
}
@media (max-width: 600px) {
  body > footer .social-footer-widgets-tweets {
    margin-left: 0;
  }
}

/*************** v2 3up landing.css *****************/
.button_bar {
  background: #d6d6d6;
  border-top: 5px solid #cacaca;
  text-align: center;
  position: relative;
}
.button_bar .btn {
  margin: 16px 4px 16px 0;
}
.button_bar .checkbook {
  left: 24px;
  position: absolute;
  top: 16px;
  color: #007bc4;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  width: 290px;
  text-align: left;
}
#inner_body h1 {
  color: #003260;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

/* ----- button ----- */
.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-default {
  border-color: #b2b2b2;
  background-color: transparent;
  background-image: none;
  color: #007bc4;
}
.btn-default:hover,
.btn-default:focus {
  background-color: transparent;
  border-color: #007bc4;
  color: #007bc4;
}
.btn-primary {
  background-color: #007bc4;
  background-image: none;
  box-shadow: 0 3px 0 #004872;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #004872;
}
.btn-danger {
  background-color: #e72b2d;
  background-image: none;
  box-shadow: 0 3px 0 #b7191b;
  border: none;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #b7191b;
}
.btn-inactive {
  background-color: #c1c1c1;
  background-image: none;
  box-shadow: 0 3px 0 #a5a5a5;
  color: #ffffff;
}
.btn-inactive:hover,
.btn-inactive:focus {
  background-color: #a5a5a5;
  color: #ffffff;
}
.btn-success {
  background-color: #69a30d;
  background-image: none;
  box-shadow: 0 3px 0 #446a08;
  color: #ffffff;
  border: none;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #446a08;
  color: #ffffff;
}

/* ----- tooltip ----- */
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  background-color: #003260;
  color: #fff;
  font-size: 13px;
  border-color: #003260;
  padding: 8px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #003260;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #003260;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #003260;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #003260;
}

/* ----- form field ----- */
.form-control {
  box-shadow: 0 3px 0 #e6e6e6 inset;
}
.form-control:focus {
  box-shadow: none;
  border-width: 2px;
  padding: 7px 11px;
}

.close {
  font-size: 30px;
  opacity: 0.8;
}
.caret {
  border-top-color: #007bc4;
  border-width: 1px;
  background-image: url(../img/icons/arrow-down-sm-white.png);
  background-clip: border-box;
  background-attachment: scroll;
  background-size: 9px;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-position-y: 50%;
  border-bottom-width: 6px;
  background-position-x: 100%;
  font-size: 16px;
  white-space: nowrap;
  float: right;
  margin-right: 5px;
  margin-top: 14px;
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
  border: none;
  background-image: none;
  background-repeat: repeat-x;
  border-radius: 4px 4px 4px 4px;
  box-shadow: none;
}
.panel-success {
  border-color: #3c763d;
}
.panel-success > .panel-heading {
  background-image: none;
  background-color: #69a30d;
  border-color: #3c763d;
  color: #fff;
}
.panel-danger {
  border-color: #b7191b;
}
.panel-danger > .panel-heading {
  background-image: none;
  background-color: #e72b2d;
  border-color: #b7191b;
  color: #fff;
}
.well {
  background-image: none;
}
.bg-danger {
  background-color: #e72b2d;
  color: #fff;
}
.bg-success {
  background-color: #69a30d;
  color: #fff;
}
.alert-success {
  background-image: none;
  background-color: #daf8aa;
  border-color: #69a30d;
}
.alert-danger {
  background-image: none;
  background-color: #f8d4d4;
  border-color: #e72b2d;
}
.progress-bar,
.progress-bar-success,
.progress-bar-danger {
  background-image: none;
}
.panel-success,
.panel-primary,
.panel-danger {
  border-color: #ddd;
}
button.close {
  background-image: url(../img/icons/ico-sm-close.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  opacity: 1;
}
/* --- Dropdowns ---*/
/* --- radio button --- */
.radio label {
  padding-left: 30px;
  margin-right: 15px;
  line-height: 18px;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative; /*padding-left: 5px;*/
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0; /*margin-left: -20px;*/
  border: 2px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #77aa25;
}
/*.radio-success input[type="radio"]:checked + label::before { border-color: #5cb85c;}*/
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

/* --- Checkbox --- */
.checkbox input[type="checkbox"] {
  width: 18px; /*height: 18px;*/
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  display: none;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  margin-right: 15px;
  line-height: 18px;
  min-height: 18px;
  margin-bottom: 5px;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  margin-top: 2px;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 2px solid #dcdcdc;
}
.checkbox input[type="checkbox"]:checked + label:before {
  content: "\2714";
  color: #77aa25;
  font-size: 16px;
  line-height: 12px;
  font-weight: bolder;
  transition: border 0.15s ease-in-out 0s;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  color: #bbb;
  background-color: #eee;
}

#doctorDetail .dh {
  width: 160px;
}

@media screen and (max-width: 767px) {
  #headerTop {
    padding: 0px 10px;
  }
  #changeLanguage {
    padding-right: 10px;
  }
  #headerTop p {
    margin-top: 7px;
  }
  #mainSearchContent {
    padding: 0px 6px;
    margin-top: 0px;
  }
  #docDetailWrapper {
    padding: 0px 6px;
    margin-top: 6px;
  }
  #totalResults {
    padding-bottom: 4px;
  }
  #filterSort button {
    margin-bottom: 8px;
  }
  #inner_body .container {
    margin-top: 8px;
  }
  td.doctorsList {
    padding: 10px 0px !important;
  }
  td.doctorsList .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #mainSearchContent h2 {
    font-size: 24px;
  }

  .mobilePlans .expandPlans {
    border-bottom: solid 1px #999;
  }
  .mobilePlans .expandPlans p {
    margin: 10px;
  }
  .mobilePlans,
  .mobilePlans p {
    line-height: 1.2em;
  }
  .mobilePlansList {
    padding: 10px;
  }
  .acceptNewPatients {
    font-size: 0.95em;
  }

  #doctorDetail td {
    width: 100%;
  }
  #doctorDetail .dh {
    overflow: hidden;
    display: none;
    width: 0px;
  }
  #doctorDetail .tableContent {
    padding: 6px 15px 6px 15px;
  }
}

@media screen and (max-width: 992px) {
  #overlay {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 #000000b3;
    z-index: 50;
    display: none;
  }
  #leftNav {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
    z-index: 100;
    border: solid 1px #ddd;
    max-width: 250px;
    width: 100%;
    display: none;
  }
}
