/** companies colors **/
/**hover styles**/
.page-template-companies .content {
  padding-bottom: 20px;
}

.cell--alignCenter {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
}

.cell--alignLeft {
  text-align: left;
  vertical-align: middle;
}

.cell--noPadding-onSide {
  padding: 0 10px;
}

.cell--hasPadding {
  padding: 10px;
}

.cell--4evenWidth {
  width: 25%;
  vertical-align: top;
  border-right: 1px solid #CEEDFF;
}

.cell--heading {
  height: 160px;
  border-bottom: 1px solid #CEEDFF;
}

.cell--borderBottom {
  border-bottom: 1px solid #CEEDFF;
}

.column-wrapper {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.co-compare-form__group {
  margin-bottom: 10px;
  position: relative;
}

.co-compare-form__group:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .co-compare-form__group {
    margin-bottom: 0;
  }
}

@media (max-width: 980px) {
  .mobile--noMargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 980px) {
  .mobile--noPadding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.full-max-width {
  max-width: 100%;
}

.co-row {
  display: block;
}

.co-column {
  float: left;
  position: relative;
}

@media (max-width: 980px) {
  .co-column {
    float: none;
  }
}

.co-column .dk-select {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.column--half {
  width: 50%;
}

@media (max-width: 980px) {
  .column--half {
    width: 100%;
  }
}

.column--2 {
  width: 80%;
}

@media (max-width: 980px) {
  .column--2 {
    width: 100%;
  }
}

.column--3 {
  width: 33.33333333%;
}

@media (max-width: 980px) {
  .column--3 {
    width: 100%;
  }
}

.column--4 {
  width: 25%;
}

@media (max-width: 980px) {
  .column--4 {
    width: 100%;
  }
}

.column--6 {
  width: 16.66667%;
}

@media (max-width: 980px) {
  .column--6 {
    width: 100%;
  }
}

.column--75 {
  width: 75%;
}

@media (max-width: 980px) {
  .column--75 {
    width: 100%;
  }
}

.column--5 {
  width: 20%;
}

@media (max-width: 980px) {
  .column--5 {
    width: 100%;
  }
}

.column--md-4 {
  width: 40%;
}

@media (max-width: 980px) {
  .column--md-4 {
    width: 100%;
  }
}

.column--md-6 {
  width: 60%;
}

@media (max-width: 980px) {
  .column--md-6 {
    width: 100%;
  }
}

.co-column__inner {
  position: relative;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width: 980px) {
  .co-column__inner {
    padding: 7.5px;
  }
}

.co-toDo__link {
  display: block;
  width: 100%;
  color: #585858;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.co-toDo__link img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

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

.co-section__introLink {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 50%;
  display: table;
  width: 125px;
  height: 125px;
  vertical-align: middle;
  margin: 0 auto;
  /* line-height: 100px; */
}

.introLink__heading {
  display: table-cell;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
}

.co-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.co__section-heading {
  color: #565656;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.introLink__help {
  width: 100%;
  position: absolute;
  left: 0;
  display: none;
  z-index: 2;
  top: 125px;
}

.introLink__help--text {
  position: relative;
  padding: 10px;
  background: #f1f1f1;
  font-size: 14px;
  text-align: left;
  color: #333;
  line-height: 20px;
  width: 60%;
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.55);
}

.introLink__help__icon-arrowup {
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  text-align: center;
  z-index: 2;
}

.introLink__help--text i {
  color: #f1f1f1;
  font-size: 25px;
}

.grey-text {
  color: grey;
}

.subheading {
  text-align: center;
  font-size: 16px;
}

.co-cta-button {
  width: 40%;
  margin: 0 auto;
}

.page-template-companies .header .header-mobile-menu {
  display: none !important;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

@media screen and (max-width: 980px) {
  .co-cta-button {
    width: 90%;
  }
}

.co-banner-2 {
  background: #f4f4f4;
  height: 300px;
  position: relative;
  background-position: 10% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
}

@media (max-width: 980px) {
  .co-banner-2 {
    height: auto;
    padding-top: 20px;
  }
}

.co-banner-2 .rwp-review-wrap .rwp-s.rwp-e.rwp-f {
  background-position: -10px 0;
}

.co-banner-2 .rwp-review-wrap .rwp-s.rwp-o.rwp-x {
  background-position: 0 -20px;
}

.co-banner-2 .rwp-review-wrap .rwp-s.rwp-e.rwp-x {
  background-position: -10px -20px;
}

.co-banner-2--inner {
  width: 98%;
  max-width: 1120px;
  margin: 0 auto;
  height: 100%;
}

.co-banner-2-heading {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
}

@media (max-width: 980px) {
  .co-banner-2-heading {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.co-banner-2-heading__h1 {
  color: #13465f;
  font-size: 30px;
}

@media (max-width: 980px) {
  .co-banner-2-heading__h1 {
    margin-bottom: 5px;
  }
}

.co-banner-2-thumbnail {
  display: table-cell;
  height: 300px;
  vertical-align: middle;
  width: 150px;
}

@media (max-width: 980px) {
  .co-banner-2-thumbnail {
    position: relative;
    display: block;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .co-banner-2-thumbnail {
    width: 150px;
    margin: 0 auto;
    position: relative;
    left: 0;
  }
}

.co-banner-2-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #d4d4d4;
  min-height: 60px;
}

@media (max-width: 980px) {
  .co-banner-2-bar {
    position: relative;
    background: none;
    border-top: 0;
    padding: 15px 0 20px 0;
  }
}

.co-banner-2-bar-inner {
  position: relative;
  width: 98%;
  max-width: 1120px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .co-banner-2-bar-innerBlock {
    position: relative;
  }
}

.co-banner-2-nav-wrapper {
  float: left;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 180px;
}

@media (max-width: 980px) {
  .co-banner-2-nav-wrapper {
    display: none;
  }
}

.co-banner-2-nav__linkList {
  margin: 0;
  padding: 0;
}

.co-banner-2-nav__linkList li {
  list-style: none;
  float: left;
  padding-left: 8px;
}

.co-banner-2-nav__linkList li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 8px 0px;
  background: #13465f;
  width: 149px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.co-banner-2-nav__linkList li a:hover {
  background: #28BCFC;
}

.co-banner-2-nav__linkList li a.current {
  background: #00A0E9;
}

.co-banner-2__img {
  width: 100%;
  padding: 8px;
  background: #FFFFFF;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*** Reviewer on banner ***/
.co-banner-2 .rwp-review-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.co-banner-2 .rwp-review-wrap .rwp-s {
  width: 10px;
  height: 20px;
  background-size: 20px;
}

.co-banner-2 .review__rating {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  color: #565656;
  font-size: 20px;
}

@media (max-width: 980px) {
  .co-banner-2 .review__rating {
    width: 90%;
  }
}

.co-banner-2 .score_stars {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

@media (max-width: 980px) {
  .co-banner-2 .score_stars {
    display: block;
    margin: 5px auto;
    width: 100px;
  }
}

.co-banner-2 .score_number {
  display: inline-block;
  font-weight: bold;
  color: #13465f;
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 980px) {
  .co-banner-2 .score_number {
    display: block;
    margin-right: 0px;
  }
}

.co-banner-2 .score_label {
  display: none;
}

.co-banner-2 .reviews_count {
  font-size: 13px;
}

.co-banner-2-rating-group {
  margin: 0 auto;
}

.co-banner-2-rating-group--block {
  display: table;
}

@media (max-width: 980px) {
  .co-banner-2-rating-group--block {
    display: block;
  }
}

.co-banner-2-rating-group-part--cell {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: bottom;
}

@media (max-width: 980px) {
  .co-banner-2-rating-group-part--cell {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 980px) {
  .co-banner-2-rating-group-part--cell .rwp-review-wrap {
    display: table;
    margin: 0 auto;
  }
}

.co-banner-2-rating-number {
  font-size: 30px;
  font-weight: bold;
  color: #13465f;
  padding-left: 10px;
  position: relative;
  top: 4px;
}

.co-banner-2-rating-text {
  font-size: 18px;
  color: #13465f;
  padding-left: 10px;
}

.co-banner-2-rating__link {
  padding-left: 10px;
}

.co-mobile-nav {
  display: none;
  margin-top: 15px;
}

.co-mobile-nav .dk-selected {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  background: #00A0E9;
  font-weight: bold;
  border: none;
  text-align: center;
  padding-right: 0.5em;
}

.co-mobile-nav .dk-selected:after {
  border-left: 1px solid #00A0E9;
}

.co-mobile-nav .dk-selected:before {
  border-top-color: #FFFFFF;
}

.co-mobile-nav .dk-select {
  margin: 0 auto;
  display: block;
  width: 30%;
}

@media (max-width: 600px) {
  .co-mobile-nav .dk-select {
    width: 80%;
  }
}

.co-mobile-nav .dk-select-open-down .dk-select-options {
  border-color: #00A0E9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.co-mobile-nav .dk-option {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.co-compare {
  border: 1px solid #CEEDFF;
  border-bottom: 0;
  border-right: 0;
}

.co-compare .dk-select, .co-compare .dk-select-multi {
  width: 90%;
  color: #13465f;
  font-weight: bold;
}

.co-compare .dk-selected {
  padding: 5px 1.5em 5px 0.5em;
  border: 1px solid #31bfff;
  font-size: 13px;
}

.co-compare .dk-selected:before {
  border-top-color: #31bfff;
}

.co-compare .dk-selected:after {
  border-left: 1px solid #31bfff;
}

.co-compare .dk-option {
  padding: 10px 0.5em;
  font-size: 13px;
}

.co-compare .dk-select-options {
  max-height: 250px;
}

.co-compare__table {
  display: table;
  width: 100%;
}

.co-compare__row {
  display: table-row;
}

.co-compare__cell {
  display: table-cell;
  height: 140px;
  vertical-align: middle;
}

@media (max-width: 980px) {
  .co-compare__cell {
    height: 190px;
  }
}

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

.co-logo__image {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.co-compare__criterionNames {
  font-weight: bold;
  color: #13465f;
  font-size: 14px;
  padding: 10px;
  display: block;
}

@media (max-width: 980px) {
  .co-compare__criterionNames {
    padding: 0;
  }
}

.co-compare__answers {
  padding: 10px;
  display: block;
}

.co-compare__intro {
  font-weight: bold;
  color: #13465f;
  font-size: 16px;
  display: block;
}

.answer-check {
  width: 28px;
}

.answer-cross {
  width: 20px;
}

@media (max-width: 980px) {
  .cell--last {
    display: none;
  }
}

.co-quote-form ul.quote_form_slider {
  margin: 0;
  padding: 0;
}

.co-quote-form ul.quote_form_slider li {
  list-style: none !important;
}

.co-quote-form__inner {
  padding: 20px;
  background: #fcfcfc;
}

.co-compare-form__field {
  display: block;
  padding: 12px 17px;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  border-radius: 0.2em;
  color: #00A0E9;
  font-weight: bold;
  background: white;
  font-size: 16px;
  color: #13465f;
}

.field--lightBlueBorder {
  border: 1px solid #00A0E9 !important;
}

.co-compare-form__nextButton {
  margin: 0 auto;
  background: #00CE64;
  text-align: center;
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 10px;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 980px) {
  .co-compare-form__nextButton {
    width: 90%;
  }
}

.co-compare-form__backButton {
  position: absolute;
  left: -40px;
  top: 3px;
  width: 35px;
  display: block;
  z-index: 2;
}

@media (max-width: 980px) {
  .co-compare-form__backButton {
    left: -30px;
    width: 30px;
    top: 13px;
  }
}

.co-compare-form__backButton img {
  width: 100%;
}

.co-field-label {
  margin-bottom: 10px;
  position: relative;
}

.co-dollar-sign {
  position: absolute;
  left: -5px;
  top: 6px;
  color: #00A0E9;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 980px) {
  .co-dollar-sign {
    left: -5px;
    top: 13px;
  }
}

.co-compare-form__buttonWrapper {
  width: 30%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 980px) {
  .co-compare-form__buttonWrapper {
    width: 90%;
  }
}

.co-compare-submit {
  border: none;
  width: 100%;
  margin: 0 auto;
  background: #00CE64;
  text-align: center;
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 20px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
}

.co-compare-form__pre-submit-text {
  color: #00CE64;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/*** rangeslider override ***/
.co-quote-form .rangeslider--horizontal {
  height: 5px;
  margin-top: 48px;
}

@media (max-width: 980px) {
  .co-quote-form .rangeslider--horizontal {
    margin-top: 0px;
  }
}

.co-quote-form .rangeslider__handle {
  width: 20px;
  height: 20px;
}

.co-quote-form .rangeslider--horizontal .rangeslider__handle {
  top: -9px;
}

.co-quote-form .rangeslider__fill {
  background: #00A0E9;
}

@media (max-width: 980px) {
  .co-quote-form .cover-range {
    margin-bottom: 0px;
    margin-top: 15px;
  }
}

/*** dropkick override ***/
.co-quote-form {
  /* Cover type selection avoid unslider overflow issue */
}

.co-quote-form .dk-selected {
  border: 1px solid #00A0E9;
  padding: 10px 15px;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  border-radius: 0.2em;
  font-size: 16px;
  color: #13465f;
  font-weight: bold;
}

.co-quote-form .dk-selected:before {
  border-top-color: #00A0E9;
}

.co-quote-form .dk-selected:after {
  border-left: none;
}

.co-quote-form .dk-option {
  padding: 10px 15px;
}

.co-quote-form .dk-select-options {
  border-left: 1px solid #00A0E9;
  border-right: 1px solid #00A0E9;
  border-bottom: 1px solid #00A0E9;
  border: 1px solid #00A0E9;
  top: -40px;
  max-height: 160px;
  border-radius: 0.2em;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.55);
}

.co-quote-form .cover_type .dk-select-options {
  top: -120px;
  border-radius: 0.2em;
  max-height: 170px;
}

/*** unslider overrride ***/
.co-quote-form .unslider {
  overflow: auto;
  margin: 0;
  padding-bottom: 15px;
}

@media (max-width: 980px) {
  .co-quote-form .unslider {
    padding-bottom: 0;
  }
}

.co-quote-form .unslider-arrow {
  display: none;
}

.co-quote-form .unslider-nav {
  display: none;
}

/*** UI Autocomplete Overrride ***/
.co-quote-form .ui-widget {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.co-quote-form .ui-widget.ui-widget-content {
  border: 1px solid #00A0E9;
}

.co-quote-form .occ-combobox {
  display: block;
  position: relative;
}

.co-quote-form .occ-combobox-toggle {
  color: #00A0E9;
  position: absolute;
  right: 7px;
  top: 7px;
  background: white;
  padding-left: 3px;
  padding-right: 3px;
}

.co-quote-form .invalid-item {
  font-weight: bold;
  color: red;
}

.co-quote-form .form__occupation {
  padding: 5px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.page-template-companies ul.ui-front {
  height: 200px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px dashed #00A0E9;
  border-right: 1px dashed #00A0E9;
  border-bottom: 1px dashed #00A0E9;
  z-index: 9;
  max-width: 479px;
  padding: 0;
}

@media (max-width: 660px) {
  .page-template-companies ul.ui-front {
    width: 80%;
    display: block;
  }
}

.page-template-companies ul.ui-front li.ui-menu-item {
  padding-bottom: 10px;
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #13465f;
  font-weight: bold;
  cursor: pointer;
  font-family: arial;
  padding-bottom: 0;
}

.page-template-companies ul.ui-front .ui-menu-item-wrapper {
  padding: 10px;
}

.page-template-companies ul.ui-front .ui-state-active {
  border: none;
  background: #00A0E9;
  color: white;
  font-weight: bold;
}

/** ToolTip **/
.co-tooltip {
  padding-left: 8px;
  padding-bottom: 20px;
}

@media (max-width: 760px) {
  .co-tooltip {
    padding-bottom: 0px;
  }
}

.co-tooltip.tooltip--occupation {
  position: absolute;
  top: 0;
  right: 0;
}

.co-tooltip.tooltip--occupation i {
  opacity: 0.6;
}

.co-tooltip-link {
  font-size: 14px;
  font-weight: bold;
  color: #00A0E9;
  text-decoration: none;
}

.co-tooltip-template {
  display: none;
}

.tooltip_content {
  width: 300px;
  display: block;
  font-size: 15px;
  color: #333;
  padding: 5px;
}

.tooltip_content strong {
  color: #00A0E9;
}

.co-compare-form__benefits {
  width: 100%;
  margin: 15px auto 0 auto;
  text-align: center;
}

@media (max-width: 760px) {
  .co-compare-form__benefits {
    width: 100%;
  }
}

.co-compare-form__benefits img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

@media (max-width: 660px) {
  .co-compare-form__benefits img {
    width: 50%;
  }
}

.co-compare-form__benefits .co-column {
  margin-bottom: 15px;
}

.co-compare-form__benefits__text {
  color: #b2b2b2;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 16px;
}

.co-compare-form__co_logos_img {
  text-align: center;
  width: 95%;
  opacity: 0.6;
  display: block;
  margin: 0 auto;
}

@media (max-width: 660px) {
  .co-compare-form__co_logos_img {
    display: none;
  }
}

.co-quote-form__header {
  background: #00A0E9;
  text-align: center;
}

.co-quote-form__header--inner {
  padding: 10px;
}

h2.co-quote-form__heading {
  color: white;
  margin-bottom: 5px;
  font-size: 25px;
}

@media (max-width: 660px) {
  h2.co-quote-form__heading {
    font-size: 18px;
  }
}

.co-quote-form__sub {
  color: white;
  font-size: 14px;
}

/** Validation Styles **/
.co-quote-form label.error {
  color: #13465f;
  font-size: 14px;
  font-weight: bold;
}

.text-dark-blue {
  color: #13465f;
}

.text--AIA-Color {
  color: #be1035;
}

.introLink--AIAColor {
  background: #be1035;
}

.dashedBorder--aiaColor {
  border: 1px dashed #be1035;
  border-color: #be1035 !important;
}

.noMargin {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.noPaddingTop {
  padding-bottom: 0 !important;
}

.hide {
  display: none;
}

.visible {
  display: block;
}

.co-label {
  font-weight: bold;
}

/** STATE **/
.js-state-hide {
  display: none !important;
}

.AIA_Australia .current-menu-item a {
  background: #be1035;
}

h1.co-heading {
  font-size: 40px;
  width: 60%;
  margin: 0 auto;
  padding: 8% 0 10% 0;
  text-align: center;
}

@media (max-width: 980px) {
  h1.co-heading {
    width: 90%;
    font-size: 25px;
  }
}

.co-ranking__name_link {
  color: #00A0E9;
}

.co-ranking-number {
  font-size: 30px;
  color: #00A0E9;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  line-height: 25px;
}

.users_reviews__list__item {
  margin-bottom: 20px;
}

.users_reviews__user_name {
  font-size: 15px;
  color: #565656;
  font-weight: bold;
  margin-bottom: 5px;
}

.users_reviews__rating_overall {
  padding: 15px;
  background: #e6e6e6;
  position: relative;
}

.users_reviews__rating_overall .rwp-review-wrap {
  margin: 0;
  display: inline-block;
}

.users_reviews__rating_overall .rwp-review-wrap--scores {
  position: relative;
  top: -2px;
  font-size: 20px;
  left: 10px;
}

.users_reviews__rating_overall .users_reviews__more_button {
  background: #00A0E9;
  color: #FFF;
  height: 30px;
  width: 110px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: absolute;
  right: 10px;
  bottom: 15px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.users_reviews__rating_overall .users_reviews__more_button__text {
  position: relative;
  top: 5px;
}

.users_reviews__rating_overall .rwp-review-wrap .rwp-str .rwp-s {
  width: 10px;
  height: 20px;
  background-size: 20px;
}

.users_reviews__rating_overall .rwp-review-wrap .rwp-str .rwp-s.rwp-e.rwp-f {
  background-position: -10px 0;
}

.users_reviews__rating_overall .rwp-review-wrap .rwp-str .rwp-s.rwp-o.rwp-x {
  background-position: 0 -20px;
}

.users_reviews__rating_overall .rwp-review-wrap .rwp-str .rwp-s.rwp-e.rwp-x {
  background-position: -10px -20px;
}

.users_reviews__content {
  padding: 15px;
  margin-left: 0;
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.users_reviews__rating_title {
  color: #13465f;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.users_reviews__rating_comment {
  color: #565656;
  line-height: 20px;
  font-size: 15px;
}

.users_reviews__rating_date {
  color: #b2b2b2;
  font-size: 12px;
  display: block;
  margin-top: 15px;
}

.users_reviews__criterions {
  background: #fcfcfc;
}

.users_reviews__criterions:after {
  content: '';
  display: block;
  clear: both;
}

.users_reviews__criterion {
  padding: 15px;
  border-top: 1px dashed #00A0E9;
  border-bottom: 1px dashed #00A0E9;
  border-left: 1px dashed #00A0E9;
  position: relative;
  width: 25%;
  margin: 0;
  float: left;
  vertical-align: top;
  box-sizing: inherit;
}

.users_reviews__criterion:last-child {
  border-right: 1px dashed #00A0E9;
}

@media (max-width: 980px) {
  .users_reviews__criterion {
    float: none;
    width: auto;
    border-bottom: 0;
    border-right: 1px dashed #00A0E9;
  }
  .users_reviews__criterion:last-child {
    border-bottom: 1px dashed #00A0E9;
  }
}

.users_reviews__criterion__label {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.users_reviews__criterion__rating .rwp-review-wrap {
  margin: 5px 0 0 0;
}

.users_reviews__verified {
  color: #00CE64;
  padding: 0 4px;
  font-weight: bold;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-left: 10px;
}

.users_reviews__pagination {
  margin-top: 20px;
}

.users_reviews__page_list {
  margin: 0;
  padding: 0;
}

.users_reviews__page_list li {
  list-style: none;
  display: inline-block;
}

.users_reviews__paging_button {
  display: block;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #f4f4f4;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  border: 1px solid #d7f3ff;
}

.users_reviews__paging_button:hover {
  color: white;
  background: #00A0E9;
}

.users_reviews__paging_button.current {
  color: white;
  background: #00A0E9;
}

.rs_list_main {
  display: none;
  position: relative !important;
  border-left: 1px dashed #CCC;
  border-right: 1px dashed #CCC;
  border-bottom: 1px dashed #CCC;
}

.rs_list_main li {
  text-align: center;
  cursor: pointer;
  list-style: none;
}

.rs_list_main li .co-column--inner {
  border-bottom: 1px dashed #CCC;
  border-right: 1px dashed #CCC;
}

.rs_list_main li:nth-child(6n) .co-column--inner {
  border-right: none;
}

.rs_list_main li:nth-child(-n+6) .co-column--inner {
  border-top: 1px dashed #CCC;
}

.rs_list_main li:hover {
  background: #d7f3ff;
}

@media (max-width: 980px) {
  .rs_list_main li {
    width: 50%;
    float: left;
  }
}

.rs_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rs_heading {
  font-size: 40px;
  width: 60%;
  margin: 0 auto;
  padding: 8% 0 10% 0;
  text-align: center;
}

@media (max-width: 980px) {
  .rs_heading {
    width: 90%;
    font-size: 25px;
  }
}

.rs_dropdown_button {
  display: block;
  text-decoration: none;
  font-size: 35px;
  font-weight: bold;
  border: 1px solid #00a0e9;
  text-align: center;
  color: #1aa1e6;
  padding: 28px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 980px) {
  .rs_dropdown_button {
    font-size: 25px;
  }
}

.rs_dropdown_button i {
  position: absolute;
  right: 10px;
  top: 25px;
}

.rs_dropdown_button:hover {
  background: #1aa1e6;
  color: white;
}

.rs_sel_row {
  display: block;
  border-bottom: 1px dashed #CCCCCC;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.rs_sel_row > .co-column {
  text-align: center;
}

.rs_sel_row > .co-column .co-column--inner {
  padding: 5px;
  margin-top: 3px;
  border-right: 1px dashed #CCCCCC;
}

.rs_sel_row > .co-column:nth-last-child(2) .co-column--inner {
  border-right: none;
}

@media (max-width: 980px) {
  .rs_sel_row {
    font-size: 25px;
  }
}

.rs_sel_column {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

.rs_insurer_logo {
  width: 100px;
  vertical-align: middle;
  padding: 5px 0;
}

.rs_list_name {
  font-size: 25px;
  font-weight: bold;
  color: #13465F;
}

/** slim scroll override **/
#reviews_selection .slimScrollDiv {
  height: auto !important;
  border-left: 1px dashed #CCC;
  border-right: 1px dashed #CCC;
}

.review_box {
  margin: 0 auto;
}

.review_box .rwp-review-wrap {
  position: relative;
  margin: 0;
}

.review_box_overall {
  padding-bottom: 10px;
}

@media (max-width: 980px) {
  .review_box_overall {
    position: relative;
    z-index: 99;
    padding-bottom: 0px;
  }
}

.review_box_overall .score_label {
  font-weight: bold;
  color: #13465f;
  font-size: 20px;
  display: block;
  position: relative;
  top: -5px;
}

.review_box_overall .score_stars {
  display: inline-block;
  vertical-align: bottom;
}

.review_box_overall .score_number {
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
}

.review_box_overall .count_from {
  color: #565656;
  display: inline-block;
  font-size: 15px;
  margin-left: 5px;
}

.review_box_overall .reviews_count {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  margin-left: 5px;
}

.review_box_overall .rwp-review-wrap .rwp-str .rwp-s {
  width: 12px;
  height: 24px;
  background-size: 24px;
}

.review_box_overall .rwp-review-wrap .rwp-str .rwp-s.rwp-e.rwp-f {
  background-position: -12px 0;
}

.review_box_overall .rwp-review-wrap .rwp-str .rwp-s.rwp-o.rwp-x {
  background-position: 0 -24px;
}

.review_box_overall .rwp-review-wrap .rwp-str .rwp-s.rwp-e.rwp-x {
  background-position: -12px -24px;
}

.review_box_criterions {
  border: 1px dashed #00A0E9;
}

.review_box_criterions .co-column {
  /*
		&:nth-child(odd){
			.co-column__inner{
				background: #dbf5ff;
			}
		}
		&:nth-child(even){
			.co-column__inner{
				background: #bef3ff;
			}
		}*/
}

.review_box_criterions .co-column:first-child .co-column__inner {
  border-left: none;
}

@media (max-width: 980px) {
  .review_box_criterions .co-column:first-child .co-column__inner {
    border-top: none;
  }
}

.review_box_criterions .co-column .co-column__inner {
  padding: 7.5px;
  border-left: 1px dashed #00A0E9;
}

@media (max-width: 980px) {
  .review_box_criterions .co-column .co-column__inner {
    border-left: none;
    border-top: 1px dashed #00A0E9;
  }
}

.review_box_criterions .score_label {
  font-weight: bold;
  color: #13465f;
  font-size: 16px;
  display: block;
}

.review_box_criterions .score_stars {
  display: inline-block;
  padding-top: 5px;
  vertical-align: bottom;
}

.review_box_criterions .score_number {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-left: 8px;
  vertical-align: bottom;
}

.review_box_cta .co-column .co-column__inner {
  padding: 7.5px;
  text-align: center;
}

.review_box_cta .review_box_cta__button {
  color: white;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}

.review_box_cta .review_box_cta_button--write {
  background: green;
}

.review_box_cta .review_box_cta_button--view {
  background: #00A0E9;
}

.write_review_cta_wrapper {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .write_review_cta_wrapper {
    width: 80%;
  }
}

.write_review {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  /* background: rgba(51,51,51,0.9); */
}

.write_review .rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders {
  margin-bottom: 10px;
}

.write_review .rwp-review-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.write_review .rwp-review-wrap .rwp-review .rwp-ratings-form-wrap {
  margin-top: 0;
}

.write_review .rwp-review-wrap .rwp-stars2 {
  margin-bottom: 0;
}

.write_review .rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content input[type=button] {
  float: none;
}

@media (max-width: 980px) {
  .write_review {
    position: relative;
    z-index: 99;
    margin-top: 5px;
  }
}

.write_review .wr_group label {
  padding-left: 10px;
}

.write_review .rwp-notification {
  margin-top: 15px;
}

.write_review .write_review__wrapper {
  width: 100%;
  max-width: 70%;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.48);
  -moz-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.48);
  box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.48);
  margin: 0 auto 10px auto;
  position: relative;
}

@media (max-width: 980px) {
  .write_review .write_review__wrapper {
    max-width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.write_review .write_review__wrapper .write_review__wrapper--inner {
  padding: 15px;
  background: white;
  overflow: auto;
}

@media (max-width: 980px) {
  .write_review .write_review__wrapper .write_review__wrapper--inner {
    background: #f4f4f4;
    overflow: inherit;
  }
}

.write_review__close {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.write_review__title {
  font-weight: bold;
  font-size: 18px;
  color: white;
  display: block;
  padding: 15px;
  background: #00A0E9;
  margin: 0;
}

.write_reviews__button {
  margin-top: 10px;
}

/** Reviewer Form **/
.wr_sec_title {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  color: #13465f;
}

.wr_instruct {
  position: relative;
  top: -10px;
  font-size: 14px;
  color: #565656;
  max-width: 70%;
}

.wr_row {
  margin-bottom: 15px;
}

.wr_label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.wr_disclaimer {
  color: #565656;
  font-size: 12px;
  padding-bottom: 10px;
}

.write_review .rwp-lab {
  font-weight: bold;
  color: #00A0E9;
  margin-bottom: 5px;
}

.write_review .rwp-with-stars {
  margin-left: -12px !important;
}

.write_review .wr_submit {
  display: block;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.48);
  -moz-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.48);
  box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.48);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100% !important;
  max-width: 200px;
  background: green;
  padding: 10px !important;
  -webkit-appearance: none;
}

.write_review .rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content input[type=text], .write_review .rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content textarea {
  border: 1px dashed #00A0E9;
}

.wr_select {
  width: 30%;
  font-weight: bold;
  font-size: 15px;
}

@media (max-width: 980px) {
  .wr_select {
    width: 100%;
  }
}

.wr_select .dk-selected {
  padding: 10px 10px;
  border: 1px dashed #00A0E9;
  font-weight: bold;
  font-size: 15px;
}

.wr_select .dk-select-options li {
  padding: 10px;
  font-size: 15px;
}

@media (max-width: 980px) {
  textarea.wr_input {
    height: 200px;
  }
}

.write_review_promo {
  background: #13465f;
  margin: 20px auto 0 auto;
  display: none;
}

@media (max-width: 980px) {
  .write_review_promo {
    display: block;
  }
}

.write_review_promo__tnc {
  color: #565656;
  font-size: 12px;
  padding-bottom: 10px;
}

.write_review__desktop_promo {
  float: right;
  width: 43%;
  background: #13465f;
}

img.wr_promo_banner {
  width: 100%;
}

.co_reviewer_users_rating .rwp-u-review {
  margin-bottom: 0;
  padding: 0;
  padding-top: 10px;
}

.co_reviewer_users_rating .rwp-users-reviews-toolbar {
  margin-bottom: 0;
}

.co_reviewer_users_rating .rwp-u-review__user {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 10px 0;
}

.co_reviewer_users_rating .rwp-u-review__user .rwp-u-review__username {
  font-size: 15px;
  color: #565656;
}

.co_reviewer_users_rating .rwp-u-review__content {
  padding: 0;
  margin-left: 0;
  background: #fcfcfc;
  border: 1px solid #fcfcfc;
  border-top: 0;
}

.co_reviewer_users_rating .rwp-review-criterion {
  position: relative;
  width: 25%;
  margin: 0;
}

@media (max-width: 980px) {
  .co_reviewer_users_rating .rwp-review-criterion {
    width: 100%;
  }
}

.co_reviewer_users_rating .rwp-u-review__scores {
  width: 100%;
  display: none;
}

.co_reviewer_users_rating .rwp-u-review__scores .rwp-review-criterion {
  padding: 15px;
  border-top: 1px dashed #00A0E9;
  border-bottom: 1px dashed #00A0E9;
  border-left: 1px dashed #00A0E9;
}

@media (max-width: 980px) {
  .co_reviewer_users_rating .rwp-u-review__scores .rwp-review-criterion {
    border-right: 1px dashed #00A0E9;
    border-top: none;
  }
}

.co_reviewer_users_rating .rwp-u-review__scores .rwp-review-criterion:last-child {
  border-right: 1px dashed #00A0E9;
}

.co_reviewer_users_rating .rwp-u-review__title {
  color: #13465f;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.co_reviewer_users_rating .rwp-u-review__comment {
  color: #565656;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 15px;
}

.co_reviewer_users_rating .rwp-more-urs-btn {
  padding: 10px;
  max-width: 250px;
  color: #00A0E9;
  border: 2px solid #00A0E9;
  display: block;
  margin: 15px auto;
  cursor: pointer;
}

@media (min-width: 980px) {
  .co_reviewer_users_rating .rwp-more-urs-btn:hover {
    background: #00A0E9;
    color: white;
  }
}

.co_reviewer_users_rating .rwp-u-review__actions {
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.co_reviewer_users_rating .rwp-u-review__actions .rwp-u-review__sharing {
  margin-top: 0;
}

.co_reviewer_users_rating .rwp-u-review__date {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.co_reviewer_users_rating .rwp-u-review__overall {
  padding: 15px;
  background: #e6e6e6;
  position: relative;
}

.co_reviewer_users_rating .rwp-u-review__overall_stars {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.co_reviewer_users_rating .rwp-u-review__overall_scores {
  display: inline-block;
  font-size: 17px;
  margin-left: 6px;
}

.co_reviewer_users_rating .rwp-u-review__overall_scores .rwp-u-review__overall_rating {
  font-size: 18px;
  font-weight: bold;
}

.co_reviewer_users_rating .users_reviews__more_button {
  background: #00A0E9;
  color: #000;
  height: 70%;
  width: 110px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: absolute;
  right: 10px;
  color: white;
  bottom: 7px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.co_reviewer_users_rating .users_reviews__more_button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.co_reviewer_users_rating .rwp-u-review__judge-msg {
  padding: 0 15px;
}

.co_reviewer_users_rating .rwp-pagination {
  display: none;
}

.CommInsure {
  /** Annoying VC accordion hacks **/
}

.CommInsure .current-menu-item a {
  background: #eaad00;
}

.CommInsure .co-section__introLink {
  background: #eaad00;
}

.CommInsure .vc_tta-panel-heading {
  background-color: white !important;
}

.CommInsure .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #eaad00 !important;
}

.CommInsure .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .CommInsure .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #eaad00 !important;
}

.CommInsure .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.CommInsure .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #eaad00 !important;
}

.CommInsure .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .CommInsure .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #eaad00 !important;
}

.CommInsure .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.CommInsure .co-text--color,
.CommInsure .read-more-show,
.CommInsure .read-more-on {
  color: #eaad00;
}

.CommInsure #cd-timeline:before {
  background: #eaad00;
}

.CommInsure .cd-timeline-content {
  border-top: 1px solid #eaad00;
}

.CommInsure .timeline-thumb {
  border: 1px solid #eaad00;
}

.CommInsure .timeline__heading {
  color: #eaad00;
}

.CommInsure .dashed-box {
  border: 1px dashed #eaad00;
}

.CommInsure .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.CommInsure .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.CommInsure .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.CommInsure .co-faq-anchors li a {
  color: #eaad00;
  font-weight: bold;
  text-decoration: none;
}

.OnePath {
  /** Annoying VC accordion hacks **/
}

.OnePath .current-menu-item a {
  background: #839734;
}

.OnePath .co-section__introLink {
  background: #839734;
}

.OnePath .vc_tta-panel-heading {
  background-color: white !important;
}

.OnePath .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #839734 !important;
}

.OnePath .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .OnePath .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #839734 !important;
}

.OnePath .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.OnePath .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #839734 !important;
}

.OnePath .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .OnePath .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #839734 !important;
}

.OnePath .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.OnePath .co-text--color,
.OnePath .read-more-show,
.OnePath .read-more-on {
  color: #839734;
}

.OnePath #cd-timeline:before {
  background: #839734;
}

.OnePath .cd-timeline-content {
  border-top: 1px solid #839734;
}

.OnePath .timeline-thumb {
  border: 1px solid #839734;
}

.OnePath .timeline__heading {
  color: #839734;
}

.OnePath .dashed-box {
  border: 1px dashed #839734;
}

.OnePath .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.OnePath .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.OnePath .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.OnePath .co-faq-anchors li a {
  color: #839734;
  font-weight: bold;
  text-decoration: none;
}

.MetLife {
  /** Annoying VC accordion hacks **/
}

.MetLife .current-menu-item a {
  background: #2c77c5;
}

.MetLife .co-section__introLink {
  background: #2c77c5;
}

.MetLife .vc_tta-panel-heading {
  background-color: white !important;
}

.MetLife .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #2c77c5 !important;
}

.MetLife .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .MetLife .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #2c77c5 !important;
}

.MetLife .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.MetLife .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #2c77c5 !important;
}

.MetLife .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .MetLife .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #2c77c5 !important;
}

.MetLife .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.MetLife .co-text--color,
.MetLife .read-more-show,
.MetLife .read-more-on {
  color: #2c77c5;
}

.MetLife #cd-timeline:before {
  background: #2c77c5;
}

.MetLife .cd-timeline-content {
  border-top: 1px solid #2c77c5;
}

.MetLife .timeline-thumb {
  border: 1px solid #2c77c5;
}

.MetLife .timeline__heading {
  color: #2c77c5;
}

.MetLife .dashed-box {
  border: 1px dashed #2c77c5;
}

.MetLife .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.MetLife .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.MetLife .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.MetLife .co-faq-anchors li a {
  color: #2c77c5;
  font-weight: bold;
  text-decoration: none;
}

.AMP {
  /** Annoying VC accordion hacks **/
}

.AMP .current-menu-item a {
  background: #001e41;
}

.AMP .co-section__introLink {
  background: #001e41;
}

.AMP .vc_tta-panel-heading {
  background-color: white !important;
}

.AMP .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #001e41 !important;
}

.AMP .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .AMP .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #001e41 !important;
}

.AMP .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.AMP .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #001e41 !important;
}

.AMP .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .AMP .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #001e41 !important;
}

.AMP .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.AMP .co-text--color,
.AMP .read-more-show,
.AMP .read-more-on {
  color: #001e41;
}

.AMP #cd-timeline:before {
  background: #001e41;
}

.AMP .cd-timeline-content {
  border-top: 1px solid #001e41;
}

.AMP .timeline-thumb {
  border: 1px solid #001e41;
}

.AMP .timeline__heading {
  color: #001e41;
}

.AMP .dashed-box {
  border: 1px dashed #001e41;
}

.AMP .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.AMP .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.AMP .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.AMP .co-faq-anchors li a {
  color: #001e41;
  font-weight: bold;
  text-decoration: none;
}

.MLC {
  /** Annoying VC accordion hacks **/
}

.MLC .current-menu-item a {
  background: #ffab11;
}

.MLC .co-section__introLink {
  background: #ffab11;
}

.MLC .vc_tta-panel-heading {
  background-color: white !important;
}

.MLC .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #ffab11 !important;
}

.MLC .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .MLC .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #ffab11 !important;
}

.MLC .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.MLC .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #ffab11 !important;
}

.MLC .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .MLC .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #ffab11 !important;
}

.MLC .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.MLC .co-text--color,
.MLC .read-more-show,
.MLC .read-more-on {
  color: #ffab11;
}

.MLC #cd-timeline:before {
  background: #ffab11;
}

.MLC .cd-timeline-content {
  border-top: 1px solid #ffab11;
}

.MLC .timeline-thumb {
  border: 1px solid #ffab11;
}

.MLC .timeline__heading {
  color: #ffab11;
}

.MLC .dashed-box {
  border: 1px dashed #ffab11;
}

.MLC .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.MLC .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.MLC .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.MLC .co-faq-anchors li a {
  color: #ffab11;
  font-weight: bold;
  text-decoration: none;
}

.ClearView {
  /** Annoying VC accordion hacks **/
}

.ClearView .current-menu-item a {
  background: #e11f8f;
}

.ClearView .co-section__introLink {
  background: #e11f8f;
}

.ClearView .vc_tta-panel-heading {
  background-color: white !important;
}

.ClearView .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #e11f8f !important;
}

.ClearView .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .ClearView .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #e11f8f !important;
}

.ClearView .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.ClearView .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #e11f8f !important;
}

.ClearView .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .ClearView .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #e11f8f !important;
}

.ClearView .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.ClearView .co-text--color,
.ClearView .read-more-show,
.ClearView .read-more-on {
  color: #e11f8f;
}

.ClearView #cd-timeline:before {
  background: #e11f8f;
}

.ClearView .cd-timeline-content {
  border-top: 1px solid #e11f8f;
}

.ClearView .timeline-thumb {
  border: 1px solid #e11f8f;
}

.ClearView .timeline__heading {
  color: #e11f8f;
}

.ClearView .dashed-box {
  border: 1px dashed #e11f8f;
}

.ClearView .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.ClearView .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.ClearView .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.ClearView .co-faq-anchors li a {
  color: #e11f8f;
  font-weight: bold;
  text-decoration: none;
}

.ClearView {
  /** Annoying VC accordion hacks **/
}

.ClearView .current-menu-item a {
  background: #e11f8f;
}

.ClearView .co-section__introLink {
  background: #e11f8f;
}

.ClearView .vc_tta-panel-heading {
  background-color: white !important;
}

.ClearView .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #e11f8f !important;
}

.ClearView .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .ClearView .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #e11f8f !important;
}

.ClearView .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.ClearView .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #e11f8f !important;
}

.ClearView .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .ClearView .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #e11f8f !important;
}

.ClearView .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.ClearView .co-text--color,
.ClearView .read-more-show,
.ClearView .read-more-on {
  color: #e11f8f;
}

.ClearView #cd-timeline:before {
  background: #e11f8f;
}

.ClearView .cd-timeline-content {
  border-top: 1px solid #e11f8f;
}

.ClearView .timeline-thumb {
  border: 1px solid #e11f8f;
}

.ClearView .timeline__heading {
  color: #e11f8f;
}

.ClearView .dashed-box {
  border: 1px dashed #e11f8f;
}

.ClearView .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.ClearView .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.ClearView .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.ClearView .co-faq-anchors li a {
  color: #e11f8f;
  font-weight: bold;
  text-decoration: none;
}

.AIA_Australia {
  /** Annoying VC accordion hacks **/
}

.AIA_Australia .current-menu-item a {
  background: #be1035;
}

.AIA_Australia .co-section__introLink {
  background: #be1035;
}

.AIA_Australia .vc_tta-panel-heading {
  background-color: white !important;
}

.AIA_Australia .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #be1035 !important;
}

.AIA_Australia .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .AIA_Australia .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #be1035 !important;
}

.AIA_Australia .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.AIA_Australia .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #be1035 !important;
}

.AIA_Australia .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .AIA_Australia .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #be1035 !important;
}

.AIA_Australia .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.AIA_Australia .co-text--color,
.AIA_Australia .read-more-show,
.AIA_Australia .read-more-on {
  color: #be1035;
}

.AIA_Australia #cd-timeline:before {
  background: #be1035;
}

.AIA_Australia .cd-timeline-content {
  border-top: 1px solid #be1035;
}

.AIA_Australia .timeline-thumb {
  border: 1px solid #be1035;
}

.AIA_Australia .timeline__heading {
  color: #be1035;
}

.AIA_Australia .dashed-box {
  border: 1px dashed #be1035;
}

.AIA_Australia .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.AIA_Australia .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.AIA_Australia .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.AIA_Australia .co-faq-anchors li a {
  color: #be1035;
  font-weight: bold;
  text-decoration: none;
}

.Macquarie {
  /** Annoying VC accordion hacks **/
}

.Macquarie .current-menu-item a {
  background: #000000;
}

.Macquarie .co-section__introLink {
  background: #000000;
}

.Macquarie .vc_tta-panel-heading {
  background-color: white !important;
}

.Macquarie .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #000000 !important;
}

.Macquarie .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .Macquarie .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #000000 !important;
}

.Macquarie .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.Macquarie .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #000000 !important;
}

.Macquarie .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .Macquarie .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #000000 !important;
}

.Macquarie .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.Macquarie .co-text--color,
.Macquarie .read-more-show,
.Macquarie .read-more-on {
  color: #000000;
}

.Macquarie #cd-timeline:before {
  background: #000000;
}

.Macquarie .cd-timeline-content {
  border-top: 1px solid #000000;
}

.Macquarie .timeline-thumb {
  border: 1px solid #000000;
}

.Macquarie .timeline__heading {
  color: #000000;
}

.Macquarie .dashed-box {
  border: 1px dashed #000000;
}

.Macquarie .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.Macquarie .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.Macquarie .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.Macquarie .co-faq-anchors li a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.Zurich {
  /** Annoying VC accordion hacks **/
}

.Zurich .current-menu-item a {
  background: #003399;
}

.Zurich .co-section__introLink {
  background: #003399;
}

.Zurich .vc_tta-panel-heading {
  background-color: white !important;
}

.Zurich .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #003399 !important;
}

.Zurich .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .Zurich .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #003399 !important;
}

.Zurich .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.Zurich .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #003399 !important;
}

.Zurich .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .Zurich .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #003399 !important;
}

.Zurich .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.Zurich .co-text--color,
.Zurich .read-more-show,
.Zurich .read-more-on {
  color: #003399;
}

.Zurich #cd-timeline:before {
  background: #003399;
}

.Zurich .cd-timeline-content {
  border-top: 1px solid #003399;
}

.Zurich .timeline-thumb {
  border: 1px solid #003399;
}

.Zurich .timeline__heading {
  color: #003399;
}

.Zurich .dashed-box {
  border: 1px dashed #003399;
}

.Zurich .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.Zurich .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.Zurich .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.Zurich .co-faq-anchors li a {
  color: #003399;
  font-weight: bold;
  text-decoration: none;
}

.BT {
  /** Annoying VC accordion hacks **/
}

.BT .current-menu-item a {
  background: #00b0de;
}

.BT .co-section__introLink {
  background: #00b0de;
}

.BT .vc_tta-panel-heading {
  background-color: white !important;
}

.BT .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #00b0de !important;
}

.BT .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .BT .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #00b0de !important;
}

.BT .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.BT .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #00b0de !important;
}

.BT .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .BT .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #00b0de !important;
}

.BT .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.BT .co-text--color,
.BT .read-more-show,
.BT .read-more-on {
  color: #00b0de;
}

.BT #cd-timeline:before {
  background: #00b0de;
}

.BT .cd-timeline-content {
  border-top: 1px solid #00b0de;
}

.BT .timeline-thumb {
  border: 1px solid #00b0de;
}

.BT .timeline__heading {
  color: #00b0de;
}

.BT .dashed-box {
  border: 1px dashed #00b0de;
}

.BT .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.BT .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.BT .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.BT .co-faq-anchors li a {
  color: #00b0de;
  font-weight: bold;
  text-decoration: none;
}

.TAL {
  /** Annoying VC accordion hacks **/
}

.TAL .current-menu-item a {
  background: #80C342;
}

.TAL .co-section__introLink {
  background: #80C342;
}

.TAL .vc_tta-panel-heading {
  background-color: white !important;
}

.TAL .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #80C342 !important;
}

.TAL .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .TAL .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #80C342 !important;
}

.TAL .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.TAL .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #80C342 !important;
}

.TAL .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .TAL .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #80C342 !important;
}

.TAL .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.TAL .co-text--color,
.TAL .read-more-show,
.TAL .read-more-on {
  color: #80C342;
}

.TAL #cd-timeline:before {
  background: #80C342;
}

.TAL .cd-timeline-content {
  border-top: 1px solid #80C342;
}

.TAL .timeline-thumb {
  border: 1px solid #80C342;
}

.TAL .timeline__heading {
  color: #80C342;
}

.TAL .dashed-box {
  border: 1px dashed #80C342;
}

.TAL .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.TAL .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.TAL .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.TAL .co-faq-anchors li a {
  color: #80C342;
  font-weight: bold;
  text-decoration: none;
}

.Asteron_Life {
  /** Annoying VC accordion hacks **/
}

.Asteron_Life .current-menu-item a {
  background: #009ad8;
}

.Asteron_Life .co-section__introLink {
  background: #009ad8;
}

.Asteron_Life .vc_tta-panel-heading {
  background-color: white !important;
}

.Asteron_Life .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #009ad8 !important;
}

.Asteron_Life .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .Asteron_Life .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #009ad8 !important;
}

.Asteron_Life .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: white !important;
}

.Asteron_Life .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #009ad8 !important;
}

.Asteron_Life .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before, .Asteron_Life .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::after {
  border-color: #009ad8 !important;
}

.Asteron_Life .vc_tta-panel-body {
  background-color: #fcfcfc !important;
}

.Asteron_Life .co-text--color,
.Asteron_Life .read-more-show,
.Asteron_Life .read-more-on {
  color: #009ad8;
}

.Asteron_Life #cd-timeline:before {
  background: #009ad8;
}

.Asteron_Life .cd-timeline-content {
  border-top: 1px solid #009ad8;
}

.Asteron_Life .timeline-thumb {
  border: 1px solid #009ad8;
}

.Asteron_Life .timeline__heading {
  color: #009ad8;
}

.Asteron_Life .dashed-box {
  border: 1px dashed #009ad8;
}

.Asteron_Life .co-faq-anchors {
  margin: 0;
  padding: 0;
}

.Asteron_Life .co-faq-anchors li {
  padding: 5px;
  list-style: none;
}

.Asteron_Life .co-faq-anchors li ::before {
  display: inline-block;
  content: '+';
  padding-right: 10px;
}

.Asteron_Life .co-faq-anchors li a {
  color: #009ad8;
  font-weight: bold;
  text-decoration: none;
}

.co-ranking__table {
  width: 100%;
  border-collapse: collapse;
  border-color: silver;
  border: none;
  /* Zebra striping */
}

.co-ranking__table .write_review_button {
  color: white;
  background: #00A0E9;
  display: block;
  padding: 6px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  width: 70%;
  margin: 0 auto;
  font-size: 14px;
}

.co-ranking__table tr:nth-of-type(odd) {
  background: #F4F4F4;
}

.co-ranking__table th {
  color: #FFFFFF;
  background: #13465f;
  font-size: 16px;
  width: 16.66666666%;
  text-align: center;
}

.co-ranking__table td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  line-height: inherit;
}

.co-ranking__table td .co-ranking__name {
  display: block;
  color: #13465f;
}

.co-ranking__table .score_number {
  display: inline-block;
  font-size: 25px;
  vertical-align: bottom;
  margin-left: 10px;
}

.co-ranking__table .score_stars {
  display: inline-block;
  vertical-align: middle;
}

.co-ranking__table .score_label {
  display: none;
}

.co-ranking__table .reviews_count {
  display: block;
  font-weight: normal;
  margin-top: 10px;
  font-size: 13px;
}

.co-ranking__table .co-ranking__logo {
  display: block;
  width: 80px;
  margin: 0 auto;
}

.co-ranking__table .count_from {
  display: none;
}

.co-ranking__table .rwp-review-wrap {
  margin-top: 0;
}

.co-ranking__table .co-ranking--kf-list {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 20px;
}

.co-ranking__table .co-ranking--kf-list li {
  list-style: none;
  padding-bottom: 8px;
  font-weight: normal;
}

@media (max-width: 980px) {
  .co-ranking__table .co-ranking--kf-list {
    max-width: 180px;
    display: block;
    margin: 0 auto;
  }
}

.co-ranking__table .co-ranking--price-freq {
  font-size: 12px;
  font-weight: normal;
  color: #565656;
}

.co-ranking__table .co-ranking--price {
  font-size: 18px;
  color: #13465f;
}

.co-ranking__table .get_quote_button {
  color: white;
  background: #00CE64;
  display: block;
  padding: 6px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  margin: 8px auto;
  font-size: 14px;
}

.co-ranking__table .co-ranking__read_more {
  color: #00A0E9;
  text-align: left;
  display: block;
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 980px) {
  .co-ranking__table .co-ranking__read_more {
    text-align: center;
  }
}

.co-ranking__table .co-ranking__bullet {
  color: #00A0E9;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  .co-ranking__table {
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
		Label the data
		*/
  }
  .co-ranking__table thead, .co-ranking__table tbody, .co-ranking__table th, .co-ranking__table td, .co-ranking__table tr {
    display: block;
  }
  .co-ranking__table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .co-ranking__table tr:first-child {
    display: none;
  }
  .co-ranking__table tr {
    border: 1px solid silver;
    border-bottom: 0;
  }
  .co-ranking__table tr:last-child {
    border-bottom: 1px  solid silver;
  }
  .co-ranking__table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .co-ranking__table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10%;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .co-ranking__table td:nth-of-type(1):before {
    content: "Rank";
  }
  .co-ranking__table td:nth-of-type(2):before {
    content: "Insurers";
  }
  .co-ranking__table td:nth-of-type(3):before {
    content: "Market Share";
  }
  .co-ranking__table td:nth-of-type(4):before {
    content: "Key Facts";
  }
  .co-ranking__table td:nth-of-type(5):before {
    content: "Quotes";
  }
  .co-ranking__table td:nth-of-type(6):before {
    content: "Reviews";
  }
  .co-ranking__table .co-ranking__logo {
    width: 60px;
  }
}
