/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: normal;
  font-family: arial, sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}

li.search {
  cursor: default;
}

.result_header {
  color: #e30a17;
  text-align: center;
  padding: 28px 10px;
  font-size: 24px;
}

.back_to_search {
  text-align: right;
  font-size: 13px;
  margin-top: 10px;
  display: none;
}

.back_to_search a {
  text-decoration: none;
  color: #fafafa;
}

.back_to_search span.glyphicon {
  top: 2px;
}
.noresults {
  text-align: center;
  margin: 10px;
}

.noresults.sorry {
  font-weight: bold;
}

.result_header b {
  color: #000000;
  white-space: nowrap;
}

.results {
  -webkit-box-shadow: 0 0 5px 1px #e0d7d8;
  -moz-box-shadow: 0 0 5px 1px #e0d7d8;
  box-shadow: 0 0 5px 1px #e0d7d8;
  padding: 10px;
  border-radius: 9px;
  margin-bottom: 25px;
}

.highlight {
  color: #e30a17;
}
.results .h3 a {
  color: #000000;
  font-style: normal !important;
}
.results i {
  color: #e30a17;
  font-weight: bold;
}

.results span {
  font-size: 13px;
  font-style: normal !important;
}

.remove_padding {
  padding-left: 0;
  padding-right: 0;
}

/*.results .h3 span.parent{
  font-size: 13px;
  font-style: normal !important;
}*/

.header .container-fluid .row .col-md-12 .row .main_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .container-fluid .row .col-md-12 .row .search_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .search_nav {
    min-height: 79px;
  }
}

.search_fmi .form-control:focus {
  border-color: #e0dddd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 255, 255, 0.6);
}

#search input {
  border-radius: 0;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

#search .btn {
  border-radius: 0;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  /*box-shadow: 0 0 3px 1px #a52626;
  -webkit-box-shadow: 0 0 3px 1px #a52626;
  -moz-box-shadow: 0 0 3px 1px #a52626;*/
  padding: 6px 40px;
}

#search .btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0;
}

.btn:active:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #c1bdbd;
}

.btn-maroon {
  color: #fff;
  background-color: #be1e2d;
}
.note-above-table,
.hide_arrow,
.parent_nav,
.child_nav {
  display: none;
}

.whats-covered a,
.critIllSubnav a {
  cursor: pointer;
}

/* end of reset */
h4 {
  margin: 10px 0;
}
p {
  margin: 10px 0;
}

.push-top {
  padding-top: 20px;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-margin {
  margin: 0;
}

.full-height {
  height: 100%;
}

/* ie fix */
a {
  outline: 0 !important;
}

/* General table styling */
html,
body,
body > .container-fluid,
body > .container-fluid .row,
body > .container-fluid > .row > .col-md-2,
body > .container-fluid > .row > .col-md-3,
#inner-wrap,
.outer-wrap,
.navigation {
  height: 100%;
}
.outer-wrap {
  width: 100%;
}
table.general-table {
  border: 2px solid #ccc;
}
table.general-table td {
  font-size: 14px;
  padding: 10px 15px;
}
table.general-table td:first-child {
  font-weight: bold;
  color: #e30a17;
  border-right: 2px solid #ccc;
}
table ul {
  margin: 0;
  padding: 0 0 0 15px;
}
table ul li {
  list-style-type: disc;
}
/* Left side navigation */
.fill-height-or-more .critIllSidenav {
  background: #cfe7e8;
  height: 100%;
  flex: 1;
  padding-top: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.critIllSidenav ul {
  margin: 0;
  padding: 0;
}
.critIllSidenav ul li {
  list-style-type: none;
  font-size: 14px;
  border-bottom: 2px solid #ffffff;
  /*padding: 10px 0;*/
  position: relative;
}
.critIllSidenav ul li a {
  color: #000000;
  text-decoration: none;
  /*font-size: 14px;*/
  /*font-size: 1.8rem;*/
  padding: 0.9em 1.2em 0.9em 0.3em;
}
.critIllSidenav ul li.active {
  background: #e30a17;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 35px;
  border: 0;
  color: #ffffff;
  margin-top: -2px;
}
.critIllSidenav.staticpages ul li {
  padding-left: 21px;
}
.critIllSidenav ul li.active:first-child {
  margin-top: 0;
}
.critIllSidenav ul li.active a {
  color: #ffffff;
}
.whats-covered ul li.active a {
  color: #ffffff;
  /*  width: 64%;
  display: inline-block;*/
}

.whats-covered ul li.active a.back-to-overview {
  display: block;
}
.whats-covered a.back-to-overview {
  display: none;
}
.critIllSidenav ul li small {
  font-size: 10px;
}

.whats-covered ul li.active span {
  min-height: 40px;
  line-height: 40px;
}

.critIllSidenav ul li.active .whats-covered-menu-item {
  display: inline-block;
  max-width: 184px;
  padding: 1px 0;
}

/* Right side content area */
.critIllContent {
  padding: 20px 16px;
}

/*.contentArea {
  padding-right: 10px;
}*/

/*== Overview page styling ==*/
.overview-page .critIllContent {
  padding: 30px 10px 0;
}
.overview-content-left h4 {
  font-size: 16px;
  font-weight: bold;
  color: #e30a17;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 24px;
}
.overview-content-left .intro-text {
  font-size: 13px;
  margin-top: 0;
}
.key-point {
  padding-top: 10px;
}
.key-point p {
  margin-bottom: 0;
  color: #e30a17;
  font-size: 13px;
}
.key-point span {
  font-size: 12px;
}
.small-red-title {
  color: #e30a17;
}

.overview-content-left .small-red-title {
  font-size: 14px;
  line-height: normal;
}

/*== other definitions to note ==*/

.other-definitions-page .critIllContent {
  padding: 30px 10px;
}

.other-definitions-page .small-black-title {
  font-size: 14px;
  line-height: normal;
  margin-top: 0;
}

/*== CI Tool page ==*/

.ci-nav {
  list-style: none;
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.ci-nav li {
  float: left;
}
.ci-nav li a {
  color: white;
  text-decoration: none;
  padding: 15px 0 15px 2.2rem;
  background-color: #be1e2d; /* fallback color */
  position: relative;
  display: block;
  float: left;
  font-size: 15px;
}

.ci-nav li.active a {
  background: #58595b;
}

.ci-nav li.active a:after {
  border-left: 22px solid #58595b;
}

.ci-nav li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 22px solid #be1e2d;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.ci-nav li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 22px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 2px;
  left: 100%;
  z-index: 1;
}

.ci-nav li.the-bg a {
  padding: 15px 0 15px 17px;
}

.red {
  color: #e30a17;
  font-weight: bold;
}
.grayed-out {
  color: #a7a9ac;
  font-style: italic;
}
.gray-text {
  color: #939598;
}
.dark-gray {
  color: #6d6e70;
}

.next-btn {
  background: #e30a17 none repeat scroll 0 0;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  padding: 10px 35px;
}

.needs-img-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

/*== Summary page ==*/
.fmi-solution-compare {
  background: #f1f1f2;
  border-radius: 20px;
}
.compare-wrapper,
.the-fmi-solution {
  padding: 15px;
}
.compare-wrapper h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.offer-tag {
  background: #58595b;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  font-size: 16px;
  margin-top: -15px;
  width: 100%;
  position: absolute;
  top: 4vh;
  right: 5px;
}
.offer-tag span {
  font-size: 18px;
  font-weight: bold;
}
.offer-tag p {
}
.red-bar,
.gray-bar,
.light-blue-bar {
  border-radius: 3px;
  min-height: 75px;
}

.red-bar {
  background: #e30a17;
}

.gray-bar {
  background: #808285;
}
.light-blue-bar {
  background: #c9e3e2;
}

.bottom-summary-graph .light-blue-bar {
  width: 22%;
}

.bar-graph-icons {
  margin: 8px 0;
}

.graph-icon-text {
  padding-top: 4px;
}

.breast-recon-text {
  margin-left: -7px;
}

.bar-graph-light-gray {
  min-height: 75px;
  /*width: 18%;*/
}

.bottom-summary-graph .bar-graph-light-gray {
  width: 16%;
}

/*== CI Lump Sum ==*/
/*.ci-lump-sum .vertical-red-bar {
  min-height: 250px;
}
.ci-lump-sum .vertical-red-bar .bottom-to-top-text {
  bottom: 105px;
  left: -13px;
}*/
.vertical-red-bar {
  background: #e30a17;
  min-height: 250px;
  position: relative;
  z-index: 1;
  /*width: 62px;*/
  margin-left: -15px;
}
.vertical-red-bar h4 {
  color: #ffffff;
}
.bottom-to-top-text {
  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.vertical-red-bar .bottom-to-top-text {
  position: absolute;
  bottom: 110px;
  white-space: nowrap;
  /*left: -22px;*/
  margin-top: 0;
  font-style: italic;
  left: 10%;
  right: 10%;
}
.gray-block {
  background: #f1f1f2 none repeat scroll 0 0;
  border-radius: 15px;
  font-size: 13px;
  padding: 20px 25px;
}
.gray-block h4 {
  font-style: italic;
  font-weight: bold;
}
.gray-block li {
  margin-bottom: 10px;
}
.gray-block ul {
  padding-left: 20px;
}
.number-bar-row {
  position: relative;
  z-index: 2;
  margin-top: -6px;
}
.horizontal-number-line {
  padding: 0;
}
.horizontal-number-line hr {
  margin: 0;
  border-top: 2px solid #bbbdc0;
  border-bottom: 0;
  margin-top: -2px;
  position: relative;
  z-index: 0;
}
/*.horizontal-numbers ul {
  margin: 0;
  padding: 0;
}
.horizontal-numbers ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  padding: 10px 24px;
  font-size: 18px;
  width: 0;
}*/
.horizontal-numbers {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*.horizontal-numbers ul li:last-child{
  margin-right: 0;
}
*/
.months {
  text-align: center;
  font-style: italic;
  font-size: 14px;
}
.six-needs-section {
  padding-top: 30px;
}
.six-needs-button {
  border: 4px solid #90cacb;
  border-radius: 12px;
  text-align: center;
  font-weight: 200;
  padding: 15px 5px 0;
  min-height: 170px;
}
.six-needs-button.active {
  background: #cee5e6;
  border: 0;
}
.six-needs-button img {
  margin-bottom: 10px;
  max-width: 100%;
}
.push-bottom {
  margin-bottom: 5px;
}
.needs-column {
  padding: 0 5px;
}
.cover-btn {
  background: #58595b none repeat scroll 0 0;
  border-radius: 8px;
  color: #ffffff;
  cursor: auto;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cover-btn:hover {
  background: #58595b none repeat scroll 0 0;
  color: #ffffff;
}

.ci-lump-sum-intro {
  padding-top: 20px;
  padding-right: 30px;
}

/*== TIP ==*/
.medical-second-opinion-intro {
  padding-top: 15px;
  padding-bottom: 50px;
}
.overlay-text {
  position: absolute;
  top: 20px;
  left: 26%;
  z-index: 4;
}
.overlay-text.increased-benefit {
  left: 40px;
}
.tip-benefit-graph ul {
  margin: -5px 0 0 0;
  padding: 0;
  vertical-align: bottom;
  position: relative;
}
.tip-benefit-graph ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: -5px;
  vertical-align: bottom;
}
.tip-benefit-graph ul li:first-child {
  margin-left: 0;
}
.tip-benefit-graph .full {
  background: #bbbdc0;
  border: 3px solid #a7a9ac;
  padding: 28px;
  position: relative;
}
/*.tip-benefit-graph ul li, .tip-benefit-graph ul li.half {
  background: #BBBDC0;
  border: 3px solid #A7A9AC;
}*/
.tip-benefit-graph ul li.full {
  padding: 28px;
  position: relative;
}
.tip-benefit-graph ul li.half {
  padding: 14px 28px;
}
.tip-cover-line hr {
  border-top: 2px dashed #e30a17;
  border-bottom: 0;
  margin: 0 0 3px 0;
  position: relative;
  z-index: 2;
}
.tip-cover-line span {
  line-height: 0;
  position: absolute;
  z-index: 2;
  font-weight: bold;
  font-style: italic;
  font-size: 1.2vmin;
}
.ci-income-bar {
  background: #c7e2e2;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 79px;
  top: -24px;
  text-align: center;
}

.ci-income-bar p {
  font-weight: bold;
  font-style: italic;
  margin: 0;
  font-size: 14px;
}

.ci-income-list {
  font-style: italic;
}

.ci-income-benefit {
  text-align: center;
  padding-top: 20px;
}
/*== CI Assist ==*/
.ci-assist-gray {
  font-weight: bold;
}

.ci-assist-gray table {
  border: 0;
}

.ci-assist-gray table td:first-child {
  min-width: 100px;
}

.ci-assist-gray table td {
  color: #000000;
  border: 0;
  font-size: 14px;
  vertical-align: top;
  padding: 5px 0;
}

/*== breast reconstruction ==*/
.breast-recon-page .vertical-red-bar {
  min-height: 260px;
}
.income-icon {
  position: relative;
  top: -76px;
}

/*== Whats covered ==*/

.note-above-table {
  padding: 20px;
}

.note-above-table span.gray-text em {
  padding-bottom: 8px;
  display: block;
  font-size: 14px;
}

.note-above-table ul {
  padding-left: 20px;
}

.note-above-table ul li,
.note-above-table p {
  font-size: 14px;
  line-height: 20px;
}

.note-above-table .red-unbolded {
  font-size: 16px;
}

.fill-height-or-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-open {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.back-to-overview {
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 11px !important;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 8px;
  width: auto !important;
}
.back-to-overview span {
  color: #ffffff;
}
.whats-covered {
  background: #c7e2e2;
  /*height: 100%;*/
  padding: 0 20px;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.whats-covered ul {
  font-size: 0;
}

.whats-covered ul li {
  color: #ec2026;
  font-weight: bold;
  padding: 7px 0 6px 0;
}

.whats-covered ul li.active {
  /*padding-left: 50px;*/
}
.whats-covered ul li.active .back-to-overview {
  margin-left: -28px;
}
.whats-covered ul li a {
  color: #e30a17;
  /*padding: 14px 0;*/
  display: block;
}
.whats-covered ul li.active a {
  padding: 14px 2em 15px 0;
  width: 98%;
}
.whatsCoveredContent {
  /*height: calc(100% - 80px)*/
}
.no-scroll {
  overflow: hidden;
}
.whatsCoveredTable {
  border: 0;
  /*min-width: 720px;*/
}
.whatsCoveredTable thead {
  border-right: 2px solid #ddd;
}
.whatsCoveredTable thead tr {
  border-top: 0;
}
.whatsCoveredTable thead tr th {
  border: 0;
  font-size: 12px;
  background-color: #d1d3d4;
  padding: 4px 10px 3px;
  vertical-align: middle;
  height: 58px;
}
.whatsCoveredTable td {
  font-size: 14px;
  padding: 10px !important;
  border-right: 2px solid #ddd;
}
.whatsCoveredTable tr {
  border-top: 2px solid #ddd;
}
.whatsCoveredTable tr:first-child td {
  border-top: 0;
}
.whatsCoveredTable td:first-child {
  max-width: 600px;
}
.whatsCoveredTable td:first-child {
  color: #e30a17;
  font-weight: normal;
}

.whatsCoveredTable td:first-child p {
  color: #000000;
}
.whatsCoveredTable td:nth-child(n + 2) {
  color: #e30a17;
  font-weight: bold;
  width: 16%;
}

.whatsCoveredTable td span {
  color: #939598;
  font-weight: normal;
  font-style: italic;
  width: 16%;
}

/* .whatsCoveredTable td:nth-child(n + 2) span {
  color: #e30a17;
  font-weight: normal;
  width: 16%;
} */
.whatsCoveredTable td ul.span-3-col {
  font-weight: normal;
}
.whatsCoveredTable td ul li,
.whatsCoveredTable td ol li,
.note-above-table ul li {
  font-style: italic;
  color: #939598;
  list-style-type: disc;
}
.note-above-table table ul.no-bullets {
  padding-left: 0;
}
.dal-table {
  border: 2px solid #ddd;
}
.dal-table td {
  font-size: 14px;
  padding: 10px !important;
  border-right: 2px solid #ddd;
}
.dal-table tr {
  border-top: 2px solid #ddd;
}
.note-above-table table ul.no-bullets li {
  list-style-type: none;
}
.whatsCoveredContent a {
  cursor: pointer;
}
.critIllSubnav {
  background: #f1f1f2;
  padding: 0 20px;
  flex: 1;
  /*height: 100%;*/
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.critIllSubnav ul {
  margin: 0;
  padding: 0;
}
.critIllSubnav ul li {
  list-style-type: none;
  font-size: 14px;
  border-bottom: 2px solid #d1d3d4;
  color: #ec2026;
  font-weight: bold;
  line-height: normal;
  padding-left: 10px;
  min-height: 50px;
  padding: 7px 0;
}

.critIllSubnav ul li:last-child {
  border-bottom: 0;
}
.critIllSubnav ul li a {
  color: #ec2026;
  padding: 11px 2.5em 15px 0;
  display: block;
}
.critIllSubnav ul li a:hover {
  text-decoration: none;
}
.critIllSubnav ul li.active {
  background: #be1e2d;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  /*padding-right: 13px;*/
  color: white;
  border: 0;
  margin-top: -2px;
}
.critIllSubnav ul li.active:first-child {
  margin-top: 0;
}
.critIllSubnav ul li.active a {
  color: white;
  text-decoration: none;
  /*display: inline-block;*/
  /*width: 83%;*/
  text-align: left;
}
.critIllSubnav ul li small {
  font-size: 12px;
}

.critIllSubnav ul li span.glyphicon {
  font-size: 19px;
  padding: 1px 0 3px;
  min-height: 34px;
  line-height: 34px;
  vertical-align: baseline;
}

/* animations */
.six-needs-button.active {
  animation: fadein 4s 1;
}

@keyframes fadein {
  0% {
    background-color: white;
  }
  100% {
    background-color: #cee5e6;
  }
}

.ci-income-page .tip-benefit-graph ul li.full {
  animation: barFullAppear 2s 1;
  z-index: 3;
}

@keyframes barFullAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

/*.ci-income-page .tip-benefit-graph ul li.half {
  animation: barHeightHalf 2s 1;
}

@keyframes barHeightHalf {
  0% {
    padding: 0 28px
  }
  100% {
    padding: 14px 28px;
  }
}*/

.ci-income-page .tip-cover-line hr {
  animation: appearAndStretch 3s 1;
}

@keyframes appearAndStretch {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    width: 100%;
    opacity: 100%;
  }
}

.ci-income-page .ci-income-bar {
  animation: barHeightGrow 2s 1;
}

@keyframes barHeightGrow {
  0% {
    height: 0;
  }
  100% {
    height: 79px;
  }
}

.overlay-text.increased-benefit {
  animation: moveBenefitText 3s 1;
}

@keyframes moveBenefitText {
  0% {
    left: 285px;
  }
  100% {
    height: 40px;
  }
}

.ci-lump-sum-text,
.critical-illness-income-text,
.breast-recon-text,
.ci-assist-text,
.second-opinion-text {
  visibility: hidden;
}

.ci-lump-sum-text em,
.critical-illness-income-text em,
.breast-recon-text em,
.ci-assist-text em,
.second-opinion-text em {
  font-weight: normal !important;
}

.ci-lump-sum-text {
  animation: fadeInText 3s 1;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}
.critical-illness-income-text {
  animation: fadeInText 3s 1;
  -webkit-animation-delay: 1.5s; /*Chrome, Safari, Opera */
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}
.breast-recon-text {
  animation: fadeInText 3s 1;
  -webkit-animation-delay: 3s; /* Chrome, Safari, Opera */
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}
.ci-assist-text {
  animation: fadeInText 3s 1;
  -webkit-animation-delay: 4.5s; /* Chrome, Safari, Opera */
  animation-delay: 4.5s;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}
.second-opinion-text {
  animation: fadeInText 3s 1;
  -webkit-animation-delay: 6s; /* Chrome, Safari, Opera */
  animation-delay: 6s;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible;
  }
}

/* odometer overwrites */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  vertical-align: bottom;
}

/* Overwrites */
.critIllSidenav.staticpages ul li {
  font-weight: 500;
  /*padding: */
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  padding: 7px 0 6px 16px;
}
.critIllSidenav.staticpages ul li.active {
  padding-left: 16px;
}
.critIllSidenav.staticpages ul li a {
  display: block;
  padding-right: 2.5em;
  /*  width: 82%;*/
  /*line-height: 50px;*/
}
.critIllSidenav.staticpages ul li:first-child,
.critIllSidenav.staticpages ul li:nth-child(2) {
  /*padding-top: 20px;*/
}
.critIllSidenav ul li span.glyphicon {
  color: #000;
  font-size: 19px;
  padding: 0 5px;
}
.critIllSidenav ul li.active span.glyphicon {
  color: #fff;
  /*  right: 10px;*/
  /*top: 3px;*/
}
.critIllSidenav.staticpages ul li span {
  /*  position: absolute;
  top: 22px;*/
  display: inline-block;
  vertical-align: baseline;
  /*float: none !important;*/
  /*  min-height: 35px;
  line-height: 35px;*/
}
.critIllSidenav.staticpages ul li.active a {
  /*padding: 14px 1.5em 15px 5px;*/
}
.critIllSidenav.staticpages ul li.active span.glyphicon {
  /*  right: 0;*/
}

.critIllSidenav ul li:last-child {
  border-bottom: 0;
}

.oneline {
  display: block;
  margin-top: 15px;
}

/*body {
  font-size: 16px;
}*/
table.general-table.statictable td:first-child {
  font-weight: normal;
}
.horizontal-numbers ul li {
  font-weight: 500;
}

.summarypage {
  font-size: 14px;
}
.summarypage h2 span {
  font-size: 24px;
}

.summarypage h3 {
  font-size: 17px;
  font-weight: bold;
}
.fmi-solution-compare {
  font-style: italic;
}
.buttondiv {
  /*margin-right: -40px;*/
  text-align: right;
}
.bgtable {
  margin-top: 40px;
}
.bgtable tbody tr td {
  border: 2px solid #ddd;
  font-size: 13px;
  height: 50px;
  vertical-align: middle;
}
.bgtable tbody tr td:first-child {
  border-right: medium none;
}
.bgtable tbody tr td:last-child {
  border-left: medium none;
  width: 162px;
}
.bgtable .glyphicon {
  margin-right: 10px;
}
.bgtable td:first-child small {
  display: block;
  font-weight: 400;
  text-indent: 25px;
}

.ci-nav-wrapper {
  margin-top: 2px;
  margin-left: -13px;
  width: 100%;
}

.ci-nav {
  /*overflow: hidden;*/
}

.header {
  background: #e30a17 none repeat scroll 0 0;
  color: #fff;
  height: auto;
}

.topmenu ul {
  list-style: none;
}
.topmenu li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
  vertical-align: middle;
}
.topmenu li.twolines {
}
.logo {
  width: 175px;
  z-index: 2;
  position: relative;
  display: block;
}

.tagline {
  padding-left: 80px;
  /*padding-top: 25px;*/
  font-size: 25px;
}
.tagline nav {
  text-align: right;
}
.topmenu {
  margin-top: 25px;
}
.topmenu .glyphicon-search {
  font-size: 20px;
}

.logout {
  font-size: 10px;
  margin-right: 5px;
}

/*Additional css*/
.overviewtable td,
.definitionstable td {
  border: 2px solid #ccc;
  font-size: 12px !important;
  line-height: 14px !important;
}
.row.p {
  margin-top: 30px;
}
table.definitionstable td:first-child {
  border-right: none;
  width: 130px;
  white-space: normal;
  word-break: break-word;
}
table.definitionstable tr td {
  border-top: 2px solid #ddd;
}

.definitionstable ul {
  padding-left: 15px;
}

.paddown {
  margin-bottom: 15px;
  margin-top: 20px;
}
.bgcolumn {
  padding-right: 30px;
  padding-top: 38px;
}
.six-needs-button p {
  font-size: 12px;
  margin-top: 0;
}

.six-needs-button strong {
  display: block;
  font-size: 13px;
}
.six-needs-button .red {
  font-weight: 400;
}
.summarypage .col-md-6 span.red strong {
  font-size: 20px;
}
.ci-assist-gray p {
  font-style: italic;
  font-weight: normal;
}
p.red-unbolded,
span.red-unbolded {
  color: #e30a17 !important;
}

.img-responsive {
  margin: 0 auto;
}

.top-summary-graph .light-blue-bar {
  width: 9.5%;
}

.bottom-summary-graph .gray-bar {
  width: 6%;
}

.tipPlusCi {
  padding-left: 50px;
  width: 22%;
}

.ci-assist-column {
  width: 16%;
}

.bottom-summary-graph .breast-recon-bar {
  width: 6%;
}

.case-study {
  padding-bottom: 50px;
  padding-top: 20px;
}

li {
  text-rendering: optimizeLegibility;
}

.critIllSidenav li.active > a,
.critIllSubnav li.active > a,
.title-nav a,
.go-back a {
  position: relative;
}
/*.critIllSidenav li.active > a.back-to-overview::before,*/
.critIllSubnav li.active > a.back-to-overview::before,
/*.critIllSidenav li.active > a.back-to-overview::after,*/
.critIllSubnav li.active > a.back-to-overview::after,
.go-back a::before, .go-back a::after {
  /*arrow icon in CSS - for element with nested unordered lists */
  display: none;
}
.critIllSidenav li.active > a::before,
.critIllSubnav li.active > a::before,
.critIllSidenav li.active > a::after,
.critIllSubnav li.active > a::after,
.critIllSidenav.staticpages ul li a::after,
.critIllSidenav.staticpages ul li a::before,
.active .back-to-overview::before,
.active .back-to-overview::after,
.title-nav a::before,
.title-nav a::after,
.go-back a::before,
.go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  height: 3px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.critIllSidenav.staticpages ul li a::after,
.critIllSidenav.staticpages ul li a::before {
  background: #000000;
}

.critIllSidenav.staticpages ul li.active a::after,
.critIllSidenav.staticpages ul li.active a::before {
  background: #ffffff;
}
.critIllSidenav li.active > a::before,
.critIllSubnav li.active > a::before,
.critIllSidenav.staticpages ul li a::before,
.active .back-to-overview::before,
.title-nav a.forward::before,
.go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.critIllSidenav li.active > a::after,
.critIllSubnav li.active > a::after,
.critIllSidenav.staticpages ul li a::after,
.title-nav a.forward::after,
.go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.critIllSidenav li.active > a::before,
.critIllSubnav li.active > a::before,
.critIllSidenav li.active > a::after,
.critIllSubnav li.active > a::after,
.critIllSidenav.staticpages ul li a::after,
.critIllSidenav.staticpages ul li a::before {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}
.title-nav a.forward::before,
.title-nav a.forward::after {
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

/* left side arrow for title navigation on graph pages */
.title-nav a.backward::before,
.active .back-to-overview::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.title-nav a.backward::after,
.active .back-to-overview::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.title-nav a.backward::after,
.title-nav a.backward::before {
  -webkit-transform-origin: 1px 50% !important;
  -moz-transform-origin: 1px 50% !important;
  -ms-transform-origin: 1px 50% !important;
  -o-transform-origin: 1px 50% !important;
  transform-origin: 1px 50% !important;
}

.back-to-overview::before,
.active .back-to-overview::after {
  right: 6px !important;
  -webkit-transform-origin: 1px 50% !important;
  -moz-transform-origin: 1px 50% !important;
  -ms-transform-origin: 1px 50% !important;
  -o-transform-origin: 1px 50% !important;
  transform-origin: 1px 50% !important;
}

/*.container-fluid { margin-left: -15px; margin-right: -15px; }*/
@media screen and (min-width: 1430px) {
  .ci-nav li a {
    font-size: 16px;
    padding: 15px 1vw 15px 2.2vw;
  }
}

@media screen and (min-width: 1140px) {
  .six-needs-button {
    min-height: 150px;
  }
}

@media screen and (max-width: 1300px) {
  .ci-nav li a {
    font-size: 1.1vw;
  }
  .bar-graph-icons {
    max-width: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .tipPlusCi {
    padding-left: 73px;
  }
}

@media screen and (max-width: 1120px) {
  .ci-nav li a {
    font-size: 10px;
  }
  .next-btn {
    padding: 6px 20px;
  }
  .bar-graph-icons {
    max-width: 40px;
    padding-top: 9px;
  }
}

@media screen and (max-width: 1050px) {
  /*  .whats-covered ul li.active a {
    width: 60%;
  }*/
  /*  .critIllSubnav ul li.active a {
    width: 75%;
  }*/
}

@media screen and (max-width: 991px) {
  body {
    /*overflow: hidden;*/
  }

  form#search {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .parent_nav,
  .child_nav,
  .mobile_table,
  .col-critIllSubnav {
    display: none;
  }
  .ishidden {
    left: -100%;
    position: absolute;
  }
  #nav {
    position: absolute;
  }
  body.whatsCoveredPage {
    /*overflow-y: hidden;*/
  }

  .fill-height-or-more .critIllSidenav {
    background: #cfe7e8;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    height: calc(100% - 70px);
    flex: 1;
  }

  .whatsCoveredContent {
    /*overflow-y: scroll;*/
    /*position: fixed;*/
    height: 100%;
    width: 100%;
  }

  .fill-height-or-more .whats-covered {
    /*overflow-y: scroll;*/
  }

  .whats-covered {
    /*position: fixed;*/
    margin-bottom: 0;
    padding: 0 20px;
  }

  .whats-covered ul li.active {
    padding-left: 25px;
  }
  .whats-covered ul li.active a {
    width: 100%;
  }
  .critIllSidenav li.active > a::before,
  .critIllSubnav li.active > a::before,
  .critIllSidenav li.active > a::after,
  .critIllSubnav li.active > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
  }
  .fill-height-or-more {
    display: block; /* change row back to default behaviour | courtesy of CSSTricks.com */
  }
  .critIllSidenav {
    flex: 0;
    width: 100%;
    z-index: 2;
    height: calc(100% - 70px);
  }
  .critIllSidenav.staticpages {
    height: 100%;
  }
  .critIllSubnav {
    flex: 0;
    /*position: fixed;*/
    width: 100%;
    z-index: 1;
    height: calc(100% - 70px);
    /*overflow-y: scroll;*/
    padding-bottom: 0;
  }
  .critIllSubnav .title-nav {
    margin: 0 -20px;
  }
  .menu-btn .tipPlusCi {
    padding-left: 50px;
    width: 22%;
  }
  .tagline {
    padding-left: 145px;
    /*padding-top: 25px;*/
  }
  /* Overview & Other definitions to note - responsive changes */
  .contentArea {
    padding-right: 0;
  }
  .bgtable {
    border: 2px solid #ddd;
  }
  .bgcolumn {
    padding: 15px;
  }
  .buttondiv {
    display: none;
  }
  .statictable {
    margin-top: 30px;
  }
  .definitionstable {
    margin-top: 0;
  }
  .statictable td,
  .table.definitionstable td,
  table.definitionstable td:first-child {
    width: 100%;
    display: block;
  }
  .statictable td,
  .table.definitionstable td:first-child,
  .bgtable tbody tr td {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    line-height: 16px !important;
  }
  .statictable td:first-child,
  .definitionstable td:first-child {
    border-right: 0 !important;
    border-bottom: 1px solid #ddd;
    font-size: 14px !important;
  }
  .statictable td:first-child br,
  .table.definitionstable td:first-child br {
    display: none;
  }
  .statictable td:last-child,
  .definitionstable td:last-child {
    border-right: 0;
    border-bottom: 2px solid #ddd;
  }
  .statictable td.dark-gray,
  .definitionstable td.dark-gray {
    padding-bottom: 20px;
  }

  .statictable tr:last-child td:last-child {
    border-bottom: 0;
  }

  .header {
    height: auto;
  }

  .logo {
    margin-left: 0;
    width: 155px;
  }

  .tagline {
    padding-left: 118px;
    /*padding-top: 20px;*/
    font-style: italic;
  }

  /* view the CI Tool - responsive changes */
  .ci-nav li a {
    font-size: 1.4vw;
  }
  .ci-nav-wrapper {
    margin-left: 3px;
  }
  .title-nav {
    padding: 15px 0;
    text-align: center;
    background-color: #3c3c3b;
  }
  .title-nav,
  .title-nav a {
    color: #ffffff;
  }
  .title-nav a {
    padding: 15px 20px;
  }
  .title-nav span {
    font-size: 25px;
    line-height: 15px;
  }
  .horizontal-numbers {
    font-size: 13px;
  }

  .tip-cover-line hr {
    margin: 0 0 -6px 0;
    bottom: 0;
  }

  .ci-lump-sum-intro {
    font-size: 15px;
  }

  .ci-lump-sum-page .vertical-red-bar {
    margin-right: -15px;
    min-height: 200px;
  }

  .vertical-red-bar {
    margin-right: -15px;
    height: auto;
    min-height: 210px;
  }

  .vertical-red-bar .bottom-to-top-text {
    bottom: 50px;
  }

  .ci-income-page .vertical-red-bar {
    min-height: 235px;
  }
  .breast-recon-page .ci-lump-sum-intro,
  .ci-assist .ci-lump-sum-intro,
  .ci-income-page .ci-lump-sum-intro {
    padding-top: 0;
  }
  .tip-benefit-graph .full {
    padding: 28px 0;
    position: relative;
  }
  .ci-income-benefit {
    text-align: center;
    padding-top: 16px;
  }
  .ci-income-benefit h4 {
    font-size: 12px;
  }
  .ci-income-bar {
    height: 80px;
  }
  .ci-income-bar p {
    margin: 2px 0 0 0;
    font-size: 12px;
  }
  .six-needs-row {
    padding: 10px;
  }
  .tip-cover-line span {
    font-size: 11px;
    bottom: -10px;
    line-height: normal;
  }
  .tip-cover-line hr {
    position: relative;
  }

  /* disable animations */
  .ci-income-page .tip-benefit-graph ul li.full,
  .ci-income-page .tip-cover-line hr,
  .ci-income-page .ci-income-bar,
  .overlay-text.increased-benefit {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  .income-icon {
    top: -54px;
  }

  .income-icon img {
    max-width: 50px;
  }

  .bar-graph-icons {
    max-width: 31px;
    padding-top: 0;
  }

  .bottom-summary-graph .gray-bar,
  .top-summary-graph .light-blue-bar {
    width: 15%;
  }

  .bottom-summary-graph .light-blue-bar {
    width: 22%;
  }

  .bottom-summary-graph .bar-graph-light-gray {
    width: 21%;
  }

  .red-bar,
  .gray-bar,
  .light-blue-bar,
  .bar-graph-light-gray {
    min-height: 50px;
  }

  .summary-intro-text {
    padding-bottom: 15px;
  }

  .top-summary-graph {
    padding-top: 20px;
  }

  .top-summary-text p strong {
    font-size: 12px;
  }

  .top-summary-graph .red,
  .bottom-summary-graph .red {
    text-align: left !important;
    padding-bottom: 5px;
  }

  .bar-title-text {
    padding: 0;
  }

  .bottom-summary-graph .breast-recon-bar {
    width: 12%;
  }

  .bottom-summary-graph p,
  .bottom-summary-graph strong {
    font-size: 12px;
  }

  .ci-assist-column {
    width: 21%;
  }

  .no-padding-mobile {
    padding: 0;
  }

  .medical-second-opinion-intro {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .six-needs-button {
    min-height: 150px;
  }

  /* whats covered */
  .remove-table-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .remove-mobile-margin {
    margin: 0;
  }
  table.whatsCoveredTable {
    width: 100%;
    border-collapse: collapse;
  }

  .whatsCoveredTable td:first-child {
    max-width: inherit;
  }

  /* Force table to not be like tables anymore */
  .whatsCoveredTable table,
  .whatsCoveredTable thead,
  .whatsCoveredTable tbody,
  .whatsCoveredTable th,
  .whatsCoveredTable td,
  .whatsCoveredTable tr {
    display: block;
  }
  .whatsCoveredTable {
    min-width: auto;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .whatsCoveredTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .whatsCoveredTable tr {
    border: 1px solid #ccc;
  }
  .whatsCoveredTable tr:last-child,
  .whatsCoveredTable tr:last-child td:last-child {
    border-bottom: 0;
  }

  .whatsCoveredTable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    border-top: 0 !important;
  }

  .whatsCoveredTable td:before {
    display: block;
    font-size: 15px;
    font-weight: bold;
  }

  .whatsCoveredTable td:nth-child(n + 2) {
    width: auto;
  }

  .whatsCoveredTable td:nth-child(n + 2):before,
  .whatsCoveredTable td:first-child:before {
    color: #000;
  }
  /*
  Label the data
  */
  .whatsCoveredTable td:nth-of-type(1):before {
    content: "";
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;
    background-color: #ddd;
    padding: 10px;
  }
  .whatsCoveredTable td:nth-of-type(2):before {
    content: "Claim value as % of sum insured";
  }
  .whatsCoveredTable td:nth-of-type(3):before {
    content: "With Top Up Option";
  }
  .whatsCoveredTable td:nth-of-type(4):before {
    content: "Included with CI Income";
  }

  .back-to-overview {
    display: none !important;
  }
  .fixedHeader {
    margin-top: 50px;
  }
  .fixedHeader .title-nav {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .offer-tag {
    position: relative;
    margin-top: 10px;
    top: 0;
    right: 0;
  }
  .tagline {
    padding-left: 118px;
    /*padding-top: 22px;*/
    font-size: 3vw;
    font-style: italic;
  }
  .ci-lump-sum-intro {
    font-size: 13px;
  }
  .title-nav {
    font-size: 20px;
  }

  .mobile-number-padding {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 480px) {
  .tip-cover-line hr {
    margin: 0 0 4px 0;
  }
  .ci-income-bar {
    height: 80px;
  }
  .tagline {
    padding-left: 135px;
    /*padding-top: 21px;*/
    font-size: 14px;
    font-style: italic;
  }
  .title-nav {
    font-size: 18px;
  }
  .bgtable tbody tr td,
  .bgtable tbody tr td:last-child {
    height: auto;
    width: 100%;
    display: block;
  }
  .bgtable tbody tr td:first-child {
    border-top: 1px solid #ddd;
    border-bottom: 0;
  }
  .bgtable tbody tr td:last-child {
    border-top: 0;
    border-bottom: 2px solid #ddd;
    padding-top: 0;
    padding-left: 32px;
  }
  .bgtable tr:last-child td:last-child {
    border-bottom: 0;
  }
  .push-bottom {
    margin-bottom: 10px;
  }
  .six-needs-button {
    min-height: 175px;
  }
  .tipPlusCi {
    padding-left: 45px;
  }
  .bottom-summary-graph .bar-graph-light-gray .col-xs-6 {
    padding: 0;
  }
  .bar-graph-icons {
    max-width: 25px;
  }
  .ci-lump-sum-intro {
    width: 89%;
    padding-right: 0;
  }
  .ci-lump-sum-intro h4 {
    margin-top: 0;
  }
}

.js-nav body {
  overflow-x: hidden;
}

.mp-back {
  background: transparent;
}
.mp-back::after {
  display: none;
}
.no-bullets {
  padding-left: 5px;
}
.no-bullets li {
  list-style-type: none;
}

/* firefox specific styles */
@-moz-document url-prefix() {
  html,
  body,
  body > .container-fluid,
  body > .container-fluid .row,
  body > .container-fluid > .row > .col-md-2,
  body > .container-fluid > .row > .col-md-3 {
    /*height: auto;*/
  }
}

.subnav.open-subnav {
  display: block !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* changes after testing */

@media screen and (max-width: 400px) {
  .menu {
    top: 65px;
  }
  .header {
    height: auto;
  }
  .logo {
    margin-left: 0;
    width: 145px;
  }
  .tagline {
    padding-left: 119px;
    /*padding-top: 13px;*/
    font-size: 14px;
    font-style: italic;
  }
  .top-summary-text p strong,
  .bottom-summary-graph p,
  .bottom-summary-graph strong {
    font-size: 10px;
  }
  .bottom-summary-graph .breast-recon-bar {
    width: 11%;
    margin-left: -20px;
  }
}
