@charset "UTF-8";
body {
  height: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  margin: 0;
  color: #252525;
  line-height: 1.42857143;
  font-weight: 400;
  letter-spacing: 0.16px;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

#header {
  width: 100%;
  display: block;
}

#header .main-header {
  width: 100%;
  background-color: #171717;
  line-height: 1.5;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.container:before, .navbar:before, .container-fluid:before, .navbar-header:before {
  display: table;
  content: " ";
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

#header .navbar-default {
  background-color: #171717;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  /* height: 125px; */
  z-index: 1;
  border-radius: 0px;
  z-index: 1000;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

@media screen and (min-width: 1280px) {
  .container {
    width: auto;
    max-width: 1280px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 750px;
  }
}
#header .container-fluid {
  padding: 0;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#header .navbar .navbar-header {
  width: inherit;
  float: none;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
#header .left-nav-container {
  position: absolute;
  left: 0;
  top: 9px;
}

#hamburger-button {
  position: relative;
  color: gray;
  cursor: default;
}

.hamburger {
  padding: 6px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 22px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #FFFFFF;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 4px;
  background-color: #757575;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .hamburger-box::after {
    content: "Menu";
    position: relative;
    left: 30px;
  }
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header .header-logo {
  font-size: 18px;
  display: block;
  margin: 15px 45px;
  text-align: center;
}

#header .header-logo SPAN.Asimule, #header .header-logo A {
  color: #ffffff;
}

#header .header-logo .tagline {
  font-weight: 400;
}

#header .menu-container {
  position: absolute;
  right: 0;
  /* padding-top: 5px; */
  top: 8px;
}

#header.slim .menu-container > .dropdown {
  top: 0;
}

#header.slim .header-notification-container, #header.slim .header-login-container {
  top: 9px;
}

#header .menu-container > .dropdown {
  position: relative;
  display: inline-block;
  top: 25px;
  min-height: 38px;
}

.dropdown {
  text-align: left;
}

.dropdown, .dropup {
  position: relative;
}

#header .header-login {
  height: 3em;
}

#header .header-dropdown-toggle {
  cursor: default;
}

BUTTON.header-login {
  background-color: transparent;
  border: none;
  margin-top: -10px;
}

#header .header-login-container SPAN {
  font-size: 1em;
  display: inline-block;
  color: gray;
}

#header .header-dropdown-toggle .user, #header .header-dropdown-toggle .alert-bell, #header .header-dropdown-toggle .waffle {
  top: 10px;
}

.svg-sprite-32.white.user {
  background-image: url(assets/images/peopleWhite.svg);
  background-position: -150px -75px;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  overflow: hidden;
  position: relative;
}

#header .chevron-down {
  position: relative;
  top: 6px;
}

.svg-sprite-16.chevron-down.white {
  background-size: 448px 80px;
  background-position: -208px -48px;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0;
}

#header .dropdown-menu {
  border: none;
  min-width: unset;
  padding: 0;
  color: #565656;
  top: 125%;
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4);
  right: -12px;
  left: inherit;
  border-radius: 0;
  border: 1px solid #F3F3F3;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

#header .logo-print {
  float: right;
}

#header .print-button-mobile {
  display: none;
}

.sub-header .co-branding-wrapper {
  margin: 8px 0 0 15px;
}

img {
  max-width: 100%;
}

#header .logo-print .print-button {
  float: right;
}

.buttonGhostColor {
  color: #0078b3 !important;
}

.bx--btn--ghost {
  background-color: rgba(0, 0, 0, 0);
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  padding: calc(0.875rem - 3px) 12px;
}

.bx--btn {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: top;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 3rem;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9);
  transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9);
  outline: none;
  position: relative;
  max-width: 20rem;
}

.bx--btn--ghost .bx--btn__icon {
  position: static;
  margin-left: 0.5rem;
}

.bx--btn--ghost .bx--btn__icon, .bx--btn--ghost .bx--btn__icon path {
  fill: gray;
}

.bx--btn .bx--btn__icon {
  position: absolute;
  right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}

svg:not(:root) {
  overflow: hidden;
}

.page-top {
  margin-bottom: 20px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.page-top h1 {
  margin-top: 5px;
}

H1 {
  font-size: 2.5rem;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .col-sm-7 {
    width: 58.33333333%;
  }
}
.home-search.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-default {
  border-color: #ddd;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.home-search.panel .panel-body {
  padding: 15px 0;
}

.panel-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.panel-body {
  padding: 15px;
}

.panel-body > h3 {
  margin: 0 0 15px;
}

.primaryTextColor, H2, H3, H2 SPAN, H3 SPAN {
  color: #0078b3 !important;
}

H3 {
  font-size: 2rem;
}

.home-search .addressWidget {
  height: 32px;
}

.addressWidget {
  margin-bottom: 17px;
  padding-right: 0px;
}

.addressWidget .address-icon {
  padding-top: 5px;
}

.addressWidget .address-icon {
  float: left;
  width: 24px;
}

IMG.location_icon {
  width: 24px;
  height: 24px;
  margin-right: -10px;
  background-color: currentColor;
}

.addressIconColor {
  color: #0078b3 !important;
}

img {
  vertical-align: middle;
}

img {
  border: 0;
}

.home-search .addressWidget .address-radius {
  float: left;
  margin-left: 9px;
  width: 90%;
}

.home-search .addressWidget .address-radius > .search-by-location {
  display: inline;
  float: left;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.bx--select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bx--select-input__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bx--select-input {
  width: auto;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bx--select-input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  height: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 14rem;
  min-width: 8rem;
  max-width: 28rem;
  padding: 0 3rem 0 1rem;
  color: #161616;
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

svg:not(:root) {
  overflow: hidden;
}

.bx--select__arrow {
  fill: #161616;
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.addressWidget .address-from {
  display: inline;
  float: left;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 6px;
  height: 34px;
}

.home-search .addressWidget .address-area {
  float: left;
}

.home-search .addressWidget .address-area .search-by-location {
  padding-top: 8px;
}

.addressWidget ADDRESS.list-inline {
  margin-left: 0px;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

address {
  margin-bottom: 8px;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

a.otherLink, a.otherLink:active, a.otherLink:visited, a.otherLink > h2, a.otherLink:active > h2, a.otherLink:visited > h2, NAV.tab-nav a.active {
  color: gray !important;
}

a {
  text-decoration: none;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-group {
  margin-bottom: 15px;
}

.search-by-condition {
  margin-top: 8px;
}

.col-xs-9 {
  width: 67%;
}

IMG.magnify_icon {
  width: 24px;
  height: 24px;
  margin-right: -10px;
  margin-bottom: 3px;
  background-color: currentColor;
}

.searchIconColor {
  color: #0078b3 !important;
}

.home-search FORM .search-text {
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 40px);
}

.bx--form-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bx--label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  color: #393939;
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0.5rem;
  line-height: 1rem;
}

.bx--text-input__field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx--text-input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: #f4f4f4;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  color: #161616;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  -webkit-transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.home-search FORM .search-button {
  margin-top: -0.25rem;
}

.buttonColor:disabled, .buttonColor[disabled] {
  color: #8d8d8d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}

.bx--btn:disabled, .bx--btn.bx--btn--disabled {
  cursor: not-allowed;
  color: #8d8d8d;
  background: #c6c6c6;
  border-color: #c6c6c6;
}

.bx--btn {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: top;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 3px) 60px calc(0.875rem - 3px) 12px;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9);
  transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9);
  outline: none;
  position: relative;
  max-width: 20rem;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.search-section h4 {
  margin-top: 0;
}

.border-line {
  border-bottom: 1px solid #666;
  padding-bottom: 7px;
}

H4 {
  font-size: 1.625rem;
  color: #565656;
  font-weight: 500;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1.1;
}

.browseByColumn {
  padding-right: 0;
}

.col-xs-6 {
  width: 50%;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.search-section li {
  margin-bottom: 4px;
}

P, LI, TH, TD, DT, DD {
  font-size: 1rem;
  line-height: 1.25;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

@media (min-width: 768px) {
  .col-sm-5 {
    width: 38.66666667%;
  }
}
.panel.health-plan {
  background-color: #f3f3f3;
  border-radius: 0;
}

.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.yourHealthPlanColor {
  background-color: #0078b3 !important;
  color: #ffffff !important;
  border-color: #0078b3 !important;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.panel-body {
  padding: 15px;
}

.panel-heading H5 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 5px 0 5px;
  color: #fff !important;
}

.panel h5 {
  margin-top: 0;
}

H5 {
  font-size: 1.5rem;
  color: #252525;
}

.UXcaret {
  margin: 0 0.5rem;
}

.panel h5 {
  margin-top: 0;
}

H5 {
  font-size: 1.5rem;
  color: #252525;
}

.col-xs-12 {
  width: 100%;
}

table.coverage-table {
  margin-top: 10px;
  border-spacing: 5px 0;
  border-collapse: separate;
  background: transparent;
  empty-cells: hide;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

CAPTION {
  color: #252525 !important;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

table.coverage-table caption {
  border-bottom: 1px solid #ccc;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

table.coverage-table > thead > tr > th {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #666;
}

table.coverage-table > thead > tr > th {
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #666;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

th {
  text-align: left;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

TABLE.coverage-table > TBODY > TR > TH[scope=row], TABLE.coverage-table > TFOOT > TR > TH[scope=row] {
  border-top: none;
}

P, LI, TH, TD, DT, DD {
  font-size: 1rem;
  line-height: 1.25;
}

table.coverage-table td.dollar-amount {
  text-align: right;
}

table.coverage-table > tbody > tr > td {
  border: 0;
}

.text-center {
  text-align: center;
}

.buttonColor {
  background-color: #0078b3 !important;
  color: #ffffff !important;
  border-color: #0078b3 !important;
}

[role=button] {
  cursor: pointer;
}

.bx--btn--primary {
  background-color: #0f62fe;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.manege {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  z-index: 1;
}

.manege A.manege-controls.disabled, .manege A.manege-controls.disabled:hover, .manege A.manege-controls.disabled:focus {
  color: #888888 !important;
  cursor: not-allowed;
}

.manege A.manege-controls {
  position: absolute;
  top: 50%;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  margin-top: -30px;
  cursor: pointer;
  text-decoration: none !important;
  z-index: 2;
}

.manege .manege-prev {
  left: 0px;
}

.manege.manege-50 .manege-container {
  width: calc((100% - 18px) / 1 * 50);
}

.manege .manege-container {
  height: 100%;
  position: absolute;
  margin: 0 0 0 9px;
  padding: 0;
  transition: left 1s;
  z-index: 1;
}

.manege .manege-container .manege-item.search-results-item {
  min-height: 10px;
}

.manege.manege-50 .manege-container .manege-item {
  width: calc(2% - 36px);
}

.manege .manege-container .manege-item {
  list-style-type: none;
  text-align: left;
  float: left;
  margin: 0 18px;
  position: relative;
}

.search-results-item {
  min-height: 300px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25) !important;
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
  background: #fff;
}

.manege .manege-container .manege-item H3 {
  margin-top: 10px;
}

H3 {
  font-size: 2rem;
}

#tip-messages .tip-middle {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.search-results-item:after {
  border-bottom-color: #0078b3 !important;
}

.search-results-item:after {
  content: attr(title) "   ";
  display: block;
  margin: 0 -15px;
  padding-top: 15px;
  border-bottom: 4px solid;
  text-align: right;
  font-weight: 600;
  font-size: smaller;
}

.manege A.manege-controls {
  position: absolute;
  top: 50%;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  margin-top: -30px;
  cursor: pointer;
  text-decoration: none !important;
  z-index: 2;
}

.manege .manege-next {
  right: 0px;
}

.manege A.manege-controls {
  color: #0078b3 !important;
}

@media screen and (min-width: 767px) {
  #infographic-desktop {
    display: block;
  }
}
H4 {
  font-size: 1.625rem !important;
  color: #565656 !important;
  font-weight: 600 !important;
}

.estimate-calculation {
  margin-top: 30px;
  margin-bottom: 10px;
}

.estimate-calculation > div.cost-type {
  width: 26%;
}

.estimate-calculation > div {
  float: left;
  display: inline-block;
  text-align: left;
}

.estimate-calculation > DIV.cost-type > SPAN > IMG {
  height: 64px;
  width: 64px;
  border-radius: 100%;
}

.costTypeColorBenefits {
  background-color: #0078b3;
}

.hi-print {
  display: none !important;
}

img {
  max-width: 100%;
}

img {
  vertical-align: middle;
}

img {
  border: 0;
}

.estimate-calculation H5 {
  display: block;
  margin-top: 10px;
}

H5 {
  font-size: 1.5rem;
  color: #252525;
}

p {
  margin: 0 0 10px;
}

.estimate-calculation > div.symbol-type {
  width: 11%;
}

.estimate-calculation span.large-symbol {
  font-size: 40px;
  margin-top: 15px;
  display: inline-block;
  color: #000;
}

.costTypeColorHistorical {
  background-color: #0078b3;
}

.estimate-calculation:after {
  content: "";
  display: table;
  clear: both;
}

.costTypeColorEstimates {
  background-color: #0078b3;
}

@media screen and (min-width: 767px) {
  #infographic-mobile {
    display: none;
  }
}
FOOTER.slim {
  padding: 0;
}

FOOTER.footer {
  margin-top: -107px;
}

FOOTER.slim {
  height: auto;
  padding: 15px 0;
}

FOOTER.footer {
  font-size: 1em;
  margin-top: 2em;
  width: 100%;
  background-color: #252525;
  color: #ffffff;
  display: block;
}

FOOTER.footer .container .row {
  margin-left: 0;
  margin-right: 0;
}

FOOTER.slim .footer-logo {
  margin-top: 23px;
}

FOOTER.slim .footer-logo {
  margin: 8px 0;
  padding: 0;
}

FOOTER.slim .footer-copy {
  display: inline-block;
  /* font-size: 14px; */
  white-space: nowrap;
  float: left;
  margin: 33px 0;
}

FOOTER.footer .forPrint {
  display: none;
}

FOOTER .ibm-logo {
  max-width: 120px;
  max-height: 80px;
  margin: 18px 0 12px;
  height: auto;
  float: right;
}

FOOTER.slim .footer-links {
  margin-bottom: 15px;
}

FOOTER.slim .footer-links {
  padding: 0;
  /* font-size: 12px; */
  display: block;
  float: left;
}

FOOTER .footer-links {
  display: inline;
  list-style-type: none;
  padding: 30px 15px 36px 15px;
  margin: 0;
}

FOOTER.slim .footer-links > LI {
  float: none;
  display: inline-block;
  margin: 0;
}

FOOTER .footer-links > LI {
  display: block;
  float: right;
  margin: 10px 0 0 35px;
  padding: 0;
}

FOOTER .footer-links > LI A {
  color: gray;
  text-decoration: underline;
  display: block;
  text-align: right;
}

FOOTER.slim .footer-links > LI + LI {
  margin-left: 35px;
}

FOOTER.slim .footer-links + .footer-links {
  float: right;
}

@media (max-width: 992px) {
  .container {
    width: auto !important;
  }
}
@media (max-width: 768px) {
  #rowDisplay {
    flex-direction: column;
  }
  #infographic-mobile {
    display: block;
  }
  #infographic-desktop {
    display: none;
  }
}